zephyr/tests/drivers/usb/bc12/boards/native_sim.overlay
Anas Nashif e86b44751c tests: usb: move bc12 tests under tests/drivers/usb
Move bc12 under usb, this is not a standalone driver subsystem.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-12-22 09:54:12 +01:00

18 lines
308 B
Text

/* Copyright (c) 2022 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
bc12 = &pi3usb9201_emul0;
};
};
&i2c0 {
pi3usb9201_emul0: pi3usb9201@5f {
compatible = "diodes,pi3usb9201";
reg = <0x5f>;
intb-gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
charging-mode = "BC12_TYPE_CDP";
};
};