提交 3e5925c6 编写于 作者: Y Yixun Lan 提交者: Kevin Hilman

ARM64: dts: meson-axg: enable the UART_A controller

The UART_A is connected to a BT module on the S400 board.
Acked-by: NJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: NYixun Lan <yixun.lan@amlogic.com>
Signed-off-by: NKevin Hilman <khilman@baylibre.com>
上级 e496c415
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
aliases { aliases {
serial0 = &uart_AO; serial0 = &uart_AO;
serial1 = &uart_A;
}; };
}; };
...@@ -24,6 +25,12 @@ ...@@ -24,6 +25,12 @@
pinctrl-names = "default"; pinctrl-names = "default";
}; };
&uart_A {
status = "okay";
pinctrl-0 = <&uart_a_pins>;
pinctrl-names = "default";
};
&uart_AO { &uart_AO {
status = "okay"; status = "okay";
pinctrl-0 = <&uart_ao_a_pins>; pinctrl-0 = <&uart_ao_a_pins>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册