blob: d7caa2fe054ec4114bc20644cff21143edb8362e [file] [log] [blame]
/* 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";
};
};