dts: arm: xilinx: zynqmp: Add UART1 to device tree
Add the DT node for the 2nd UART controller. Signed-off-by: Immo Birnbaum <Immo.Birnbaum@weidmueller.com>
This commit is contained in:
parent
4e39cf8a65
commit
43e94bb0f9
|
@ -31,6 +31,16 @@
|
|||
label = "UART_0";
|
||||
};
|
||||
|
||||
uart1: uart@ff010000 {
|
||||
compatible = "xlnx,xuartps";
|
||||
reg = <0xff010000 0x4c>;
|
||||
status = "disabled";
|
||||
interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL
|
||||
IRQ_DEFAULT_PRIORITY>;
|
||||
interrupt-names = "irq_0";
|
||||
label = "UART_1";
|
||||
};
|
||||
|
||||
ttc0: timer@ff110000 {
|
||||
compatible = "xlnx,ttcps";
|
||||
status = "disabled";
|
||||
|
|
Loading…
Reference in a new issue