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