arm: dts: EC300: change PTN5150 configuration
add new hardware Version AHX(instead HHX) of PTN5150 with different I2C address Signed-off-by: Ralf Gliese <ralf.gliese@elrest.de>
This commit is contained in:
@@ -29,3 +29,7 @@
|
||||
&cc_logic_usb_c {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&cc_logic_usb_c_1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -485,6 +485,14 @@
|
||||
pinctrl-0 = <&ptn5150_pins>;
|
||||
};
|
||||
|
||||
cc_logic_usb_c_1: cclogic@1d {
|
||||
compatible = "nxp,ptn5150";
|
||||
reg = <0x1d>;
|
||||
int-gpio = <&gpio1 7 GPIO_ACTIVE_HIGH>;
|
||||
vbus-gpio = <&gpio1 24 GPIO_ACTIVE_HIGH>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&ptn5150_pins>;
|
||||
};
|
||||
};
|
||||
|
||||
&i2c3 {
|
||||
|
||||
Reference in New Issue
Block a user