|
488 | 488 | phandle = <&display>; |
489 | 489 | }; |
490 | 490 |
|
491 | | - sep_dart: iommu@388ac0000 { |
| 491 | + sep_dart: iommu@394ac0000 { |
492 | 492 | compatible = "apple,t6020-dart", "apple,t8110-dart"; |
493 | | - reg = <0x3 0x88ac0000 0x0 0x4000>; |
| 493 | + reg = <0x3 0x94ac0000 0x0 0x4000>; |
494 | 494 | #iommu-cells = <1>; |
495 | 495 | interrupt-parent = <&aic>; |
496 | | - interrupts = <AIC_IRQ 0 579 IRQ_TYPE_LEVEL_HIGH>; |
| 496 | + interrupts = <AIC_IRQ 0 582 IRQ_TYPE_LEVEL_HIGH>; |
| 497 | + status = "disabled"; |
497 | 498 | }; |
498 | 499 |
|
499 | | - sep: sep@38a400000 { |
| 500 | + sep: sep@396400000 { |
500 | 501 | compatible = "apple,sep"; |
501 | | - reg = <0x3 0x8a400000 0x0 0x6C000>; |
| 502 | + reg = <0x3 0x96400000 0x0 0x6C000>; |
502 | 503 | mboxes = <&sep_mbox>; |
503 | 504 | mbox-names = "mbox"; |
504 | 505 | iommus = <&sep_dart 0>; |
505 | 506 | power-domains = <&ps_sep>; |
506 | 507 | status = "disabled"; |
507 | 508 | }; |
508 | 509 |
|
509 | | - sep_mbox: mbox@38a408000 { |
| 510 | + sep_mbox: mbox@396408000 { |
510 | 511 | compatible = "apple,t6020-asc-mailbox", "apple,asc-mailbox-v4"; |
511 | | - reg = <0x3 0x8a408000 0x0 0x4000>; |
| 512 | + reg = <0x3 0x96408000 0x0 0x4000>; |
512 | 513 | interrupt-parent = <&aic>; |
513 | | - interrupts = <AIC_IRQ 0 573 IRQ_TYPE_LEVEL_HIGH>, |
514 | | - <AIC_IRQ 0 574 IRQ_TYPE_LEVEL_HIGH>, |
515 | | - <AIC_IRQ 0 575 IRQ_TYPE_LEVEL_HIGH>, |
516 | | - <AIC_IRQ 0 576 IRQ_TYPE_LEVEL_HIGH>; |
| 514 | + interrupts = <AIC_IRQ 0 576 IRQ_TYPE_LEVEL_HIGH>, |
| 515 | + <AIC_IRQ 0 577 IRQ_TYPE_LEVEL_HIGH>, |
| 516 | + <AIC_IRQ 0 578 IRQ_TYPE_LEVEL_HIGH>, |
| 517 | + <AIC_IRQ 0 579 IRQ_TYPE_LEVEL_HIGH>; |
517 | 518 | interrupt-names = "send-empty", "send-not-empty", |
518 | 519 | "recv-empty", "recv-not-empty"; |
519 | 520 | #mbox-cells = <0>; |
|
0 commit comments