Skip to content

Commit 04684fb

Browse files
SgrrZhfMaureenHelm
authored andcommitted
boards: arm64: fvp_base_revc_2xaemv8a: add all available uart nodes
fvp_base_revc_2xaemv8a has four pl011_uart devices and all of then have been added in this patch. Signed-off-by: Huifeng Zhang <[email protected]>
1 parent 214dc97 commit 04684fb

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

boards/arm64/fvp_base_revc_2xaemv8a/fvp_base_revc_2xaemv8a.dts

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,36 @@
8686
clocks = <&uartclk>;
8787
};
8888

89+
uart1: uart@1c0a0000 {
90+
compatible = "arm,pl011";
91+
reg = <0x1c0a0000 0x1000>;
92+
status = "disabled";
93+
interrupts = <GIC_SPI 6 0 IRQ_TYPE_LEVEL>;
94+
interrupt-names = "irq_6";
95+
label = "UART_1";
96+
clocks = <&uartclk>;
97+
};
98+
99+
uart2: uart@1c0b0000 {
100+
compatible = "arm,pl011";
101+
reg = <0x1c0b0000 0x1000>;
102+
status = "disabled";
103+
interrupts = <GIC_SPI 7 0 IRQ_TYPE_LEVEL>;
104+
interrupt-names = "irq_7";
105+
label = "UART_2";
106+
clocks = <&uartclk>;
107+
};
108+
109+
uart3: uart@1c0c0000 {
110+
compatible = "arm,pl011";
111+
reg = <0x1c0c0000 0x1000>;
112+
status = "disabled";
113+
interrupts = <GIC_SPI 8 0 IRQ_TYPE_LEVEL>;
114+
interrupt-names = "irq_8";
115+
label = "UART_3";
116+
clocks = <&uartclk>;
117+
};
118+
89119
flash0: flash@0 {
90120
compatible = "soc-nv-flash";
91121
reg = <0x0 DT_SIZE_K(64)>;

0 commit comments

Comments
 (0)