|
397 | 397 | };
|
398 | 398 | };
|
399 | 399 |
|
| 400 | + dma0: dma@41800000 { /* Secure DMA */ |
| 401 | + compatible = "renesas,rz-dma"; |
| 402 | + reg = <0x41800000 0x800>, <0x41810000 0x20>; |
| 403 | + reg-names = "reg_main", "ext"; |
| 404 | + interrupts = <95 1>, <96 1>, <97 1>, <98 1>, |
| 405 | + <99 1>, <100 1>, <101 1>, <102 1>, |
| 406 | + <103 1>, <104 1>, <105 1>, <106 1>, |
| 407 | + <107 1>, <108 1>, <109 1>, <110 1>, |
| 408 | + <94 1>; /* DMAERR1 */ |
| 409 | + interrupt-names = "ch0", "ch1", "ch2", "ch3", |
| 410 | + "ch4", "ch5", "ch6", "ch7", |
| 411 | + "ch8", "ch9", "ch10", "ch11", |
| 412 | + "ch12", "ch13", "ch14", "ch15", |
| 413 | + "err1"; |
| 414 | + dma-channels = <16>; |
| 415 | + #dma-cells = <2>; |
| 416 | + dma-buf-addr-alignment = <4>; |
| 417 | + status = "disabled"; |
| 418 | + }; |
| 419 | + |
400 | 420 | scif0: serial@4004b800 {
|
401 | 421 | compatible = "renesas,rz-scif-uart";
|
402 | 422 | channel = <0>;
|
|
0 commit comments