提交 78d6785d 编写于 作者: J Josh Cartwright 提交者: Michal Simek

ARM: zynq: dts: add description of the second uart

The zynq-7000 has an additional UART at 0xE0001000.  Describe it in the
device tree.
Signed-off-by: NJosh Cartwright <josh.cartwright@ni.com>
Acked-by: NMichal Simek <michal.simek@xilinx.com>
上级 03e07595
...@@ -59,5 +59,12 @@ ...@@ -59,5 +59,12 @@
interrupts = <0 27 4>; interrupts = <0 27 4>;
clock = <50000000>; clock = <50000000>;
}; };
uart1: uart@e0001000 {
compatible = "xlnx,xuartps";
reg = <0xE0001000 0x1000>;
interrupts = <0 50 4>;
clock = <50000000>;
};
}; };
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册