projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03e0759
)
ARM: zynq: dts: add description of the second uart
author
Josh Cartwright
<josh.cartwright@ni.com>
Wed, 31 Oct 2012 19:45:17 +0000
(13:45 -0600)
committer
Michal 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/zynq-ep107.dts
b/arch/arm/boot/dts/zynq-ep107.dts
index 574bc044f57208fdb4afaefd2e298280238d77ee..5caf10011f593037305927f62331e28960e76da3 100644
(file)
--- 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>;
+ };
};
};