arm: dts: cc100 dali change PTN5150 configuration

add new hardware Version AHX (old HX) of PTN5150 with diffrent I2C address

Signed-off-by: Ralf Gliese <ralf.gliese@elrest.de>
This commit is contained in:
Ralf Gliese
2026-02-17 07:50:59 +01:00
parent 5a06c5102f
commit 6f8cbb8517
@@ -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>;
};
};
};
};