1/* Copyright (c) 2022 Google LLC 2 * SPDX-License-Identifier: Apache-2.0 3 */ 4 5/ { 6 aliases { 7 bc12 = &pi3usb9201_emul0; 8 }; 9}; 10 11&i2c0 { 12 pi3usb9201_emul0: pi3usb9201@5f { 13 compatible = "diodes,pi3usb9201"; 14 reg = <0x5f>; 15 intb-gpios = <&gpio0 1 GPIO_ACTIVE_LOW>; 16 charging-mode = "BC12_TYPE_CDP"; 17 }; 18}; 19