aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sun7i-a20.dtsi
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2013-09-11 05:10:07 -0400
committerOlof Johansson <olof@lixom.net>2013-09-12 15:22:39 -0400
commit756084c50c5239564c6fcaf7305f18483e33c0e5 (patch)
tree237582891da4f386f0aed75e412d4893692222e3 /arch/arm/boot/dts/sun7i-a20.dtsi
parent2e804d03d235d5c83d75461669c213298d3bafc4 (diff)
ARM: dts: sun7i: Add the muxing options for the EMAC
The A20 has several muxing options for the EMAC. Yet, the currently supported boards only use one set of them. Add that pin set to the DTSI. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/sun7i-a20.dtsi')
-rw-r--r--arch/arm/boot/dts/sun7i-a20.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
index e996f1d4548d..80559cbdbc87 100644
--- a/arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
@@ -214,6 +214,17 @@
214 allwinner,drive = <0>; 214 allwinner,drive = <0>;
215 allwinner,pull = <0>; 215 allwinner,pull = <0>;
216 }; 216 };
217
218 emac_pins_a: emac0@0 {
219 allwinner,pins = "PA0", "PA1", "PA2",
220 "PA3", "PA4", "PA5", "PA6",
221 "PA7", "PA8", "PA9", "PA10",
222 "PA11", "PA12", "PA13", "PA14",
223 "PA15", "PA16";
224 allwinner,function = "emac";
225 allwinner,drive = <0>;
226 allwinner,pull = <0>;
227 };
217 }; 228 };
218 229
219 timer@01c20c00 { 230 timer@01c20c00 {