Skip to content

Commit

Permalink
ARM: zynq: dts: add description of the second uart
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Josh Cartwright authored and Michal Simek committed Nov 5, 2012
1 parent 03e0759 commit 78d6785
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/zynq-ep107.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
};
};

0 comments on commit 78d6785

Please sign in to comment.