|
40 | 40 | #apple,bw-scratch-cells = <3>; |
41 | 41 | }; |
42 | 42 |
|
| 43 | + pmp_dart: iommu@28e300000 { |
| 44 | + compatible = "apple,t6000-dart"; |
| 45 | + reg = <0x2 0x8e300000 0x0 0x4000>; |
| 46 | + #iommu-cells = <1>; |
| 47 | + interrupt-parent = <&aic>; |
| 48 | + interrupts = <AIC_IRQ 0 1010 IRQ_TYPE_LEVEL_HIGH>; |
| 49 | + power-domains = <&ps_pmp>; |
| 50 | + }; |
| 51 | + |
| 52 | + pmp_report: pmp_report@28e3c0000 { |
| 53 | + compatible = "apple,t6000-pmp-v2-report"; |
| 54 | + reg = <0x2 0x8e3c0000 0x0 0x20000>; |
| 55 | + power-domains = <&ps_pms_sram>; |
| 56 | + #address-cells = <1>; |
| 57 | + #size-cells = <0>; |
| 58 | + |
| 59 | + pmp_report_gfx: report@9 { |
| 60 | + compatible = "apple,t6000-pmp-v2-report-entry"; |
| 61 | + reg = <0x9>; |
| 62 | + label = "pmp-gfx"; |
| 63 | + #power-domain-cells = <0>; |
| 64 | + power-domains = <&ps_gfx>; |
| 65 | + }; |
| 66 | + |
| 67 | + pmp_report_ane_sys: report@a { |
| 68 | + compatible = "apple,t6000-pmp-v2-report-entry"; |
| 69 | + reg = <0xa>; |
| 70 | + label = "pmp-ane-sys"; |
| 71 | + #power-domain-cells = <0>; |
| 72 | + power-domains = <&ps_ane_sys>; |
| 73 | + status = "disabled"; |
| 74 | + }; |
| 75 | + |
| 76 | + pmp_report_isp_sys: report@b { |
| 77 | + compatible = "apple,t6000-pmp-v2-report-entry"; |
| 78 | + reg = <0xb>; |
| 79 | + label = "pmp-isp-sys"; |
| 80 | + #power-domain-cells = <0>; |
| 81 | + power-domains = <&ps_isp_sys>; |
| 82 | + }; |
| 83 | + |
| 84 | + pmp_report_disp0: report@c { |
| 85 | + compatible = "apple,t6000-pmp-v2-report-entry"; |
| 86 | + reg = <0xc>; |
| 87 | + label = "pmp-disp0"; |
| 88 | + #power-domain-cells = <0>; |
| 89 | + power-domains = <&ps_disp0_cpu0>; |
| 90 | + apple,always-on; |
| 91 | + }; |
| 92 | + |
| 93 | + pmp_report_dispext0: report@d { |
| 94 | + compatible = "apple,t6000-pmp-v2-report-entry"; |
| 95 | + reg = <0xd>; |
| 96 | + label = "pmp-dispext0"; |
| 97 | + #power-domain-cells = <0>; |
| 98 | + power-domains = <&ps_dispext0_cpu0>; |
| 99 | + }; |
| 100 | + |
| 101 | + pmp_report_dispext1: report@e { |
| 102 | + compatible = "apple,t6000-pmp-v2-report-entry"; |
| 103 | + reg = <0xe>; |
| 104 | + label = "pmp-dispext1"; |
| 105 | + #power-domain-cells = <0>; |
| 106 | + power-domains = <&ps_dispext1_cpu0>; |
| 107 | + }; |
| 108 | + |
| 109 | + pmp_report_venc_sys: report@10 { |
| 110 | + compatible = "apple,t6000-pmp-v2-report-entry"; |
| 111 | + reg = <0x10>; |
| 112 | + label = "pmp-venc-sys"; |
| 113 | + #power-domain-cells = <0>; |
| 114 | + power-domains = <&ps_venc_sys>; |
| 115 | + status = "disabled"; |
| 116 | + }; |
| 117 | + |
| 118 | + pmp_report_avd_sys: report@11 { |
| 119 | + compatible = "apple,t6000-pmp-v2-report-entry"; |
| 120 | + reg = <0x11>; |
| 121 | + label = "pmp-avd-sys"; |
| 122 | + #power-domain-cells = <0>; |
| 123 | + power-domains = <&ps_avd_sys>; |
| 124 | + status = "disabled"; |
| 125 | + }; |
| 126 | + |
| 127 | + pmp_report_msr0: report@12 { |
| 128 | + compatible = "apple,t6000-pmp-v2-report-entry"; |
| 129 | + reg = <0x12>; |
| 130 | + label = "pmp-msr0"; |
| 131 | + #power-domain-cells = <0>; |
| 132 | + power-domains = <&ps_msr0>; |
| 133 | + status = "disabled"; |
| 134 | + }; |
| 135 | + |
| 136 | + pmp_report_jpg: report@13 { |
| 137 | + compatible = "apple,t6000-pmp-v2-report-entry"; |
| 138 | + reg = <0x13>; |
| 139 | + label = "pmp-jpg"; |
| 140 | + #power-domain-cells = <0>; |
| 141 | + power-domains = <&ps_jpg>; |
| 142 | + status = "disabled"; |
| 143 | + }; |
| 144 | + |
| 145 | + pmp_report_scodec: report@14 { |
| 146 | + compatible = "apple,t6000-pmp-v2-report-entry"; |
| 147 | + reg = <0x14>; |
| 148 | + label = "pmp-scodec"; |
| 149 | + #power-domain-cells = <0>; |
| 150 | + power-domains = <&ps_scodec>; |
| 151 | + status = "disabled"; |
| 152 | + }; |
| 153 | + |
| 154 | + pmp_report_dispext2: report@20 { |
| 155 | + compatible = "apple,t6000-pmp-v2-report-entry"; |
| 156 | + reg = <0x20>; |
| 157 | + label = "pmp-dispext2"; |
| 158 | + #power-domain-cells = <0>; |
| 159 | + power-domains = <&ps_dispext2_cpu0>; |
| 160 | + status = "disabled"; |
| 161 | + }; |
| 162 | + |
| 163 | + pmp_report_dispext3: report@21 { |
| 164 | + compatible = "apple,t6000-pmp-v2-report-entry"; |
| 165 | + reg = <0x21>; |
| 166 | + label = "pmp-dispext3"; |
| 167 | + #power-domain-cells = <0>; |
| 168 | + power-domains = <&ps_dispext3_cpu0>; |
| 169 | + status = "disabled"; |
| 170 | + }; |
| 171 | + |
| 172 | + pmp_report_venc1: report@22 { |
| 173 | + compatible = "apple,t6000-pmp-v2-report-entry"; |
| 174 | + reg = <0x22>; |
| 175 | + label = "pmp-venc1"; |
| 176 | + #power-domain-cells = <0>; |
| 177 | + power-domains = <&ps_venc1_sys>; |
| 178 | + status = "disabled"; |
| 179 | + }; |
| 180 | + |
| 181 | + pmp_report_msr1: report@23 { |
| 182 | + compatible = "apple,t6000-pmp-v2-report-entry"; |
| 183 | + reg = <0x23>; |
| 184 | + label = "pmp-msr1"; |
| 185 | + #power-domain-cells = <0>; |
| 186 | + power-domains = <&ps_msr1>; |
| 187 | + status = "disabled"; |
| 188 | + }; |
| 189 | + |
| 190 | + pmp_report_prores: report@24 { |
| 191 | + compatible = "apple,t6000-pmp-v2-report-entry"; |
| 192 | + reg = <0x24>; |
| 193 | + label = "pmp-prores"; |
| 194 | + #power-domain-cells = <0>; |
| 195 | + power-domains = <&ps_prores>; |
| 196 | + status = "disabled"; |
| 197 | + }; |
| 198 | + }; |
| 199 | + |
| 200 | + pmp: pmp@28e700000 { |
| 201 | + compatible = "apple,t6000-pmp-v2"; |
| 202 | + reg = <0x2 0x8e700000 0x0 0x100000>, |
| 203 | + <0x2 0x8ec00000 0x0 0x4000>; |
| 204 | + reg-names = "pmp", "asc"; |
| 205 | + mboxes = <&pmp_mbox>; |
| 206 | + mbox-names = "mbox"; |
| 207 | + iommus = <&pmp_dart 0>; |
| 208 | + power-domains = <&ps_pmp>; |
| 209 | + tunables { |
| 210 | + }; |
| 211 | + }; |
| 212 | + |
| 213 | + pmp_mbox: mbox@28ec08000 { |
| 214 | + compatible = "apple,t6000-asc-mailbox", "apple,asc-mailbox-v4"; |
| 215 | + reg = <0x2 0x8ec08000 0x0 0x4000>; |
| 216 | + interrupt-parent = <&aic>; |
| 217 | + interrupts = <AIC_IRQ 0 1006 IRQ_TYPE_LEVEL_HIGH>, |
| 218 | + <AIC_IRQ 0 1007 IRQ_TYPE_LEVEL_HIGH>, |
| 219 | + <AIC_IRQ 0 1008 IRQ_TYPE_LEVEL_HIGH>, |
| 220 | + <AIC_IRQ 0 1009 IRQ_TYPE_LEVEL_HIGH>; |
| 221 | + interrupt-names = "send-empty", "send-not-empty", |
| 222 | + "recv-empty", "recv-not-empty"; |
| 223 | + #mbox-cells = <0>; |
| 224 | + power-domains = <&ps_pmp>, <&ps_pms_sram>; |
| 225 | + }; |
| 226 | + |
43 | 227 | smc: smc@290400000 { |
44 | 228 | compatible = "apple,t6000-smc", "apple,smc"; |
45 | 229 | reg = <0x2 0x90400000 0x0 0x4000>, |
|
333 | 517 | <0x3 0x8b344000 0x0 0x4000>, |
334 | 518 | <0x3 0x8b800000 0x0 0x800000>; |
335 | 519 | apple,bw-scratch = <&pmgr_dcp 0 4 0x988>; |
336 | | - power-domains = <&ps_disp0_cpu0>; |
| 520 | + power-domains = <&pmp_report_disp0>; |
337 | 521 | resets = <&ps_disp0_cpu0>; |
338 | 522 | clocks = <&clk_disp0>; |
339 | 523 | phandle = <&dcp>; |
|
545 | 729 | <0x4 0x4000000 0 0x1000000>; |
546 | 730 | reg-names = "asc", "sgx"; |
547 | 731 | mboxes = <&agx_mbox>; |
548 | | - power-domains = <&ps_gfx>; |
| 732 | + power-domains = <&pmp_report_gfx>; |
549 | 733 | memory-region = <&uat_ttbs>, <&uat_pagetables>, <&uat_handoff>, |
550 | 734 | <&gpu_hw_cal_a>, <&gpu_hw_cal_b>, <&gpu_globals>; |
551 | 735 | memory-region-names = "ttbs", "pagetables", "handoff", |
|
644 | 828 | <0x3 0x861043f0 0x0 0x100>; |
645 | 829 | interrupt-parent = <&aic>; |
646 | 830 | interrupts = <AIC_IRQ 0 538 IRQ_TYPE_LEVEL_HIGH>; |
647 | | - power-domains = <&ps_isp_sys>, <&ps_isp_set0>, |
| 831 | + power-domains = <&pmp_report_isp_sys>, <&ps_isp_set0>, |
648 | 832 | <&ps_isp_set1>, <&ps_isp_fe>, <&ps_isp_set3>, |
649 | 833 | <&ps_isp_set4>, <&ps_isp_set5>, <&ps_isp_set6>, |
650 | 834 | <&ps_isp_set7>, <&ps_isp_set8>; |
|
0 commit comments