ARM: dts: lpc18xx: add ethernet node
authorJoachim Eastwood <manabian@gmail.com>
Thu, 2 Apr 2015 03:29:28 +0000 (05:29 +0200)
committerJoachim Eastwood <manabian@gmail.com>
Sat, 11 Jul 2015 21:06:07 +0000 (23:06 +0200)
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
arch/arm/boot/dts/lpc18xx.dtsi

index 563435aaee5792b3c5f34d2893439fed396b57c9..be154749bf56d0961ba8793f220f5aac5cb2cd9c 100644 (file)
                        status = "disabled";
                };
 
+               mac: ethernet@40010000 {
+                       compatible = "nxp,lpc1850-dwmac", "snps,dwmac-3.611", "snps,dwmac";
+                       reg = <0x40010000 0x2000>;
+                       interrupts = <5>;
+                       interrupt-names = "macirq";
+                       clocks = <&ccu1 CLK_CPU_ETHERNET>;
+                       clock-names = "stmmaceth";
+                       status = "disabled";
+               };
+
                creg: syscon@40043000 {
                        compatible = "nxp,lpc1850-creg", "syscon", "simple-mfd";
                        reg = <0x40043000 0x1000>;
This page took 0.024765 seconds and 5 git commands to generate.