Message ID | 8c2fac7167cd7c5201d5e1d8e1ceeb183ee2f63f.1351721190.git.josh.cartwright@ni.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
2012/10/31 Josh Cartwright <josh.cartwright@ni.com>: > The zynq-7000 has an additional UART at 0xE0001000. Describe it in the > device tree. > > Signed-off-by: Josh Cartwright <josh.cartwright@ni.com> > --- > arch/arm/boot/dts/zynq-ep107.dts | 7 +++++++ > 1 file changed, 7 insertions(+) Applied to my testing branch. Thanks, Michal
diff --git a/arch/arm/boot/dts/zynq-ep107.dts b/arch/arm/boot/dts/zynq-ep107.dts index 574bc04..5caf100 100644 --- a/arch/arm/boot/dts/zynq-ep107.dts +++ b/arch/arm/boot/dts/zynq-ep107.dts @@ -59,5 +59,12 @@ interrupts = <0 27 4>; clock = <50000000>; }; + + uart1: uart@e0001000 { + compatible = "xlnx,xuartps"; + reg = <0xE0001000 0x1000>; + interrupts = <0 50 4>; + clock = <50000000>; + }; }; };
The zynq-7000 has an additional UART at 0xE0001000. Describe it in the device tree. Signed-off-by: Josh Cartwright <josh.cartwright@ni.com> --- arch/arm/boot/dts/zynq-ep107.dts | 7 +++++++ 1 file changed, 7 insertions(+)