File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 304
304
IRQ_DEFAULT_PRIORITY>;
305
305
reg = <0xfd070000 0x30000>;
306
306
};
307
- };
308
307
308
+ spi0: spi@ff040000 {
309
+ compatible = "cdns,spi";
310
+ reg = <0xff040000 0x1000>;
311
+ status = "disabled";
312
+ interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL
313
+ IRQ_DEFAULT_PRIORITY>;
314
+ #address-cells = <1>;
315
+ #size-cells = <0>;
316
+ fifo-width = <8>;
317
+ rx-fifo-depth = <128>;
318
+ tx-fifo-depth = <128>;
319
+ };
320
+
321
+ spi1: spi@ff050000 {
322
+ compatible = "cdns,spi";
323
+ reg = <0xff050000 0x1000>;
324
+ status = "disabled";
325
+ interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL
326
+ IRQ_DEFAULT_PRIORITY>;
327
+ #address-cells = <1>;
328
+ #size-cells = <0>;
329
+ fifo-width = <8>;
330
+ rx-fifo-depth = <128>;
331
+ tx-fifo-depth = <128>;
332
+ };
333
+ };
309
334
};
You can’t perform that action at this time.
0 commit comments