ARM: dts: sun7i: Add GMAC controller node to sun7i DTSI
authorChen-Yu Tsai <wens@csie.org>
Mon, 10 Feb 2014 10:35:49 +0000 (18:35 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 10 Feb 2014 19:46:14 +0000 (20:46 +0100)
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun7i-a20.dtsi

index dd567eac3dee99982b7b65cc43feeb3fca0aecc0..8eb4d54a9056da79b686f884d97cbd345d1fe422 100644 (file)
                        status = "disabled";
                };
 
+               gmac: ethernet@01c50000 {
+                       compatible = "allwinner,sun7i-a20-gmac";
+                       reg = <0x01c50000 0x10000>;
+                       interrupts = <0 85 4>;
+                       interrupt-names = "macirq";
+                       clocks = <&ahb_gates 49>, <&gmac_tx_clk>;
+                       clock-names = "stmmaceth", "allwinner_gmac_tx";
+                       snps,pbl = <2>;
+                       snps,fixed-burst;
+                       snps,force_sf_dma_mode;
+                       status = "disabled";
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+               };
+
                hstimer@01c60000 {
                        compatible = "allwinner,sun7i-a20-hstimer";
                        reg = <0x01c60000 0x1000>;