|
266 | 266 | apple,dma-range = <0x1f0 0x0 0x0 0xfc000000>; |
267 | 267 | }; |
268 | 268 |
|
| 269 | + sep_dart: iommu@3952c0000 { |
| 270 | + compatible = "apple,t6000-dart"; |
| 271 | + reg = <0x3 0x952c0000 0x0 0x4000>; |
| 272 | + #iommu-cells = <1>; |
| 273 | + interrupt-parent = <&aic>; |
| 274 | + interrupts = <AIC_IRQ 0 551 IRQ_TYPE_LEVEL_HIGH>; |
| 275 | + }; |
| 276 | + |
| 277 | + sep: sep@396400000 { |
| 278 | + compatible = "apple,sep"; |
| 279 | + reg = <0x3 0x96400000 0x0 0x6C000>; |
| 280 | + mboxes = <&sep_mbox>; |
| 281 | + mbox-names = "mbox"; |
| 282 | + iommus = <&sep_dart 0>; |
| 283 | + power-domains = <&ps_sep>; |
| 284 | + status = "disabled"; |
| 285 | + }; |
| 286 | + |
| 287 | + sep_mbox: mbox@396408000 { |
| 288 | + compatible = "apple,t6000-asc-mailbox", "apple,asc-mailbox-v4"; |
| 289 | + reg = <0x3 0x96408000 0x0 0x4000>; |
| 290 | + interrupt-parent = <&aic>; |
| 291 | + interrupts = <AIC_IRQ 0 545 IRQ_TYPE_LEVEL_HIGH>, |
| 292 | + <AIC_IRQ 0 546 IRQ_TYPE_LEVEL_HIGH>, |
| 293 | + <AIC_IRQ 0 547 IRQ_TYPE_LEVEL_HIGH>, |
| 294 | + <AIC_IRQ 0 548 IRQ_TYPE_LEVEL_HIGH>; |
| 295 | + interrupt-names = "send-empty", "send-not-empty", |
| 296 | + "recv-empty", "recv-not-empty"; |
| 297 | + #mbox-cells = <0>; |
| 298 | + }; |
| 299 | + |
269 | 300 | dpaudio0: audio-controller@39b500000 { |
270 | 301 | compatible = "apple,t6000-dpaudio", "apple,dpaudio"; |
271 | 302 | reg = <0x3 0x9b500000 0x0 0x4000>; |
|
0 commit comments