ARM: dts: sun8i: Add pin muxing option for R_UART
authorChen-Yu Tsai <wens@csie.org>
Sun, 17 Aug 2014 03:52:10 +0000 (11:52 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 17 Aug 2014 07:58:07 +0000 (09:58 +0200)
R_UART is available on extra pads on certain tablets, which makes it
ideal for use as a console. Here we add the pins for it.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun8i-a23.dtsi

index cbd481eff55d162f83ee38333a95a163b62f03f6..32c195c49b83748bc82b8e0f57827b0f89829fe6 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
                        #gpio-cells = <3>;
+
+                       r_uart_pins_a: r_uart@0 {
+                               allwinner,pins = "PL2", "PL3";
+                               allwinner,function = "s_uart";
+                               allwinner,drive = <0>;
+                               allwinner,pull = <0>;
+                       };
                };
        };
 };
This page took 0.026006 seconds and 5 git commands to generate.