sunxi: initial 3.13 support
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39471
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
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(+)
|
||||
|
||||
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
|
||||
index 0c1d363..82be552 100644
|
||||
--- a/arch/arm/boot/dts/sun7i-a20.dtsi
|
||||
+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
|
||||
@@ -571,6 +571,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>;
|
||||
--
|
||||
1.8.5.1
|
||||
|
||||
Reference in New Issue
Block a user