|
196 | 196 | };
|
197 | 197 | qspi0: spi@10040000 {
|
198 | 198 | compatible = "sifive,fu540-c000-spi", "sifive,spi0";
|
199 |
| - reg = <0x0 0x10040000 0x0 0x1000 |
200 |
| - 0x0 0x20000000 0x0 0x10000000>; |
| 199 | + reg = <0x0 0x10040000 0x0 0x1000>, |
| 200 | + <0x0 0x20000000 0x0 0x10000000>; |
201 | 201 | interrupt-parent = <&plic0>;
|
202 | 202 | interrupts = <51>;
|
203 | 203 | clocks = <&prci PRCI_CLK_TLCLK>;
|
|
207 | 207 | };
|
208 | 208 | qspi1: spi@10041000 {
|
209 | 209 | compatible = "sifive,fu540-c000-spi", "sifive,spi0";
|
210 |
| - reg = <0x0 0x10041000 0x0 0x1000 |
211 |
| - 0x0 0x30000000 0x0 0x10000000>; |
| 210 | + reg = <0x0 0x10041000 0x0 0x1000>, |
| 211 | + <0x0 0x30000000 0x0 0x10000000>; |
212 | 212 | interrupt-parent = <&plic0>;
|
213 | 213 | interrupts = <52>;
|
214 | 214 | clocks = <&prci PRCI_CLK_TLCLK>;
|
|
230 | 230 | compatible = "sifive,fu540-c000-gem";
|
231 | 231 | interrupt-parent = <&plic0>;
|
232 | 232 | interrupts = <53>;
|
233 |
| - reg = <0x0 0x10090000 0x0 0x2000 |
234 |
| - 0x0 0x100a0000 0x0 0x1000>; |
| 233 | + reg = <0x0 0x10090000 0x0 0x2000>, |
| 234 | + <0x0 0x100a0000 0x0 0x1000>; |
235 | 235 | local-mac-address = [00 00 00 00 00 00];
|
236 | 236 | clock-names = "pclk", "hclk";
|
237 | 237 | clocks = <&prci PRCI_CLK_GEMGXLPLL>,
|
|
0 commit comments