ARM: dts: lpc18xx: add usb nodes
authorJoachim Eastwood <manabian@gmail.com>
Sat, 20 Jun 2015 12:45:12 +0000 (14:45 +0200)
committerJoachim Eastwood <manabian@gmail.com>
Sat, 11 Jul 2015 21:06:18 +0000 (23:06 +0200)
Add nodes for the two USB EHCI controllers found on lpc18xx.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
arch/arm/boot/dts/lpc18xx.dtsi

index be154749bf56d0961ba8793f220f5aac5cb2cd9c..c17b82cc2d4c891c5da0f053cf2c4ffe515a4551 100644 (file)
                        status = "disabled";
                };
 
+               usb0: ehci@40006100 {
+                       compatible = "nxp,lpc1850-ehci", "generic-ehci";
+                       reg = <0x40006100 0x100>;
+                       interrupts = <8>;
+                       clocks = <&ccu1 CLK_CPU_USB0>;
+                       has-transaction-translator;
+                       status = "disabled";
+               };
+
+               usb1: ehci@40007100 {
+                       compatible = "nxp,lpc1850-ehci", "generic-ehci";
+                       reg = <0x40007100 0x100>;
+                       interrupts = <9>;
+                       clocks = <&ccu1 CLK_CPU_USB1>;
+                       status = "disabled";
+               };
+
                mac: ethernet@40010000 {
                        compatible = "nxp,lpc1850-dwmac", "snps,dwmac-3.611", "snps,dwmac";
                        reg = <0x40010000 0x2000>;
This page took 0.025443 seconds and 5 git commands to generate.