Merge pull request #417 from BU-Automation/topic/rg/cc100_can

arm: dts: cc100 dali change PTN5150 configuration
This commit is contained in:
Oleg KARFICH
2026-02-18 08:42:20 +01:00
committed by GitHub Enterprise
3 changed files with 27 additions and 0 deletions
@@ -29,3 +29,7 @@
&cc_logic_usb_c {
status = "okay";
};
&cc_logic_usb_c_1 {
status = "okay";
};
+8
View File
@@ -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 {
@@ -145,3 +145,18 @@ din_spi@0 {
spi-max-frequency = <5000000>;
};
};
&i2c4 {
cc_logic_usb_c_1: cclogic@1d {
compatible = "nxp,ptn5150";
reg = <0x1d>;
int-gpio = <&gpioh 3 GPIO_ACTIVE_LOW>;
vbus-supply = <&vbus_otg>;
port {
con_usbotg_hs_ep_1: endpoint {
remote-endpoint = <&usbotg_hs_ep>;
};
};
};
};