ARM: dts: sun9i: Enable uart4 for A80 Optimus board
authorChen-Yu Tsai <wens@csie.org>
Fri, 31 Oct 2014 03:05:51 +0000 (11:05 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 23 Nov 2014 15:53:04 +0000 (16:53 +0100)
The A80 Optimus board exposes uart4 on the GPIO expansion header.
Enable it so we can use it.

Also enable the internal pull-ups, as there doesn't seem to be
external pull-up resistors for pins on the expansion header.

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

index 87b1355..506948f 100644 (file)
                                allwinner,drive = <0>;
                                allwinner,pull = <0>;
                        };
+
+                       uart4_pins_a: uart4@0 {
+                               /* Enable internal pull-up */
+                               allwinner,pull = <1>;
+                       };
                };
 
                uart0: serial@07000000 {
                        status = "okay";
                };
 
+               uart4: serial@07001000 {
+                       pinctrl-names = "default";
+                       pinctrl-0 = <&uart4_pins_a>;
+                       status = "okay";
+               };
+
                i2c3: i2c@07003400 {
                        pinctrl-names = "default";
                        pinctrl-0 = <&i2c3_pins_a>;