aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYixun Lan <yixun.lan@amlogic.com>2018-01-10 21:34:01 -0500
committerKevin Hilman <khilman@baylibre.com>2018-02-12 17:15:10 -0500
commit3e5925c622d7debf429b36d47d8904af4d387fc6 (patch)
tree559da816cc83d7c84276d445c60517075c7f203c
parente496c415a311a28a7d42679d172db6d3737c2f28 (diff)
ARM64: dts: meson-axg: enable the UART_A controller
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>
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-axg-s400.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
index 0149bec424f4..913e63e718ff 100644
--- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
@@ -14,6 +14,7 @@
14 14
15 aliases { 15 aliases {
16 serial0 = &uart_AO; 16 serial0 = &uart_AO;
17 serial1 = &uart_A;
17 }; 18 };
18}; 19};
19 20
@@ -24,6 +25,12 @@
24 pinctrl-names = "default"; 25 pinctrl-names = "default";
25}; 26};
26 27
28&uart_A {
29 status = "okay";
30 pinctrl-0 = <&uart_a_pins>;
31 pinctrl-names = "default";
32};
33
27&uart_AO { 34&uart_AO {
28 status = "okay"; 35 status = "okay";
29 pinctrl-0 = <&uart_ao_a_pins>; 36 pinctrl-0 = <&uart_ao_a_pins>;