ARM64: dts: meson-axg: enable the UART_A controller
authorYixun Lan <yixun.lan@amlogic.com>
Thu, 11 Jan 2018 02:34:01 +0000 (10:34 +0800)
committerKevin Hilman <khilman@baylibre.com>
Mon, 12 Feb 2018 22:15:10 +0000 (14:15 -0800)
The UART_A is connected to a BT module on the S400 board.

Acked-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-axg-s400.dts

index 0149bec..913e63e 100644 (file)
@@ -14,6 +14,7 @@
 
        aliases {
                serial0 = &uart_AO;
+               serial1 = &uart_A;
        };
 };
 
        pinctrl-names = "default";
 };
 
+&uart_A {
+       status = "okay";
+       pinctrl-0 = <&uart_a_pins>;
+       pinctrl-names = "default";
+};
+
 &uart_AO {
        status = "okay";
        pinctrl-0 = <&uart_ao_a_pins>;