提交 ec11ebcf 编写于 作者: S Soren Brinkmann 提交者: Michal Simek

arm: dt: zynq: Use 'status' property for UART nodes

Set the default status for UARTs to disabled in the zynq-7000.dtsi file
and let board dts files enable the UARTs on demand.
Signed-off-by: NSoren Brinkmann <soren.brinkmann@xilinx.com>
Reviewed-by: NSteffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 7fa5ac3f
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
uart0: uart@e0000000 { uart0: uart@e0000000 {
compatible = "xlnx,xuartps"; compatible = "xlnx,xuartps";
status = "disabled";
clocks = <&clkc 23>, <&clkc 40>; clocks = <&clkc 23>, <&clkc 40>;
clock-names = "ref_clk", "aper_clk"; clock-names = "ref_clk", "aper_clk";
reg = <0xE0000000 0x1000>; reg = <0xE0000000 0x1000>;
...@@ -57,6 +58,7 @@ ...@@ -57,6 +58,7 @@
uart1: uart@e0001000 { uart1: uart@e0001000 {
compatible = "xlnx,xuartps"; compatible = "xlnx,xuartps";
status = "disabled";
clocks = <&clkc 24>, <&clkc 41>; clocks = <&clkc 24>, <&clkc 41>;
clock-names = "ref_clk", "aper_clk"; clock-names = "ref_clk", "aper_clk";
reg = <0xE0001000 0x1000>; reg = <0xE0001000 0x1000>;
......
...@@ -24,7 +24,11 @@ ...@@ -24,7 +24,11 @@
}; };
chosen { chosen {
bootargs = "console=ttyPS1,115200 earlyprintk"; bootargs = "console=ttyPS0,115200 earlyprintk";
}; };
}; };
&uart1 {
status = "okay";
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册