diff --git a/overlay/tegra234-jetson.dts b/overlay/tegra234-jetson.dts index 19eab62..960e1c5 100644 --- a/overlay/tegra234-jetson.dts +++ b/overlay/tegra234-jetson.dts @@ -8,6 +8,7 @@ /plugin/; #include +#include #include #include #include @@ -440,4 +441,19 @@ }; }; }; + + fragment@3 { + target-path = "/bus@0"; + board_config { + ids = "3737-0000-TS1","3737-0000-TS2","3737-0000-TS3","3737-0000-EB1","3737-0000-EB2","3737-0000-EB3","3737-0000-000","3737-0000-100","3737-0000-200"; + }; + __overlay__ { + i2c@c240000 { + ucsi_ccg@8 { + interrupt-parent = <&gpio_aon>; + interrupts = ; + }; + }; + }; + }; };