|
250 | 250 | apple,dma-range = <0x1f0 0x0 0x0 0xfc000000>; |
251 | 251 | }; |
252 | 252 |
|
| 253 | + sep_dart: iommu@3952c0000 { |
| 254 | + compatible = "apple,t6000-dart"; |
| 255 | + reg = <0x3 0x952c0000 0x0 0x4000>; |
| 256 | + #iommu-cells = <1>; |
| 257 | + interrupt-parent = <&aic>; |
| 258 | + interrupts = <AIC_IRQ 0 551 IRQ_TYPE_LEVEL_HIGH>; |
| 259 | + }; |
| 260 | + |
| 261 | + sep: sep@396400000 { |
| 262 | + compatible = "apple,sep"; |
| 263 | + reg = <0x3 0x96400000 0x0 0x6C000>; |
| 264 | + mboxes = <&sep_mbox>; |
| 265 | + mbox-names = "mbox"; |
| 266 | + iommus = <&sep_dart 0>; |
| 267 | + power-domains = <&ps_sep>; |
| 268 | + status = "disabled"; |
| 269 | + }; |
| 270 | + |
| 271 | + sep_mbox: mbox@396408000 { |
| 272 | + compatible = "apple,t6000-asc-mailbox", "apple,asc-mailbox-v4"; |
| 273 | + reg = <0x3 0x96408000 0x0 0x4000>; |
| 274 | + interrupt-parent = <&aic>; |
| 275 | + interrupts = <AIC_IRQ 0 545 IRQ_TYPE_LEVEL_HIGH>, |
| 276 | + <AIC_IRQ 0 546 IRQ_TYPE_LEVEL_HIGH>, |
| 277 | + <AIC_IRQ 0 547 IRQ_TYPE_LEVEL_HIGH>, |
| 278 | + <AIC_IRQ 0 548 IRQ_TYPE_LEVEL_HIGH>; |
| 279 | + interrupt-names = "send-empty", "send-not-empty", |
| 280 | + "recv-empty", "recv-not-empty"; |
| 281 | + #mbox-cells = <0>; |
| 282 | + }; |
| 283 | + |
253 | 284 | dpaudio0: audio-controller@39b500000 { |
254 | 285 | compatible = "apple,t6000-dpaudio", "apple,dpaudio"; |
255 | 286 | reg = <0x3 0x9b500000 0x0 0x4000>; |
|
0 commit comments