ARM: dts: cygnus: Add generic-ehci/ohci nodes
authorRaveendra Padasalagi <raveendra.padasalagi@broadcom.com>
Tue, 15 Aug 2017 17:26:03 +0000 (10:26 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Thu, 17 Aug 2017 17:13:39 +0000 (10:13 -0700)
Add dt nodes for generic-ehci/ohci host controller.

Signed-off-by: Raveendra Padasalagi <raveendra.padasalagi@broadcom.com>
Signed-off-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm-cygnus.dtsi

index 306b04ce90dd27b1ff1dfcf191b1550955418d78..7c957ea06c66ce6b603277e452584dc8df05e5ef 100644 (file)
                        brcm,nand-has-wp;
                };
 
+               ehci0: usb@18048000 {
+                       compatible = "generic-ehci";
+                       reg = <0x18048000 0x100>;
+                       interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
+                       status = "disabled";
+               };
+
+               ohci0: usb@18048800 {
+                       compatible = "generic-ohci";
+                       reg = <0x18048800 0x100>;
+                       interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
+                       status = "disabled";
+               };
+
                v3d: v3d@180a2000 {
                        compatible = "brcm,cygnus-v3d";
                        reg = <0x180a2000 0x1000>;