Skip to content

Commit bc8788b

Browse files
Nagarjuna Kristamthierryreding
authored andcommitted
arm64: tegra: Add XUDC node on Tegra194
Tegra194 has one XUSB device mode controller which can be operated in HS and SS modes. Add a DT node for this XUSB device mode controller. Signed-off-by: Nagarjuna Kristam <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent d3cd7d0 commit bc8788b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,24 @@
644644
};
645645
};
646646

647+
usb@3550000 {
648+
compatible = "nvidia,tegra194-xudc";
649+
reg = <0x03550000 0x8000>,
650+
<0x03558000 0x1000>;
651+
reg-names = "base", "fpci";
652+
interrupts = <GIC_SPI 166 IRQ_TYPE_LEVEL_HIGH>;
653+
clocks = <&bpmp TEGRA194_CLK_XUSB_CORE_DEV>,
654+
<&bpmp TEGRA194_CLK_XUSB_CORE_SS>,
655+
<&bpmp TEGRA194_CLK_XUSB_SS>,
656+
<&bpmp TEGRA194_CLK_XUSB_FS>;
657+
clock-names = "dev", "ss", "ss_src", "fs_src";
658+
power-domains = <&bpmp TEGRA194_POWER_DOMAIN_XUSBB>,
659+
<&bpmp TEGRA194_POWER_DOMAIN_XUSBA>;
660+
power-domain-names = "dev", "ss";
661+
nvidia,xusb-padctl = <&xusb_padctl>;
662+
status = "disabled";
663+
};
664+
647665
usb@3610000 {
648666
compatible = "nvidia,tegra194-xusb";
649667
reg = <0x03610000 0x40000>,

0 commit comments

Comments
 (0)