arm64: dts: ls1088a: Add USB support
authoryinbo.zhu <yinbo.zhu@nxp.com>
Fri, 22 Dec 2017 08:38:07 +0000 (16:38 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Dec 2017 08:58:01 +0000 (16:58 +0800)
Add USB support on ls1088ardb

Signed-off-by: yinbo zhu <yinbo.zhu@nxp.com>
Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi

index 0f6fcda36b9e03279a6a232d4b47d2a31633291b..4f17601b919cf8e50fbd6925993b35a7ee989848 100644 (file)
 &sata {
        status = "okay";
 };
+
+&usb0 {
+       status = "okay";
+};
+
+&usb1 {
+       status = "okay";
+};
index f5f29a2b7d14c6ea4badad7592a3b4b30dea177f..4fc150cd4ca5b0f737a13506453326fd881f5771 100644 (file)
                        status = "disabled";
                };
 
+               usb0: usb3@3100000 {
+                       compatible = "snps,dwc3";
+                       reg = <0x0 0x3100000 0x0 0x10000>;
+                       interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;
+                       dr_mode = "host";
+                       snps,quirk-frame-length-adjustment = <0x20>;
+                       snps,dis_rxdet_inp3_quirk;
+                       status = "disabled";
+               };
+
+               usb1: usb3@3110000 {
+                       compatible = "snps,dwc3";
+                       reg = <0x0 0x3110000 0x0 0x10000>;
+                       interrupts = <0 81 IRQ_TYPE_LEVEL_HIGH>;
+                       dr_mode = "host";
+                       snps,quirk-frame-length-adjustment = <0x20>;
+                       snps,dis_rxdet_inp3_quirk;
+                       status = "disabled";
+               };
+
                sata: sata@3200000 {
                        compatible = "fsl,ls1088a-ahci";
                        reg = <0x0 0x3200000 0x0 0x10000>,