ARM: zynq: dts: add description of the second uart
authorJosh Cartwright <josh.cartwright@ni.com>
Wed, 31 Oct 2012 19:45:17 +0000 (13:45 -0600)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 5 Nov 2012 12:38:44 +0000 (13:38 +0100)
The zynq-7000 has an additional UART at 0xE0001000.  Describe it in the
device tree.

Signed-off-by: Josh Cartwright <josh.cartwright@ni.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/boot/dts/zynq-ep107.dts

index 574bc04..5caf100 100644 (file)
                        interrupts = <0 27 4>;
                        clock = <50000000>;
                };
+
+               uart1: uart@e0001000 {
+                       compatible = "xlnx,xuartps";
+                       reg = <0xE0001000 0x1000>;
+                       interrupts = <0 50 4>;
+                       clock = <50000000>;
+               };
        };
 };