123456789101112131415161718192021222324252627282930313233 |
- From a07eeb627d300da0dee8cb39b59173332be8e4bb Mon Sep 17 00:00:00 2001
- From: Chen-Yu Tsai <[email protected]>
- 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 <[email protected]>
- ---
- 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>;
|