ARM: dts: atlas7: add lost gmac node
authorYe He <Ye.He@csr.com>
Tue, 28 Jul 2015 07:31:34 +0000 (15:31 +0800)
committerBarry Song <Baohua.Song@csr.com>
Wed, 5 Aug 2015 14:44:18 +0000 (22:44 +0800)
this patch adds lost ethernet gmac node, and also fix the ranges of
its parent node.

Signed-off-by: Ye He <ye.he@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
arch/arm/boot/dts/atlas7.dtsi

index 3caa2ccdaa7bb058c444735e2fc9b2f5a32ba46d..cc9db08dbfe367505dd0ac1b10e4bd21070ec453 100644 (file)
                                <0x18040000 0x18040000 0x1000>,
                                <0x18050000 0x18050000 0x1000>,
                                <0x18060000 0x18060000 0x1000>,
+                               <0x180b0000 0x180b0000 0x4000>,
                                <0x18100000 0x18100000 0x3000>,
                                <0x18250000 0x18250000 0x10000>,
                                <0x18200000 0x18200000 0x1000>;
                                dma-names = "rx", "tx";
                                status = "disabled";
                        };
+                       gmac: eth@180b0000 {
+                               compatible = "snps, dwc-eth-qos";
+                               reg = <0x180b0000 0x4000>;
+                               interrupts = <0 59 0>, <0 70 0>;
+                               interrupt-names = "macirq", "macpmt";
+                               clocks = <&car 39>, <&car 45>,
+                                      <&car 86>, <&car 87>;
+                               clock-names = "gnssm_rgmii", "gnssm_gmac",
+                                       "rgmii", "gmac";
+                               local-mac-address = [00 00 00 00 00 00];
+                               phy-mode = "rgmii";
+                       };
                        dspub@18250000 {
                                compatible = "dx,cc44p";
                                reg = <0x18250000 0x10000>;
This page took 0.036946 seconds and 5 git commands to generate.