forked from Minki/linux
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>
This commit is contained in:
parent
03e07595fe
commit
78d6785db1
@ -59,5 +59,12 @@
|
|||||||
interrupts = <0 27 4>;
|
interrupts = <0 27 4>;
|
||||||
clock = <50000000>;
|
clock = <50000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
uart1: uart@e0001000 {
|
||||||
|
compatible = "xlnx,xuartps";
|
||||||
|
reg = <0xE0001000 0x1000>;
|
||||||
|
interrupts = <0 50 4>;
|
||||||
|
clock = <50000000>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user