diff options
author | Josh Cartwright <josh.cartwright@ni.com> | 2012-10-31 13:45:17 -0600 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2012-11-05 13:38:44 +0100 |
commit | 78d6785db13572f22d287d8c1739ceb4edf54bdc (patch) | |
tree | b066c07bbad9eb09fd4ddaa17093dfdaa3bd7980 | |
parent | 03e07595febc4857b2b6ad756826f369c7628ec8 (diff) | |
download | linux-78d6785db13572f22d287d8c1739ceb4edf54bdc.tar.bz2 |
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: Josh Cartwright <josh.cartwright@ni.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r-- | arch/arm/boot/dts/zynq-ep107.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/zynq-ep107.dts b/arch/arm/boot/dts/zynq-ep107.dts index 574bc044f572..5caf10011f59 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>; + }; }; }; |