|
145 | 145 | reg = <0x0 0xc000000 0x0 0x4000000>;
|
146 | 146 | riscv,ndev = <53>;
|
147 | 147 | interrupt-controller;
|
148 |
| - interrupts-extended = < |
149 |
| - &cpu0_intc 0xffffffff |
150 |
| - &cpu1_intc 0xffffffff &cpu1_intc 9 |
151 |
| - &cpu2_intc 0xffffffff &cpu2_intc 9 |
152 |
| - &cpu3_intc 0xffffffff &cpu3_intc 9 |
153 |
| - &cpu4_intc 0xffffffff &cpu4_intc 9>; |
| 148 | + interrupts-extended = |
| 149 | + <&cpu0_intc 0xffffffff>, |
| 150 | + <&cpu1_intc 0xffffffff>, <&cpu1_intc 9>, |
| 151 | + <&cpu2_intc 0xffffffff>, <&cpu2_intc 9>, |
| 152 | + <&cpu3_intc 0xffffffff>, <&cpu3_intc 9>, |
| 153 | + <&cpu4_intc 0xffffffff>, <&cpu4_intc 9>; |
154 | 154 | };
|
155 | 155 | prci: clock-controller@10000000 {
|
156 | 156 | compatible = "sifive,fu540-c000-prci";
|
|
170 | 170 | compatible = "sifive,fu540-c000-pdma";
|
171 | 171 | reg = <0x0 0x3000000 0x0 0x8000>;
|
172 | 172 | interrupt-parent = <&plic0>;
|
173 |
| - interrupts = <23 24 25 26 27 28 29 30>; |
| 173 | + interrupts = <23>, <24>, <25>, <26>, <27>, <28>, <29>, |
| 174 | + <30>; |
174 | 175 | #dma-cells = <1>;
|
175 | 176 | };
|
176 | 177 | uart1: serial@10011000 {
|
|
243 | 244 | compatible = "sifive,fu540-c000-pwm", "sifive,pwm0";
|
244 | 245 | reg = <0x0 0x10020000 0x0 0x1000>;
|
245 | 246 | interrupt-parent = <&plic0>;
|
246 |
| - interrupts = <42 43 44 45>; |
| 247 | + interrupts = <42>, <43>, <44>, <45>; |
247 | 248 | clocks = <&prci PRCI_CLK_TLCLK>;
|
248 | 249 | #pwm-cells = <3>;
|
249 | 250 | status = "disabled";
|
|
252 | 253 | compatible = "sifive,fu540-c000-pwm", "sifive,pwm0";
|
253 | 254 | reg = <0x0 0x10021000 0x0 0x1000>;
|
254 | 255 | interrupt-parent = <&plic0>;
|
255 |
| - interrupts = <46 47 48 49>; |
| 256 | + interrupts = <46>, <47>, <48>, <49>; |
256 | 257 | clocks = <&prci PRCI_CLK_TLCLK>;
|
257 | 258 | #pwm-cells = <3>;
|
258 | 259 | status = "disabled";
|
|
265 | 266 | cache-size = <2097152>;
|
266 | 267 | cache-unified;
|
267 | 268 | interrupt-parent = <&plic0>;
|
268 |
| - interrupts = <1 2 3>; |
| 269 | + interrupts = <1>, <2>, <3>; |
269 | 270 | reg = <0x0 0x2010000 0x0 0x1000>;
|
270 | 271 | };
|
271 | 272 | gpio: gpio@10060000 {
|
|
0 commit comments