t23x: overlay: add fusb301 to p3768

The carrier board of the Orin Nano Dev Kit uses the fusb301
for determining which mode to set the USB.  Add the necessary
device tree entries to enable this IC.

Bug 4119758

Change-Id: I1915487bc9fd259118c6e785da4014424e5837fc
Signed-off-by: Brad Griffis <bgriffis@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2938182
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Brad Griffis
2023-07-18 01:33:27 +00:00
committed by mobile promotions
parent ec77d845b5
commit 53cd13710e

View File

@@ -83,6 +83,18 @@
}; };
}; };
padctl@3520000 {
ports {
usb2-0 {
port {
typec_p0: endpoint {
remote-endpoint = <&fusb_p0>;
};
};
};
};
};
i2c@c240000 { i2c@c240000 {
status = "okay"; status = "okay";
ina32211_1_40: ina3221@40 { ina32211_1_40: ina3221@40 {
@@ -107,6 +119,22 @@
shunt-resistor-micro-ohms = <5000>; shunt-resistor-micro-ohms = <5000>;
}; };
}; };
fusb301@25 {
compatible = "onsemi,fusb301";
reg = <0x25>;
status = "okay";
#address-cells = <1>;
#size-cells = <0>;
interrupt-parent = <&gpio>;
interrupts = <TEGRA234_MAIN_GPIO(Z, 1) IRQ_TYPE_LEVEL_LOW>;
connector@0 {
port@0 {
fusb_p0: endpoint {
remote-endpoint = <&typec_p0>;
};
};
};
};
}; };
/* C1 - M.2 Key-E */ /* C1 - M.2 Key-E */