2022-12-10 07:54:21 +08:00
|
|
|
/* 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>;
|
2022-12-29 02:12:26 +08:00
|
|
|
charging-mode = "BC12_TYPE_CDP";
|
2022-12-10 07:54:21 +08:00
|
|
|
};
|
|
|
|
};
|