|
165 | 165 | <AIC_IRQ 0 857 IRQ_TYPE_LEVEL_HIGH>; |
166 | 166 | }; |
167 | 167 |
|
| 168 | + aop_mbox: mbox@2a6408000 { |
| 169 | + compatible = "apple,t6020-asc-mailbox", "apple,asc-mailbox-v4"; |
| 170 | + reg = <0x2 0xa6408000 0x0 0x4000>; |
| 171 | + interrupt-parent = <&aic>; |
| 172 | + interrupts = <AIC_IRQ 0 613 IRQ_TYPE_LEVEL_HIGH>, |
| 173 | + <AIC_IRQ 0 614 IRQ_TYPE_LEVEL_HIGH>, |
| 174 | + <AIC_IRQ 0 615 IRQ_TYPE_LEVEL_HIGH>, |
| 175 | + <AIC_IRQ 0 616 IRQ_TYPE_LEVEL_HIGH>; |
| 176 | + interrupt-names = "send-empty", "send-not-empty", |
| 177 | + "recv-empty", "recv-not-empty"; |
| 178 | + #mbox-cells = <0>; |
| 179 | + status = "disabled"; |
| 180 | + }; |
| 181 | + |
| 182 | + aop_dart: iommu@2a6808000 { |
| 183 | + compatible = "apple,t6020-dart", "apple,t8110-dart"; |
| 184 | + reg = <0x2 0xa6808000 0x0 0x4000>; |
| 185 | + #iommu-cells = <1>; |
| 186 | + interrupt-parent = <&aic>; |
| 187 | + interrupts = <AIC_IRQ 0 628 IRQ_TYPE_LEVEL_HIGH>; |
| 188 | + status = "disabled"; |
| 189 | + // apple,dma-range = <0x100 0x0 0x300 0x0>; |
| 190 | + }; |
| 191 | + |
| 192 | + aop_admac: dma-controller@2a6980000 { |
| 193 | + compatible = "apple,t6020-admac", "apple,admac"; |
| 194 | + reg = <0x2 0xa6980000 0x0 0x34000>; |
| 195 | + #dma-cells = <1>; |
| 196 | + dma-channels = <16>; |
| 197 | + interrupts-extended = <0>, |
| 198 | + <0>, |
| 199 | + <&aic AIC_IRQ 0 631 IRQ_TYPE_LEVEL_HIGH>, |
| 200 | + <0>; |
| 201 | + iommus = <&aop_dart 10>; |
| 202 | + status = "disabled"; |
| 203 | + }; |
| 204 | + |
| 205 | + aop: aop@2a6c00000 { |
| 206 | + compatible = "apple,t6020-aop"; |
| 207 | + reg = <0x2 0xa6c00000 0x0 0x250000>, |
| 208 | + <0x2 0xa6400000 0x0 0x6c000>; |
| 209 | + mboxes = <&aop_mbox>; |
| 210 | + mbox-names = "mbox"; |
| 211 | + iommus = <&aop_dart 0>; |
| 212 | + |
| 213 | + status = "disabled"; |
| 214 | + |
| 215 | + aop_audio: audio { |
| 216 | + compatible = "apple,t6020-aop-audio", "apple,aop-audio"; |
| 217 | + dmas = <&aop_admac 1>; |
| 218 | + dma-names = "dma"; |
| 219 | + }; |
| 220 | + |
| 221 | + aop_als: als { |
| 222 | + compatible = "apple,t6020-aop-als", "apple,aop-als"; |
| 223 | + // intentionally empty |
| 224 | + }; |
| 225 | + |
| 226 | + las { |
| 227 | + compatible = "apple,t6020-aop-las", "apple,aop-las"; |
| 228 | + }; |
| 229 | + }; |
| 230 | + |
168 | 231 | mtp: mtp@2a9400000 { |
169 | 232 | compatible = "apple,t6020-mtp", "apple,t6020-rtk-helper-asc4", "apple,mtp", "apple,rtk-helper-asc4"; |
170 | 233 | reg = <0x2 0xa9400000 0x0 0x4000>, |
|
0 commit comments