Skip to content

Commit 2d8a9c9

Browse files
committed
ARM: tegra: Add Tegra124 XUSB controller
Add a device tree node for the Tegra XUSB controller. It contains a phandle to the XUSB pad controller for control of the PHYs assigned to the USB ports. Signed-off-by: Thierry Reding <[email protected]>
1 parent 50623c5 commit 2d8a9c9

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

arch/arm/boot/dts/tegra124.dtsi

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,41 @@
636636
status = "disabled";
637637
};
638638

639+
usb@0,70090000 {
640+
compatible = "nvidia,tegra124-xusb";
641+
reg = <0x0 0x70090000 0x0 0x8000>,
642+
<0x0 0x70098000 0x0 0x1000>,
643+
<0x0 0x70099000 0x0 0x1000>;
644+
reg-names = "hcd", "fpci", "ipfs";
645+
646+
interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>,
647+
<GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
648+
649+
clocks = <&tegra_car TEGRA124_CLK_XUSB_HOST>,
650+
<&tegra_car TEGRA124_CLK_XUSB_HOST_SRC>,
651+
<&tegra_car TEGRA124_CLK_XUSB_FALCON_SRC>,
652+
<&tegra_car TEGRA124_CLK_XUSB_SS>,
653+
<&tegra_car TEGRA124_CLK_XUSB_SS_DIV2>,
654+
<&tegra_car TEGRA124_CLK_XUSB_SS_SRC>,
655+
<&tegra_car TEGRA124_CLK_XUSB_HS_SRC>,
656+
<&tegra_car TEGRA124_CLK_XUSB_FS_SRC>,
657+
<&tegra_car TEGRA124_CLK_PLL_U_480M>,
658+
<&tegra_car TEGRA124_CLK_CLK_M>,
659+
<&tegra_car TEGRA124_CLK_PLL_E>;
660+
clock-names = "xusb_host", "xusb_host_src",
661+
"xusb_falcon_src", "xusb_ss",
662+
"xusb_ss_div2", "xusb_ss_src",
663+
"xusb_hs_src", "xusb_fs_src",
664+
"pll_u_480m", "clk_m", "pll_e";
665+
resets = <&tegra_car 89>, <&tegra_car 156>,
666+
<&tegra_car 143>;
667+
reset-names = "xusb_host", "xusb_ss", "xusb_src";
668+
669+
nvidia,xusb-padctl = <&padctl>;
670+
671+
status = "disabled";
672+
};
673+
639674
padctl: padctl@0,7009f000 {
640675
compatible = "nvidia,tegra124-xusb-padctl";
641676
reg = <0x0 0x7009f000 0x0 0x1000>;

0 commit comments

Comments
 (0)