OSDN Git Service

ARM: dts: sun8i-a33: Add pinmux setting for uart0 on PB pins
authorChen-Yu Tsai <wens@csie.org>
Tue, 2 Jun 2015 10:04:02 +0000 (18:04 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 2 Jun 2015 21:14:42 +0000 (23:14 +0200)
The A33 adds an additional pinmux option for uart0 on the PB pins.
This was not present on the A23. Nor is it available on the H3,
which does not have the PB pingroup.

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

index 9b43bc6..85ee080 100644 (file)
        compatible = "allwinner,sun8i-a33-pinctrl";
        interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>,
                     <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
+
+       uart0_pins_b: uart0@1 {
+               allwinner,pins = "PB0", "PB1";
+               allwinner,function = "uart0";
+               allwinner,drive = <SUN4I_PINCTRL_10_MA>;
+               allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
+       };
+
 };