aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/r8a7743.dtsi20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7743.dtsi b/arch/arm/boot/dts/r8a7743.dtsi
index 4db4f61be25a..7bbba4a36f31 100644
--- a/arch/arm/boot/dts/r8a7743.dtsi
+++ b/arch/arm/boot/dts/r8a7743.dtsi
@@ -932,6 +932,26 @@
932 status = "disabled"; 932 status = "disabled";
933 }; 933 };
934 934
935 /*
936 * pci1 and xhci share the same phy, therefore only one of them
937 * can be active at any one time. If both of them are enabled,
938 * a race condition will determine who'll control the phy.
939 * A firmware file is needed by the xhci driver in order for
940 * USB 3.0 to work properly.
941 */
942 xhci: usb@ee000000 {
943 compatible = "renesas,xhci-r8a7743",
944 "renesas,rcar-gen2-xhci";
945 reg = <0 0xee000000 0 0xc00>;
946 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
947 clocks = <&cpg CPG_MOD 328>;
948 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
949 resets = <&cpg 328>;
950 phys = <&usb2 1>;
951 phy-names = "usb";
952 status = "disabled";
953 };
954
935 sdhi0: sd@ee100000 { 955 sdhi0: sd@ee100000 {
936 compatible = "renesas,sdhi-r8a7743"; 956 compatible = "renesas,sdhi-r8a7743";
937 reg = <0 0xee100000 0 0x328>; 957 reg = <0 0xee100000 0 0x328>;