Skip to content

Commit 333d573

Browse files
committed
arm64: tegra: Populate the XUDC node for Tegra234
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2186348 commit 320e0a7 Author: Jon Hunter <jonathanh@nvidia.com> Date: Thu, 19 Jan 2023 10:42:08 +0000 Populate the Tegra XUSB device controller (XUDC) node for Tegra234. This is based upon a patch from Wayne Chang <waynec@nvidia.com>. Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Mark Salter <msalter@redhat.com>
1 parent 5639e03 commit 333d573

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

arch/arm64/boot/dts/nvidia/tegra234.dtsi

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,6 +1101,29 @@
11011101
};
11021102
};
11031103

1104+
usb@3550000 {
1105+
compatible = "nvidia,tegra234-xudc";
1106+
reg = <0x0 0x03550000 0x0 0x8000>,
1107+
<0x0 0x03558000 0x0 0x8000>;
1108+
reg-names = "base", "fpci";
1109+
interrupts = <GIC_SPI 166 IRQ_TYPE_LEVEL_HIGH>;
1110+
clocks = <&bpmp TEGRA234_CLK_XUSB_CORE_DEV>,
1111+
<&bpmp TEGRA234_CLK_XUSB_CORE_SS>,
1112+
<&bpmp TEGRA234_CLK_XUSB_SS>,
1113+
<&bpmp TEGRA234_CLK_XUSB_FS>;
1114+
clock-names = "dev", "ss", "ss_src", "fs_src";
1115+
interconnects = <&mc TEGRA234_MEMORY_CLIENT_XUSB_DEVR &emc>,
1116+
<&mc TEGRA234_MEMORY_CLIENT_XUSB_DEVW &emc>;
1117+
interconnect-names = "dma-mem", "write";
1118+
iommus = <&smmu_niso1 TEGRA234_SID_XUSB_DEV>;
1119+
power-domains = <&bpmp TEGRA234_POWER_DOMAIN_XUSBB>,
1120+
<&bpmp TEGRA234_POWER_DOMAIN_XUSBA>;
1121+
power-domain-names = "dev", "ss";
1122+
nvidia,xusb-padctl = <&xusb_padctl>;
1123+
dma-coherent;
1124+
status = "disabled";
1125+
};
1126+
11041127
usb@3610000 {
11051128
compatible = "nvidia,tegra234-xusb";
11061129
reg = <0x0 0x03610000 0x0 0x40000>,

0 commit comments

Comments
 (0)