File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
boards/arm64/fvp_base_revc_2xaemv8a Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 86
86
clocks = <&uartclk>;
87
87
};
88
88
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
+
89
119
flash0: flash@0 {
90
120
compatible = "soc-nv-flash";
91
121
reg = <0x0 DT_SIZE_K(64)>;
You can’t perform that action at this time.
0 commit comments