af63cdf87a
Signed-off-by: Imre Kaloz <kaloz@openwrt.org SVN-Revision: 39582
33 lines
954 B
Diff
33 lines
954 B
Diff
From a07eeb627d300da0dee8cb39b59173332be8e4bb Mon Sep 17 00:00:00 2001
|
|
From: Chen-Yu Tsai <wens@csie.org>
|
|
Date: Sat, 7 Dec 2013 01:29:38 +0800
|
|
Subject: [PATCH] ARM: dts: sun7i: Add GMAC controller node to sun7i DTSI
|
|
|
|
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
|
|
---
|
|
arch/arm/boot/dts/sun7i-a20.dtsi | 14 ++++++++++++++
|
|
1 file changed, 14 insertions(+)
|
|
|
|
--- a/arch/arm/boot/dts/sun7i-a20.dtsi
|
|
+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
|
|
@@ -605,6 +605,20 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
+ gmac: ethernet@01c50000 {
|
|
+ compatible = "allwinner,sun7i-gmac", "snps,dwmac";
|
|
+ reg = <0x01c50000 0x10000>,
|
|
+ <0x01c20164 0x4>;
|
|
+ interrupts = <0 85 1>;
|
|
+ interrupt-names = "macirq";
|
|
+ clocks = <&ahb_gates 49>;
|
|
+ clock-names = "stmmaceth";
|
|
+ snps,pbl = <2>;
|
|
+ snps,fixed-burst;
|
|
+ snps,force_sf_dma_mode;
|
|
+ status = "disabled";
|
|
+ };
|
|
+
|
|
hstimer@01c60000 {
|
|
compatible = "allwinner,sun7i-a20-hstimer";
|
|
reg = <0x01c60000 0x1000>;
|