|
297 | 297 | apple,dma-range = <0x1f0 0x0 0x0 0xfc000000>; |
298 | 298 | }; |
299 | 299 |
|
| 300 | + sep_dart: iommu@3952c0000 { |
| 301 | + compatible = "apple,t6000-dart"; |
| 302 | + reg = <0x3 0x952c0000 0x0 0x4000>; |
| 303 | + #iommu-cells = <1>; |
| 304 | + interrupt-parent = <&aic>; |
| 305 | + interrupts = <AIC_IRQ 0 551 IRQ_TYPE_LEVEL_HIGH>; |
| 306 | + }; |
| 307 | + |
| 308 | + sep: sep@396400000 { |
| 309 | + compatible = "apple,sep"; |
| 310 | + reg = <0x3 0x96400000 0x0 0x6C000>; |
| 311 | + mboxes = <&sep_mbox>; |
| 312 | + mbox-names = "mbox"; |
| 313 | + iommus = <&sep_dart 0>; |
| 314 | + power-domains = <&ps_sep>; |
| 315 | + status = "disabled"; |
| 316 | + }; |
| 317 | + |
| 318 | + sep_mbox: mbox@396408000 { |
| 319 | + compatible = "apple,t6000-asc-mailbox", "apple,asc-mailbox-v4"; |
| 320 | + reg = <0x3 0x96408000 0x0 0x4000>; |
| 321 | + interrupt-parent = <&aic>; |
| 322 | + interrupts = <AIC_IRQ 0 545 IRQ_TYPE_LEVEL_HIGH>, |
| 323 | + <AIC_IRQ 0 546 IRQ_TYPE_LEVEL_HIGH>, |
| 324 | + <AIC_IRQ 0 547 IRQ_TYPE_LEVEL_HIGH>, |
| 325 | + <AIC_IRQ 0 548 IRQ_TYPE_LEVEL_HIGH>; |
| 326 | + interrupt-names = "send-empty", "send-not-empty", |
| 327 | + "recv-empty", "recv-not-empty"; |
| 328 | + #mbox-cells = <0>; |
| 329 | + }; |
| 330 | + |
300 | 331 | dpaudio0: audio-controller@39b500000 { |
301 | 332 | compatible = "apple,t6000-dpaudio", "apple,dpaudio"; |
302 | 333 | reg = <0x3 0x9b500000 0x0 0x4000>; |
|
0 commit comments