ARM: highbank: add xgmac ethernet devices to dts
authorRob Herring <rob.herring@calxeda.com>
Mon, 5 Dec 2011 14:35:55 +0000 (08:35 -0600)
committerRob Herring <rob.herring@calxeda.com>
Mon, 5 Dec 2011 14:35:55 +0000 (08:35 -0600)
Add device nodes for xgmac ethernet block in Calxeda Highbank.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
arch/arm/boot/dts/highbank.dts

index aeb1a7578fad49e70e767358d57e602220c6c7e6..305635bd45c01a91f178ee3e9d69ad3feea4644e 100644 (file)
                        reg = <0xfff3d000 0x1000>;
                        interrupts = <0 92 4>;
                };
+
+               ethernet@fff50000 {
+                       compatible = "calxeda,hb-xgmac";
+                       reg = <0xfff50000 0x1000>;
+                       interrupts = <0 77 4  0 78 4  0 79 4>;
+               };
+
+               ethernet@fff51000 {
+                       compatible = "calxeda,hb-xgmac";
+                       reg = <0xfff51000 0x1000>;
+                       interrupts = <0 80 4  0 81 4  0 82 4>;
+               };
        };
 };