armv8: ls1043: Add USB node in dts for ls1043
authorSriram Dash <sriram.dash@nxp.com>
Fri, 30 Sep 2016 05:36:27 +0000 (11:06 +0530)
committerYork Sun <york.sun@nxp.com>
Thu, 6 Oct 2016 16:58:56 +0000 (09:58 -0700)
Add the USB node for LS1043 in dts.

Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
arch/arm/dts/fsl-ls1043a.dtsi

index a8bffba..f038f96 100644 (file)
                        big-endian;
                        status = "disabled";
                };
+
+               usb0: usb3@2f00000 {
+                       compatible = "fsl,layerscape-dwc3";
+                       reg = <0x0 0x2f00000 0x0 0x10000>;
+                       interrupts = <0 60 0x4>;
+                       dr_mode = "host";
+               };
+
+               usb1: usb3@3000000 {
+                       compatible = "fsl,layerscape-dwc3";
+                       reg = <0x0 0x3000000 0x0 0x10000>;
+                       interrupts = <0 61 0x4>;
+                       dr_mode = "host";
+               };
+
+               usb2: usb3@3100000 {
+                       compatible = "fsl,layerscape-dwc3";
+                       reg = <0x0 0x3100000 0x0 0x10000>;
+                       interrupts = <0 63 0x4>;
+                       dr_mode = "host";
+               };
        };
 };