aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2013-07-24 18:09:47 -0400
committerMaxime Ripard <maxime.ripard@free-electrons.com>2013-08-21 18:19:18 -0400
commit9f229ba957c3119fd1965c07c56d1618ed2d9b89 (patch)
tree6bb5c3a66dcd42082d4efbf317e5fa936bb1012e
parent17eac031b7cad5eff7610639041967d06aa1e553 (diff)
ARM: sun7i: DT: Add UART muxing options to the DTSI
The UARTs on the A20 can be muxed to several pins. Add a few options to the DTSI so that we can start using them in the boards' DT. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r--arch/arm/boot/dts/sun7i-a20.dtsi21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
index 980ec7522fa8..f4e4524cd4f9 100644
--- a/arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
@@ -71,6 +71,27 @@
71 #address-cells = <1>; 71 #address-cells = <1>;
72 #size-cells = <0>; 72 #size-cells = <0>;
73 #gpio-cells = <3>; 73 #gpio-cells = <3>;
74
75 uart0_pins_a: uart0@0 {
76 allwinner,pins = "PB22", "PB23";
77 allwinner,function = "uart0";
78 allwinner,drive = <0>;
79 allwinner,pull = <0>;
80 };
81
82 uart6_pins_a: uart6@0 {
83 allwinner,pins = "PI12", "PI13";
84 allwinner,function = "uart6";
85 allwinner,drive = <0>;
86 allwinner,pull = <0>;
87 };
88
89 uart7_pins_a: uart7@0 {
90 allwinner,pins = "PI20", "PI21";
91 allwinner,function = "uart7";
92 allwinner,drive = <0>;
93 allwinner,pull = <0>;
94 };
74 }; 95 };
75 96
76 timer@01c20c00 { 97 timer@01c20c00 {