1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 2 /* 2 /* 3 * Copyright (c) 2021 MediaTek Inc. 3 * Copyright (c) 2021 MediaTek Inc. 4 * Author: Seiya Wang <seiya.wang@mediatek.com> 4 * Author: Seiya Wang <seiya.wang@mediatek.com> 5 */ 5 */ 6 6 7 /dts-v1/; 7 /dts-v1/; 8 #include <dt-bindings/clock/mt8195-clk.h> 8 #include <dt-bindings/clock/mt8195-clk.h> 9 #include <dt-bindings/gce/mt8195-gce.h> 9 #include <dt-bindings/gce/mt8195-gce.h> 10 #include <dt-bindings/interrupt-controller/arm 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/interrupt-controller/irq 11 #include <dt-bindings/interrupt-controller/irq.h> 12 #include <dt-bindings/memory/mt8195-memory-por 12 #include <dt-bindings/memory/mt8195-memory-port.h> 13 #include <dt-bindings/phy/phy.h> 13 #include <dt-bindings/phy/phy.h> 14 #include <dt-bindings/pinctrl/mt8195-pinfunc.h 14 #include <dt-bindings/pinctrl/mt8195-pinfunc.h> 15 #include <dt-bindings/power/mt8195-power.h> 15 #include <dt-bindings/power/mt8195-power.h> 16 #include <dt-bindings/reset/mt8195-resets.h> 16 #include <dt-bindings/reset/mt8195-resets.h> 17 #include <dt-bindings/thermal/thermal.h> 17 #include <dt-bindings/thermal/thermal.h> 18 #include <dt-bindings/thermal/mediatek,lvts-th 18 #include <dt-bindings/thermal/mediatek,lvts-thermal.h> 19 19 20 / { 20 / { 21 compatible = "mediatek,mt8195"; 21 compatible = "mediatek,mt8195"; 22 interrupt-parent = <&gic>; 22 interrupt-parent = <&gic>; 23 #address-cells = <2>; 23 #address-cells = <2>; 24 #size-cells = <2>; 24 #size-cells = <2>; 25 25 26 aliases { 26 aliases { 27 dp-intf0 = &dp_intf0; 27 dp-intf0 = &dp_intf0; 28 dp-intf1 = &dp_intf1; 28 dp-intf1 = &dp_intf1; 29 gce0 = &gce0; 29 gce0 = &gce0; 30 gce1 = &gce1; 30 gce1 = &gce1; 31 ethdr0 = ðdr0; 31 ethdr0 = ðdr0; 32 mutex0 = &mutex; 32 mutex0 = &mutex; 33 mutex1 = &mutex1; 33 mutex1 = &mutex1; 34 merge1 = &merge1; 34 merge1 = &merge1; 35 merge2 = &merge2; 35 merge2 = &merge2; 36 merge3 = &merge3; 36 merge3 = &merge3; 37 merge4 = &merge4; 37 merge4 = &merge4; 38 merge5 = &merge5; 38 merge5 = &merge5; 39 vdo1-rdma0 = &vdo1_rdma0; 39 vdo1-rdma0 = &vdo1_rdma0; 40 vdo1-rdma1 = &vdo1_rdma1; 40 vdo1-rdma1 = &vdo1_rdma1; 41 vdo1-rdma2 = &vdo1_rdma2; 41 vdo1-rdma2 = &vdo1_rdma2; 42 vdo1-rdma3 = &vdo1_rdma3; 42 vdo1-rdma3 = &vdo1_rdma3; 43 vdo1-rdma4 = &vdo1_rdma4; 43 vdo1-rdma4 = &vdo1_rdma4; 44 vdo1-rdma5 = &vdo1_rdma5; 44 vdo1-rdma5 = &vdo1_rdma5; 45 vdo1-rdma6 = &vdo1_rdma6; 45 vdo1-rdma6 = &vdo1_rdma6; 46 vdo1-rdma7 = &vdo1_rdma7; 46 vdo1-rdma7 = &vdo1_rdma7; 47 }; 47 }; 48 48 49 cpus { 49 cpus { 50 #address-cells = <1>; 50 #address-cells = <1>; 51 #size-cells = <0>; 51 #size-cells = <0>; 52 52 53 cpu0: cpu@0 { 53 cpu0: cpu@0 { 54 device_type = "cpu"; 54 device_type = "cpu"; 55 compatible = "arm,cort 55 compatible = "arm,cortex-a55"; 56 reg = <0x000>; 56 reg = <0x000>; 57 enable-method = "psci" 57 enable-method = "psci"; 58 performance-domains = 58 performance-domains = <&performance 0>; 59 clock-frequency = <170 59 clock-frequency = <1701000000>; 60 capacity-dmips-mhz = < 60 capacity-dmips-mhz = <308>; 61 cpu-idle-states = <&cp 61 cpu-idle-states = <&cpu_ret_l &cpu_off_l>; 62 i-cache-size = <32768> 62 i-cache-size = <32768>; 63 i-cache-line-size = <6 63 i-cache-line-size = <64>; 64 i-cache-sets = <128>; 64 i-cache-sets = <128>; 65 d-cache-size = <32768> 65 d-cache-size = <32768>; 66 d-cache-line-size = <6 66 d-cache-line-size = <64>; 67 d-cache-sets = <128>; 67 d-cache-sets = <128>; 68 next-level-cache = <&l 68 next-level-cache = <&l2_0>; 69 #cooling-cells = <2>; 69 #cooling-cells = <2>; 70 }; 70 }; 71 71 72 cpu1: cpu@100 { 72 cpu1: cpu@100 { 73 device_type = "cpu"; 73 device_type = "cpu"; 74 compatible = "arm,cort 74 compatible = "arm,cortex-a55"; 75 reg = <0x100>; 75 reg = <0x100>; 76 enable-method = "psci" 76 enable-method = "psci"; 77 performance-domains = 77 performance-domains = <&performance 0>; 78 clock-frequency = <170 78 clock-frequency = <1701000000>; 79 capacity-dmips-mhz = < 79 capacity-dmips-mhz = <308>; 80 cpu-idle-states = <&cp 80 cpu-idle-states = <&cpu_ret_l &cpu_off_l>; 81 i-cache-size = <32768> 81 i-cache-size = <32768>; 82 i-cache-line-size = <6 82 i-cache-line-size = <64>; 83 i-cache-sets = <128>; 83 i-cache-sets = <128>; 84 d-cache-size = <32768> 84 d-cache-size = <32768>; 85 d-cache-line-size = <6 85 d-cache-line-size = <64>; 86 d-cache-sets = <128>; 86 d-cache-sets = <128>; 87 next-level-cache = <&l 87 next-level-cache = <&l2_0>; 88 #cooling-cells = <2>; 88 #cooling-cells = <2>; 89 }; 89 }; 90 90 91 cpu2: cpu@200 { 91 cpu2: cpu@200 { 92 device_type = "cpu"; 92 device_type = "cpu"; 93 compatible = "arm,cort 93 compatible = "arm,cortex-a55"; 94 reg = <0x200>; 94 reg = <0x200>; 95 enable-method = "psci" 95 enable-method = "psci"; 96 performance-domains = 96 performance-domains = <&performance 0>; 97 clock-frequency = <170 97 clock-frequency = <1701000000>; 98 capacity-dmips-mhz = < 98 capacity-dmips-mhz = <308>; 99 cpu-idle-states = <&cp 99 cpu-idle-states = <&cpu_ret_l &cpu_off_l>; 100 i-cache-size = <32768> 100 i-cache-size = <32768>; 101 i-cache-line-size = <6 101 i-cache-line-size = <64>; 102 i-cache-sets = <128>; 102 i-cache-sets = <128>; 103 d-cache-size = <32768> 103 d-cache-size = <32768>; 104 d-cache-line-size = <6 104 d-cache-line-size = <64>; 105 d-cache-sets = <128>; 105 d-cache-sets = <128>; 106 next-level-cache = <&l 106 next-level-cache = <&l2_0>; 107 #cooling-cells = <2>; 107 #cooling-cells = <2>; 108 }; 108 }; 109 109 110 cpu3: cpu@300 { 110 cpu3: cpu@300 { 111 device_type = "cpu"; 111 device_type = "cpu"; 112 compatible = "arm,cort 112 compatible = "arm,cortex-a55"; 113 reg = <0x300>; 113 reg = <0x300>; 114 enable-method = "psci" 114 enable-method = "psci"; 115 performance-domains = 115 performance-domains = <&performance 0>; 116 clock-frequency = <170 116 clock-frequency = <1701000000>; 117 capacity-dmips-mhz = < 117 capacity-dmips-mhz = <308>; 118 cpu-idle-states = <&cp 118 cpu-idle-states = <&cpu_ret_l &cpu_off_l>; 119 i-cache-size = <32768> 119 i-cache-size = <32768>; 120 i-cache-line-size = <6 120 i-cache-line-size = <64>; 121 i-cache-sets = <128>; 121 i-cache-sets = <128>; 122 d-cache-size = <32768> 122 d-cache-size = <32768>; 123 d-cache-line-size = <6 123 d-cache-line-size = <64>; 124 d-cache-sets = <128>; 124 d-cache-sets = <128>; 125 next-level-cache = <&l 125 next-level-cache = <&l2_0>; 126 #cooling-cells = <2>; 126 #cooling-cells = <2>; 127 }; 127 }; 128 128 129 cpu4: cpu@400 { 129 cpu4: cpu@400 { 130 device_type = "cpu"; 130 device_type = "cpu"; 131 compatible = "arm,cort 131 compatible = "arm,cortex-a78"; 132 reg = <0x400>; 132 reg = <0x400>; 133 enable-method = "psci" 133 enable-method = "psci"; 134 performance-domains = 134 performance-domains = <&performance 1>; 135 clock-frequency = <217 135 clock-frequency = <2171000000>; 136 capacity-dmips-mhz = < 136 capacity-dmips-mhz = <1024>; 137 cpu-idle-states = <&cp 137 cpu-idle-states = <&cpu_ret_b &cpu_off_b>; 138 i-cache-size = <65536> 138 i-cache-size = <65536>; 139 i-cache-line-size = <6 139 i-cache-line-size = <64>; 140 i-cache-sets = <256>; 140 i-cache-sets = <256>; 141 d-cache-size = <65536> 141 d-cache-size = <65536>; 142 d-cache-line-size = <6 142 d-cache-line-size = <64>; 143 d-cache-sets = <256>; 143 d-cache-sets = <256>; 144 next-level-cache = <&l 144 next-level-cache = <&l2_1>; 145 #cooling-cells = <2>; 145 #cooling-cells = <2>; 146 }; 146 }; 147 147 148 cpu5: cpu@500 { 148 cpu5: cpu@500 { 149 device_type = "cpu"; 149 device_type = "cpu"; 150 compatible = "arm,cort 150 compatible = "arm,cortex-a78"; 151 reg = <0x500>; 151 reg = <0x500>; 152 enable-method = "psci" 152 enable-method = "psci"; 153 performance-domains = 153 performance-domains = <&performance 1>; 154 clock-frequency = <217 154 clock-frequency = <2171000000>; 155 capacity-dmips-mhz = < 155 capacity-dmips-mhz = <1024>; 156 cpu-idle-states = <&cp 156 cpu-idle-states = <&cpu_ret_b &cpu_off_b>; 157 i-cache-size = <65536> 157 i-cache-size = <65536>; 158 i-cache-line-size = <6 158 i-cache-line-size = <64>; 159 i-cache-sets = <256>; 159 i-cache-sets = <256>; 160 d-cache-size = <65536> 160 d-cache-size = <65536>; 161 d-cache-line-size = <6 161 d-cache-line-size = <64>; 162 d-cache-sets = <256>; 162 d-cache-sets = <256>; 163 next-level-cache = <&l 163 next-level-cache = <&l2_1>; 164 #cooling-cells = <2>; 164 #cooling-cells = <2>; 165 }; 165 }; 166 166 167 cpu6: cpu@600 { 167 cpu6: cpu@600 { 168 device_type = "cpu"; 168 device_type = "cpu"; 169 compatible = "arm,cort 169 compatible = "arm,cortex-a78"; 170 reg = <0x600>; 170 reg = <0x600>; 171 enable-method = "psci" 171 enable-method = "psci"; 172 performance-domains = 172 performance-domains = <&performance 1>; 173 clock-frequency = <217 173 clock-frequency = <2171000000>; 174 capacity-dmips-mhz = < 174 capacity-dmips-mhz = <1024>; 175 cpu-idle-states = <&cp 175 cpu-idle-states = <&cpu_ret_b &cpu_off_b>; 176 i-cache-size = <65536> 176 i-cache-size = <65536>; 177 i-cache-line-size = <6 177 i-cache-line-size = <64>; 178 i-cache-sets = <256>; 178 i-cache-sets = <256>; 179 d-cache-size = <65536> 179 d-cache-size = <65536>; 180 d-cache-line-size = <6 180 d-cache-line-size = <64>; 181 d-cache-sets = <256>; 181 d-cache-sets = <256>; 182 next-level-cache = <&l 182 next-level-cache = <&l2_1>; 183 #cooling-cells = <2>; 183 #cooling-cells = <2>; 184 }; 184 }; 185 185 186 cpu7: cpu@700 { 186 cpu7: cpu@700 { 187 device_type = "cpu"; 187 device_type = "cpu"; 188 compatible = "arm,cort 188 compatible = "arm,cortex-a78"; 189 reg = <0x700>; 189 reg = <0x700>; 190 enable-method = "psci" 190 enable-method = "psci"; 191 performance-domains = 191 performance-domains = <&performance 1>; 192 clock-frequency = <217 192 clock-frequency = <2171000000>; 193 capacity-dmips-mhz = < 193 capacity-dmips-mhz = <1024>; 194 cpu-idle-states = <&cp 194 cpu-idle-states = <&cpu_ret_b &cpu_off_b>; 195 i-cache-size = <65536> 195 i-cache-size = <65536>; 196 i-cache-line-size = <6 196 i-cache-line-size = <64>; 197 i-cache-sets = <256>; 197 i-cache-sets = <256>; 198 d-cache-size = <65536> 198 d-cache-size = <65536>; 199 d-cache-line-size = <6 199 d-cache-line-size = <64>; 200 d-cache-sets = <256>; 200 d-cache-sets = <256>; 201 next-level-cache = <&l 201 next-level-cache = <&l2_1>; 202 #cooling-cells = <2>; 202 #cooling-cells = <2>; 203 }; 203 }; 204 204 205 cpu-map { 205 cpu-map { 206 cluster0 { 206 cluster0 { 207 core0 { 207 core0 { 208 cpu = 208 cpu = <&cpu0>; 209 }; 209 }; 210 210 211 core1 { 211 core1 { 212 cpu = 212 cpu = <&cpu1>; 213 }; 213 }; 214 214 215 core2 { 215 core2 { 216 cpu = 216 cpu = <&cpu2>; 217 }; 217 }; 218 218 219 core3 { 219 core3 { 220 cpu = 220 cpu = <&cpu3>; 221 }; 221 }; 222 222 223 core4 { 223 core4 { 224 cpu = 224 cpu = <&cpu4>; 225 }; 225 }; 226 226 227 core5 { 227 core5 { 228 cpu = 228 cpu = <&cpu5>; 229 }; 229 }; 230 230 231 core6 { 231 core6 { 232 cpu = 232 cpu = <&cpu6>; 233 }; 233 }; 234 234 235 core7 { 235 core7 { 236 cpu = 236 cpu = <&cpu7>; 237 }; 237 }; 238 }; 238 }; 239 }; 239 }; 240 240 241 idle-states { 241 idle-states { 242 entry-method = "psci"; 242 entry-method = "psci"; 243 243 244 cpu_ret_l: cpu-retenti 244 cpu_ret_l: cpu-retention-l { 245 compatible = " 245 compatible = "arm,idle-state"; 246 arm,psci-suspe 246 arm,psci-suspend-param = <0x00010001>; 247 local-timer-st 247 local-timer-stop; 248 entry-latency- 248 entry-latency-us = <50>; 249 exit-latency-u 249 exit-latency-us = <95>; 250 min-residency- 250 min-residency-us = <580>; 251 }; 251 }; 252 252 253 cpu_ret_b: cpu-retenti 253 cpu_ret_b: cpu-retention-b { 254 compatible = " 254 compatible = "arm,idle-state"; 255 arm,psci-suspe 255 arm,psci-suspend-param = <0x00010001>; 256 local-timer-st 256 local-timer-stop; 257 entry-latency- 257 entry-latency-us = <45>; 258 exit-latency-u 258 exit-latency-us = <140>; 259 min-residency- 259 min-residency-us = <740>; 260 }; 260 }; 261 261 262 cpu_off_l: cpu-off-l { 262 cpu_off_l: cpu-off-l { 263 compatible = " 263 compatible = "arm,idle-state"; 264 arm,psci-suspe 264 arm,psci-suspend-param = <0x01010002>; 265 local-timer-st 265 local-timer-stop; 266 entry-latency- 266 entry-latency-us = <55>; 267 exit-latency-u 267 exit-latency-us = <155>; 268 min-residency- 268 min-residency-us = <840>; 269 }; 269 }; 270 270 271 cpu_off_b: cpu-off-b { 271 cpu_off_b: cpu-off-b { 272 compatible = " 272 compatible = "arm,idle-state"; 273 arm,psci-suspe 273 arm,psci-suspend-param = <0x01010002>; 274 local-timer-st 274 local-timer-stop; 275 entry-latency- 275 entry-latency-us = <50>; 276 exit-latency-u 276 exit-latency-us = <200>; 277 min-residency- 277 min-residency-us = <1000>; 278 }; 278 }; 279 }; 279 }; 280 280 281 l2_0: l2-cache0 { 281 l2_0: l2-cache0 { 282 compatible = "cache"; 282 compatible = "cache"; 283 cache-level = <2>; 283 cache-level = <2>; 284 cache-size = <131072>; 284 cache-size = <131072>; 285 cache-line-size = <64> 285 cache-line-size = <64>; 286 cache-sets = <512>; 286 cache-sets = <512>; 287 next-level-cache = <&l 287 next-level-cache = <&l3_0>; 288 cache-unified; 288 cache-unified; 289 }; 289 }; 290 290 291 l2_1: l2-cache1 { 291 l2_1: l2-cache1 { 292 compatible = "cache"; 292 compatible = "cache"; 293 cache-level = <2>; 293 cache-level = <2>; 294 cache-size = <262144>; 294 cache-size = <262144>; 295 cache-line-size = <64> 295 cache-line-size = <64>; 296 cache-sets = <512>; 296 cache-sets = <512>; 297 next-level-cache = <&l 297 next-level-cache = <&l3_0>; 298 cache-unified; 298 cache-unified; 299 }; 299 }; 300 300 301 l3_0: l3-cache { 301 l3_0: l3-cache { 302 compatible = "cache"; 302 compatible = "cache"; 303 cache-level = <3>; 303 cache-level = <3>; 304 cache-size = <2097152> 304 cache-size = <2097152>; 305 cache-line-size = <64> 305 cache-line-size = <64>; 306 cache-sets = <2048>; 306 cache-sets = <2048>; 307 cache-unified; 307 cache-unified; 308 }; 308 }; 309 }; 309 }; 310 310 311 dsu-pmu { 311 dsu-pmu { 312 compatible = "arm,dsu-pmu"; 312 compatible = "arm,dsu-pmu"; 313 interrupts = <GIC_SPI 18 IRQ_T 313 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH 0>; 314 cpus = <&cpu0>, <&cpu1>, <&cpu 314 cpus = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>, 315 <&cpu4>, <&cpu5>, <&cpu 315 <&cpu4>, <&cpu5>, <&cpu6>, <&cpu7>; 316 status = "fail"; 316 status = "fail"; 317 }; 317 }; 318 318 319 dmic_codec: dmic-codec { 319 dmic_codec: dmic-codec { 320 compatible = "dmic-codec"; 320 compatible = "dmic-codec"; 321 num-channels = <2>; 321 num-channels = <2>; 322 wakeup-delay-ms = <50>; 322 wakeup-delay-ms = <50>; 323 }; 323 }; 324 324 325 sound: mt8195-sound { 325 sound: mt8195-sound { 326 mediatek,platform = <&afe>; 326 mediatek,platform = <&afe>; 327 status = "disabled"; 327 status = "disabled"; 328 }; 328 }; 329 329 330 clk13m: fixed-factor-clock-13m { 330 clk13m: fixed-factor-clock-13m { 331 compatible = "fixed-factor-clo 331 compatible = "fixed-factor-clock"; 332 #clock-cells = <0>; 332 #clock-cells = <0>; 333 clocks = <&clk26m>; 333 clocks = <&clk26m>; 334 clock-div = <2>; 334 clock-div = <2>; 335 clock-mult = <1>; 335 clock-mult = <1>; 336 clock-output-names = "clk13m"; 336 clock-output-names = "clk13m"; 337 }; 337 }; 338 338 339 clk26m: oscillator-26m { 339 clk26m: oscillator-26m { 340 compatible = "fixed-clock"; 340 compatible = "fixed-clock"; 341 #clock-cells = <0>; 341 #clock-cells = <0>; 342 clock-frequency = <26000000>; 342 clock-frequency = <26000000>; 343 clock-output-names = "clk26m"; 343 clock-output-names = "clk26m"; 344 }; 344 }; 345 345 346 clk32k: oscillator-32k { 346 clk32k: oscillator-32k { 347 compatible = "fixed-clock"; 347 compatible = "fixed-clock"; 348 #clock-cells = <0>; 348 #clock-cells = <0>; 349 clock-frequency = <32768>; 349 clock-frequency = <32768>; 350 clock-output-names = "clk32k"; 350 clock-output-names = "clk32k"; 351 }; 351 }; 352 352 353 performance: performance-controller@11 353 performance: performance-controller@11bc10 { 354 compatible = "mediatek,cpufreq 354 compatible = "mediatek,cpufreq-hw"; 355 reg = <0 0x0011bc10 0 0x120>, 355 reg = <0 0x0011bc10 0 0x120>, <0 0x0011bd30 0 0x120>; 356 #performance-domain-cells = <1 356 #performance-domain-cells = <1>; 357 }; 357 }; 358 358 359 gpu_opp_table: opp-table-gpu { 359 gpu_opp_table: opp-table-gpu { 360 compatible = "operating-points 360 compatible = "operating-points-v2"; 361 opp-shared; 361 opp-shared; 362 362 363 opp-390000000 { 363 opp-390000000 { 364 opp-hz = /bits/ 64 <39 364 opp-hz = /bits/ 64 <390000000>; 365 opp-microvolt = <62500 365 opp-microvolt = <625000>; 366 }; 366 }; 367 opp-410000000 { 367 opp-410000000 { 368 opp-hz = /bits/ 64 <41 368 opp-hz = /bits/ 64 <410000000>; 369 opp-microvolt = <63125 369 opp-microvolt = <631250>; 370 }; 370 }; 371 opp-431000000 { 371 opp-431000000 { 372 opp-hz = /bits/ 64 <43 372 opp-hz = /bits/ 64 <431000000>; 373 opp-microvolt = <63125 373 opp-microvolt = <631250>; 374 }; 374 }; 375 opp-473000000 { 375 opp-473000000 { 376 opp-hz = /bits/ 64 <47 376 opp-hz = /bits/ 64 <473000000>; 377 opp-microvolt = <63750 377 opp-microvolt = <637500>; 378 }; 378 }; 379 opp-515000000 { 379 opp-515000000 { 380 opp-hz = /bits/ 64 <51 380 opp-hz = /bits/ 64 <515000000>; 381 opp-microvolt = <63750 381 opp-microvolt = <637500>; 382 }; 382 }; 383 opp-556000000 { 383 opp-556000000 { 384 opp-hz = /bits/ 64 <55 384 opp-hz = /bits/ 64 <556000000>; 385 opp-microvolt = <64375 385 opp-microvolt = <643750>; 386 }; 386 }; 387 opp-598000000 { 387 opp-598000000 { 388 opp-hz = /bits/ 64 <59 388 opp-hz = /bits/ 64 <598000000>; 389 opp-microvolt = <65000 389 opp-microvolt = <650000>; 390 }; 390 }; 391 opp-640000000 { 391 opp-640000000 { 392 opp-hz = /bits/ 64 <64 392 opp-hz = /bits/ 64 <640000000>; 393 opp-microvolt = <65000 393 opp-microvolt = <650000>; 394 }; 394 }; 395 opp-670000000 { 395 opp-670000000 { 396 opp-hz = /bits/ 64 <67 396 opp-hz = /bits/ 64 <670000000>; 397 opp-microvolt = <66250 397 opp-microvolt = <662500>; 398 }; 398 }; 399 opp-700000000 { 399 opp-700000000 { 400 opp-hz = /bits/ 64 <70 400 opp-hz = /bits/ 64 <700000000>; 401 opp-microvolt = <67500 401 opp-microvolt = <675000>; 402 }; 402 }; 403 opp-730000000 { 403 opp-730000000 { 404 opp-hz = /bits/ 64 <73 404 opp-hz = /bits/ 64 <730000000>; 405 opp-microvolt = <68750 405 opp-microvolt = <687500>; 406 }; 406 }; 407 opp-760000000 { 407 opp-760000000 { 408 opp-hz = /bits/ 64 <76 408 opp-hz = /bits/ 64 <760000000>; 409 opp-microvolt = <70000 409 opp-microvolt = <700000>; 410 }; 410 }; 411 opp-790000000 { 411 opp-790000000 { 412 opp-hz = /bits/ 64 <79 412 opp-hz = /bits/ 64 <790000000>; 413 opp-microvolt = <71250 413 opp-microvolt = <712500>; 414 }; 414 }; 415 opp-820000000 { 415 opp-820000000 { 416 opp-hz = /bits/ 64 <82 416 opp-hz = /bits/ 64 <820000000>; 417 opp-microvolt = <72500 417 opp-microvolt = <725000>; 418 }; 418 }; 419 opp-850000000 { 419 opp-850000000 { 420 opp-hz = /bits/ 64 <85 420 opp-hz = /bits/ 64 <850000000>; 421 opp-microvolt = <73750 421 opp-microvolt = <737500>; 422 }; 422 }; 423 opp-880000000 { 423 opp-880000000 { 424 opp-hz = /bits/ 64 <88 424 opp-hz = /bits/ 64 <880000000>; 425 opp-microvolt = <75000 425 opp-microvolt = <750000>; 426 }; 426 }; 427 }; 427 }; 428 428 429 pmu-a55 { 429 pmu-a55 { 430 compatible = "arm,cortex-a55-p 430 compatible = "arm,cortex-a55-pmu"; 431 interrupt-parent = <&gic>; 431 interrupt-parent = <&gic>; 432 interrupts = <GIC_PPI 7 IRQ_TY 432 interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH &ppi_cluster0>; 433 }; 433 }; 434 434 435 pmu-a78 { 435 pmu-a78 { 436 compatible = "arm,cortex-a78-p 436 compatible = "arm,cortex-a78-pmu"; 437 interrupt-parent = <&gic>; 437 interrupt-parent = <&gic>; 438 interrupts = <GIC_PPI 7 IRQ_TY 438 interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH &ppi_cluster1>; 439 }; 439 }; 440 440 441 psci { 441 psci { 442 compatible = "arm,psci-1.0"; 442 compatible = "arm,psci-1.0"; 443 method = "smc"; 443 method = "smc"; 444 }; 444 }; 445 445 446 timer: timer { 446 timer: timer { 447 compatible = "arm,armv8-timer" 447 compatible = "arm,armv8-timer"; 448 interrupt-parent = <&gic>; 448 interrupt-parent = <&gic>; 449 interrupts = <GIC_PPI 13 IRQ_T 449 interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_HIGH 0>, 450 <GIC_PPI 14 IRQ_T 450 <GIC_PPI 14 IRQ_TYPE_LEVEL_HIGH 0>, 451 <GIC_PPI 11 IRQ_T 451 <GIC_PPI 11 IRQ_TYPE_LEVEL_HIGH 0>, 452 <GIC_PPI 10 IRQ_T 452 <GIC_PPI 10 IRQ_TYPE_LEVEL_HIGH 0>; 453 }; 453 }; 454 454 455 soc { 455 soc { 456 #address-cells = <2>; 456 #address-cells = <2>; 457 #size-cells = <2>; 457 #size-cells = <2>; 458 compatible = "simple-bus"; 458 compatible = "simple-bus"; 459 ranges; 459 ranges; 460 dma-ranges = <0x0 0x0 0x0 0x0 460 dma-ranges = <0x0 0x0 0x0 0x0 0x4 0x0>; 461 461 462 gic: interrupt-controller@c000 462 gic: interrupt-controller@c000000 { 463 compatible = "arm,gic- 463 compatible = "arm,gic-v3"; 464 #interrupt-cells = <4> 464 #interrupt-cells = <4>; 465 #redistributor-regions 465 #redistributor-regions = <1>; 466 interrupt-parent = <&g 466 interrupt-parent = <&gic>; 467 interrupt-controller; 467 interrupt-controller; 468 reg = <0 0x0c000000 0 468 reg = <0 0x0c000000 0 0x40000>, 469 <0 0x0c040000 0 469 <0 0x0c040000 0 0x200000>; 470 interrupts = <GIC_PPI 470 interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH 0>; 471 471 472 ppi-partitions { 472 ppi-partitions { 473 ppi_cluster0: 473 ppi_cluster0: interrupt-partition-0 { 474 affini 474 affinity = <&cpu0 &cpu1 &cpu2 &cpu3>; 475 }; 475 }; 476 476 477 ppi_cluster1: 477 ppi_cluster1: interrupt-partition-1 { 478 affini 478 affinity = <&cpu4 &cpu5 &cpu6 &cpu7>; 479 }; 479 }; 480 }; 480 }; 481 }; 481 }; 482 482 483 topckgen: syscon@10000000 { 483 topckgen: syscon@10000000 { 484 compatible = "mediatek 484 compatible = "mediatek,mt8195-topckgen", "syscon"; 485 reg = <0 0x10000000 0 485 reg = <0 0x10000000 0 0x1000>; 486 #clock-cells = <1>; 486 #clock-cells = <1>; 487 }; 487 }; 488 488 489 infracfg_ao: syscon@10001000 { 489 infracfg_ao: syscon@10001000 { 490 compatible = "mediatek 490 compatible = "mediatek,mt8195-infracfg_ao", "syscon", "simple-mfd"; 491 reg = <0 0x10001000 0 491 reg = <0 0x10001000 0 0x1000>; 492 #clock-cells = <1>; 492 #clock-cells = <1>; 493 #reset-cells = <1>; 493 #reset-cells = <1>; 494 }; 494 }; 495 495 496 pericfg: syscon@10003000 { 496 pericfg: syscon@10003000 { 497 compatible = "mediatek 497 compatible = "mediatek,mt8195-pericfg", "syscon"; 498 reg = <0 0x10003000 0 498 reg = <0 0x10003000 0 0x1000>; 499 #clock-cells = <1>; 499 #clock-cells = <1>; 500 }; 500 }; 501 501 502 pio: pinctrl@10005000 { 502 pio: pinctrl@10005000 { 503 compatible = "mediatek 503 compatible = "mediatek,mt8195-pinctrl"; 504 reg = <0 0x10005000 0 504 reg = <0 0x10005000 0 0x1000>, 505 <0 0x11d10000 0 505 <0 0x11d10000 0 0x1000>, 506 <0 0x11d30000 0 506 <0 0x11d30000 0 0x1000>, 507 <0 0x11d40000 0 507 <0 0x11d40000 0 0x1000>, 508 <0 0x11e20000 0 508 <0 0x11e20000 0 0x1000>, 509 <0 0x11eb0000 0 509 <0 0x11eb0000 0 0x1000>, 510 <0 0x11f40000 0 510 <0 0x11f40000 0 0x1000>, 511 <0 0x1000b000 0 511 <0 0x1000b000 0 0x1000>; 512 reg-names = "iocfg0", 512 reg-names = "iocfg0", "iocfg_bm", "iocfg_bl", 513 "iocfg_br" 513 "iocfg_br", "iocfg_lm", "iocfg_rb", 514 "iocfg_tl" 514 "iocfg_tl", "eint"; 515 gpio-controller; 515 gpio-controller; 516 #gpio-cells = <2>; 516 #gpio-cells = <2>; 517 gpio-ranges = <&pio 0 517 gpio-ranges = <&pio 0 0 144>; 518 interrupt-controller; 518 interrupt-controller; 519 interrupts = <GIC_SPI 519 interrupts = <GIC_SPI 235 IRQ_TYPE_LEVEL_HIGH 0>; 520 #interrupt-cells = <2> 520 #interrupt-cells = <2>; 521 }; 521 }; 522 522 523 scpsys: syscon@10006000 { 523 scpsys: syscon@10006000 { 524 compatible = "mediatek 524 compatible = "mediatek,mt8195-scpsys", "syscon", "simple-mfd"; 525 reg = <0 0x10006000 0 525 reg = <0 0x10006000 0 0x1000>; 526 526 527 /* System Power Manage 527 /* System Power Manager */ 528 spm: power-controller 528 spm: power-controller { 529 compatible = " 529 compatible = "mediatek,mt8195-power-controller"; 530 #address-cells 530 #address-cells = <1>; 531 #size-cells = 531 #size-cells = <0>; 532 #power-domain- 532 #power-domain-cells = <1>; 533 533 534 /* power domai 534 /* power domain of the SoC */ 535 mfg0: power-do 535 mfg0: power-domain@MT8195_POWER_DOMAIN_MFG0 { 536 reg = 536 reg = <MT8195_POWER_DOMAIN_MFG0>; 537 #addre 537 #address-cells = <1>; 538 #size- 538 #size-cells = <0>; 539 #power 539 #power-domain-cells = <1>; 540 540 541 mfg1: !! 541 power-domain@MT8195_POWER_DOMAIN_MFG1 { 542 542 reg = <MT8195_POWER_DOMAIN_MFG1>; 543 543 clocks = <&apmixedsys CLK_APMIXED_MFGPLL>, 544 544 <&topckgen CLK_TOP_MFG_CORE_TMP>; 545 545 clock-names = "mfg", "alt"; 546 546 mediatek,infracfg = <&infracfg_ao>; 547 547 #address-cells = <1>; 548 548 #size-cells = <0>; 549 549 #power-domain-cells = <1>; 550 550 551 551 power-domain@MT8195_POWER_DOMAIN_MFG2 { 552 552 reg = <MT8195_POWER_DOMAIN_MFG2>; 553 553 #power-domain-cells = <0>; 554 554 }; 555 555 556 556 power-domain@MT8195_POWER_DOMAIN_MFG3 { 557 557 reg = <MT8195_POWER_DOMAIN_MFG3>; 558 558 #power-domain-cells = <0>; 559 559 }; 560 560 561 561 power-domain@MT8195_POWER_DOMAIN_MFG4 { 562 562 reg = <MT8195_POWER_DOMAIN_MFG4>; 563 563 #power-domain-cells = <0>; 564 564 }; 565 565 566 566 power-domain@MT8195_POWER_DOMAIN_MFG5 { 567 567 reg = <MT8195_POWER_DOMAIN_MFG5>; 568 568 #power-domain-cells = <0>; 569 569 }; 570 570 571 571 power-domain@MT8195_POWER_DOMAIN_MFG6 { 572 572 reg = <MT8195_POWER_DOMAIN_MFG6>; 573 573 #power-domain-cells = <0>; 574 574 }; 575 }; 575 }; 576 }; 576 }; 577 577 578 power-domain@M 578 power-domain@MT8195_POWER_DOMAIN_VPPSYS0 { 579 reg = 579 reg = <MT8195_POWER_DOMAIN_VPPSYS0>; 580 clocks 580 clocks = <&topckgen CLK_TOP_VPP>, 581 581 <&topckgen CLK_TOP_CAM>, 582 582 <&topckgen CLK_TOP_CCU>, 583 583 <&topckgen CLK_TOP_IMG>, 584 584 <&topckgen CLK_TOP_VENC>, 585 585 <&topckgen CLK_TOP_VDEC>, 586 586 <&topckgen CLK_TOP_WPE_VPP>, 587 587 <&topckgen CLK_TOP_CFG_VPP0>, 588 588 <&vppsys0 CLK_VPP0_SMI_COMMON>, 589 589 <&vppsys0 CLK_VPP0_GALS_VDO0_LARB0>, 590 590 <&vppsys0 CLK_VPP0_GALS_VDO0_LARB1>, 591 591 <&vppsys0 CLK_VPP0_GALS_VENCSYS>, 592 592 <&vppsys0 CLK_VPP0_GALS_VENCSYS_CORE1>, 593 593 <&vppsys0 CLK_VPP0_GALS_INFRA>, 594 594 <&vppsys0 CLK_VPP0_GALS_CAMSYS>, 595 595 <&vppsys0 CLK_VPP0_GALS_VPP1_LARB5>, 596 596 <&vppsys0 CLK_VPP0_GALS_VPP1_LARB6>, 597 597 <&vppsys0 CLK_VPP0_SMI_REORDER>, 598 598 <&vppsys0 CLK_VPP0_SMI_IOMMU>, 599 599 <&vppsys0 CLK_VPP0_GALS_IMGSYS_CAMSYS>, 600 600 <&vppsys0 CLK_VPP0_GALS_EMI0_EMI1>, 601 601 <&vppsys0 CLK_VPP0_SMI_SUB_COMMON_REORDER>, 602 602 <&vppsys0 CLK_VPP0_SMI_RSI>, 603 603 <&vppsys0 CLK_VPP0_SMI_COMMON_LARB4>, 604 604 <&vppsys0 CLK_VPP0_GALS_VDEC_VDEC_CORE1>, 605 605 <&vppsys0 CLK_VPP0_GALS_VPP1_WPE>, 606 606 <&vppsys0 CLK_VPP0_GALS_VDO0_VDO1_VENCSYS_CORE1>; 607 clock- 607 clock-names = "vppsys", "vppsys1", "vppsys2", "vppsys3", 608 608 "vppsys4", "vppsys5", "vppsys6", "vppsys7", 609 609 "vppsys0-0", "vppsys0-1", "vppsys0-2", "vppsys0-3", 610 610 "vppsys0-4", "vppsys0-5", "vppsys0-6", "vppsys0-7", 611 611 "vppsys0-8", "vppsys0-9", "vppsys0-10", "vppsys0-11", 612 612 "vppsys0-12", "vppsys0-13", "vppsys0-14", 613 613 "vppsys0-15", "vppsys0-16", "vppsys0-17", 614 614 "vppsys0-18"; 615 mediat 615 mediatek,infracfg = <&infracfg_ao>; 616 #addre 616 #address-cells = <1>; 617 #size- 617 #size-cells = <0>; 618 #power 618 #power-domain-cells = <1>; 619 619 620 power- 620 power-domain@MT8195_POWER_DOMAIN_VDEC1 { 621 621 reg = <MT8195_POWER_DOMAIN_VDEC1>; 622 622 clocks = <&vdecsys CLK_VDEC_LARB1>; 623 623 clock-names = "vdec1-0"; 624 624 mediatek,infracfg = <&infracfg_ao>; 625 625 #power-domain-cells = <0>; 626 }; 626 }; 627 627 628 power- 628 power-domain@MT8195_POWER_DOMAIN_VENC_CORE1 { 629 629 reg = <MT8195_POWER_DOMAIN_VENC_CORE1>; 630 630 clocks = <&vencsys_core1 CLK_VENC_CORE1_LARB>; 631 631 clock-names = "venc1-larb"; 632 632 mediatek,infracfg = <&infracfg_ao>; 633 633 #power-domain-cells = <0>; 634 }; 634 }; 635 635 636 power- 636 power-domain@MT8195_POWER_DOMAIN_VDOSYS0 { 637 637 reg = <MT8195_POWER_DOMAIN_VDOSYS0>; 638 638 clocks = <&topckgen CLK_TOP_CFG_VDO0>, 639 639 <&vdosys0 CLK_VDO0_SMI_GALS>, 640 640 <&vdosys0 CLK_VDO0_SMI_COMMON>, 641 641 <&vdosys0 CLK_VDO0_SMI_EMI>, 642 642 <&vdosys0 CLK_VDO0_SMI_IOMMU>, 643 643 <&vdosys0 CLK_VDO0_SMI_LARB>, 644 644 <&vdosys0 CLK_VDO0_SMI_RSI>; 645 645 clock-names = "vdosys0", "vdosys0-0", "vdosys0-1", 646 646 "vdosys0-2", "vdosys0-3", 647 647 "vdosys0-4", "vdosys0-5"; 648 648 mediatek,infracfg = <&infracfg_ao>; 649 649 #address-cells = <1>; 650 650 #size-cells = <0>; 651 651 #power-domain-cells = <1>; 652 652 653 653 power-domain@MT8195_POWER_DOMAIN_VPPSYS1 { 654 654 reg = <MT8195_POWER_DOMAIN_VPPSYS1>; 655 655 clocks = <&topckgen CLK_TOP_CFG_VPP1>, 656 656 <&vppsys1 CLK_VPP1_VPPSYS1_GALS>, 657 657 <&vppsys1 CLK_VPP1_VPPSYS1_LARB>; 658 658 clock-names = "vppsys1", "vppsys1-0", 659 659 "vppsys1-1"; 660 660 mediatek,infracfg = <&infracfg_ao>; 661 661 #power-domain-cells = <0>; 662 662 }; 663 663 664 664 power-domain@MT8195_POWER_DOMAIN_WPESYS { 665 665 reg = <MT8195_POWER_DOMAIN_WPESYS>; 666 666 clocks = <&wpesys CLK_WPE_SMI_LARB7>, 667 667 <&wpesys CLK_WPE_SMI_LARB8>, 668 668 <&wpesys CLK_WPE_SMI_LARB7_P>, 669 669 <&wpesys CLK_WPE_SMI_LARB8_P>; 670 670 clock-names = "wepsys-0", "wepsys-1", "wepsys-2", 671 671 "wepsys-3"; 672 672 mediatek,infracfg = <&infracfg_ao>; 673 673 #power-domain-cells = <0>; 674 674 }; 675 675 676 676 power-domain@MT8195_POWER_DOMAIN_VDEC0 { 677 677 reg = <MT8195_POWER_DOMAIN_VDEC0>; 678 678 clocks = <&vdecsys_soc CLK_VDEC_SOC_LARB1>; 679 679 clock-names = "vdec0-0"; 680 680 mediatek,infracfg = <&infracfg_ao>; 681 681 #power-domain-cells = <0>; 682 682 }; 683 683 684 684 power-domain@MT8195_POWER_DOMAIN_VDEC2 { 685 685 reg = <MT8195_POWER_DOMAIN_VDEC2>; 686 686 clocks = <&vdecsys_core1 CLK_VDEC_CORE1_LARB1>; 687 687 clock-names = "vdec2-0"; 688 688 mediatek,infracfg = <&infracfg_ao>; 689 689 #power-domain-cells = <0>; 690 690 }; 691 691 692 692 power-domain@MT8195_POWER_DOMAIN_VENC { 693 693 reg = <MT8195_POWER_DOMAIN_VENC>; 694 694 clocks = <&vencsys CLK_VENC_LARB>; 695 695 clock-names = "venc0-larb"; 696 696 mediatek,infracfg = <&infracfg_ao>; 697 697 #power-domain-cells = <0>; 698 698 }; 699 699 700 700 power-domain@MT8195_POWER_DOMAIN_VDOSYS1 { 701 701 reg = <MT8195_POWER_DOMAIN_VDOSYS1>; 702 702 clocks = <&topckgen CLK_TOP_CFG_VDO1>, 703 703 <&vdosys1 CLK_VDO1_SMI_LARB2>, 704 704 <&vdosys1 CLK_VDO1_SMI_LARB3>, 705 705 <&vdosys1 CLK_VDO1_GALS>; 706 706 clock-names = "vdosys1", "vdosys1-0", 707 707 "vdosys1-1", "vdosys1-2"; 708 708 mediatek,infracfg = <&infracfg_ao>; 709 709 #address-cells = <1>; 710 710 #size-cells = <0>; 711 711 #power-domain-cells = <1>; 712 712 713 713 power-domain@MT8195_POWER_DOMAIN_DP_TX { 714 714 reg = <MT8195_POWER_DOMAIN_DP_TX>; 715 715 mediatek,infracfg = <&infracfg_ao>; 716 716 #power-domain-cells = <0>; 717 717 }; 718 718 719 719 power-domain@MT8195_POWER_DOMAIN_EPD_TX { 720 720 reg = <MT8195_POWER_DOMAIN_EPD_TX>; 721 721 mediatek,infracfg = <&infracfg_ao>; 722 722 #power-domain-cells = <0>; 723 723 }; 724 724 725 725 power-domain@MT8195_POWER_DOMAIN_HDMI_TX { 726 726 reg = <MT8195_POWER_DOMAIN_HDMI_TX>; 727 727 clocks = <&topckgen CLK_TOP_HDMI_APB>; 728 728 clock-names = "hdmi_tx"; 729 729 #power-domain-cells = <0>; 730 730 }; 731 731 }; 732 732 733 733 power-domain@MT8195_POWER_DOMAIN_IMG { 734 734 reg = <MT8195_POWER_DOMAIN_IMG>; 735 735 clocks = <&imgsys CLK_IMG_LARB9>, 736 736 <&imgsys CLK_IMG_GALS>; 737 737 clock-names = "img-0", "img-1"; 738 738 mediatek,infracfg = <&infracfg_ao>; 739 739 #address-cells = <1>; 740 740 #size-cells = <0>; 741 741 #power-domain-cells = <1>; 742 742 743 743 power-domain@MT8195_POWER_DOMAIN_DIP { 744 744 reg = <MT8195_POWER_DOMAIN_DIP>; 745 745 #power-domain-cells = <0>; 746 746 }; 747 747 748 748 power-domain@MT8195_POWER_DOMAIN_IPE { 749 749 reg = <MT8195_POWER_DOMAIN_IPE>; 750 750 clocks = <&topckgen CLK_TOP_IPE>, 751 751 <&imgsys CLK_IMG_IPE>, 752 752 <&ipesys CLK_IPE_SMI_LARB12>; 753 753 clock-names = "ipe", "ipe-0", "ipe-1"; 754 754 mediatek,infracfg = <&infracfg_ao>; 755 755 #power-domain-cells = <0>; 756 756 }; 757 757 }; 758 758 759 759 power-domain@MT8195_POWER_DOMAIN_CAM { 760 760 reg = <MT8195_POWER_DOMAIN_CAM>; 761 761 clocks = <&camsys CLK_CAM_LARB13>, 762 762 <&camsys CLK_CAM_LARB14>, 763 763 <&camsys CLK_CAM_CAM2MM0_GALS>, 764 764 <&camsys CLK_CAM_CAM2MM1_GALS>, 765 765 <&camsys CLK_CAM_CAM2SYS_GALS>; 766 766 clock-names = "cam-0", "cam-1", "cam-2", "cam-3", 767 767 "cam-4"; 768 768 mediatek,infracfg = <&infracfg_ao>; 769 769 #address-cells = <1>; 770 770 #size-cells = <0>; 771 771 #power-domain-cells = <1>; 772 772 773 773 power-domain@MT8195_POWER_DOMAIN_CAM_RAWA { 774 774 reg = <MT8195_POWER_DOMAIN_CAM_RAWA>; 775 775 #power-domain-cells = <0>; 776 776 }; 777 777 778 778 power-domain@MT8195_POWER_DOMAIN_CAM_RAWB { 779 779 reg = <MT8195_POWER_DOMAIN_CAM_RAWB>; 780 780 #power-domain-cells = <0>; 781 781 }; 782 782 783 783 power-domain@MT8195_POWER_DOMAIN_CAM_MRAW { 784 784 reg = <MT8195_POWER_DOMAIN_CAM_MRAW>; 785 785 #power-domain-cells = <0>; 786 786 }; 787 787 }; 788 }; 788 }; 789 }; 789 }; 790 790 791 power-domain@M 791 power-domain@MT8195_POWER_DOMAIN_PCIE_MAC_P0 { 792 reg = 792 reg = <MT8195_POWER_DOMAIN_PCIE_MAC_P0>; 793 mediat 793 mediatek,infracfg = <&infracfg_ao>; 794 #power 794 #power-domain-cells = <0>; 795 }; 795 }; 796 796 797 power-domain@M 797 power-domain@MT8195_POWER_DOMAIN_PCIE_MAC_P1 { 798 reg = 798 reg = <MT8195_POWER_DOMAIN_PCIE_MAC_P1>; 799 mediat 799 mediatek,infracfg = <&infracfg_ao>; 800 #power 800 #power-domain-cells = <0>; 801 }; 801 }; 802 802 803 power-domain@M 803 power-domain@MT8195_POWER_DOMAIN_PCIE_PHY { 804 reg = 804 reg = <MT8195_POWER_DOMAIN_PCIE_PHY>; 805 #power 805 #power-domain-cells = <0>; 806 }; 806 }; 807 807 808 power-domain@M 808 power-domain@MT8195_POWER_DOMAIN_SSUSB_PCIE_PHY { 809 reg = 809 reg = <MT8195_POWER_DOMAIN_SSUSB_PCIE_PHY>; 810 #power 810 #power-domain-cells = <0>; 811 }; 811 }; 812 812 813 power-domain@M 813 power-domain@MT8195_POWER_DOMAIN_CSI_RX_TOP { 814 reg = 814 reg = <MT8195_POWER_DOMAIN_CSI_RX_TOP>; 815 clocks 815 clocks = <&topckgen CLK_TOP_SENINF>, 816 816 <&topckgen CLK_TOP_SENINF2>; 817 clock- 817 clock-names = "csi_rx_top", "csi_rx_top1"; 818 #power 818 #power-domain-cells = <0>; 819 }; 819 }; 820 820 821 power-domain@M 821 power-domain@MT8195_POWER_DOMAIN_ETHER { 822 reg = 822 reg = <MT8195_POWER_DOMAIN_ETHER>; 823 clocks 823 clocks = <&pericfg_ao CLK_PERI_AO_ETHERNET_MAC>; 824 clock- 824 clock-names = "ether"; 825 #power 825 #power-domain-cells = <0>; 826 }; 826 }; 827 827 828 power-domain@M 828 power-domain@MT8195_POWER_DOMAIN_ADSP { 829 reg = 829 reg = <MT8195_POWER_DOMAIN_ADSP>; 830 clocks 830 clocks = <&topckgen CLK_TOP_ADSP>, 831 831 <&topckgen CLK_TOP_AUDIO_LOCAL_BUS>; 832 clock- 832 clock-names = "adsp", "adsp1"; 833 #addre 833 #address-cells = <1>; 834 #size- 834 #size-cells = <0>; 835 mediat 835 mediatek,infracfg = <&infracfg_ao>; 836 #power 836 #power-domain-cells = <1>; 837 837 838 power- 838 power-domain@MT8195_POWER_DOMAIN_AUDIO { 839 839 reg = <MT8195_POWER_DOMAIN_AUDIO>; 840 840 clocks = <&topckgen CLK_TOP_A1SYS_HP>, 841 841 <&topckgen CLK_TOP_AUD_INTBUS>, 842 842 <&topckgen CLK_TOP_AUDIO_LOCAL_BUS>, 843 843 <&infracfg_ao CLK_INFRA_AO_AUDIO_26M_B>; 844 844 clock-names = "audio", "audio1", "audio2", 845 845 "audio3"; 846 846 mediatek,infracfg = <&infracfg_ao>; 847 847 #power-domain-cells = <0>; 848 }; 848 }; 849 }; 849 }; 850 }; 850 }; 851 }; 851 }; 852 852 853 watchdog: watchdog@10007000 { 853 watchdog: watchdog@10007000 { 854 compatible = "mediatek 854 compatible = "mediatek,mt8195-wdt"; 855 mediatek,disable-extrs 855 mediatek,disable-extrst; 856 reg = <0 0x10007000 0 856 reg = <0 0x10007000 0 0x100>; 857 #reset-cells = <1>; 857 #reset-cells = <1>; 858 }; 858 }; 859 859 860 apmixedsys: syscon@1000c000 { 860 apmixedsys: syscon@1000c000 { 861 compatible = "mediatek 861 compatible = "mediatek,mt8195-apmixedsys", "syscon"; 862 reg = <0 0x1000c000 0 862 reg = <0 0x1000c000 0 0x1000>; 863 #clock-cells = <1>; 863 #clock-cells = <1>; 864 }; 864 }; 865 865 866 systimer: timer@10017000 { 866 systimer: timer@10017000 { 867 compatible = "mediatek 867 compatible = "mediatek,mt8195-timer", 868 "mediatek 868 "mediatek,mt6765-timer"; 869 reg = <0 0x10017000 0 869 reg = <0 0x10017000 0 0x1000>; 870 interrupts = <GIC_SPI 870 interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH 0>; 871 clocks = <&clk13m>; 871 clocks = <&clk13m>; 872 }; 872 }; 873 873 874 pwrap: pwrap@10024000 { 874 pwrap: pwrap@10024000 { 875 compatible = "mediatek 875 compatible = "mediatek,mt8195-pwrap", "syscon"; 876 reg = <0 0x10024000 0 876 reg = <0 0x10024000 0 0x1000>; 877 reg-names = "pwrap"; 877 reg-names = "pwrap"; 878 interrupts = <GIC_SPI 878 interrupts = <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH 0>; 879 clocks = <&infracfg_ao 879 clocks = <&infracfg_ao CLK_INFRA_AO_PMIC_AP>, 880 <&infracfg_ao 880 <&infracfg_ao CLK_INFRA_AO_PMIC_TMR>; 881 clock-names = "spi", " 881 clock-names = "spi", "wrap"; 882 assigned-clocks = <&to 882 assigned-clocks = <&topckgen CLK_TOP_PWRAP_ULPOSC>; 883 assigned-clock-parents 883 assigned-clock-parents = <&topckgen CLK_TOP_ULPOSC1_D10>; 884 }; 884 }; 885 885 886 spmi: spmi@10027000 { 886 spmi: spmi@10027000 { 887 compatible = "mediatek 887 compatible = "mediatek,mt8195-spmi"; 888 reg = <0 0x10027000 0 888 reg = <0 0x10027000 0 0x000e00>, 889 <0 0x10029000 0 889 <0 0x10029000 0 0x000100>; 890 reg-names = "pmif", "s 890 reg-names = "pmif", "spmimst"; 891 clocks = <&infracfg_ao 891 clocks = <&infracfg_ao CLK_INFRA_AO_PMIC_AP>, 892 <&infracfg_ao 892 <&infracfg_ao CLK_INFRA_AO_PMIC_TMR>, 893 <&topckgen CL 893 <&topckgen CLK_TOP_SPMI_M_MST>; 894 clock-names = "pmif_sy 894 clock-names = "pmif_sys_ck", 895 "pmif_tm 895 "pmif_tmr_ck", 896 "spmimst 896 "spmimst_clk_mux"; 897 assigned-clocks = <&to 897 assigned-clocks = <&topckgen CLK_TOP_PWRAP_ULPOSC>; 898 assigned-clock-parents 898 assigned-clock-parents = <&topckgen CLK_TOP_ULPOSC1_D10>; 899 }; 899 }; 900 900 901 iommu_infra: infra-iommu@10315 901 iommu_infra: infra-iommu@10315000 { 902 compatible = "mediatek 902 compatible = "mediatek,mt8195-iommu-infra"; 903 reg = <0 0x10315000 0 903 reg = <0 0x10315000 0 0x5000>; 904 interrupts = <GIC_SPI 904 interrupts = <GIC_SPI 795 IRQ_TYPE_LEVEL_HIGH 0>, 905 <GIC_SPI 905 <GIC_SPI 796 IRQ_TYPE_LEVEL_HIGH 0>, 906 <GIC_SPI 906 <GIC_SPI 797 IRQ_TYPE_LEVEL_HIGH 0>, 907 <GIC_SPI 907 <GIC_SPI 798 IRQ_TYPE_LEVEL_HIGH 0>, 908 <GIC_SPI 908 <GIC_SPI 799 IRQ_TYPE_LEVEL_HIGH 0>; 909 #iommu-cells = <1>; 909 #iommu-cells = <1>; 910 }; 910 }; 911 911 912 gce0: mailbox@10320000 { 912 gce0: mailbox@10320000 { 913 compatible = "mediatek 913 compatible = "mediatek,mt8195-gce"; 914 reg = <0 0x10320000 0 914 reg = <0 0x10320000 0 0x4000>; 915 interrupts = <GIC_SPI 915 interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH 0>; 916 #mbox-cells = <2>; 916 #mbox-cells = <2>; 917 clocks = <&infracfg_ao 917 clocks = <&infracfg_ao CLK_INFRA_AO_GCE>; 918 }; 918 }; 919 919 920 gce1: mailbox@10330000 { 920 gce1: mailbox@10330000 { 921 compatible = "mediatek 921 compatible = "mediatek,mt8195-gce"; 922 reg = <0 0x10330000 0 922 reg = <0 0x10330000 0 0x4000>; 923 interrupts = <GIC_SPI 923 interrupts = <GIC_SPI 228 IRQ_TYPE_LEVEL_HIGH 0>; 924 #mbox-cells = <2>; 924 #mbox-cells = <2>; 925 clocks = <&infracfg_ao 925 clocks = <&infracfg_ao CLK_INFRA_AO_GCE2>; 926 }; 926 }; 927 927 928 scp: scp@10500000 { 928 scp: scp@10500000 { 929 compatible = "mediatek 929 compatible = "mediatek,mt8195-scp"; 930 reg = <0 0x10500000 0 930 reg = <0 0x10500000 0 0x100000>, 931 <0 0x10720000 0 931 <0 0x10720000 0 0xe0000>, 932 <0 0x10700000 0 932 <0 0x10700000 0 0x8000>; 933 reg-names = "sram", "c 933 reg-names = "sram", "cfg", "l1tcm"; 934 interrupts = <GIC_SPI 934 interrupts = <GIC_SPI 462 IRQ_TYPE_LEVEL_HIGH 0>; 935 status = "disabled"; 935 status = "disabled"; 936 }; 936 }; 937 937 938 scp_adsp: clock-controller@107 938 scp_adsp: clock-controller@10720000 { 939 compatible = "mediatek 939 compatible = "mediatek,mt8195-scp_adsp"; 940 reg = <0 0x10720000 0 940 reg = <0 0x10720000 0 0x1000>; 941 #clock-cells = <1>; 941 #clock-cells = <1>; 942 }; 942 }; 943 943 944 adsp: dsp@10803000 { 944 adsp: dsp@10803000 { 945 compatible = "mediatek 945 compatible = "mediatek,mt8195-dsp"; 946 reg = <0 0x10803000 0 946 reg = <0 0x10803000 0 0x1000>, 947 <0 0x10840000 0 947 <0 0x10840000 0 0x40000>; 948 reg-names = "cfg", "sr 948 reg-names = "cfg", "sram"; 949 clocks = <&topckgen CL 949 clocks = <&topckgen CLK_TOP_ADSP>, 950 <&clk26m>, 950 <&clk26m>, 951 <&topckgen CL 951 <&topckgen CLK_TOP_AUDIO_LOCAL_BUS>, 952 <&topckgen CL 952 <&topckgen CLK_TOP_MAINPLL_D7_D2>, 953 <&scp_adsp CL 953 <&scp_adsp CLK_SCP_ADSP_AUDIODSP>, 954 <&topckgen CL 954 <&topckgen CLK_TOP_AUDIO_H>; 955 clock-names = "adsp_se 955 clock-names = "adsp_sel", 956 "clk26m_ck", 956 "clk26m_ck", 957 "audio_local_ 957 "audio_local_bus", 958 "mainpll_d7_d 958 "mainpll_d7_d2", 959 "scp_adsp_aud 959 "scp_adsp_audiodsp", 960 "audio_h"; 960 "audio_h"; 961 power-domains = <&spm 961 power-domains = <&spm MT8195_POWER_DOMAIN_ADSP>; 962 mbox-names = "rx", "tx 962 mbox-names = "rx", "tx"; 963 mboxes = <&adsp_mailbo 963 mboxes = <&adsp_mailbox0>, <&adsp_mailbox1>; 964 status = "disabled"; 964 status = "disabled"; 965 }; 965 }; 966 966 967 adsp_mailbox0: mailbox@1081600 967 adsp_mailbox0: mailbox@10816000 { 968 compatible = "mediatek 968 compatible = "mediatek,mt8195-adsp-mbox"; 969 #mbox-cells = <0>; 969 #mbox-cells = <0>; 970 reg = <0 0x10816000 0 970 reg = <0 0x10816000 0 0x1000>; 971 interrupts = <GIC_SPI 971 interrupts = <GIC_SPI 702 IRQ_TYPE_LEVEL_HIGH 0>; 972 }; 972 }; 973 973 974 adsp_mailbox1: mailbox@1081700 974 adsp_mailbox1: mailbox@10817000 { 975 compatible = "mediatek 975 compatible = "mediatek,mt8195-adsp-mbox"; 976 #mbox-cells = <0>; 976 #mbox-cells = <0>; 977 reg = <0 0x10817000 0 977 reg = <0 0x10817000 0 0x1000>; 978 interrupts = <GIC_SPI 978 interrupts = <GIC_SPI 703 IRQ_TYPE_LEVEL_HIGH 0>; 979 }; 979 }; 980 980 981 afe: mt8195-afe-pcm@10890000 { 981 afe: mt8195-afe-pcm@10890000 { 982 compatible = "mediatek 982 compatible = "mediatek,mt8195-audio"; 983 reg = <0 0x10890000 0 983 reg = <0 0x10890000 0 0x10000>; 984 mediatek,topckgen = <& 984 mediatek,topckgen = <&topckgen>; 985 power-domains = <&spm 985 power-domains = <&spm MT8195_POWER_DOMAIN_AUDIO>; 986 interrupts = <GIC_SPI 986 interrupts = <GIC_SPI 822 IRQ_TYPE_LEVEL_HIGH 0>; 987 resets = <&watchdog 14 987 resets = <&watchdog 14>; 988 reset-names = "audiosy 988 reset-names = "audiosys"; 989 clocks = <&clk26m>, 989 clocks = <&clk26m>, 990 <&apmixedsys C 990 <&apmixedsys CLK_APMIXED_APLL1>, 991 <&apmixedsys C 991 <&apmixedsys CLK_APMIXED_APLL2>, 992 <&topckgen CLK 992 <&topckgen CLK_TOP_APLL12_DIV0>, 993 <&topckgen CLK 993 <&topckgen CLK_TOP_APLL12_DIV1>, 994 <&topckgen CLK 994 <&topckgen CLK_TOP_APLL12_DIV2>, 995 <&topckgen CLK 995 <&topckgen CLK_TOP_APLL12_DIV3>, 996 <&topckgen CLK 996 <&topckgen CLK_TOP_APLL12_DIV9>, 997 <&topckgen CLK 997 <&topckgen CLK_TOP_A1SYS_HP>, 998 <&topckgen CLK 998 <&topckgen CLK_TOP_AUD_INTBUS>, 999 <&topckgen CLK 999 <&topckgen CLK_TOP_AUDIO_H>, 1000 <&topckgen CL 1000 <&topckgen CLK_TOP_AUDIO_LOCAL_BUS>, 1001 <&topckgen CL 1001 <&topckgen CLK_TOP_DPTX_MCK>, 1002 <&topckgen CL 1002 <&topckgen CLK_TOP_I2SO1_MCK>, 1003 <&topckgen CL 1003 <&topckgen CLK_TOP_I2SO2_MCK>, 1004 <&topckgen CL 1004 <&topckgen CLK_TOP_I2SI1_MCK>, 1005 <&topckgen CL 1005 <&topckgen CLK_TOP_I2SI2_MCK>, 1006 <&infracfg_ao 1006 <&infracfg_ao CLK_INFRA_AO_AUDIO_26M_B>, 1007 <&scp_adsp CL 1007 <&scp_adsp CLK_SCP_ADSP_AUDIODSP>; 1008 clock-names = "clk26m 1008 clock-names = "clk26m", 1009 "apll1_ck", 1009 "apll1_ck", 1010 "apll2_ck", 1010 "apll2_ck", 1011 "apll12_div0" 1011 "apll12_div0", 1012 "apll12_div1" 1012 "apll12_div1", 1013 "apll12_div2" 1013 "apll12_div2", 1014 "apll12_div3" 1014 "apll12_div3", 1015 "apll12_div9" 1015 "apll12_div9", 1016 "a1sys_hp_sel 1016 "a1sys_hp_sel", 1017 "aud_intbus_s 1017 "aud_intbus_sel", 1018 "audio_h_sel" 1018 "audio_h_sel", 1019 "audio_local_ 1019 "audio_local_bus_sel", 1020 "dptx_m_sel", 1020 "dptx_m_sel", 1021 "i2so1_m_sel" 1021 "i2so1_m_sel", 1022 "i2so2_m_sel" 1022 "i2so2_m_sel", 1023 "i2si1_m_sel" 1023 "i2si1_m_sel", 1024 "i2si2_m_sel" 1024 "i2si2_m_sel", 1025 "infra_ao_aud 1025 "infra_ao_audio_26m_b", 1026 "scp_adsp_aud 1026 "scp_adsp_audiodsp"; 1027 status = "disabled"; 1027 status = "disabled"; 1028 }; 1028 }; 1029 1029 1030 uart0: serial@11001100 { 1030 uart0: serial@11001100 { 1031 compatible = "mediate 1031 compatible = "mediatek,mt8195-uart", 1032 "mediate 1032 "mediatek,mt6577-uart"; 1033 reg = <0 0x11001100 0 1033 reg = <0 0x11001100 0 0x100>; 1034 interrupts = <GIC_SPI 1034 interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH 0>; 1035 clocks = <&clk26m>, < 1035 clocks = <&clk26m>, <&infracfg_ao CLK_INFRA_AO_UART0>; 1036 clock-names = "baud", 1036 clock-names = "baud", "bus"; 1037 status = "disabled"; 1037 status = "disabled"; 1038 }; 1038 }; 1039 1039 1040 uart1: serial@11001200 { 1040 uart1: serial@11001200 { 1041 compatible = "mediate 1041 compatible = "mediatek,mt8195-uart", 1042 "mediate 1042 "mediatek,mt6577-uart"; 1043 reg = <0 0x11001200 0 1043 reg = <0 0x11001200 0 0x100>; 1044 interrupts = <GIC_SPI 1044 interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH 0>; 1045 clocks = <&clk26m>, < 1045 clocks = <&clk26m>, <&infracfg_ao CLK_INFRA_AO_UART1>; 1046 clock-names = "baud", 1046 clock-names = "baud", "bus"; 1047 status = "disabled"; 1047 status = "disabled"; 1048 }; 1048 }; 1049 1049 1050 uart2: serial@11001300 { 1050 uart2: serial@11001300 { 1051 compatible = "mediate 1051 compatible = "mediatek,mt8195-uart", 1052 "mediate 1052 "mediatek,mt6577-uart"; 1053 reg = <0 0x11001300 0 1053 reg = <0 0x11001300 0 0x100>; 1054 interrupts = <GIC_SPI 1054 interrupts = <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH 0>; 1055 clocks = <&clk26m>, < 1055 clocks = <&clk26m>, <&infracfg_ao CLK_INFRA_AO_UART2>; 1056 clock-names = "baud", 1056 clock-names = "baud", "bus"; 1057 status = "disabled"; 1057 status = "disabled"; 1058 }; 1058 }; 1059 1059 1060 uart3: serial@11001400 { 1060 uart3: serial@11001400 { 1061 compatible = "mediate 1061 compatible = "mediatek,mt8195-uart", 1062 "mediate 1062 "mediatek,mt6577-uart"; 1063 reg = <0 0x11001400 0 1063 reg = <0 0x11001400 0 0x100>; 1064 interrupts = <GIC_SPI 1064 interrupts = <GIC_SPI 723 IRQ_TYPE_LEVEL_HIGH 0>; 1065 clocks = <&clk26m>, < 1065 clocks = <&clk26m>, <&infracfg_ao CLK_INFRA_AO_UART3>; 1066 clock-names = "baud", 1066 clock-names = "baud", "bus"; 1067 status = "disabled"; 1067 status = "disabled"; 1068 }; 1068 }; 1069 1069 1070 uart4: serial@11001500 { 1070 uart4: serial@11001500 { 1071 compatible = "mediate 1071 compatible = "mediatek,mt8195-uart", 1072 "mediate 1072 "mediatek,mt6577-uart"; 1073 reg = <0 0x11001500 0 1073 reg = <0 0x11001500 0 0x100>; 1074 interrupts = <GIC_SPI 1074 interrupts = <GIC_SPI 724 IRQ_TYPE_LEVEL_HIGH 0>; 1075 clocks = <&clk26m>, < 1075 clocks = <&clk26m>, <&infracfg_ao CLK_INFRA_AO_UART4>; 1076 clock-names = "baud", 1076 clock-names = "baud", "bus"; 1077 status = "disabled"; 1077 status = "disabled"; 1078 }; 1078 }; 1079 1079 1080 uart5: serial@11001600 { 1080 uart5: serial@11001600 { 1081 compatible = "mediate 1081 compatible = "mediatek,mt8195-uart", 1082 "mediate 1082 "mediatek,mt6577-uart"; 1083 reg = <0 0x11001600 0 1083 reg = <0 0x11001600 0 0x100>; 1084 interrupts = <GIC_SPI 1084 interrupts = <GIC_SPI 725 IRQ_TYPE_LEVEL_HIGH 0>; 1085 clocks = <&clk26m>, < 1085 clocks = <&clk26m>, <&infracfg_ao CLK_INFRA_AO_UART5>; 1086 clock-names = "baud", 1086 clock-names = "baud", "bus"; 1087 status = "disabled"; 1087 status = "disabled"; 1088 }; 1088 }; 1089 1089 1090 auxadc: auxadc@11002000 { 1090 auxadc: auxadc@11002000 { 1091 compatible = "mediate 1091 compatible = "mediatek,mt8195-auxadc", 1092 "mediate 1092 "mediatek,mt8173-auxadc"; 1093 reg = <0 0x11002000 0 1093 reg = <0 0x11002000 0 0x1000>; 1094 clocks = <&infracfg_a 1094 clocks = <&infracfg_ao CLK_INFRA_AO_AUXADC>; 1095 clock-names = "main"; 1095 clock-names = "main"; 1096 #io-channel-cells = < 1096 #io-channel-cells = <1>; 1097 status = "disabled"; 1097 status = "disabled"; 1098 }; 1098 }; 1099 1099 1100 pericfg_ao: syscon@11003000 { 1100 pericfg_ao: syscon@11003000 { 1101 compatible = "mediate 1101 compatible = "mediatek,mt8195-pericfg_ao", "syscon"; 1102 reg = <0 0x11003000 0 1102 reg = <0 0x11003000 0 0x1000>; 1103 #clock-cells = <1>; 1103 #clock-cells = <1>; 1104 }; 1104 }; 1105 1105 1106 spi0: spi@1100a000 { 1106 spi0: spi@1100a000 { 1107 compatible = "mediate 1107 compatible = "mediatek,mt8195-spi", 1108 "mediate 1108 "mediatek,mt6765-spi"; 1109 #address-cells = <1>; 1109 #address-cells = <1>; 1110 #size-cells = <0>; 1110 #size-cells = <0>; 1111 reg = <0 0x1100a000 0 1111 reg = <0 0x1100a000 0 0x1000>; 1112 interrupts = <GIC_SPI 1112 interrupts = <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH 0>; 1113 clocks = <&topckgen C 1113 clocks = <&topckgen CLK_TOP_UNIVPLL_D6_D2>, 1114 <&topckgen C 1114 <&topckgen CLK_TOP_SPI>, 1115 <&infracfg_a 1115 <&infracfg_ao CLK_INFRA_AO_SPI0>; 1116 clock-names = "parent 1116 clock-names = "parent-clk", "sel-clk", "spi-clk"; 1117 status = "disabled"; 1117 status = "disabled"; 1118 }; 1118 }; 1119 1119 1120 lvts_ap: thermal-sensor@1100b 1120 lvts_ap: thermal-sensor@1100b000 { 1121 compatible = "mediate 1121 compatible = "mediatek,mt8195-lvts-ap"; 1122 reg = <0 0x1100b000 0 !! 1122 reg = <0 0x1100b000 0 0x1000>; 1123 interrupts = <GIC_SPI 1123 interrupts = <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH 0>; 1124 clocks = <&infracfg_a 1124 clocks = <&infracfg_ao CLK_INFRA_AO_THERM>; 1125 resets = <&infracfg_a 1125 resets = <&infracfg_ao MT8195_INFRA_RST0_THERM_CTRL_SWRST>; 1126 nvmem-cells = <&lvts_ 1126 nvmem-cells = <&lvts_efuse_data1 &lvts_efuse_data2>; 1127 nvmem-cell-names = "l 1127 nvmem-cell-names = "lvts-calib-data-1", "lvts-calib-data-2"; 1128 #thermal-sensor-cells 1128 #thermal-sensor-cells = <1>; 1129 }; 1129 }; 1130 1130 1131 svs: svs@1100bc00 { << 1132 compatible = "mediate << 1133 reg = <0 0x1100bc00 0 << 1134 interrupts = <GIC_SPI << 1135 clocks = <&infracfg_a << 1136 clock-names = "main"; << 1137 nvmem-cells = <&svs_c << 1138 nvmem-cell-names = "s << 1139 resets = <&infracfg_a << 1140 reset-names = "svs_rs << 1141 }; << 1142 << 1143 disp_pwm0: pwm@1100e000 { 1131 disp_pwm0: pwm@1100e000 { 1144 compatible = "mediate 1132 compatible = "mediatek,mt8195-disp-pwm", "mediatek,mt8183-disp-pwm"; 1145 reg = <0 0x1100e000 0 1133 reg = <0 0x1100e000 0 0x1000>; 1146 interrupts = <GIC_SPI 1134 interrupts = <GIC_SPI 203 IRQ_TYPE_LEVEL_LOW 0>; 1147 power-domains = <&spm 1135 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; 1148 #pwm-cells = <2>; 1136 #pwm-cells = <2>; 1149 clocks = <&topckgen C 1137 clocks = <&topckgen CLK_TOP_DISP_PWM0>, 1150 <&infracfg_a 1138 <&infracfg_ao CLK_INFRA_AO_DISP_PWM>; 1151 clock-names = "main", 1139 clock-names = "main", "mm"; 1152 status = "disabled"; 1140 status = "disabled"; 1153 }; 1141 }; 1154 1142 1155 disp_pwm1: pwm@1100f000 { 1143 disp_pwm1: pwm@1100f000 { 1156 compatible = "mediate 1144 compatible = "mediatek,mt8195-disp-pwm", "mediatek,mt8183-disp-pwm"; 1157 reg = <0 0x1100f000 0 1145 reg = <0 0x1100f000 0 0x1000>; 1158 interrupts = <GIC_SPI 1146 interrupts = <GIC_SPI 793 IRQ_TYPE_LEVEL_HIGH 0>; 1159 #pwm-cells = <2>; 1147 #pwm-cells = <2>; 1160 clocks = <&topckgen C 1148 clocks = <&topckgen CLK_TOP_DISP_PWM1>, 1161 <&infracfg_a 1149 <&infracfg_ao CLK_INFRA_AO_DISP_PWM1>; 1162 clock-names = "main", 1150 clock-names = "main", "mm"; 1163 status = "disabled"; 1151 status = "disabled"; 1164 }; 1152 }; 1165 1153 1166 spi1: spi@11010000 { 1154 spi1: spi@11010000 { 1167 compatible = "mediate 1155 compatible = "mediatek,mt8195-spi", 1168 "mediate 1156 "mediatek,mt6765-spi"; 1169 #address-cells = <1>; 1157 #address-cells = <1>; 1170 #size-cells = <0>; 1158 #size-cells = <0>; 1171 reg = <0 0x11010000 0 1159 reg = <0 0x11010000 0 0x1000>; 1172 interrupts = <GIC_SPI 1160 interrupts = <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH 0>; 1173 clocks = <&topckgen C 1161 clocks = <&topckgen CLK_TOP_UNIVPLL_D6_D2>, 1174 <&topckgen C 1162 <&topckgen CLK_TOP_SPI>, 1175 <&infracfg_a 1163 <&infracfg_ao CLK_INFRA_AO_SPI1>; 1176 clock-names = "parent 1164 clock-names = "parent-clk", "sel-clk", "spi-clk"; 1177 status = "disabled"; 1165 status = "disabled"; 1178 }; 1166 }; 1179 1167 1180 spi2: spi@11012000 { 1168 spi2: spi@11012000 { 1181 compatible = "mediate 1169 compatible = "mediatek,mt8195-spi", 1182 "mediate 1170 "mediatek,mt6765-spi"; 1183 #address-cells = <1>; 1171 #address-cells = <1>; 1184 #size-cells = <0>; 1172 #size-cells = <0>; 1185 reg = <0 0x11012000 0 1173 reg = <0 0x11012000 0 0x1000>; 1186 interrupts = <GIC_SPI 1174 interrupts = <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH 0>; 1187 clocks = <&topckgen C 1175 clocks = <&topckgen CLK_TOP_UNIVPLL_D6_D2>, 1188 <&topckgen C 1176 <&topckgen CLK_TOP_SPI>, 1189 <&infracfg_a 1177 <&infracfg_ao CLK_INFRA_AO_SPI2>; 1190 clock-names = "parent 1178 clock-names = "parent-clk", "sel-clk", "spi-clk"; 1191 status = "disabled"; 1179 status = "disabled"; 1192 }; 1180 }; 1193 1181 1194 spi3: spi@11013000 { 1182 spi3: spi@11013000 { 1195 compatible = "mediate 1183 compatible = "mediatek,mt8195-spi", 1196 "mediate 1184 "mediatek,mt6765-spi"; 1197 #address-cells = <1>; 1185 #address-cells = <1>; 1198 #size-cells = <0>; 1186 #size-cells = <0>; 1199 reg = <0 0x11013000 0 1187 reg = <0 0x11013000 0 0x1000>; 1200 interrupts = <GIC_SPI 1188 interrupts = <GIC_SPI 194 IRQ_TYPE_LEVEL_HIGH 0>; 1201 clocks = <&topckgen C 1189 clocks = <&topckgen CLK_TOP_UNIVPLL_D6_D2>, 1202 <&topckgen C 1190 <&topckgen CLK_TOP_SPI>, 1203 <&infracfg_a 1191 <&infracfg_ao CLK_INFRA_AO_SPI3>; 1204 clock-names = "parent 1192 clock-names = "parent-clk", "sel-clk", "spi-clk"; 1205 status = "disabled"; 1193 status = "disabled"; 1206 }; 1194 }; 1207 1195 1208 spi4: spi@11018000 { 1196 spi4: spi@11018000 { 1209 compatible = "mediate 1197 compatible = "mediatek,mt8195-spi", 1210 "mediate 1198 "mediatek,mt6765-spi"; 1211 #address-cells = <1>; 1199 #address-cells = <1>; 1212 #size-cells = <0>; 1200 #size-cells = <0>; 1213 reg = <0 0x11018000 0 1201 reg = <0 0x11018000 0 0x1000>; 1214 interrupts = <GIC_SPI 1202 interrupts = <GIC_SPI 195 IRQ_TYPE_LEVEL_HIGH 0>; 1215 clocks = <&topckgen C 1203 clocks = <&topckgen CLK_TOP_UNIVPLL_D6_D2>, 1216 <&topckgen C 1204 <&topckgen CLK_TOP_SPI>, 1217 <&infracfg_a 1205 <&infracfg_ao CLK_INFRA_AO_SPI4>; 1218 clock-names = "parent 1206 clock-names = "parent-clk", "sel-clk", "spi-clk"; 1219 status = "disabled"; 1207 status = "disabled"; 1220 }; 1208 }; 1221 1209 1222 spi5: spi@11019000 { 1210 spi5: spi@11019000 { 1223 compatible = "mediate 1211 compatible = "mediatek,mt8195-spi", 1224 "mediate 1212 "mediatek,mt6765-spi"; 1225 #address-cells = <1>; 1213 #address-cells = <1>; 1226 #size-cells = <0>; 1214 #size-cells = <0>; 1227 reg = <0 0x11019000 0 1215 reg = <0 0x11019000 0 0x1000>; 1228 interrupts = <GIC_SPI 1216 interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH 0>; 1229 clocks = <&topckgen C 1217 clocks = <&topckgen CLK_TOP_UNIVPLL_D6_D2>, 1230 <&topckgen C 1218 <&topckgen CLK_TOP_SPI>, 1231 <&infracfg_a 1219 <&infracfg_ao CLK_INFRA_AO_SPI5>; 1232 clock-names = "parent 1220 clock-names = "parent-clk", "sel-clk", "spi-clk"; 1233 status = "disabled"; 1221 status = "disabled"; 1234 }; 1222 }; 1235 1223 1236 spis0: spi@1101d000 { 1224 spis0: spi@1101d000 { 1237 compatible = "mediate 1225 compatible = "mediatek,mt8195-spi-slave"; 1238 reg = <0 0x1101d000 0 1226 reg = <0 0x1101d000 0 0x1000>; 1239 interrupts = <GIC_SPI 1227 interrupts = <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH 0>; 1240 clocks = <&infracfg_a 1228 clocks = <&infracfg_ao CLK_INFRA_AO_SPIS0>; 1241 clock-names = "spi"; 1229 clock-names = "spi"; 1242 assigned-clocks = <&t 1230 assigned-clocks = <&topckgen CLK_TOP_SPIS>; 1243 assigned-clock-parent 1231 assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D6>; 1244 status = "disabled"; 1232 status = "disabled"; 1245 }; 1233 }; 1246 1234 1247 spis1: spi@1101e000 { 1235 spis1: spi@1101e000 { 1248 compatible = "mediate 1236 compatible = "mediatek,mt8195-spi-slave"; 1249 reg = <0 0x1101e000 0 1237 reg = <0 0x1101e000 0 0x1000>; 1250 interrupts = <GIC_SPI 1238 interrupts = <GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH 0>; 1251 clocks = <&infracfg_a 1239 clocks = <&infracfg_ao CLK_INFRA_AO_SPIS1>; 1252 clock-names = "spi"; 1240 clock-names = "spi"; 1253 assigned-clocks = <&t 1241 assigned-clocks = <&topckgen CLK_TOP_SPIS>; 1254 assigned-clock-parent 1242 assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D6>; 1255 status = "disabled"; 1243 status = "disabled"; 1256 }; 1244 }; 1257 1245 1258 eth: ethernet@11021000 { 1246 eth: ethernet@11021000 { 1259 compatible = "mediate 1247 compatible = "mediatek,mt8195-gmac", "snps,dwmac-5.10a"; 1260 reg = <0 0x11021000 0 1248 reg = <0 0x11021000 0 0x4000>; 1261 interrupts = <GIC_SPI 1249 interrupts = <GIC_SPI 716 IRQ_TYPE_LEVEL_HIGH 0>; 1262 interrupt-names = "ma 1250 interrupt-names = "macirq"; 1263 clock-names = "axi", 1251 clock-names = "axi", 1264 "apb", 1252 "apb", 1265 "mac_ma 1253 "mac_main", 1266 "ptp_re 1254 "ptp_ref", 1267 "rmii_i 1255 "rmii_internal", 1268 "mac_cg 1256 "mac_cg"; 1269 clocks = <&pericfg_ao 1257 clocks = <&pericfg_ao CLK_PERI_AO_ETHERNET>, 1270 <&pericfg_ao 1258 <&pericfg_ao CLK_PERI_AO_ETHERNET_BUS>, 1271 <&topckgen C 1259 <&topckgen CLK_TOP_SNPS_ETH_250M>, 1272 <&topckgen C 1260 <&topckgen CLK_TOP_SNPS_ETH_62P4M_PTP>, 1273 <&topckgen C 1261 <&topckgen CLK_TOP_SNPS_ETH_50M_RMII>, 1274 <&pericfg_ao 1262 <&pericfg_ao CLK_PERI_AO_ETHERNET_MAC>; 1275 assigned-clocks = <&t 1263 assigned-clocks = <&topckgen CLK_TOP_SNPS_ETH_250M>, 1276 <&t 1264 <&topckgen CLK_TOP_SNPS_ETH_62P4M_PTP>, 1277 <&t 1265 <&topckgen CLK_TOP_SNPS_ETH_50M_RMII>; 1278 assigned-clock-parent 1266 assigned-clock-parents = <&topckgen CLK_TOP_ETHPLL_D2>, 1279 1267 <&topckgen CLK_TOP_ETHPLL_D8>, 1280 1268 <&topckgen CLK_TOP_ETHPLL_D10>; 1281 power-domains = <&spm 1269 power-domains = <&spm MT8195_POWER_DOMAIN_ETHER>; 1282 mediatek,pericfg = <& 1270 mediatek,pericfg = <&infracfg_ao>; 1283 snps,axi-config = <&s 1271 snps,axi-config = <&stmmac_axi_setup>; 1284 snps,mtl-rx-config = 1272 snps,mtl-rx-config = <&mtl_rx_setup>; 1285 snps,mtl-tx-config = 1273 snps,mtl-tx-config = <&mtl_tx_setup>; 1286 snps,txpbl = <16>; 1274 snps,txpbl = <16>; 1287 snps,rxpbl = <16>; 1275 snps,rxpbl = <16>; 1288 snps,clk-csr = <0>; 1276 snps,clk-csr = <0>; 1289 status = "disabled"; 1277 status = "disabled"; 1290 1278 1291 mdio { 1279 mdio { 1292 compatible = 1280 compatible = "snps,dwmac-mdio"; 1293 #address-cell 1281 #address-cells = <1>; 1294 #size-cells = 1282 #size-cells = <0>; 1295 }; 1283 }; 1296 1284 1297 stmmac_axi_setup: stm 1285 stmmac_axi_setup: stmmac-axi-config { 1298 snps,wr_osr_l 1286 snps,wr_osr_lmt = <0x7>; 1299 snps,rd_osr_l 1287 snps,rd_osr_lmt = <0x7>; 1300 snps,blen = < 1288 snps,blen = <0 0 0 0 16 8 4>; 1301 }; 1289 }; 1302 1290 1303 mtl_rx_setup: rx-queu 1291 mtl_rx_setup: rx-queues-config { 1304 snps,rx-queue 1292 snps,rx-queues-to-use = <4>; 1305 snps,rx-sched 1293 snps,rx-sched-sp; 1306 queue0 { 1294 queue0 { 1307 snps, 1295 snps,dcb-algorithm; 1308 snps, 1296 snps,map-to-dma-channel = <0x0>; 1309 }; 1297 }; 1310 queue1 { 1298 queue1 { 1311 snps, 1299 snps,dcb-algorithm; 1312 snps, 1300 snps,map-to-dma-channel = <0x0>; 1313 }; 1301 }; 1314 queue2 { 1302 queue2 { 1315 snps, 1303 snps,dcb-algorithm; 1316 snps, 1304 snps,map-to-dma-channel = <0x0>; 1317 }; 1305 }; 1318 queue3 { 1306 queue3 { 1319 snps, 1307 snps,dcb-algorithm; 1320 snps, 1308 snps,map-to-dma-channel = <0x0>; 1321 }; 1309 }; 1322 }; 1310 }; 1323 1311 1324 mtl_tx_setup: tx-queu 1312 mtl_tx_setup: tx-queues-config { 1325 snps,tx-queue 1313 snps,tx-queues-to-use = <4>; 1326 snps,tx-sched 1314 snps,tx-sched-wrr; 1327 queue0 { 1315 queue0 { 1328 snps, 1316 snps,weight = <0x10>; 1329 snps, 1317 snps,dcb-algorithm; 1330 snps, 1318 snps,priority = <0x0>; 1331 }; 1319 }; 1332 queue1 { 1320 queue1 { 1333 snps, 1321 snps,weight = <0x11>; 1334 snps, 1322 snps,dcb-algorithm; 1335 snps, 1323 snps,priority = <0x1>; 1336 }; 1324 }; 1337 queue2 { 1325 queue2 { 1338 snps, 1326 snps,weight = <0x12>; 1339 snps, 1327 snps,dcb-algorithm; 1340 snps, 1328 snps,priority = <0x2>; 1341 }; 1329 }; 1342 queue3 { 1330 queue3 { 1343 snps, 1331 snps,weight = <0x13>; 1344 snps, 1332 snps,dcb-algorithm; 1345 snps, 1333 snps,priority = <0x3>; 1346 }; 1334 }; 1347 }; 1335 }; 1348 }; 1336 }; 1349 1337 1350 ssusb0: usb@11201000 { !! 1338 xhci0: usb@11200000 { 1351 compatible = "mediate !! 1339 compatible = "mediatek,mt8195-xhci", 1352 reg = <0 0x11201000 0 !! 1340 "mediatek,mtk-xhci"; >> 1341 reg = <0 0x11200000 0 0x1000>, >> 1342 <0 0x11203e00 0 0x0100>; 1353 reg-names = "mac", "i 1343 reg-names = "mac", "ippc"; 1354 ranges = <0 0 0 0x112 !! 1344 interrupts = <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH 0>; 1355 #address-cells = <2>; !! 1345 phys = <&u2port0 PHY_TYPE_USB2>, 1356 #size-cells = <2>; !! 1346 <&u3port0 PHY_TYPE_USB3>; 1357 interrupts = <GIC_SPI !! 1347 assigned-clocks = <&topckgen CLK_TOP_USB_TOP>, >> 1348 <&topckgen CLK_TOP_SSUSB_XHCI>; >> 1349 assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D5_D4>, >> 1350 <&topckgen CLK_TOP_UNIVPLL_D5_D4>; 1358 clocks = <&infracfg_a 1351 clocks = <&infracfg_ao CLK_INFRA_AO_SSUSB>, 1359 <&topckgen C 1352 <&topckgen CLK_TOP_SSUSB_REF>, >> 1353 <&apmixedsys CLK_APMIXED_USB1PLL>, >> 1354 <&clk26m>, 1360 <&infracfg_a 1355 <&infracfg_ao CLK_INFRA_AO_SSUSB_XHCI>; 1361 clock-names = "sys_ck !! 1356 clock-names = "sys_ck", "ref_ck", "mcu_ck", "dma_ck", 1362 phys = <&u2port0 PHY_ !! 1357 "xhci_ck"; 1363 wakeup-source; << 1364 mediatek,syscon-wakeu 1358 mediatek,syscon-wakeup = <&pericfg 0x400 103>; >> 1359 wakeup-source; 1365 status = "disabled"; 1360 status = "disabled"; 1366 << 1367 xhci0: usb@0 { << 1368 compatible = << 1369 reg = <0 0 0 << 1370 reg-names = " << 1371 interrupts = << 1372 assigned-cloc << 1373 << 1374 assigned-cloc << 1375 << 1376 clocks = <&in << 1377 <&to << 1378 <&ap << 1379 <&cl << 1380 <&in << 1381 clock-names = << 1382 status = "dis << 1383 }; << 1384 }; 1361 }; 1385 1362 1386 mmc0: mmc@11230000 { 1363 mmc0: mmc@11230000 { 1387 compatible = "mediate 1364 compatible = "mediatek,mt8195-mmc", 1388 "mediate 1365 "mediatek,mt8183-mmc"; 1389 reg = <0 0x11230000 0 1366 reg = <0 0x11230000 0 0x10000>, 1390 <0 0x11f50000 0 1367 <0 0x11f50000 0 0x1000>; 1391 interrupts = <GIC_SPI 1368 interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH 0>; 1392 clocks = <&topckgen C 1369 clocks = <&topckgen CLK_TOP_MSDC50_0>, 1393 <&infracfg_a 1370 <&infracfg_ao CLK_INFRA_AO_MSDC0>, 1394 <&infracfg_a 1371 <&infracfg_ao CLK_INFRA_AO_MSDC0_SRC>; 1395 clock-names = "source 1372 clock-names = "source", "hclk", "source_cg"; 1396 status = "disabled"; 1373 status = "disabled"; 1397 }; 1374 }; 1398 1375 1399 mmc1: mmc@11240000 { 1376 mmc1: mmc@11240000 { 1400 compatible = "mediate 1377 compatible = "mediatek,mt8195-mmc", 1401 "mediate 1378 "mediatek,mt8183-mmc"; 1402 reg = <0 0x11240000 0 1379 reg = <0 0x11240000 0 0x1000>, 1403 <0 0x11c70000 0 1380 <0 0x11c70000 0 0x1000>; 1404 interrupts = <GIC_SPI 1381 interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH 0>; 1405 clocks = <&topckgen C 1382 clocks = <&topckgen CLK_TOP_MSDC30_1>, 1406 <&infracfg_a 1383 <&infracfg_ao CLK_INFRA_AO_MSDC1>, 1407 <&infracfg_a 1384 <&infracfg_ao CLK_INFRA_AO_MSDC1_SRC>; 1408 clock-names = "source 1385 clock-names = "source", "hclk", "source_cg"; 1409 assigned-clocks = <&t 1386 assigned-clocks = <&topckgen CLK_TOP_MSDC30_1>; 1410 assigned-clock-parent 1387 assigned-clock-parents = <&topckgen CLK_TOP_MSDCPLL_D2>; 1411 status = "disabled"; 1388 status = "disabled"; 1412 }; 1389 }; 1413 1390 1414 mmc2: mmc@11250000 { 1391 mmc2: mmc@11250000 { 1415 compatible = "mediate 1392 compatible = "mediatek,mt8195-mmc", 1416 "mediate 1393 "mediatek,mt8183-mmc"; 1417 reg = <0 0x11250000 0 1394 reg = <0 0x11250000 0 0x1000>, 1418 <0 0x11e60000 0 1395 <0 0x11e60000 0 0x1000>; 1419 interrupts = <GIC_SPI 1396 interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH 0>; 1420 clocks = <&topckgen C 1397 clocks = <&topckgen CLK_TOP_MSDC30_2>, 1421 <&infracfg_a 1398 <&infracfg_ao CLK_INFRA_AO_CG1_MSDC2>, 1422 <&infracfg_a 1399 <&infracfg_ao CLK_INFRA_AO_CG3_MSDC2>; 1423 clock-names = "source 1400 clock-names = "source", "hclk", "source_cg"; 1424 assigned-clocks = <&t 1401 assigned-clocks = <&topckgen CLK_TOP_MSDC30_2>; 1425 assigned-clock-parent 1402 assigned-clock-parents = <&topckgen CLK_TOP_MSDCPLL_D2>; 1426 status = "disabled"; 1403 status = "disabled"; 1427 }; 1404 }; 1428 1405 1429 lvts_mcu: thermal-sensor@1127 1406 lvts_mcu: thermal-sensor@11278000 { 1430 compatible = "mediate 1407 compatible = "mediatek,mt8195-lvts-mcu"; 1431 reg = <0 0x11278000 0 1408 reg = <0 0x11278000 0 0x1000>; 1432 interrupts = <GIC_SPI 1409 interrupts = <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH 0>; 1433 clocks = <&infracfg_a 1410 clocks = <&infracfg_ao CLK_INFRA_AO_THERM>; 1434 resets = <&infracfg_a 1411 resets = <&infracfg_ao MT8195_INFRA_RST4_THERM_CTRL_MCU_SWRST>; 1435 nvmem-cells = <&lvts_ 1412 nvmem-cells = <&lvts_efuse_data1 &lvts_efuse_data2>; 1436 nvmem-cell-names = "l 1413 nvmem-cell-names = "lvts-calib-data-1", "lvts-calib-data-2"; 1437 #thermal-sensor-cells 1414 #thermal-sensor-cells = <1>; 1438 }; 1415 }; 1439 1416 1440 xhci1: usb@11290000 { 1417 xhci1: usb@11290000 { 1441 compatible = "mediate 1418 compatible = "mediatek,mt8195-xhci", 1442 "mediate 1419 "mediatek,mtk-xhci"; 1443 reg = <0 0x11290000 0 1420 reg = <0 0x11290000 0 0x1000>, 1444 <0 0x11293e00 0 1421 <0 0x11293e00 0 0x0100>; 1445 reg-names = "mac", "i 1422 reg-names = "mac", "ippc"; 1446 interrupts = <GIC_SPI 1423 interrupts = <GIC_SPI 530 IRQ_TYPE_LEVEL_HIGH 0>; 1447 phys = <&u2port1 PHY_ !! 1424 phys = <&u2port1 PHY_TYPE_USB2>; 1448 assigned-clocks = <&t 1425 assigned-clocks = <&topckgen CLK_TOP_USB_TOP_1P>, 1449 <&t 1426 <&topckgen CLK_TOP_SSUSB_XHCI_1P>; 1450 assigned-clock-parent 1427 assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D5_D4>, 1451 1428 <&topckgen CLK_TOP_UNIVPLL_D5_D4>; 1452 clocks = <&pericfg_ao 1429 clocks = <&pericfg_ao CLK_PERI_AO_SSUSB_1P_BUS>, 1453 <&topckgen C 1430 <&topckgen CLK_TOP_SSUSB_P1_REF>, 1454 <&apmixedsys 1431 <&apmixedsys CLK_APMIXED_USB1PLL>, 1455 <&clk26m>, 1432 <&clk26m>, 1456 <&pericfg_ao 1433 <&pericfg_ao CLK_PERI_AO_SSUSB_1P_XHCI>; 1457 clock-names = "sys_ck 1434 clock-names = "sys_ck", "ref_ck", "mcu_ck", "dma_ck", 1458 "xhci_c 1435 "xhci_ck"; 1459 mediatek,syscon-wakeu 1436 mediatek,syscon-wakeup = <&pericfg 0x400 104>; 1460 wakeup-source; 1437 wakeup-source; 1461 status = "disabled"; 1438 status = "disabled"; 1462 }; 1439 }; 1463 1440 1464 ssusb2: usb@112a1000 { !! 1441 xhci2: usb@112a0000 { 1465 compatible = "mediate !! 1442 compatible = "mediatek,mt8195-xhci", 1466 reg = <0 0x112a1000 0 !! 1443 "mediatek,mtk-xhci"; >> 1444 reg = <0 0x112a0000 0 0x1000>, >> 1445 <0 0x112a3e00 0 0x0100>; 1467 reg-names = "mac", "i 1446 reg-names = "mac", "ippc"; 1468 ranges = <0 0 0 0x112 !! 1447 interrupts = <GIC_SPI 533 IRQ_TYPE_LEVEL_HIGH 0>; 1469 #address-cells = <2>; !! 1448 phys = <&u2port2 PHY_TYPE_USB2>; 1470 #size-cells = <2>; !! 1449 assigned-clocks = <&topckgen CLK_TOP_USB_TOP_2P>, 1471 interrupts = <GIC_SPI !! 1450 <&topckgen CLK_TOP_SSUSB_XHCI_2P>; 1472 assigned-clocks = <&t !! 1451 assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D5_D4>, 1473 assigned-clock-parent !! 1452 <&topckgen CLK_TOP_UNIVPLL_D5_D4>; 1474 clocks = <&pericfg_ao 1453 clocks = <&pericfg_ao CLK_PERI_AO_SSUSB_2P_BUS>, 1475 <&topckgen C 1454 <&topckgen CLK_TOP_SSUSB_P2_REF>, >> 1455 <&clk26m>, >> 1456 <&clk26m>, 1476 <&pericfg_ao 1457 <&pericfg_ao CLK_PERI_AO_SSUSB_2P_XHCI>; 1477 clock-names = "sys_ck !! 1458 clock-names = "sys_ck", "ref_ck", "mcu_ck", "dma_ck", 1478 phys = <&u2port2 PHY_ !! 1459 "xhci_ck"; 1479 wakeup-source; << 1480 mediatek,syscon-wakeu 1460 mediatek,syscon-wakeup = <&pericfg 0x400 105>; >> 1461 wakeup-source; 1481 status = "disabled"; 1462 status = "disabled"; 1482 << 1483 xhci2: usb@0 { << 1484 compatible = << 1485 reg = <0 0 0 << 1486 reg-names = " << 1487 interrupts = << 1488 assigned-cloc << 1489 assigned-cloc << 1490 clocks = <&pe << 1491 clock-names = << 1492 status = "dis << 1493 }; << 1494 }; 1463 }; 1495 1464 1496 ssusb3: usb@112b1000 { !! 1465 xhci3: usb@112b0000 { 1497 compatible = "mediate !! 1466 compatible = "mediatek,mt8195-xhci", 1498 reg = <0 0x112b1000 0 !! 1467 "mediatek,mtk-xhci"; >> 1468 reg = <0 0x112b0000 0 0x1000>, >> 1469 <0 0x112b3e00 0 0x0100>; 1499 reg-names = "mac", "i 1470 reg-names = "mac", "ippc"; 1500 ranges = <0 0 0 0x112 !! 1471 interrupts = <GIC_SPI 536 IRQ_TYPE_LEVEL_HIGH 0>; 1501 #address-cells = <2>; !! 1472 phys = <&u2port3 PHY_TYPE_USB2>; 1502 #size-cells = <2>; !! 1473 assigned-clocks = <&topckgen CLK_TOP_USB_TOP_3P>, 1503 interrupts = <GIC_SPI !! 1474 <&topckgen CLK_TOP_SSUSB_XHCI_3P>; 1504 assigned-clocks = <&t !! 1475 assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D5_D4>, 1505 assigned-clock-parent !! 1476 <&topckgen CLK_TOP_UNIVPLL_D5_D4>; 1506 clocks = <&pericfg_ao 1477 clocks = <&pericfg_ao CLK_PERI_AO_SSUSB_3P_BUS>, 1507 <&topckgen C 1478 <&topckgen CLK_TOP_SSUSB_P3_REF>, >> 1479 <&clk26m>, >> 1480 <&clk26m>, 1508 <&pericfg_ao 1481 <&pericfg_ao CLK_PERI_AO_SSUSB_3P_XHCI>; 1509 clock-names = "sys_ck !! 1482 clock-names = "sys_ck", "ref_ck", "mcu_ck", "dma_ck", 1510 phys = <&u2port3 PHY_ !! 1483 "xhci_ck"; 1511 wakeup-source; << 1512 mediatek,syscon-wakeu 1484 mediatek,syscon-wakeup = <&pericfg 0x400 106>; >> 1485 wakeup-source; 1513 status = "disabled"; 1486 status = "disabled"; 1514 << 1515 xhci3: usb@0 { << 1516 compatible = << 1517 reg = <0 0 0 << 1518 reg-names = " << 1519 interrupts = << 1520 assigned-cloc << 1521 assigned-cloc << 1522 clocks = <&pe << 1523 clock-names = << 1524 status = "dis << 1525 }; << 1526 }; 1487 }; 1527 1488 1528 pcie0: pcie@112f0000 { 1489 pcie0: pcie@112f0000 { 1529 compatible = "mediate 1490 compatible = "mediatek,mt8195-pcie", 1530 "mediate 1491 "mediatek,mt8192-pcie"; 1531 device_type = "pci"; 1492 device_type = "pci"; 1532 #address-cells = <3>; 1493 #address-cells = <3>; 1533 #size-cells = <2>; 1494 #size-cells = <2>; 1534 reg = <0 0x112f0000 0 1495 reg = <0 0x112f0000 0 0x4000>; 1535 reg-names = "pcie-mac 1496 reg-names = "pcie-mac"; 1536 interrupts = <GIC_SPI 1497 interrupts = <GIC_SPI 791 IRQ_TYPE_LEVEL_HIGH 0>; 1537 bus-range = <0x00 0xf 1498 bus-range = <0x00 0xff>; 1538 ranges = <0x81000000 1499 ranges = <0x81000000 0 0x20000000 1539 0x0 0x20000 1500 0x0 0x20000000 0 0x200000>, 1540 <0x82000000 1501 <0x82000000 0 0x20200000 1541 0x0 0x20200 1502 0x0 0x20200000 0 0x3e00000>; 1542 1503 1543 iommu-map = <0 &iommu 1504 iommu-map = <0 &iommu_infra IOMMU_PORT_INFRA_PCIE0 0x2>; 1544 iommu-map-mask = <0x0 1505 iommu-map-mask = <0x0>; 1545 1506 1546 clocks = <&infracfg_a 1507 clocks = <&infracfg_ao CLK_INFRA_AO_PCIE_PL_P_250M_P0>, 1547 <&infracfg_a 1508 <&infracfg_ao CLK_INFRA_AO_PCIE_TL_26M>, 1548 <&infracfg_a 1509 <&infracfg_ao CLK_INFRA_AO_PCIE_TL_96M>, 1549 <&infracfg_a 1510 <&infracfg_ao CLK_INFRA_AO_PCIE_TL_32K>, 1550 <&infracfg_a 1511 <&infracfg_ao CLK_INFRA_AO_PCIE_PERI_26M>, 1551 <&pericfg_ao 1512 <&pericfg_ao CLK_PERI_AO_PCIE_P0_MEM>; 1552 clock-names = "pl_250 1513 clock-names = "pl_250m", "tl_26m", "tl_96m", 1553 "tl_32k 1514 "tl_32k", "peri_26m", "peri_mem"; 1554 assigned-clocks = <&t 1515 assigned-clocks = <&topckgen CLK_TOP_TL>; 1555 assigned-clock-parent 1516 assigned-clock-parents = <&topckgen CLK_TOP_MAINPLL_D4_D4>; 1556 1517 1557 phys = <&pciephy>; 1518 phys = <&pciephy>; 1558 phy-names = "pcie-phy 1519 phy-names = "pcie-phy"; 1559 1520 1560 power-domains = <&spm 1521 power-domains = <&spm MT8195_POWER_DOMAIN_PCIE_MAC_P0>; 1561 1522 1562 resets = <&infracfg_a 1523 resets = <&infracfg_ao MT8195_INFRA_RST2_PCIE_P0_SWRST>; 1563 reset-names = "mac"; 1524 reset-names = "mac"; 1564 1525 1565 #interrupt-cells = <1 1526 #interrupt-cells = <1>; 1566 interrupt-map-mask = 1527 interrupt-map-mask = <0 0 0 7>; 1567 interrupt-map = <0 0 1528 interrupt-map = <0 0 0 1 &pcie_intc0 0>, 1568 <0 0 1529 <0 0 0 2 &pcie_intc0 1>, 1569 <0 0 1530 <0 0 0 3 &pcie_intc0 2>, 1570 <0 0 1531 <0 0 0 4 &pcie_intc0 3>; 1571 status = "disabled"; 1532 status = "disabled"; 1572 1533 1573 pcie_intc0: interrupt 1534 pcie_intc0: interrupt-controller { 1574 interrupt-con 1535 interrupt-controller; 1575 #address-cell 1536 #address-cells = <0>; 1576 #interrupt-ce 1537 #interrupt-cells = <1>; 1577 }; 1538 }; 1578 }; 1539 }; 1579 1540 1580 pcie1: pcie@112f8000 { 1541 pcie1: pcie@112f8000 { 1581 compatible = "mediate 1542 compatible = "mediatek,mt8195-pcie", 1582 "mediate 1543 "mediatek,mt8192-pcie"; 1583 device_type = "pci"; 1544 device_type = "pci"; 1584 #address-cells = <3>; 1545 #address-cells = <3>; 1585 #size-cells = <2>; 1546 #size-cells = <2>; 1586 reg = <0 0x112f8000 0 1547 reg = <0 0x112f8000 0 0x4000>; 1587 reg-names = "pcie-mac 1548 reg-names = "pcie-mac"; 1588 interrupts = <GIC_SPI 1549 interrupts = <GIC_SPI 792 IRQ_TYPE_LEVEL_HIGH 0>; 1589 bus-range = <0x00 0xf 1550 bus-range = <0x00 0xff>; 1590 ranges = <0x81000000 1551 ranges = <0x81000000 0 0x24000000 1591 0x0 0x24000 1552 0x0 0x24000000 0 0x200000>, 1592 <0x82000000 1553 <0x82000000 0 0x24200000 1593 0x0 0x24200 1554 0x0 0x24200000 0 0x3e00000>; 1594 1555 1595 iommu-map = <0 &iommu 1556 iommu-map = <0 &iommu_infra IOMMU_PORT_INFRA_PCIE1 0x2>; 1596 iommu-map-mask = <0x0 1557 iommu-map-mask = <0x0>; 1597 1558 1598 clocks = <&infracfg_a 1559 clocks = <&infracfg_ao CLK_INFRA_AO_PCIE_PL_P_250M_P1>, 1599 <&clk26m>, 1560 <&clk26m>, 1600 <&infracfg_a 1561 <&infracfg_ao CLK_INFRA_AO_PCIE_P1_TL_96M>, 1601 <&clk26m>, 1562 <&clk26m>, 1602 <&infracfg_a 1563 <&infracfg_ao CLK_INFRA_AO_PCIE_P1_PERI_26M>, 1603 /* Designer 1564 /* Designer has connect pcie1 with peri_mem_p0 clock */ 1604 <&pericfg_ao 1565 <&pericfg_ao CLK_PERI_AO_PCIE_P0_MEM>; 1605 clock-names = "pl_250 1566 clock-names = "pl_250m", "tl_26m", "tl_96m", 1606 "tl_32k 1567 "tl_32k", "peri_26m", "peri_mem"; 1607 assigned-clocks = <&t 1568 assigned-clocks = <&topckgen CLK_TOP_TL_P1>; 1608 assigned-clock-parent 1569 assigned-clock-parents = <&topckgen CLK_TOP_MAINPLL_D4_D4>; 1609 1570 1610 phys = <&u3port1 PHY_ 1571 phys = <&u3port1 PHY_TYPE_PCIE>; 1611 phy-names = "pcie-phy 1572 phy-names = "pcie-phy"; 1612 power-domains = <&spm 1573 power-domains = <&spm MT8195_POWER_DOMAIN_PCIE_MAC_P1>; 1613 1574 1614 resets = <&infracfg_a 1575 resets = <&infracfg_ao MT8195_INFRA_RST2_PCIE_P1_SWRST>; 1615 reset-names = "mac"; 1576 reset-names = "mac"; 1616 1577 1617 #interrupt-cells = <1 1578 #interrupt-cells = <1>; 1618 interrupt-map-mask = 1579 interrupt-map-mask = <0 0 0 7>; 1619 interrupt-map = <0 0 1580 interrupt-map = <0 0 0 1 &pcie_intc1 0>, 1620 <0 0 1581 <0 0 0 2 &pcie_intc1 1>, 1621 <0 0 1582 <0 0 0 3 &pcie_intc1 2>, 1622 <0 0 1583 <0 0 0 4 &pcie_intc1 3>; 1623 status = "disabled"; 1584 status = "disabled"; 1624 1585 1625 pcie_intc1: interrupt 1586 pcie_intc1: interrupt-controller { 1626 interrupt-con 1587 interrupt-controller; 1627 #address-cell 1588 #address-cells = <0>; 1628 #interrupt-ce 1589 #interrupt-cells = <1>; 1629 }; 1590 }; 1630 }; 1591 }; 1631 1592 1632 nor_flash: spi@1132c000 { 1593 nor_flash: spi@1132c000 { 1633 compatible = "mediate 1594 compatible = "mediatek,mt8195-nor", 1634 "mediate 1595 "mediatek,mt8173-nor"; 1635 reg = <0 0x1132c000 0 1596 reg = <0 0x1132c000 0 0x1000>; 1636 interrupts = <GIC_SPI 1597 interrupts = <GIC_SPI 825 IRQ_TYPE_LEVEL_HIGH 0>; 1637 clocks = <&topckgen C 1598 clocks = <&topckgen CLK_TOP_SPINOR>, 1638 <&pericfg_ao 1599 <&pericfg_ao CLK_PERI_AO_FLASHIF_FLASH>, 1639 <&pericfg_ao 1600 <&pericfg_ao CLK_PERI_AO_FLASHIF_BUS>; 1640 clock-names = "spi", 1601 clock-names = "spi", "sf", "axi"; 1641 #address-cells = <1>; 1602 #address-cells = <1>; 1642 #size-cells = <0>; 1603 #size-cells = <0>; 1643 status = "disabled"; 1604 status = "disabled"; 1644 }; 1605 }; 1645 1606 1646 efuse: efuse@11c10000 { 1607 efuse: efuse@11c10000 { 1647 compatible = "mediate 1608 compatible = "mediatek,mt8195-efuse", "mediatek,efuse"; 1648 reg = <0 0x11c10000 0 1609 reg = <0 0x11c10000 0 0x1000>; 1649 #address-cells = <1>; 1610 #address-cells = <1>; 1650 #size-cells = <1>; 1611 #size-cells = <1>; 1651 u3_tx_imp_p0: usb3-tx 1612 u3_tx_imp_p0: usb3-tx-imp@184,1 { 1652 reg = <0x184 1613 reg = <0x184 0x1>; 1653 bits = <0 5>; 1614 bits = <0 5>; 1654 }; 1615 }; 1655 u3_rx_imp_p0: usb3-rx 1616 u3_rx_imp_p0: usb3-rx-imp@184,2 { 1656 reg = <0x184 1617 reg = <0x184 0x2>; 1657 bits = <5 5>; 1618 bits = <5 5>; 1658 }; 1619 }; 1659 u3_intr_p0: usb3-intr 1620 u3_intr_p0: usb3-intr@185 { 1660 reg = <0x185 1621 reg = <0x185 0x1>; 1661 bits = <2 6>; 1622 bits = <2 6>; 1662 }; 1623 }; 1663 comb_tx_imp_p1: usb3- 1624 comb_tx_imp_p1: usb3-tx-imp@186,1 { 1664 reg = <0x186 1625 reg = <0x186 0x1>; 1665 bits = <0 5>; 1626 bits = <0 5>; 1666 }; 1627 }; 1667 comb_rx_imp_p1: usb3- 1628 comb_rx_imp_p1: usb3-rx-imp@186,2 { 1668 reg = <0x186 1629 reg = <0x186 0x2>; 1669 bits = <5 5>; 1630 bits = <5 5>; 1670 }; 1631 }; 1671 comb_intr_p1: usb3-in 1632 comb_intr_p1: usb3-intr@187 { 1672 reg = <0x187 1633 reg = <0x187 0x1>; 1673 bits = <2 6>; 1634 bits = <2 6>; 1674 }; 1635 }; 1675 u2_intr_p0: usb2-intr 1636 u2_intr_p0: usb2-intr-p0@188,1 { 1676 reg = <0x188 1637 reg = <0x188 0x1>; 1677 bits = <0 5>; 1638 bits = <0 5>; 1678 }; 1639 }; 1679 u2_intr_p1: usb2-intr 1640 u2_intr_p1: usb2-intr-p1@188,2 { 1680 reg = <0x188 1641 reg = <0x188 0x2>; 1681 bits = <5 5>; 1642 bits = <5 5>; 1682 }; 1643 }; 1683 u2_intr_p2: usb2-intr 1644 u2_intr_p2: usb2-intr-p2@189,1 { 1684 reg = <0x189 1645 reg = <0x189 0x1>; 1685 bits = <2 5>; 1646 bits = <2 5>; 1686 }; 1647 }; 1687 u2_intr_p3: usb2-intr 1648 u2_intr_p3: usb2-intr-p3@189,2 { 1688 reg = <0x189 1649 reg = <0x189 0x2>; 1689 bits = <7 5>; 1650 bits = <7 5>; 1690 }; 1651 }; 1691 pciephy_rx_ln1: pciep 1652 pciephy_rx_ln1: pciephy-rx-ln1@190,1 { 1692 reg = <0x190 1653 reg = <0x190 0x1>; 1693 bits = <0 4>; 1654 bits = <0 4>; 1694 }; 1655 }; 1695 pciephy_tx_ln1_nmos: 1656 pciephy_tx_ln1_nmos: pciephy-tx-ln1-nmos@190,2 { 1696 reg = <0x190 1657 reg = <0x190 0x1>; 1697 bits = <4 4>; 1658 bits = <4 4>; 1698 }; 1659 }; 1699 pciephy_tx_ln1_pmos: 1660 pciephy_tx_ln1_pmos: pciephy-tx-ln1-pmos@191,1 { 1700 reg = <0x191 1661 reg = <0x191 0x1>; 1701 bits = <0 4>; 1662 bits = <0 4>; 1702 }; 1663 }; 1703 pciephy_rx_ln0: pciep 1664 pciephy_rx_ln0: pciephy-rx-ln0@191,2 { 1704 reg = <0x191 1665 reg = <0x191 0x1>; 1705 bits = <4 4>; 1666 bits = <4 4>; 1706 }; 1667 }; 1707 pciephy_tx_ln0_nmos: 1668 pciephy_tx_ln0_nmos: pciephy-tx-ln0-nmos@192,1 { 1708 reg = <0x192 1669 reg = <0x192 0x1>; 1709 bits = <0 4>; 1670 bits = <0 4>; 1710 }; 1671 }; 1711 pciephy_tx_ln0_pmos: 1672 pciephy_tx_ln0_pmos: pciephy-tx-ln0-pmos@192,2 { 1712 reg = <0x192 1673 reg = <0x192 0x1>; 1713 bits = <4 4>; 1674 bits = <4 4>; 1714 }; 1675 }; 1715 pciephy_glb_intr: pci 1676 pciephy_glb_intr: pciephy-glb-intr@193 { 1716 reg = <0x193 1677 reg = <0x193 0x1>; 1717 bits = <0 4>; 1678 bits = <0 4>; 1718 }; 1679 }; 1719 dp_calibration: dp-da 1680 dp_calibration: dp-data@1ac { 1720 reg = <0x1ac 1681 reg = <0x1ac 0x10>; 1721 }; 1682 }; 1722 lvts_efuse_data1: lvt 1683 lvts_efuse_data1: lvts1-calib@1bc { 1723 reg = <0x1bc 1684 reg = <0x1bc 0x14>; 1724 }; 1685 }; 1725 lvts_efuse_data2: lvt 1686 lvts_efuse_data2: lvts2-calib@1d0 { 1726 reg = <0x1d0 1687 reg = <0x1d0 0x38>; 1727 }; 1688 }; 1728 svs_calib_data: svs-c << 1729 reg = <0x580 << 1730 }; << 1731 socinfo-data1@7a0 { << 1732 reg = <0x7a0 << 1733 }; << 1734 }; 1689 }; 1735 1690 1736 u3phy2: t-phy@11c40000 { 1691 u3phy2: t-phy@11c40000 { 1737 compatible = "mediate 1692 compatible = "mediatek,mt8195-tphy", "mediatek,generic-tphy-v3"; 1738 #address-cells = <1>; 1693 #address-cells = <1>; 1739 #size-cells = <1>; 1694 #size-cells = <1>; 1740 ranges = <0 0 0x11c40 1695 ranges = <0 0 0x11c40000 0x700>; 1741 status = "disabled"; 1696 status = "disabled"; 1742 1697 1743 u2port2: usb-phy@0 { 1698 u2port2: usb-phy@0 { 1744 reg = <0x0 0x 1699 reg = <0x0 0x700>; 1745 clocks = <&to 1700 clocks = <&topckgen CLK_TOP_SSUSB_PHY_P2_REF>; 1746 clock-names = 1701 clock-names = "ref"; 1747 #phy-cells = 1702 #phy-cells = <1>; 1748 }; 1703 }; 1749 }; 1704 }; 1750 1705 1751 u3phy3: t-phy@11c50000 { 1706 u3phy3: t-phy@11c50000 { 1752 compatible = "mediate 1707 compatible = "mediatek,mt8195-tphy", "mediatek,generic-tphy-v3"; 1753 #address-cells = <1>; 1708 #address-cells = <1>; 1754 #size-cells = <1>; 1709 #size-cells = <1>; 1755 ranges = <0 0 0x11c50 1710 ranges = <0 0 0x11c50000 0x700>; 1756 status = "disabled"; 1711 status = "disabled"; 1757 1712 1758 u2port3: usb-phy@0 { 1713 u2port3: usb-phy@0 { 1759 reg = <0x0 0x 1714 reg = <0x0 0x700>; 1760 clocks = <&to 1715 clocks = <&topckgen CLK_TOP_SSUSB_PHY_P3_REF>; 1761 clock-names = 1716 clock-names = "ref"; 1762 #phy-cells = 1717 #phy-cells = <1>; 1763 }; 1718 }; 1764 }; 1719 }; 1765 1720 1766 mipi_tx0: dsi-phy@11c80000 { << 1767 compatible = "mediate << 1768 reg = <0 0x11c80000 0 << 1769 clocks = <&clk26m>; << 1770 clock-output-names = << 1771 #clock-cells = <0>; << 1772 #phy-cells = <0>; << 1773 status = "disabled"; << 1774 }; << 1775 << 1776 mipi_tx1: dsi-phy@11c90000 { << 1777 compatible = "mediate << 1778 reg = <0 0x11c90000 0 << 1779 clocks = <&clk26m>; << 1780 clock-output-names = << 1781 #clock-cells = <0>; << 1782 #phy-cells = <0>; << 1783 status = "disabled"; << 1784 }; << 1785 << 1786 i2c5: i2c@11d00000 { 1721 i2c5: i2c@11d00000 { 1787 compatible = "mediate 1722 compatible = "mediatek,mt8195-i2c", 1788 "mediate 1723 "mediatek,mt8192-i2c"; 1789 reg = <0 0x11d00000 0 1724 reg = <0 0x11d00000 0 0x1000>, 1790 <0 0x10220580 0 1725 <0 0x10220580 0 0x80>; 1791 interrupts = <GIC_SPI 1726 interrupts = <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH 0>; 1792 clock-div = <1>; 1727 clock-div = <1>; 1793 clocks = <&imp_iic_wr 1728 clocks = <&imp_iic_wrap_s CLK_IMP_IIC_WRAP_S_I2C5>, 1794 <&infracfg_a 1729 <&infracfg_ao CLK_INFRA_AO_APDMA_B>; 1795 clock-names = "main", 1730 clock-names = "main", "dma"; 1796 #address-cells = <1>; 1731 #address-cells = <1>; 1797 #size-cells = <0>; 1732 #size-cells = <0>; 1798 status = "disabled"; 1733 status = "disabled"; 1799 }; 1734 }; 1800 1735 1801 i2c6: i2c@11d01000 { 1736 i2c6: i2c@11d01000 { 1802 compatible = "mediate 1737 compatible = "mediatek,mt8195-i2c", 1803 "mediate 1738 "mediatek,mt8192-i2c"; 1804 reg = <0 0x11d01000 0 1739 reg = <0 0x11d01000 0 0x1000>, 1805 <0 0x10220600 0 1740 <0 0x10220600 0 0x80>; 1806 interrupts = <GIC_SPI 1741 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH 0>; 1807 clock-div = <1>; 1742 clock-div = <1>; 1808 clocks = <&imp_iic_wr 1743 clocks = <&imp_iic_wrap_s CLK_IMP_IIC_WRAP_S_I2C6>, 1809 <&infracfg_a 1744 <&infracfg_ao CLK_INFRA_AO_APDMA_B>; 1810 clock-names = "main", 1745 clock-names = "main", "dma"; 1811 #address-cells = <1>; 1746 #address-cells = <1>; 1812 #size-cells = <0>; 1747 #size-cells = <0>; 1813 status = "disabled"; 1748 status = "disabled"; 1814 }; 1749 }; 1815 1750 1816 i2c7: i2c@11d02000 { 1751 i2c7: i2c@11d02000 { 1817 compatible = "mediate 1752 compatible = "mediatek,mt8195-i2c", 1818 "mediate 1753 "mediatek,mt8192-i2c"; 1819 reg = <0 0x11d02000 0 1754 reg = <0 0x11d02000 0 0x1000>, 1820 <0 0x10220680 0 1755 <0 0x10220680 0 0x80>; 1821 interrupts = <GIC_SPI 1756 interrupts = <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH 0>; 1822 clock-div = <1>; 1757 clock-div = <1>; 1823 clocks = <&imp_iic_wr 1758 clocks = <&imp_iic_wrap_s CLK_IMP_IIC_WRAP_S_I2C7>, 1824 <&infracfg_a 1759 <&infracfg_ao CLK_INFRA_AO_APDMA_B>; 1825 clock-names = "main", 1760 clock-names = "main", "dma"; 1826 #address-cells = <1>; 1761 #address-cells = <1>; 1827 #size-cells = <0>; 1762 #size-cells = <0>; 1828 status = "disabled"; 1763 status = "disabled"; 1829 }; 1764 }; 1830 1765 1831 imp_iic_wrap_s: clock-control 1766 imp_iic_wrap_s: clock-controller@11d03000 { 1832 compatible = "mediate 1767 compatible = "mediatek,mt8195-imp_iic_wrap_s"; 1833 reg = <0 0x11d03000 0 1768 reg = <0 0x11d03000 0 0x1000>; 1834 #clock-cells = <1>; 1769 #clock-cells = <1>; 1835 }; 1770 }; 1836 1771 1837 i2c0: i2c@11e00000 { 1772 i2c0: i2c@11e00000 { 1838 compatible = "mediate 1773 compatible = "mediatek,mt8195-i2c", 1839 "mediate 1774 "mediatek,mt8192-i2c"; 1840 reg = <0 0x11e00000 0 1775 reg = <0 0x11e00000 0 0x1000>, 1841 <0 0x10220080 0 1776 <0 0x10220080 0 0x80>; 1842 interrupts = <GIC_SPI 1777 interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH 0>; 1843 clock-div = <1>; 1778 clock-div = <1>; 1844 clocks = <&imp_iic_wr 1779 clocks = <&imp_iic_wrap_w CLK_IMP_IIC_WRAP_W_I2C0>, 1845 <&infracfg_a 1780 <&infracfg_ao CLK_INFRA_AO_APDMA_B>; 1846 clock-names = "main", 1781 clock-names = "main", "dma"; 1847 #address-cells = <1>; 1782 #address-cells = <1>; 1848 #size-cells = <0>; 1783 #size-cells = <0>; 1849 status = "disabled"; 1784 status = "disabled"; 1850 }; 1785 }; 1851 1786 1852 i2c1: i2c@11e01000 { 1787 i2c1: i2c@11e01000 { 1853 compatible = "mediate 1788 compatible = "mediatek,mt8195-i2c", 1854 "mediate 1789 "mediatek,mt8192-i2c"; 1855 reg = <0 0x11e01000 0 1790 reg = <0 0x11e01000 0 0x1000>, 1856 <0 0x10220200 0 1791 <0 0x10220200 0 0x80>; 1857 interrupts = <GIC_SPI 1792 interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH 0>; 1858 clock-div = <1>; 1793 clock-div = <1>; 1859 clocks = <&imp_iic_wr 1794 clocks = <&imp_iic_wrap_w CLK_IMP_IIC_WRAP_W_I2C1>, 1860 <&infracfg_a 1795 <&infracfg_ao CLK_INFRA_AO_APDMA_B>; 1861 clock-names = "main", 1796 clock-names = "main", "dma"; 1862 #address-cells = <1>; 1797 #address-cells = <1>; 1863 #size-cells = <0>; 1798 #size-cells = <0>; 1864 status = "disabled"; 1799 status = "disabled"; 1865 }; 1800 }; 1866 1801 1867 i2c2: i2c@11e02000 { 1802 i2c2: i2c@11e02000 { 1868 compatible = "mediate 1803 compatible = "mediatek,mt8195-i2c", 1869 "mediate 1804 "mediatek,mt8192-i2c"; 1870 reg = <0 0x11e02000 0 1805 reg = <0 0x11e02000 0 0x1000>, 1871 <0 0x10220380 0 1806 <0 0x10220380 0 0x80>; 1872 interrupts = <GIC_SPI 1807 interrupts = <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH 0>; 1873 clock-div = <1>; 1808 clock-div = <1>; 1874 clocks = <&imp_iic_wr 1809 clocks = <&imp_iic_wrap_w CLK_IMP_IIC_WRAP_W_I2C2>, 1875 <&infracfg_a 1810 <&infracfg_ao CLK_INFRA_AO_APDMA_B>; 1876 clock-names = "main", 1811 clock-names = "main", "dma"; 1877 #address-cells = <1>; 1812 #address-cells = <1>; 1878 #size-cells = <0>; 1813 #size-cells = <0>; 1879 status = "disabled"; 1814 status = "disabled"; 1880 }; 1815 }; 1881 1816 1882 i2c3: i2c@11e03000 { 1817 i2c3: i2c@11e03000 { 1883 compatible = "mediate 1818 compatible = "mediatek,mt8195-i2c", 1884 "mediate 1819 "mediatek,mt8192-i2c"; 1885 reg = <0 0x11e03000 0 1820 reg = <0 0x11e03000 0 0x1000>, 1886 <0 0x10220480 0 1821 <0 0x10220480 0 0x80>; 1887 interrupts = <GIC_SPI 1822 interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH 0>; 1888 clock-div = <1>; 1823 clock-div = <1>; 1889 clocks = <&imp_iic_wr 1824 clocks = <&imp_iic_wrap_w CLK_IMP_IIC_WRAP_W_I2C3>, 1890 <&infracfg_a 1825 <&infracfg_ao CLK_INFRA_AO_APDMA_B>; 1891 clock-names = "main", 1826 clock-names = "main", "dma"; 1892 #address-cells = <1>; 1827 #address-cells = <1>; 1893 #size-cells = <0>; 1828 #size-cells = <0>; 1894 status = "disabled"; 1829 status = "disabled"; 1895 }; 1830 }; 1896 1831 1897 i2c4: i2c@11e04000 { 1832 i2c4: i2c@11e04000 { 1898 compatible = "mediate 1833 compatible = "mediatek,mt8195-i2c", 1899 "mediate 1834 "mediatek,mt8192-i2c"; 1900 reg = <0 0x11e04000 0 1835 reg = <0 0x11e04000 0 0x1000>, 1901 <0 0x10220500 0 1836 <0 0x10220500 0 0x80>; 1902 interrupts = <GIC_SPI 1837 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH 0>; 1903 clock-div = <1>; 1838 clock-div = <1>; 1904 clocks = <&imp_iic_wr 1839 clocks = <&imp_iic_wrap_w CLK_IMP_IIC_WRAP_W_I2C4>, 1905 <&infracfg_a 1840 <&infracfg_ao CLK_INFRA_AO_APDMA_B>; 1906 clock-names = "main", 1841 clock-names = "main", "dma"; 1907 #address-cells = <1>; 1842 #address-cells = <1>; 1908 #size-cells = <0>; 1843 #size-cells = <0>; 1909 status = "disabled"; 1844 status = "disabled"; 1910 }; 1845 }; 1911 1846 1912 imp_iic_wrap_w: clock-control 1847 imp_iic_wrap_w: clock-controller@11e05000 { 1913 compatible = "mediate 1848 compatible = "mediatek,mt8195-imp_iic_wrap_w"; 1914 reg = <0 0x11e05000 0 1849 reg = <0 0x11e05000 0 0x1000>; 1915 #clock-cells = <1>; 1850 #clock-cells = <1>; 1916 }; 1851 }; 1917 1852 1918 u3phy1: t-phy@11e30000 { 1853 u3phy1: t-phy@11e30000 { 1919 compatible = "mediate 1854 compatible = "mediatek,mt8195-tphy", "mediatek,generic-tphy-v3"; 1920 #address-cells = <1>; 1855 #address-cells = <1>; 1921 #size-cells = <1>; 1856 #size-cells = <1>; 1922 ranges = <0 0 0x11e30 1857 ranges = <0 0 0x11e30000 0xe00>; 1923 power-domains = <&spm 1858 power-domains = <&spm MT8195_POWER_DOMAIN_SSUSB_PCIE_PHY>; 1924 status = "disabled"; 1859 status = "disabled"; 1925 1860 1926 u2port1: usb-phy@0 { 1861 u2port1: usb-phy@0 { 1927 reg = <0x0 0x 1862 reg = <0x0 0x700>; 1928 clocks = <&to 1863 clocks = <&topckgen CLK_TOP_SSUSB_PHY_P1_REF>, 1929 <&cl 1864 <&clk26m>; 1930 clock-names = 1865 clock-names = "ref", "da_ref"; 1931 #phy-cells = 1866 #phy-cells = <1>; 1932 }; 1867 }; 1933 1868 1934 u3port1: usb-phy@700 1869 u3port1: usb-phy@700 { 1935 reg = <0x700 1870 reg = <0x700 0x700>; 1936 clocks = <&ap 1871 clocks = <&apmixedsys CLK_APMIXED_PLL_SSUSB26M>, 1937 <&to 1872 <&topckgen CLK_TOP_SSUSB_PHY_P1_REF>; 1938 clock-names = 1873 clock-names = "ref", "da_ref"; 1939 nvmem-cells = 1874 nvmem-cells = <&comb_intr_p1>, 1940 1875 <&comb_rx_imp_p1>, 1941 1876 <&comb_tx_imp_p1>; 1942 nvmem-cell-na 1877 nvmem-cell-names = "intr", "rx_imp", "tx_imp"; 1943 #phy-cells = 1878 #phy-cells = <1>; 1944 }; 1879 }; 1945 }; 1880 }; 1946 1881 1947 u3phy0: t-phy@11e40000 { 1882 u3phy0: t-phy@11e40000 { 1948 compatible = "mediate 1883 compatible = "mediatek,mt8195-tphy", "mediatek,generic-tphy-v3"; 1949 #address-cells = <1>; 1884 #address-cells = <1>; 1950 #size-cells = <1>; 1885 #size-cells = <1>; 1951 ranges = <0 0 0x11e40 1886 ranges = <0 0 0x11e40000 0xe00>; 1952 status = "disabled"; 1887 status = "disabled"; 1953 1888 1954 u2port0: usb-phy@0 { 1889 u2port0: usb-phy@0 { 1955 reg = <0x0 0x 1890 reg = <0x0 0x700>; 1956 clocks = <&to 1891 clocks = <&topckgen CLK_TOP_SSUSB_PHY_REF>, 1957 <&cl 1892 <&clk26m>; 1958 clock-names = 1893 clock-names = "ref", "da_ref"; 1959 #phy-cells = 1894 #phy-cells = <1>; 1960 }; 1895 }; 1961 1896 1962 u3port0: usb-phy@700 1897 u3port0: usb-phy@700 { 1963 reg = <0x700 1898 reg = <0x700 0x700>; 1964 clocks = <&ap 1899 clocks = <&apmixedsys CLK_APMIXED_PLL_SSUSB26M>, 1965 <&to 1900 <&topckgen CLK_TOP_SSUSB_PHY_REF>; 1966 clock-names = 1901 clock-names = "ref", "da_ref"; 1967 nvmem-cells = 1902 nvmem-cells = <&u3_intr_p0>, 1968 1903 <&u3_rx_imp_p0>, 1969 1904 <&u3_tx_imp_p0>; 1970 nvmem-cell-na 1905 nvmem-cell-names = "intr", "rx_imp", "tx_imp"; 1971 #phy-cells = 1906 #phy-cells = <1>; 1972 }; 1907 }; 1973 }; 1908 }; 1974 1909 1975 pciephy: phy@11e80000 { 1910 pciephy: phy@11e80000 { 1976 compatible = "mediate 1911 compatible = "mediatek,mt8195-pcie-phy"; 1977 reg = <0 0x11e80000 0 1912 reg = <0 0x11e80000 0 0x10000>; 1978 reg-names = "sif"; 1913 reg-names = "sif"; 1979 nvmem-cells = <&pciep 1914 nvmem-cells = <&pciephy_glb_intr>, <&pciephy_tx_ln0_pmos>, 1980 <&pciep 1915 <&pciephy_tx_ln0_nmos>, <&pciephy_rx_ln0>, 1981 <&pciep 1916 <&pciephy_tx_ln1_pmos>, <&pciephy_tx_ln1_nmos>, 1982 <&pciep 1917 <&pciephy_rx_ln1>; 1983 nvmem-cell-names = "g 1918 nvmem-cell-names = "glb_intr", "tx_ln0_pmos", 1984 "t 1919 "tx_ln0_nmos", "rx_ln0", 1985 "t 1920 "tx_ln1_pmos", "tx_ln1_nmos", 1986 "r 1921 "rx_ln1"; 1987 power-domains = <&spm 1922 power-domains = <&spm MT8195_POWER_DOMAIN_PCIE_PHY>; 1988 #phy-cells = <0>; 1923 #phy-cells = <0>; 1989 status = "disabled"; 1924 status = "disabled"; 1990 }; 1925 }; 1991 1926 1992 ufsphy: ufs-phy@11fa0000 { 1927 ufsphy: ufs-phy@11fa0000 { 1993 compatible = "mediate 1928 compatible = "mediatek,mt8195-ufsphy", "mediatek,mt8183-ufsphy"; 1994 reg = <0 0x11fa0000 0 1929 reg = <0 0x11fa0000 0 0xc000>; 1995 clocks = <&clk26m>, < 1930 clocks = <&clk26m>, <&clk26m>; 1996 clock-names = "unipro 1931 clock-names = "unipro", "mp"; 1997 #phy-cells = <0>; 1932 #phy-cells = <0>; 1998 status = "disabled"; 1933 status = "disabled"; 1999 }; 1934 }; 2000 1935 2001 gpu: gpu@13000000 { 1936 gpu: gpu@13000000 { 2002 compatible = "mediate 1937 compatible = "mediatek,mt8195-mali", "mediatek,mt8192-mali", 2003 "arm,mal 1938 "arm,mali-valhall-jm"; 2004 reg = <0 0x13000000 0 1939 reg = <0 0x13000000 0 0x4000>; 2005 1940 2006 clocks = <&mfgcfg CLK 1941 clocks = <&mfgcfg CLK_MFG_BG3D>; 2007 interrupts = <GIC_SPI 1942 interrupts = <GIC_SPI 397 IRQ_TYPE_LEVEL_HIGH 0>, 2008 <GIC_SPI 1943 <GIC_SPI 396 IRQ_TYPE_LEVEL_HIGH 0>, 2009 <GIC_SPI 1944 <GIC_SPI 395 IRQ_TYPE_LEVEL_HIGH 0>; 2010 interrupt-names = "jo 1945 interrupt-names = "job", "mmu", "gpu"; 2011 operating-points-v2 = 1946 operating-points-v2 = <&gpu_opp_table>; 2012 power-domains = <&spm 1947 power-domains = <&spm MT8195_POWER_DOMAIN_MFG2>, 2013 <&spm 1948 <&spm MT8195_POWER_DOMAIN_MFG3>, 2014 <&spm 1949 <&spm MT8195_POWER_DOMAIN_MFG4>, 2015 <&spm 1950 <&spm MT8195_POWER_DOMAIN_MFG5>, 2016 <&spm 1951 <&spm MT8195_POWER_DOMAIN_MFG6>; 2017 power-domain-names = 1952 power-domain-names = "core0", "core1", "core2", "core3", "core4"; 2018 status = "disabled"; 1953 status = "disabled"; 2019 }; 1954 }; 2020 1955 2021 mfgcfg: clock-controller@13fb 1956 mfgcfg: clock-controller@13fbf000 { 2022 compatible = "mediate 1957 compatible = "mediatek,mt8195-mfgcfg"; 2023 reg = <0 0x13fbf000 0 1958 reg = <0 0x13fbf000 0 0x1000>; 2024 #clock-cells = <1>; 1959 #clock-cells = <1>; 2025 }; 1960 }; 2026 1961 2027 vppsys0: syscon@14000000 { 1962 vppsys0: syscon@14000000 { 2028 compatible = "mediate 1963 compatible = "mediatek,mt8195-vppsys0", "syscon"; 2029 reg = <0 0x14000000 0 1964 reg = <0 0x14000000 0 0x1000>; 2030 #clock-cells = <1>; 1965 #clock-cells = <1>; 2031 mediatek,gce-client-r 1966 mediatek,gce-client-reg = <&gce1 SUBSYS_1400XXXX 0 0x1000>; 2032 }; 1967 }; 2033 1968 2034 dma-controller@14001000 { << 2035 compatible = "mediate << 2036 reg = <0 0x14001000 0 << 2037 mediatek,gce-client-r << 2038 mediatek,gce-events = << 2039 << 2040 mediatek,scp = <&scp> << 2041 power-domains = <&spm << 2042 iommus = <&iommu_vpp << 2043 clocks = <&vppsys0 CL << 2044 mboxes = <&gce1 12 CM << 2045 <&gce1 13 CM << 2046 <&gce1 14 CM << 2047 <&gce1 21 CM << 2048 <&gce1 22 CM << 2049 #dma-cells = <1>; << 2050 }; << 2051 << 2052 display@14002000 { << 2053 compatible = "mediate << 2054 reg = <0 0x14002000 0 << 2055 mediatek,gce-client-r << 2056 clocks = <&vppsys0 CL << 2057 }; << 2058 << 2059 display@14003000 { << 2060 compatible = "mediate << 2061 reg = <0 0x14003000 0 << 2062 mediatek,gce-client-r << 2063 clocks = <&vppsys0 CL << 2064 }; << 2065 << 2066 display@14004000 { << 2067 compatible = "mediate << 2068 reg = <0 0x14004000 0 << 2069 mediatek,gce-client-r << 2070 clocks = <&vppsys0 CL << 2071 }; << 2072 << 2073 display@14005000 { << 2074 compatible = "mediate << 2075 reg = <0 0x14005000 0 << 2076 interrupts = <GIC_SPI << 2077 mediatek,gce-client-r << 2078 clocks = <&vppsys0 CL << 2079 power-domains = <&spm << 2080 }; << 2081 << 2082 display@14006000 { << 2083 compatible = "mediate << 2084 reg = <0 0x14006000 0 << 2085 mediatek,gce-client-r << 2086 mediatek,gce-events = << 2087 << 2088 clocks = <&vppsys0 CL << 2089 }; << 2090 << 2091 display@14007000 { << 2092 compatible = "mediate << 2093 reg = <0 0x14007000 0 << 2094 mediatek,gce-client-r << 2095 clocks = <&vppsys0 CL << 2096 }; << 2097 << 2098 display@14008000 { << 2099 compatible = "mediate << 2100 reg = <0 0x14008000 0 << 2101 interrupts = <GIC_SPI << 2102 mediatek,gce-client-r << 2103 clocks = <&vppsys0 CL << 2104 power-domains = <&spm << 2105 }; << 2106 << 2107 display@14009000 { << 2108 compatible = "mediate << 2109 reg = <0 0x14009000 0 << 2110 interrupts = <GIC_SPI << 2111 mediatek,gce-client-r << 2112 clocks = <&vppsys0 CL << 2113 power-domains = <&spm << 2114 iommus = <&iommu_vpp << 2115 }; << 2116 << 2117 display@1400a000 { << 2118 compatible = "mediate << 2119 reg = <0 0x1400a000 0 << 2120 mediatek,gce-client-r << 2121 clocks = <&vppsys0 CL << 2122 power-domains = <&spm << 2123 }; << 2124 << 2125 display@1400b000 { << 2126 compatible = "mediate << 2127 reg = <0 0x1400b000 0 << 2128 mediatek,gce-client-r << 2129 clocks = <&vppsys0 CL << 2130 }; << 2131 << 2132 dma-controller@1400c000 { << 2133 compatible = "mediate << 2134 reg = <0 0x1400c000 0 << 2135 mediatek,gce-client-r << 2136 mediatek,gce-events = << 2137 << 2138 clocks = <&vppsys0 CL << 2139 iommus = <&iommu_vpp << 2140 power-domains = <&spm << 2141 #dma-cells = <1>; << 2142 }; << 2143 << 2144 mutex@1400f000 { 1969 mutex@1400f000 { 2145 compatible = "mediate 1970 compatible = "mediatek,mt8195-vpp-mutex"; 2146 reg = <0 0x1400f000 0 1971 reg = <0 0x1400f000 0 0x1000>; 2147 interrupts = <GIC_SPI 1972 interrupts = <GIC_SPI 592 IRQ_TYPE_LEVEL_HIGH 0>; 2148 mediatek,gce-client-r 1973 mediatek,gce-client-reg = <&gce1 SUBSYS_1400XXXX 0xf000 0x1000>; 2149 clocks = <&vppsys0 CL 1974 clocks = <&vppsys0 CLK_VPP0_MUTEX>; 2150 power-domains = <&spm 1975 power-domains = <&spm MT8195_POWER_DOMAIN_VPPSYS0>; 2151 }; 1976 }; 2152 1977 2153 smi_sub_common_vpp0_vpp1_2x1: 1978 smi_sub_common_vpp0_vpp1_2x1: smi@14010000 { 2154 compatible = "mediate 1979 compatible = "mediatek,mt8195-smi-sub-common"; 2155 reg = <0 0x14010000 0 1980 reg = <0 0x14010000 0 0x1000>; 2156 clocks = <&vppsys0 CL 1981 clocks = <&vppsys0 CLK_VPP0_GALS_VPP1_WPE>, 2157 <&vppsys0 CLK_ 1982 <&vppsys0 CLK_VPP0_GALS_VPP1_WPE>, 2158 <&vppsys0 CLK_ 1983 <&vppsys0 CLK_VPP0_GALS_VPP1_WPE>; 2159 clock-names = "apb", 1984 clock-names = "apb", "smi", "gals0"; 2160 mediatek,smi = <&smi_ 1985 mediatek,smi = <&smi_common_vpp>; 2161 power-domains = <&spm 1986 power-domains = <&spm MT8195_POWER_DOMAIN_VPPSYS0>; 2162 }; 1987 }; 2163 1988 2164 smi_sub_common_vdec_vpp0_2x1: 1989 smi_sub_common_vdec_vpp0_2x1: smi@14011000 { 2165 compatible = "mediate 1990 compatible = "mediatek,mt8195-smi-sub-common"; 2166 reg = <0 0x14011000 0 1991 reg = <0 0x14011000 0 0x1000>; 2167 clocks = <&vppsys0 CL 1992 clocks = <&vppsys0 CLK_VPP0_GALS_VDEC_VDEC_CORE1>, 2168 <&vppsys0 CL 1993 <&vppsys0 CLK_VPP0_GALS_VDEC_VDEC_CORE1>, 2169 <&vppsys0 CL 1994 <&vppsys0 CLK_VPP0_GALS_VDEC_VDEC_CORE1>; 2170 clock-names = "apb", 1995 clock-names = "apb", "smi", "gals0"; 2171 mediatek,smi = <&smi_ 1996 mediatek,smi = <&smi_common_vpp>; 2172 power-domains = <&spm 1997 power-domains = <&spm MT8195_POWER_DOMAIN_VPPSYS0>; 2173 }; 1998 }; 2174 1999 2175 smi_common_vpp: smi@14012000 2000 smi_common_vpp: smi@14012000 { 2176 compatible = "mediate 2001 compatible = "mediatek,mt8195-smi-common-vpp"; 2177 reg = <0 0x14012000 0 2002 reg = <0 0x14012000 0 0x1000>; 2178 clocks = <&vppsys0 CL 2003 clocks = <&vppsys0 CLK_VPP0_SMI_COMMON_LARB4>, 2179 <&vppsys0 CLK_ 2004 <&vppsys0 CLK_VPP0_SMI_COMMON_LARB4>, 2180 <&vppsys0 CLK_ 2005 <&vppsys0 CLK_VPP0_SMI_RSI>, 2181 <&vppsys0 CLK_ 2006 <&vppsys0 CLK_VPP0_SMI_RSI>; 2182 clock-names = "apb", 2007 clock-names = "apb", "smi", "gals0", "gals1"; 2183 power-domains = <&spm 2008 power-domains = <&spm MT8195_POWER_DOMAIN_VPPSYS0>; 2184 }; 2009 }; 2185 2010 2186 larb4: larb@14013000 { 2011 larb4: larb@14013000 { 2187 compatible = "mediate 2012 compatible = "mediatek,mt8195-smi-larb"; 2188 reg = <0 0x14013000 0 2013 reg = <0 0x14013000 0 0x1000>; 2189 mediatek,larb-id = <4 2014 mediatek,larb-id = <4>; 2190 mediatek,smi = <&smi_ 2015 mediatek,smi = <&smi_sub_common_vpp0_vpp1_2x1>; 2191 clocks = <&vppsys0 CL 2016 clocks = <&vppsys0 CLK_VPP0_GALS_VPP1_WPE>, 2192 <&vppsys0 CLK_ 2017 <&vppsys0 CLK_VPP0_SMI_COMMON_LARB4>; 2193 clock-names = "apb", 2018 clock-names = "apb", "smi"; 2194 power-domains = <&spm 2019 power-domains = <&spm MT8195_POWER_DOMAIN_VPPSYS0>; 2195 }; 2020 }; 2196 2021 2197 iommu_vpp: iommu@14018000 { 2022 iommu_vpp: iommu@14018000 { 2198 compatible = "mediate 2023 compatible = "mediatek,mt8195-iommu-vpp"; 2199 reg = <0 0x14018000 0 2024 reg = <0 0x14018000 0 0x1000>; 2200 mediatek,larbs = <&la 2025 mediatek,larbs = <&larb1 &larb3 &larb4 &larb6 &larb8 2201 &la 2026 &larb12 &larb14 &larb16 &larb18 2202 &la 2027 &larb20 &larb22 &larb23 &larb26 2203 &la 2028 &larb27>; 2204 interrupts = <GIC_SPI 2029 interrupts = <GIC_SPI 594 IRQ_TYPE_LEVEL_HIGH 0>; 2205 clocks = <&vppsys0 CL 2030 clocks = <&vppsys0 CLK_VPP0_SMI_IOMMU>; 2206 clock-names = "bclk"; 2031 clock-names = "bclk"; 2207 #iommu-cells = <1>; 2032 #iommu-cells = <1>; 2208 power-domains = <&spm 2033 power-domains = <&spm MT8195_POWER_DOMAIN_VPPSYS0>; 2209 }; 2034 }; 2210 2035 2211 wpesys: clock-controller@14e0 2036 wpesys: clock-controller@14e00000 { 2212 compatible = "mediate 2037 compatible = "mediatek,mt8195-wpesys"; 2213 reg = <0 0x14e00000 0 2038 reg = <0 0x14e00000 0 0x1000>; 2214 #clock-cells = <1>; 2039 #clock-cells = <1>; 2215 }; 2040 }; 2216 2041 2217 wpesys_vpp0: clock-controller 2042 wpesys_vpp0: clock-controller@14e02000 { 2218 compatible = "mediate 2043 compatible = "mediatek,mt8195-wpesys_vpp0"; 2219 reg = <0 0x14e02000 0 2044 reg = <0 0x14e02000 0 0x1000>; 2220 #clock-cells = <1>; 2045 #clock-cells = <1>; 2221 }; 2046 }; 2222 2047 2223 wpesys_vpp1: clock-controller 2048 wpesys_vpp1: clock-controller@14e03000 { 2224 compatible = "mediate 2049 compatible = "mediatek,mt8195-wpesys_vpp1"; 2225 reg = <0 0x14e03000 0 2050 reg = <0 0x14e03000 0 0x1000>; 2226 #clock-cells = <1>; 2051 #clock-cells = <1>; 2227 }; 2052 }; 2228 2053 2229 larb7: larb@14e04000 { 2054 larb7: larb@14e04000 { 2230 compatible = "mediate 2055 compatible = "mediatek,mt8195-smi-larb"; 2231 reg = <0 0x14e04000 0 2056 reg = <0 0x14e04000 0 0x1000>; 2232 mediatek,larb-id = <7 2057 mediatek,larb-id = <7>; 2233 mediatek,smi = <&smi_ 2058 mediatek,smi = <&smi_common_vdo>; 2234 clocks = <&wpesys CLK 2059 clocks = <&wpesys CLK_WPE_SMI_LARB7>, 2235 <&wpesys CLK 2060 <&wpesys CLK_WPE_SMI_LARB7>; 2236 clock-names = "apb", 2061 clock-names = "apb", "smi"; 2237 power-domains = <&spm 2062 power-domains = <&spm MT8195_POWER_DOMAIN_WPESYS>; 2238 }; 2063 }; 2239 2064 2240 larb8: larb@14e05000 { 2065 larb8: larb@14e05000 { 2241 compatible = "mediate 2066 compatible = "mediatek,mt8195-smi-larb"; 2242 reg = <0 0x14e05000 0 2067 reg = <0 0x14e05000 0 0x1000>; 2243 mediatek,larb-id = <8 2068 mediatek,larb-id = <8>; 2244 mediatek,smi = <&smi_ 2069 mediatek,smi = <&smi_common_vpp>; 2245 clocks = <&wpesys CLK 2070 clocks = <&wpesys CLK_WPE_SMI_LARB8>, 2246 <&wpesys CLK_W 2071 <&wpesys CLK_WPE_SMI_LARB8>, 2247 <&vppsys0 CLK_ 2072 <&vppsys0 CLK_VPP0_GALS_VPP1_WPE>; 2248 clock-names = "apb", 2073 clock-names = "apb", "smi", "gals"; 2249 power-domains = <&spm 2074 power-domains = <&spm MT8195_POWER_DOMAIN_WPESYS>; 2250 }; 2075 }; 2251 2076 2252 vppsys1: syscon@14f00000 { 2077 vppsys1: syscon@14f00000 { 2253 compatible = "mediate 2078 compatible = "mediatek,mt8195-vppsys1", "syscon"; 2254 reg = <0 0x14f00000 0 2079 reg = <0 0x14f00000 0 0x1000>; 2255 #clock-cells = <1>; 2080 #clock-cells = <1>; 2256 mediatek,gce-client-r 2081 mediatek,gce-client-reg = <&gce1 SUBSYS_14f0XXXX 0 0x1000>; 2257 }; 2082 }; 2258 2083 2259 mutex@14f01000 { 2084 mutex@14f01000 { 2260 compatible = "mediate 2085 compatible = "mediatek,mt8195-vpp-mutex"; 2261 reg = <0 0x14f01000 0 2086 reg = <0 0x14f01000 0 0x1000>; 2262 interrupts = <GIC_SPI 2087 interrupts = <GIC_SPI 635 IRQ_TYPE_LEVEL_HIGH 0>; 2263 mediatek,gce-client-r 2088 mediatek,gce-client-reg = <&gce1 SUBSYS_14f0XXXX 0x1000 0x1000>; 2264 clocks = <&vppsys1 CL 2089 clocks = <&vppsys1 CLK_VPP1_DISP_MUTEX>; 2265 power-domains = <&spm 2090 power-domains = <&spm MT8195_POWER_DOMAIN_VPPSYS1>; 2266 }; 2091 }; 2267 2092 2268 larb5: larb@14f02000 { 2093 larb5: larb@14f02000 { 2269 compatible = "mediate 2094 compatible = "mediatek,mt8195-smi-larb"; 2270 reg = <0 0x14f02000 0 2095 reg = <0 0x14f02000 0 0x1000>; 2271 mediatek,larb-id = <5 2096 mediatek,larb-id = <5>; 2272 mediatek,smi = <&smi_ 2097 mediatek,smi = <&smi_common_vdo>; 2273 clocks = <&vppsys1 CL 2098 clocks = <&vppsys1 CLK_VPP1_VPPSYS1_LARB>, 2274 <&vppsys1 CLK_ 2099 <&vppsys1 CLK_VPP1_VPPSYS1_GALS>, 2275 <&vppsys0 CLK_ 2100 <&vppsys0 CLK_VPP0_GALS_VPP1_LARB5>; 2276 clock-names = "apb", 2101 clock-names = "apb", "smi", "gals"; 2277 power-domains = <&spm 2102 power-domains = <&spm MT8195_POWER_DOMAIN_VPPSYS1>; 2278 }; 2103 }; 2279 2104 2280 larb6: larb@14f03000 { 2105 larb6: larb@14f03000 { 2281 compatible = "mediate 2106 compatible = "mediatek,mt8195-smi-larb"; 2282 reg = <0 0x14f03000 0 2107 reg = <0 0x14f03000 0 0x1000>; 2283 mediatek,larb-id = <6 2108 mediatek,larb-id = <6>; 2284 mediatek,smi = <&smi_ 2109 mediatek,smi = <&smi_sub_common_vpp0_vpp1_2x1>; 2285 clocks = <&vppsys1 CL 2110 clocks = <&vppsys1 CLK_VPP1_VPPSYS1_LARB>, 2286 <&vppsys1 CLK_ 2111 <&vppsys1 CLK_VPP1_VPPSYS1_GALS>, 2287 <&vppsys0 CLK_ 2112 <&vppsys0 CLK_VPP0_GALS_VPP1_LARB6>; 2288 clock-names = "apb", 2113 clock-names = "apb", "smi", "gals"; 2289 power-domains = <&spm 2114 power-domains = <&spm MT8195_POWER_DOMAIN_VPPSYS1>; 2290 }; 2115 }; 2291 2116 2292 display@14f06000 { << 2293 compatible = "mediate << 2294 reg = <0 0x14f06000 0 << 2295 mediatek,gce-client-r << 2296 clocks = <&vppsys1 CL << 2297 <&vppsys1 CL << 2298 <&vppsys1 CL << 2299 power-domains = <&spm << 2300 }; << 2301 << 2302 display@14f07000 { << 2303 compatible = "mediate << 2304 reg = <0 0x14f07000 0 << 2305 mediatek,gce-client-r << 2306 clocks = <&vppsys1 CL << 2307 }; << 2308 << 2309 dma-controller@14f08000 { << 2310 compatible = "mediate << 2311 reg = <0 0x14f08000 0 << 2312 mediatek,gce-client-r << 2313 mediatek,gce-events = << 2314 << 2315 clocks = <&vppsys1 CL << 2316 iommus = <&iommu_vdo << 2317 power-domains = <&spm << 2318 #dma-cells = <1>; << 2319 }; << 2320 << 2321 dma-controller@14f09000 { << 2322 compatible = "mediate << 2323 reg = <0 0x14f09000 0 << 2324 mediatek,gce-client-r << 2325 mediatek,gce-events = << 2326 << 2327 clocks = <&vppsys1 CL << 2328 iommus = <&iommu_vdo << 2329 power-domains = <&spm << 2330 #dma-cells = <1>; << 2331 }; << 2332 << 2333 dma-controller@14f0a000 { << 2334 compatible = "mediate << 2335 reg = <0 0x14f0a000 0 << 2336 mediatek,gce-client-r << 2337 mediatek,gce-events = << 2338 << 2339 clocks = <&vppsys1 CL << 2340 iommus = <&iommu_vpp << 2341 power-domains = <&spm << 2342 #dma-cells = <1>; << 2343 }; << 2344 << 2345 display@14f0b000 { << 2346 compatible = "mediate << 2347 reg = <0 0x14f0b000 0 << 2348 mediatek,gce-client-r << 2349 clocks = <&vppsys1 CL << 2350 }; << 2351 << 2352 display@14f0c000 { << 2353 compatible = "mediate << 2354 reg = <0 0x14f0c000 0 << 2355 mediatek,gce-client-r << 2356 clocks = <&vppsys1 CL << 2357 }; << 2358 << 2359 display@14f0d000 { << 2360 compatible = "mediate << 2361 reg = <0 0x14f0d000 0 << 2362 mediatek,gce-client-r << 2363 clocks = <&vppsys1 CL << 2364 }; << 2365 << 2366 display@14f0e000 { << 2367 compatible = "mediate << 2368 reg = <0 0x14f0e000 0 << 2369 mediatek,gce-client-r << 2370 clocks = <&vppsys1 CL << 2371 }; << 2372 << 2373 display@14f0f000 { << 2374 compatible = "mediate << 2375 reg = <0 0x14f0f000 0 << 2376 mediatek,gce-client-r << 2377 clocks = <&vppsys1 CL << 2378 }; << 2379 << 2380 display@14f10000 { << 2381 compatible = "mediate << 2382 reg = <0 0x14f10000 0 << 2383 mediatek,gce-client-r << 2384 clocks = <&vppsys1 CL << 2385 }; << 2386 << 2387 display@14f11000 { << 2388 compatible = "mediate << 2389 reg = <0 0x14f11000 0 << 2390 interrupts = <GIC_SPI << 2391 mediatek,gce-client-r << 2392 clocks = <&vppsys1 CL << 2393 power-domains = <&spm << 2394 }; << 2395 << 2396 display@14f12000 { << 2397 compatible = "mediate << 2398 reg = <0 0x14f12000 0 << 2399 interrupts = <GIC_SPI << 2400 mediatek,gce-client-r << 2401 clocks = <&vppsys1 CL << 2402 power-domains = <&spm << 2403 }; << 2404 << 2405 display@14f13000 { << 2406 compatible = "mediate << 2407 reg = <0 0x14f13000 0 << 2408 interrupts = <GIC_SPI << 2409 mediatek,gce-client-r << 2410 clocks = <&vppsys1 CL << 2411 power-domains = <&spm << 2412 }; << 2413 << 2414 display@14f14000 { << 2415 compatible = "mediate << 2416 reg = <0 0x14f14000 0 << 2417 mediatek,gce-client-r << 2418 mediatek,gce-events = << 2419 << 2420 clocks = <&vppsys1 CL << 2421 }; << 2422 << 2423 display@14f15000 { << 2424 compatible = "mediate << 2425 reg = <0 0x14f15000 0 << 2426 mediatek,gce-client-r << 2427 mediatek,gce-events = << 2428 << 2429 clocks = <&vppsys1 CL << 2430 }; << 2431 << 2432 display@14f16000 { << 2433 compatible = "mediate << 2434 reg = <0 0x14f16000 0 << 2435 mediatek,gce-client-r << 2436 mediatek,gce-events = << 2437 << 2438 clocks = <&vppsys1 CL << 2439 }; << 2440 << 2441 display@14f17000 { << 2442 compatible = "mediate << 2443 reg = <0 0x14f17000 0 << 2444 mediatek,gce-client-r << 2445 clocks = <&vppsys1 CL << 2446 }; << 2447 << 2448 display@14f18000 { << 2449 compatible = "mediate << 2450 reg = <0 0x14f18000 0 << 2451 mediatek,gce-client-r << 2452 clocks = <&vppsys1 CL << 2453 }; << 2454 << 2455 display@14f19000 { << 2456 compatible = "mediate << 2457 reg = <0 0x14f19000 0 << 2458 mediatek,gce-client-r << 2459 clocks = <&vppsys1 CL << 2460 }; << 2461 << 2462 display@14f1a000 { << 2463 compatible = "mediate << 2464 reg = <0 0x14f1a000 0 << 2465 mediatek,gce-client-r << 2466 clocks = <&vppsys1 CL << 2467 power-domains = <&spm << 2468 }; << 2469 << 2470 display@14f1b000 { << 2471 compatible = "mediate << 2472 reg = <0 0x14f1b000 0 << 2473 mediatek,gce-client-r << 2474 clocks = <&vppsys1 CL << 2475 power-domains = <&spm << 2476 }; << 2477 << 2478 display@14f1c000 { << 2479 compatible = "mediate << 2480 reg = <0 0x14f1c000 0 << 2481 interrupts = <GIC_SPI << 2482 mediatek,gce-client-r << 2483 clocks = <&vppsys1 CL << 2484 power-domains = <&spm << 2485 }; << 2486 << 2487 display@14f1d000 { << 2488 compatible = "mediate << 2489 reg = <0 0x14f1d000 0 << 2490 mediatek,gce-client-r << 2491 interrupts = <GIC_SPI << 2492 clocks = <&vppsys1 CL << 2493 power-domains = <&spm << 2494 }; << 2495 << 2496 display@14f1e000 { << 2497 compatible = "mediate << 2498 reg = <0 0x14f1e000 0 << 2499 interrupts = <GIC_SPI << 2500 mediatek,gce-client-r << 2501 clocks = <&vppsys1 CL << 2502 power-domains = <&spm << 2503 }; << 2504 << 2505 display@14f1f000 { << 2506 compatible = "mediate << 2507 reg = <0 0x14f1f000 0 << 2508 interrupts = <GIC_SPI << 2509 mediatek,gce-client-r << 2510 clocks = <&vppsys1 CL << 2511 power-domains = <&spm << 2512 iommus = <&iommu_vdo << 2513 }; << 2514 << 2515 display@14f20000 { << 2516 compatible = "mediate << 2517 reg = <0 0x14f20000 0 << 2518 mediatek,gce-client-r << 2519 clocks = <&vppsys1 CL << 2520 power-domains = <&spm << 2521 }; << 2522 << 2523 display@14f21000 { << 2524 compatible = "mediate << 2525 reg = <0 0x14f21000 0 << 2526 mediatek,gce-client-r << 2527 clocks = <&vppsys1 CL << 2528 power-domains = <&spm << 2529 }; << 2530 << 2531 display@14f22000 { << 2532 compatible = "mediate << 2533 reg = <0 0x14f22000 0 << 2534 mediatek,gce-client-r << 2535 clocks = <&vppsys1 CL << 2536 power-domains = <&spm << 2537 }; << 2538 << 2539 dma-controller@14f23000 { << 2540 compatible = "mediate << 2541 reg = <0 0x14f23000 0 << 2542 mediatek,gce-client-r << 2543 mediatek,gce-events = << 2544 << 2545 clocks = <&vppsys1 CL << 2546 iommus = <&iommu_vdo << 2547 power-domains = <&spm << 2548 #dma-cells = <1>; << 2549 }; << 2550 << 2551 dma-controller@14f24000 { << 2552 compatible = "mediate << 2553 reg = <0 0x14f24000 0 << 2554 mediatek,gce-client-r << 2555 mediatek,gce-events = << 2556 <CMDQ << 2557 clocks = <&vppsys1 CL << 2558 iommus = <&iommu_vdo << 2559 power-domains = <&spm << 2560 #dma-cells = <1>; << 2561 }; << 2562 << 2563 dma-controller@14f25000 { << 2564 compatible = "mediate << 2565 reg = <0 0x14f25000 0 << 2566 mediatek,gce-client-r << 2567 mediatek,gce-events = << 2568 <CMDQ << 2569 clocks = <&vppsys1 CL << 2570 iommus = <&iommu_vpp << 2571 power-domains = <&spm << 2572 #dma-cells = <1>; << 2573 }; << 2574 << 2575 imgsys: clock-controller@1500 2117 imgsys: clock-controller@15000000 { 2576 compatible = "mediate 2118 compatible = "mediatek,mt8195-imgsys"; 2577 reg = <0 0x15000000 0 2119 reg = <0 0x15000000 0 0x1000>; 2578 #clock-cells = <1>; 2120 #clock-cells = <1>; 2579 }; 2121 }; 2580 2122 2581 larb9: larb@15001000 { 2123 larb9: larb@15001000 { 2582 compatible = "mediate 2124 compatible = "mediatek,mt8195-smi-larb"; 2583 reg = <0 0x15001000 0 2125 reg = <0 0x15001000 0 0x1000>; 2584 mediatek,larb-id = <9 2126 mediatek,larb-id = <9>; 2585 mediatek,smi = <&smi_ 2127 mediatek,smi = <&smi_sub_common_img1_3x1>; 2586 clocks = <&imgsys CLK 2128 clocks = <&imgsys CLK_IMG_LARB9>, 2587 <&imgsys CLK 2129 <&imgsys CLK_IMG_LARB9>, 2588 <&imgsys CLK 2130 <&imgsys CLK_IMG_GALS>; 2589 clock-names = "apb", 2131 clock-names = "apb", "smi", "gals"; 2590 power-domains = <&spm 2132 power-domains = <&spm MT8195_POWER_DOMAIN_IMG>; 2591 }; 2133 }; 2592 2134 2593 smi_sub_common_img0_3x1: smi@ 2135 smi_sub_common_img0_3x1: smi@15002000 { 2594 compatible = "mediate 2136 compatible = "mediatek,mt8195-smi-sub-common"; 2595 reg = <0 0x15002000 0 2137 reg = <0 0x15002000 0 0x1000>; 2596 clocks = <&imgsys CLK 2138 clocks = <&imgsys CLK_IMG_IPE>, 2597 <&imgsys CLK 2139 <&imgsys CLK_IMG_IPE>, 2598 <&vppsys0 CL 2140 <&vppsys0 CLK_VPP0_GALS_IMGSYS_CAMSYS>; 2599 clock-names = "apb", 2141 clock-names = "apb", "smi", "gals0"; 2600 mediatek,smi = <&smi_ 2142 mediatek,smi = <&smi_common_vpp>; 2601 power-domains = <&spm 2143 power-domains = <&spm MT8195_POWER_DOMAIN_IMG>; 2602 }; 2144 }; 2603 2145 2604 smi_sub_common_img1_3x1: smi@ 2146 smi_sub_common_img1_3x1: smi@15003000 { 2605 compatible = "mediate 2147 compatible = "mediatek,mt8195-smi-sub-common"; 2606 reg = <0 0x15003000 0 2148 reg = <0 0x15003000 0 0x1000>; 2607 clocks = <&imgsys CLK 2149 clocks = <&imgsys CLK_IMG_LARB9>, 2608 <&imgsys CLK 2150 <&imgsys CLK_IMG_LARB9>, 2609 <&imgsys CLK 2151 <&imgsys CLK_IMG_GALS>; 2610 clock-names = "apb", 2152 clock-names = "apb", "smi", "gals0"; 2611 mediatek,smi = <&smi_ 2153 mediatek,smi = <&smi_common_vdo>; 2612 power-domains = <&spm 2154 power-domains = <&spm MT8195_POWER_DOMAIN_IMG>; 2613 }; 2155 }; 2614 2156 2615 imgsys1_dip_top: clock-contro 2157 imgsys1_dip_top: clock-controller@15110000 { 2616 compatible = "mediate 2158 compatible = "mediatek,mt8195-imgsys1_dip_top"; 2617 reg = <0 0x15110000 0 2159 reg = <0 0x15110000 0 0x1000>; 2618 #clock-cells = <1>; 2160 #clock-cells = <1>; 2619 }; 2161 }; 2620 2162 2621 larb10: larb@15120000 { 2163 larb10: larb@15120000 { 2622 compatible = "mediate 2164 compatible = "mediatek,mt8195-smi-larb"; 2623 reg = <0 0x15120000 0 2165 reg = <0 0x15120000 0 0x1000>; 2624 mediatek,larb-id = <1 2166 mediatek,larb-id = <10>; 2625 mediatek,smi = <&smi_ 2167 mediatek,smi = <&smi_sub_common_img1_3x1>; 2626 clocks = <&imgsys CLK 2168 clocks = <&imgsys CLK_IMG_DIP0>, 2627 <&imgsys1_dip_ 2169 <&imgsys1_dip_top CLK_IMG1_DIP_TOP_LARB10>; 2628 clock-names = "apb", 2170 clock-names = "apb", "smi"; 2629 power-domains = <&spm 2171 power-domains = <&spm MT8195_POWER_DOMAIN_DIP>; 2630 }; 2172 }; 2631 2173 2632 imgsys1_dip_nr: clock-control 2174 imgsys1_dip_nr: clock-controller@15130000 { 2633 compatible = "mediate 2175 compatible = "mediatek,mt8195-imgsys1_dip_nr"; 2634 reg = <0 0x15130000 0 2176 reg = <0 0x15130000 0 0x1000>; 2635 #clock-cells = <1>; 2177 #clock-cells = <1>; 2636 }; 2178 }; 2637 2179 2638 imgsys1_wpe: clock-controller 2180 imgsys1_wpe: clock-controller@15220000 { 2639 compatible = "mediate 2181 compatible = "mediatek,mt8195-imgsys1_wpe"; 2640 reg = <0 0x15220000 0 2182 reg = <0 0x15220000 0 0x1000>; 2641 #clock-cells = <1>; 2183 #clock-cells = <1>; 2642 }; 2184 }; 2643 2185 2644 larb11: larb@15230000 { 2186 larb11: larb@15230000 { 2645 compatible = "mediate 2187 compatible = "mediatek,mt8195-smi-larb"; 2646 reg = <0 0x15230000 0 2188 reg = <0 0x15230000 0 0x1000>; 2647 mediatek,larb-id = <1 2189 mediatek,larb-id = <11>; 2648 mediatek,smi = <&smi_ 2190 mediatek,smi = <&smi_sub_common_img1_3x1>; 2649 clocks = <&imgsys CLK 2191 clocks = <&imgsys CLK_IMG_WPE0>, 2650 <&imgsys1_wpe 2192 <&imgsys1_wpe CLK_IMG1_WPE_LARB11>; 2651 clock-names = "apb", 2193 clock-names = "apb", "smi"; 2652 power-domains = <&spm 2194 power-domains = <&spm MT8195_POWER_DOMAIN_DIP>; 2653 }; 2195 }; 2654 2196 2655 ipesys: clock-controller@1533 2197 ipesys: clock-controller@15330000 { 2656 compatible = "mediate 2198 compatible = "mediatek,mt8195-ipesys"; 2657 reg = <0 0x15330000 0 2199 reg = <0 0x15330000 0 0x1000>; 2658 #clock-cells = <1>; 2200 #clock-cells = <1>; 2659 }; 2201 }; 2660 2202 2661 larb12: larb@15340000 { 2203 larb12: larb@15340000 { 2662 compatible = "mediate 2204 compatible = "mediatek,mt8195-smi-larb"; 2663 reg = <0 0x15340000 0 2205 reg = <0 0x15340000 0 0x1000>; 2664 mediatek,larb-id = <1 2206 mediatek,larb-id = <12>; 2665 mediatek,smi = <&smi_ 2207 mediatek,smi = <&smi_sub_common_img0_3x1>; 2666 clocks = <&ipesys CLK 2208 clocks = <&ipesys CLK_IPE_SMI_LARB12>, 2667 <&ipesys CLK 2209 <&ipesys CLK_IPE_SMI_LARB12>; 2668 clock-names = "apb", 2210 clock-names = "apb", "smi"; 2669 power-domains = <&spm 2211 power-domains = <&spm MT8195_POWER_DOMAIN_IPE>; 2670 }; 2212 }; 2671 2213 2672 camsys: clock-controller@1600 2214 camsys: clock-controller@16000000 { 2673 compatible = "mediate 2215 compatible = "mediatek,mt8195-camsys"; 2674 reg = <0 0x16000000 0 2216 reg = <0 0x16000000 0 0x1000>; 2675 #clock-cells = <1>; 2217 #clock-cells = <1>; 2676 }; 2218 }; 2677 2219 2678 larb13: larb@16001000 { 2220 larb13: larb@16001000 { 2679 compatible = "mediate 2221 compatible = "mediatek,mt8195-smi-larb"; 2680 reg = <0 0x16001000 0 2222 reg = <0 0x16001000 0 0x1000>; 2681 mediatek,larb-id = <1 2223 mediatek,larb-id = <13>; 2682 mediatek,smi = <&smi_ 2224 mediatek,smi = <&smi_sub_common_cam_4x1>; 2683 clocks = <&camsys CLK 2225 clocks = <&camsys CLK_CAM_LARB13>, 2684 <&camsys CLK_C 2226 <&camsys CLK_CAM_LARB13>, 2685 <&camsys CLK_C 2227 <&camsys CLK_CAM_CAM2MM0_GALS>; 2686 clock-names = "apb", 2228 clock-names = "apb", "smi", "gals"; 2687 power-domains = <&spm 2229 power-domains = <&spm MT8195_POWER_DOMAIN_CAM>; 2688 }; 2230 }; 2689 2231 2690 larb14: larb@16002000 { 2232 larb14: larb@16002000 { 2691 compatible = "mediate 2233 compatible = "mediatek,mt8195-smi-larb"; 2692 reg = <0 0x16002000 0 2234 reg = <0 0x16002000 0 0x1000>; 2693 mediatek,larb-id = <1 2235 mediatek,larb-id = <14>; 2694 mediatek,smi = <&smi_ 2236 mediatek,smi = <&smi_sub_common_cam_7x1>; 2695 clocks = <&camsys CLK 2237 clocks = <&camsys CLK_CAM_LARB14>, 2696 <&camsys CLK 2238 <&camsys CLK_CAM_LARB14>; 2697 clock-names = "apb", 2239 clock-names = "apb", "smi"; 2698 power-domains = <&spm 2240 power-domains = <&spm MT8195_POWER_DOMAIN_CAM>; 2699 }; 2241 }; 2700 2242 2701 smi_sub_common_cam_4x1: smi@1 2243 smi_sub_common_cam_4x1: smi@16004000 { 2702 compatible = "mediate 2244 compatible = "mediatek,mt8195-smi-sub-common"; 2703 reg = <0 0x16004000 0 2245 reg = <0 0x16004000 0 0x1000>; 2704 clocks = <&camsys CLK 2246 clocks = <&camsys CLK_CAM_LARB13>, 2705 <&camsys CLK 2247 <&camsys CLK_CAM_LARB13>, 2706 <&camsys CLK 2248 <&camsys CLK_CAM_CAM2MM0_GALS>; 2707 clock-names = "apb", 2249 clock-names = "apb", "smi", "gals0"; 2708 mediatek,smi = <&smi_ 2250 mediatek,smi = <&smi_common_vdo>; 2709 power-domains = <&spm 2251 power-domains = <&spm MT8195_POWER_DOMAIN_CAM>; 2710 }; 2252 }; 2711 2253 2712 smi_sub_common_cam_7x1: smi@1 2254 smi_sub_common_cam_7x1: smi@16005000 { 2713 compatible = "mediate 2255 compatible = "mediatek,mt8195-smi-sub-common"; 2714 reg = <0 0x16005000 0 2256 reg = <0 0x16005000 0 0x1000>; 2715 clocks = <&camsys CLK 2257 clocks = <&camsys CLK_CAM_LARB14>, 2716 <&camsys CLK 2258 <&camsys CLK_CAM_CAM2MM1_GALS>, 2717 <&vppsys0 CL 2259 <&vppsys0 CLK_VPP0_GALS_IMGSYS_CAMSYS>; 2718 clock-names = "apb", 2260 clock-names = "apb", "smi", "gals0"; 2719 mediatek,smi = <&smi_ 2261 mediatek,smi = <&smi_common_vpp>; 2720 power-domains = <&spm 2262 power-domains = <&spm MT8195_POWER_DOMAIN_CAM>; 2721 }; 2263 }; 2722 2264 2723 larb16: larb@16012000 { 2265 larb16: larb@16012000 { 2724 compatible = "mediate 2266 compatible = "mediatek,mt8195-smi-larb"; 2725 reg = <0 0x16012000 0 2267 reg = <0 0x16012000 0 0x1000>; 2726 mediatek,larb-id = <1 2268 mediatek,larb-id = <16>; 2727 mediatek,smi = <&smi_ 2269 mediatek,smi = <&smi_sub_common_cam_7x1>; 2728 clocks = <&camsys_raw 2270 clocks = <&camsys_rawa CLK_CAM_RAWA_LARBX>, 2729 <&camsys_raw 2271 <&camsys_rawa CLK_CAM_RAWA_LARBX>; 2730 clock-names = "apb", 2272 clock-names = "apb", "smi"; 2731 power-domains = <&spm 2273 power-domains = <&spm MT8195_POWER_DOMAIN_CAM_RAWA>; 2732 }; 2274 }; 2733 2275 2734 larb17: larb@16013000 { 2276 larb17: larb@16013000 { 2735 compatible = "mediate 2277 compatible = "mediatek,mt8195-smi-larb"; 2736 reg = <0 0x16013000 0 2278 reg = <0 0x16013000 0 0x1000>; 2737 mediatek,larb-id = <1 2279 mediatek,larb-id = <17>; 2738 mediatek,smi = <&smi_ 2280 mediatek,smi = <&smi_sub_common_cam_4x1>; 2739 clocks = <&camsys_yuv 2281 clocks = <&camsys_yuva CLK_CAM_YUVA_LARBX>, 2740 <&camsys_yuv 2282 <&camsys_yuva CLK_CAM_YUVA_LARBX>; 2741 clock-names = "apb", 2283 clock-names = "apb", "smi"; 2742 power-domains = <&spm 2284 power-domains = <&spm MT8195_POWER_DOMAIN_CAM_RAWA>; 2743 }; 2285 }; 2744 2286 2745 larb27: larb@16014000 { 2287 larb27: larb@16014000 { 2746 compatible = "mediate 2288 compatible = "mediatek,mt8195-smi-larb"; 2747 reg = <0 0x16014000 0 2289 reg = <0 0x16014000 0 0x1000>; 2748 mediatek,larb-id = <2 2290 mediatek,larb-id = <27>; 2749 mediatek,smi = <&smi_ 2291 mediatek,smi = <&smi_sub_common_cam_7x1>; 2750 clocks = <&camsys_raw 2292 clocks = <&camsys_rawb CLK_CAM_RAWB_LARBX>, 2751 <&camsys_raw 2293 <&camsys_rawb CLK_CAM_RAWB_LARBX>; 2752 clock-names = "apb", 2294 clock-names = "apb", "smi"; 2753 power-domains = <&spm 2295 power-domains = <&spm MT8195_POWER_DOMAIN_CAM_RAWB>; 2754 }; 2296 }; 2755 2297 2756 larb28: larb@16015000 { 2298 larb28: larb@16015000 { 2757 compatible = "mediate 2299 compatible = "mediatek,mt8195-smi-larb"; 2758 reg = <0 0x16015000 0 2300 reg = <0 0x16015000 0 0x1000>; 2759 mediatek,larb-id = <2 2301 mediatek,larb-id = <28>; 2760 mediatek,smi = <&smi_ 2302 mediatek,smi = <&smi_sub_common_cam_4x1>; 2761 clocks = <&camsys_yuv 2303 clocks = <&camsys_yuvb CLK_CAM_YUVB_LARBX>, 2762 <&camsys_yuv 2304 <&camsys_yuvb CLK_CAM_YUVB_LARBX>; 2763 clock-names = "apb", 2305 clock-names = "apb", "smi"; 2764 power-domains = <&spm 2306 power-domains = <&spm MT8195_POWER_DOMAIN_CAM_RAWB>; 2765 }; 2307 }; 2766 2308 2767 camsys_rawa: clock-controller 2309 camsys_rawa: clock-controller@1604f000 { 2768 compatible = "mediate 2310 compatible = "mediatek,mt8195-camsys_rawa"; 2769 reg = <0 0x1604f000 0 2311 reg = <0 0x1604f000 0 0x1000>; 2770 #clock-cells = <1>; 2312 #clock-cells = <1>; 2771 }; 2313 }; 2772 2314 2773 camsys_yuva: clock-controller 2315 camsys_yuva: clock-controller@1606f000 { 2774 compatible = "mediate 2316 compatible = "mediatek,mt8195-camsys_yuva"; 2775 reg = <0 0x1606f000 0 2317 reg = <0 0x1606f000 0 0x1000>; 2776 #clock-cells = <1>; 2318 #clock-cells = <1>; 2777 }; 2319 }; 2778 2320 2779 camsys_rawb: clock-controller 2321 camsys_rawb: clock-controller@1608f000 { 2780 compatible = "mediate 2322 compatible = "mediatek,mt8195-camsys_rawb"; 2781 reg = <0 0x1608f000 0 2323 reg = <0 0x1608f000 0 0x1000>; 2782 #clock-cells = <1>; 2324 #clock-cells = <1>; 2783 }; 2325 }; 2784 2326 2785 camsys_yuvb: clock-controller 2327 camsys_yuvb: clock-controller@160af000 { 2786 compatible = "mediate 2328 compatible = "mediatek,mt8195-camsys_yuvb"; 2787 reg = <0 0x160af000 0 2329 reg = <0 0x160af000 0 0x1000>; 2788 #clock-cells = <1>; 2330 #clock-cells = <1>; 2789 }; 2331 }; 2790 2332 2791 camsys_mraw: clock-controller 2333 camsys_mraw: clock-controller@16140000 { 2792 compatible = "mediate 2334 compatible = "mediatek,mt8195-camsys_mraw"; 2793 reg = <0 0x16140000 0 2335 reg = <0 0x16140000 0 0x1000>; 2794 #clock-cells = <1>; 2336 #clock-cells = <1>; 2795 }; 2337 }; 2796 2338 2797 larb25: larb@16141000 { 2339 larb25: larb@16141000 { 2798 compatible = "mediate 2340 compatible = "mediatek,mt8195-smi-larb"; 2799 reg = <0 0x16141000 0 2341 reg = <0 0x16141000 0 0x1000>; 2800 mediatek,larb-id = <2 2342 mediatek,larb-id = <25>; 2801 mediatek,smi = <&smi_ 2343 mediatek,smi = <&smi_sub_common_cam_4x1>; 2802 clocks = <&camsys CLK 2344 clocks = <&camsys CLK_CAM_LARB13>, 2803 <&camsys_mra 2345 <&camsys_mraw CLK_CAM_MRAW_LARBX>, 2804 <&camsys CLK 2346 <&camsys CLK_CAM_CAM2MM0_GALS>; 2805 clock-names = "apb", 2347 clock-names = "apb", "smi", "gals"; 2806 power-domains = <&spm 2348 power-domains = <&spm MT8195_POWER_DOMAIN_CAM_MRAW>; 2807 }; 2349 }; 2808 2350 2809 larb26: larb@16142000 { 2351 larb26: larb@16142000 { 2810 compatible = "mediate 2352 compatible = "mediatek,mt8195-smi-larb"; 2811 reg = <0 0x16142000 0 2353 reg = <0 0x16142000 0 0x1000>; 2812 mediatek,larb-id = <2 2354 mediatek,larb-id = <26>; 2813 mediatek,smi = <&smi_ 2355 mediatek,smi = <&smi_sub_common_cam_7x1>; 2814 clocks = <&camsys_mra 2356 clocks = <&camsys_mraw CLK_CAM_MRAW_LARBX>, 2815 <&camsys_mra 2357 <&camsys_mraw CLK_CAM_MRAW_LARBX>; 2816 clock-names = "apb", 2358 clock-names = "apb", "smi"; 2817 power-domains = <&spm 2359 power-domains = <&spm MT8195_POWER_DOMAIN_CAM_MRAW>; 2818 2360 2819 }; 2361 }; 2820 2362 2821 ccusys: clock-controller@1720 2363 ccusys: clock-controller@17200000 { 2822 compatible = "mediate 2364 compatible = "mediatek,mt8195-ccusys"; 2823 reg = <0 0x17200000 0 2365 reg = <0 0x17200000 0 0x1000>; 2824 #clock-cells = <1>; 2366 #clock-cells = <1>; 2825 }; 2367 }; 2826 2368 2827 larb18: larb@17201000 { 2369 larb18: larb@17201000 { 2828 compatible = "mediate 2370 compatible = "mediatek,mt8195-smi-larb"; 2829 reg = <0 0x17201000 0 2371 reg = <0 0x17201000 0 0x1000>; 2830 mediatek,larb-id = <1 2372 mediatek,larb-id = <18>; 2831 mediatek,smi = <&smi_ 2373 mediatek,smi = <&smi_sub_common_cam_7x1>; 2832 clocks = <&ccusys CLK 2374 clocks = <&ccusys CLK_CCU_LARB18>, 2833 <&ccusys CLK 2375 <&ccusys CLK_CCU_LARB18>; 2834 clock-names = "apb", 2376 clock-names = "apb", "smi"; 2835 power-domains = <&spm 2377 power-domains = <&spm MT8195_POWER_DOMAIN_CAM>; 2836 }; 2378 }; 2837 2379 2838 video-codec@18000000 { 2380 video-codec@18000000 { 2839 compatible = "mediate 2381 compatible = "mediatek,mt8195-vcodec-dec"; 2840 mediatek,scp = <&scp> 2382 mediatek,scp = <&scp>; 2841 iommus = <&iommu_vdo 2383 iommus = <&iommu_vdo M4U_PORT_L21_VDEC_MC_EXT>; 2842 #address-cells = <2>; 2384 #address-cells = <2>; 2843 #size-cells = <2>; 2385 #size-cells = <2>; 2844 reg = <0 0x18000000 0 2386 reg = <0 0x18000000 0 0x1000>, 2845 <0 0x18004000 0 2387 <0 0x18004000 0 0x1000>; 2846 ranges = <0 0 0 0x180 2388 ranges = <0 0 0 0x18000000 0 0x26000>; 2847 2389 2848 video-codec@2000 { 2390 video-codec@2000 { 2849 compatible = 2391 compatible = "mediatek,mtk-vcodec-lat-soc"; 2850 reg = <0 0x20 2392 reg = <0 0x2000 0 0x800>; 2851 iommus = <&io 2393 iommus = <&iommu_vpp M4U_PORT_L23_VDEC_UFO_ENC_EXT>, 2852 <&io 2394 <&iommu_vpp M4U_PORT_L23_VDEC_RDMA_EXT>; 2853 clocks = <&to 2395 clocks = <&topckgen CLK_TOP_VDEC>, 2854 <&vd 2396 <&vdecsys_soc CLK_VDEC_SOC_VDEC>, 2855 <&vd 2397 <&vdecsys_soc CLK_VDEC_SOC_LAT>, 2856 <&to 2398 <&topckgen CLK_TOP_UNIVPLL_D4>; 2857 clock-names = 2399 clock-names = "sel", "vdec", "lat", "top"; 2858 assigned-cloc 2400 assigned-clocks = <&topckgen CLK_TOP_VDEC>; 2859 assigned-cloc 2401 assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D4>; 2860 power-domains 2402 power-domains = <&spm MT8195_POWER_DOMAIN_VDEC0>; 2861 }; 2403 }; 2862 2404 2863 video-codec@10000 { 2405 video-codec@10000 { 2864 compatible = 2406 compatible = "mediatek,mtk-vcodec-lat"; 2865 reg = <0 0x10 2407 reg = <0 0x10000 0 0x800>; 2866 interrupts = 2408 interrupts = <GIC_SPI 708 IRQ_TYPE_LEVEL_HIGH 0>; 2867 iommus = <&io 2409 iommus = <&iommu_vdo M4U_PORT_L24_VDEC_LAT0_VLD_EXT>, 2868 <&io 2410 <&iommu_vdo M4U_PORT_L24_VDEC_LAT0_VLD2_EXT>, 2869 <&io 2411 <&iommu_vdo M4U_PORT_L24_VDEC_LAT0_AVC_MC_EXT>, 2870 <&io 2412 <&iommu_vdo M4U_PORT_L24_VDEC_LAT0_PRED_RD_EXT>, 2871 <&io 2413 <&iommu_vdo M4U_PORT_L24_VDEC_LAT0_TILE_EXT>, 2872 <&io 2414 <&iommu_vdo M4U_PORT_L24_VDEC_LAT0_WDMA_EXT>; 2873 clocks = <&to 2415 clocks = <&topckgen CLK_TOP_VDEC>, 2874 <&vd 2416 <&vdecsys_soc CLK_VDEC_SOC_VDEC>, 2875 <&vd 2417 <&vdecsys_soc CLK_VDEC_SOC_LAT>, 2876 <&to 2418 <&topckgen CLK_TOP_UNIVPLL_D4>; 2877 clock-names = 2419 clock-names = "sel", "vdec", "lat", "top"; 2878 assigned-cloc 2420 assigned-clocks = <&topckgen CLK_TOP_VDEC>; 2879 assigned-cloc 2421 assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D4>; 2880 power-domains 2422 power-domains = <&spm MT8195_POWER_DOMAIN_VDEC0>; 2881 }; 2423 }; 2882 2424 2883 video-codec@25000 { 2425 video-codec@25000 { 2884 compatible = 2426 compatible = "mediatek,mtk-vcodec-core"; 2885 reg = <0 0x25 2427 reg = <0 0x25000 0 0x1000>; /* VDEC_CORE_MISC */ 2886 interrupts = 2428 interrupts = <GIC_SPI 707 IRQ_TYPE_LEVEL_HIGH 0>; 2887 iommus = <&io 2429 iommus = <&iommu_vdo M4U_PORT_L21_VDEC_MC_EXT>, 2888 <&io 2430 <&iommu_vdo M4U_PORT_L21_VDEC_UFO_EXT>, 2889 <&io 2431 <&iommu_vdo M4U_PORT_L21_VDEC_PP_EXT>, 2890 <&io 2432 <&iommu_vdo M4U_PORT_L21_VDEC_PRED_RD_EXT>, 2891 <&io 2433 <&iommu_vdo M4U_PORT_L21_VDEC_PRED_WR_EXT>, 2892 <&io 2434 <&iommu_vdo M4U_PORT_L21_VDEC_PPWRAP_EXT>, 2893 <&io 2435 <&iommu_vdo M4U_PORT_L21_VDEC_TILE_EXT>, 2894 <&io 2436 <&iommu_vdo M4U_PORT_L21_VDEC_VLD_EXT>, 2895 <&io 2437 <&iommu_vdo M4U_PORT_L21_VDEC_VLD2_EXT>, 2896 <&io 2438 <&iommu_vdo M4U_PORT_L21_VDEC_AVC_MV_EXT>; 2897 clocks = <&to 2439 clocks = <&topckgen CLK_TOP_VDEC>, 2898 <&vd 2440 <&vdecsys CLK_VDEC_VDEC>, 2899 <&vd 2441 <&vdecsys CLK_VDEC_LAT>, 2900 <&to 2442 <&topckgen CLK_TOP_UNIVPLL_D4>; 2901 clock-names = 2443 clock-names = "sel", "vdec", "lat", "top"; 2902 assigned-cloc 2444 assigned-clocks = <&topckgen CLK_TOP_VDEC>; 2903 assigned-cloc 2445 assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D4>; 2904 power-domains 2446 power-domains = <&spm MT8195_POWER_DOMAIN_VDEC1>; 2905 }; 2447 }; 2906 }; 2448 }; 2907 2449 2908 larb24: larb@1800d000 { 2450 larb24: larb@1800d000 { 2909 compatible = "mediate 2451 compatible = "mediatek,mt8195-smi-larb"; 2910 reg = <0 0x1800d000 0 2452 reg = <0 0x1800d000 0 0x1000>; 2911 mediatek,larb-id = <2 2453 mediatek,larb-id = <24>; 2912 mediatek,smi = <&smi_ 2454 mediatek,smi = <&smi_common_vdo>; 2913 clocks = <&vdecsys_so 2455 clocks = <&vdecsys_soc CLK_VDEC_SOC_LARB1>, 2914 <&vdecsys_so 2456 <&vdecsys_soc CLK_VDEC_SOC_LARB1>; 2915 clock-names = "apb", 2457 clock-names = "apb", "smi"; 2916 power-domains = <&spm 2458 power-domains = <&spm MT8195_POWER_DOMAIN_VDEC0>; 2917 }; 2459 }; 2918 2460 2919 larb23: larb@1800e000 { 2461 larb23: larb@1800e000 { 2920 compatible = "mediate 2462 compatible = "mediatek,mt8195-smi-larb"; 2921 reg = <0 0x1800e000 0 2463 reg = <0 0x1800e000 0 0x1000>; 2922 mediatek,larb-id = <2 2464 mediatek,larb-id = <23>; 2923 mediatek,smi = <&smi_ 2465 mediatek,smi = <&smi_sub_common_vdec_vpp0_2x1>; 2924 clocks = <&vppsys0 CL 2466 clocks = <&vppsys0 CLK_VPP0_GALS_VDEC_VDEC_CORE1>, 2925 <&vdecsys_so 2467 <&vdecsys_soc CLK_VDEC_SOC_LARB1>; 2926 clock-names = "apb", 2468 clock-names = "apb", "smi"; 2927 power-domains = <&spm 2469 power-domains = <&spm MT8195_POWER_DOMAIN_VDEC0>; 2928 }; 2470 }; 2929 2471 2930 vdecsys_soc: clock-controller 2472 vdecsys_soc: clock-controller@1800f000 { 2931 compatible = "mediate 2473 compatible = "mediatek,mt8195-vdecsys_soc"; 2932 reg = <0 0x1800f000 0 2474 reg = <0 0x1800f000 0 0x1000>; 2933 #clock-cells = <1>; 2475 #clock-cells = <1>; 2934 }; 2476 }; 2935 2477 2936 larb21: larb@1802e000 { 2478 larb21: larb@1802e000 { 2937 compatible = "mediate 2479 compatible = "mediatek,mt8195-smi-larb"; 2938 reg = <0 0x1802e000 0 2480 reg = <0 0x1802e000 0 0x1000>; 2939 mediatek,larb-id = <2 2481 mediatek,larb-id = <21>; 2940 mediatek,smi = <&smi_ 2482 mediatek,smi = <&smi_common_vdo>; 2941 clocks = <&vdecsys CL 2483 clocks = <&vdecsys CLK_VDEC_LARB1>, 2942 <&vdecsys CL 2484 <&vdecsys CLK_VDEC_LARB1>; 2943 clock-names = "apb", 2485 clock-names = "apb", "smi"; 2944 power-domains = <&spm 2486 power-domains = <&spm MT8195_POWER_DOMAIN_VDEC1>; 2945 }; 2487 }; 2946 2488 2947 vdecsys: clock-controller@180 2489 vdecsys: clock-controller@1802f000 { 2948 compatible = "mediate 2490 compatible = "mediatek,mt8195-vdecsys"; 2949 reg = <0 0x1802f000 0 2491 reg = <0 0x1802f000 0 0x1000>; 2950 #clock-cells = <1>; 2492 #clock-cells = <1>; 2951 }; 2493 }; 2952 2494 2953 larb22: larb@1803e000 { 2495 larb22: larb@1803e000 { 2954 compatible = "mediate 2496 compatible = "mediatek,mt8195-smi-larb"; 2955 reg = <0 0x1803e000 0 2497 reg = <0 0x1803e000 0 0x1000>; 2956 mediatek,larb-id = <2 2498 mediatek,larb-id = <22>; 2957 mediatek,smi = <&smi_ 2499 mediatek,smi = <&smi_sub_common_vdec_vpp0_2x1>; 2958 clocks = <&vppsys0 CL 2500 clocks = <&vppsys0 CLK_VPP0_GALS_VDEC_VDEC_CORE1>, 2959 <&vdecsys_co 2501 <&vdecsys_core1 CLK_VDEC_CORE1_LARB1>; 2960 clock-names = "apb", 2502 clock-names = "apb", "smi"; 2961 power-domains = <&spm 2503 power-domains = <&spm MT8195_POWER_DOMAIN_VDEC2>; 2962 }; 2504 }; 2963 2505 2964 vdecsys_core1: clock-controll 2506 vdecsys_core1: clock-controller@1803f000 { 2965 compatible = "mediate 2507 compatible = "mediatek,mt8195-vdecsys_core1"; 2966 reg = <0 0x1803f000 0 2508 reg = <0 0x1803f000 0 0x1000>; 2967 #clock-cells = <1>; 2509 #clock-cells = <1>; 2968 }; 2510 }; 2969 2511 2970 apusys_pll: clock-controller@ 2512 apusys_pll: clock-controller@190f3000 { 2971 compatible = "mediate 2513 compatible = "mediatek,mt8195-apusys_pll"; 2972 reg = <0 0x190f3000 0 2514 reg = <0 0x190f3000 0 0x1000>; 2973 #clock-cells = <1>; 2515 #clock-cells = <1>; 2974 }; 2516 }; 2975 2517 2976 vencsys: clock-controller@1a0 2518 vencsys: clock-controller@1a000000 { 2977 compatible = "mediate 2519 compatible = "mediatek,mt8195-vencsys"; 2978 reg = <0 0x1a000000 0 2520 reg = <0 0x1a000000 0 0x1000>; 2979 #clock-cells = <1>; 2521 #clock-cells = <1>; 2980 }; 2522 }; 2981 2523 2982 larb19: larb@1a010000 { 2524 larb19: larb@1a010000 { 2983 compatible = "mediate 2525 compatible = "mediatek,mt8195-smi-larb"; 2984 reg = <0 0x1a010000 0 2526 reg = <0 0x1a010000 0 0x1000>; 2985 mediatek,larb-id = <1 2527 mediatek,larb-id = <19>; 2986 mediatek,smi = <&smi_ 2528 mediatek,smi = <&smi_common_vdo>; 2987 clocks = <&vencsys CL 2529 clocks = <&vencsys CLK_VENC_VENC>, 2988 <&vencsys CL 2530 <&vencsys CLK_VENC_GALS>; 2989 clock-names = "apb", 2531 clock-names = "apb", "smi"; 2990 power-domains = <&spm 2532 power-domains = <&spm MT8195_POWER_DOMAIN_VENC>; 2991 }; 2533 }; 2992 2534 2993 venc: video-codec@1a020000 { 2535 venc: video-codec@1a020000 { 2994 compatible = "mediate 2536 compatible = "mediatek,mt8195-vcodec-enc"; 2995 reg = <0 0x1a020000 0 2537 reg = <0 0x1a020000 0 0x10000>; 2996 iommus = <&iommu_vdo 2538 iommus = <&iommu_vdo M4U_PORT_L19_VENC_RCPU>, 2997 <&iommu_vdo 2539 <&iommu_vdo M4U_PORT_L19_VENC_REC>, 2998 <&iommu_vdo 2540 <&iommu_vdo M4U_PORT_L19_VENC_BSDMA>, 2999 <&iommu_vdo 2541 <&iommu_vdo M4U_PORT_L19_VENC_SV_COMV>, 3000 <&iommu_vdo 2542 <&iommu_vdo M4U_PORT_L19_VENC_RD_COMV>, 3001 <&iommu_vdo 2543 <&iommu_vdo M4U_PORT_L19_VENC_CUR_LUMA>, 3002 <&iommu_vdo 2544 <&iommu_vdo M4U_PORT_L19_VENC_CUR_CHROMA>, 3003 <&iommu_vdo 2545 <&iommu_vdo M4U_PORT_L19_VENC_REF_LUMA>, 3004 <&iommu_vdo 2546 <&iommu_vdo M4U_PORT_L19_VENC_REF_CHROMA>; 3005 interrupts = <GIC_SPI 2547 interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH 0>; 3006 mediatek,scp = <&scp> 2548 mediatek,scp = <&scp>; 3007 clocks = <&vencsys CL 2549 clocks = <&vencsys CLK_VENC_VENC>; 3008 clock-names = "venc_s 2550 clock-names = "venc_sel"; 3009 assigned-clocks = <&t 2551 assigned-clocks = <&topckgen CLK_TOP_VENC>; 3010 assigned-clock-parent 2552 assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D4>; 3011 power-domains = <&spm 2553 power-domains = <&spm MT8195_POWER_DOMAIN_VENC>; 3012 #address-cells = <2>; 2554 #address-cells = <2>; 3013 #size-cells = <2>; 2555 #size-cells = <2>; 3014 }; 2556 }; 3015 2557 3016 jpgdec-master { 2558 jpgdec-master { 3017 compatible = "mediate 2559 compatible = "mediatek,mt8195-jpgdec"; 3018 power-domains = <&spm 2560 power-domains = <&spm MT8195_POWER_DOMAIN_VDEC1>; 3019 iommus = <&iommu_vdo 2561 iommus = <&iommu_vdo M4U_PORT_L19_JPGDEC_WDMA0>, 3020 <&iommu_vdo 2562 <&iommu_vdo M4U_PORT_L19_JPGDEC_BSDMA0>, 3021 <&iommu_vdo 2563 <&iommu_vdo M4U_PORT_L19_JPGDEC_WDMA1>, 3022 <&iommu_vdo 2564 <&iommu_vdo M4U_PORT_L19_JPGDEC_BSDMA1>, 3023 <&iommu_vdo 2565 <&iommu_vdo M4U_PORT_L19_JPGDEC_BUFF_OFFSET1>, 3024 <&iommu_vdo 2566 <&iommu_vdo M4U_PORT_L19_JPGDEC_BUFF_OFFSET0>; 3025 #address-cells = <2>; 2567 #address-cells = <2>; 3026 #size-cells = <2>; 2568 #size-cells = <2>; 3027 ranges; 2569 ranges; 3028 2570 3029 jpgdec@1a040000 { 2571 jpgdec@1a040000 { 3030 compatible = 2572 compatible = "mediatek,mt8195-jpgdec-hw"; 3031 reg = <0 0x1a 2573 reg = <0 0x1a040000 0 0x10000>;/* JPGDEC_C0 */ 3032 iommus = <&io 2574 iommus = <&iommu_vdo M4U_PORT_L19_JPGDEC_WDMA0>, 3033 <&io 2575 <&iommu_vdo M4U_PORT_L19_JPGDEC_BSDMA0>, 3034 <&io 2576 <&iommu_vdo M4U_PORT_L19_JPGDEC_WDMA1>, 3035 <&io 2577 <&iommu_vdo M4U_PORT_L19_JPGDEC_BSDMA1>, 3036 <&io 2578 <&iommu_vdo M4U_PORT_L19_JPGDEC_BUFF_OFFSET1>, 3037 <&io 2579 <&iommu_vdo M4U_PORT_L19_JPGDEC_BUFF_OFFSET0>; 3038 interrupts = 2580 interrupts = <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH 0>; 3039 clocks = <&ve 2581 clocks = <&vencsys CLK_VENC_JPGDEC>; 3040 clock-names = 2582 clock-names = "jpgdec"; 3041 power-domains 2583 power-domains = <&spm MT8195_POWER_DOMAIN_VDEC0>; 3042 }; 2584 }; 3043 2585 3044 jpgdec@1a050000 { 2586 jpgdec@1a050000 { 3045 compatible = 2587 compatible = "mediatek,mt8195-jpgdec-hw"; 3046 reg = <0 0x1a 2588 reg = <0 0x1a050000 0 0x10000>;/* JPGDEC_C1 */ 3047 iommus = <&io 2589 iommus = <&iommu_vdo M4U_PORT_L19_JPGDEC_WDMA0>, 3048 <&io 2590 <&iommu_vdo M4U_PORT_L19_JPGDEC_BSDMA0>, 3049 <&io 2591 <&iommu_vdo M4U_PORT_L19_JPGDEC_WDMA1>, 3050 <&io 2592 <&iommu_vdo M4U_PORT_L19_JPGDEC_BSDMA1>, 3051 <&io 2593 <&iommu_vdo M4U_PORT_L19_JPGDEC_BUFF_OFFSET1>, 3052 <&io 2594 <&iommu_vdo M4U_PORT_L19_JPGDEC_BUFF_OFFSET0>; 3053 interrupts = 2595 interrupts = <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH 0>; 3054 clocks = <&ve 2596 clocks = <&vencsys CLK_VENC_JPGDEC_C1>; 3055 clock-names = 2597 clock-names = "jpgdec"; 3056 power-domains 2598 power-domains = <&spm MT8195_POWER_DOMAIN_VDEC1>; 3057 }; 2599 }; 3058 2600 3059 jpgdec@1b040000 { 2601 jpgdec@1b040000 { 3060 compatible = 2602 compatible = "mediatek,mt8195-jpgdec-hw"; 3061 reg = <0 0x1b 2603 reg = <0 0x1b040000 0 0x10000>;/* JPGDEC_C2 */ 3062 iommus = <&io 2604 iommus = <&iommu_vpp M4U_PORT_L20_JPGDEC_WDMA0>, 3063 <&io 2605 <&iommu_vpp M4U_PORT_L20_JPGDEC_BSDMA0>, 3064 <&io 2606 <&iommu_vpp M4U_PORT_L20_JPGDEC_WDMA1>, 3065 <&io 2607 <&iommu_vpp M4U_PORT_L20_JPGDEC_BSDMA1>, 3066 <&io 2608 <&iommu_vpp M4U_PORT_L20_JPGDEC_BUFF_OFFSET1>, 3067 <&io 2609 <&iommu_vpp M4U_PORT_L20_JPGDEC_BUFF_OFFSET0>; 3068 interrupts = 2610 interrupts = <GIC_SPI 348 IRQ_TYPE_LEVEL_HIGH 0>; 3069 clocks = <&ve 2611 clocks = <&vencsys_core1 CLK_VENC_CORE1_JPGDEC>; 3070 clock-names = 2612 clock-names = "jpgdec"; 3071 power-domains 2613 power-domains = <&spm MT8195_POWER_DOMAIN_VDEC2>; 3072 }; 2614 }; 3073 }; 2615 }; 3074 2616 3075 vencsys_core1: clock-controll 2617 vencsys_core1: clock-controller@1b000000 { 3076 compatible = "mediate 2618 compatible = "mediatek,mt8195-vencsys_core1"; 3077 reg = <0 0x1b000000 0 2619 reg = <0 0x1b000000 0 0x1000>; 3078 #clock-cells = <1>; 2620 #clock-cells = <1>; 3079 }; 2621 }; 3080 2622 3081 vdosys0: syscon@1c01a000 { 2623 vdosys0: syscon@1c01a000 { 3082 compatible = "mediate 2624 compatible = "mediatek,mt8195-vdosys0", "mediatek,mt8195-mmsys", "syscon"; 3083 reg = <0 0x1c01a000 0 2625 reg = <0 0x1c01a000 0 0x1000>; 3084 mboxes = <&gce0 0 CMD 2626 mboxes = <&gce0 0 CMDQ_THR_PRIO_4>; 3085 #clock-cells = <1>; 2627 #clock-cells = <1>; 3086 mediatek,gce-client-r 2628 mediatek,gce-client-reg = <&gce0 SUBSYS_1c01XXXX 0xa000 0x1000>; 3087 }; 2629 }; 3088 2630 3089 2631 3090 jpgenc-master { 2632 jpgenc-master { 3091 compatible = "mediate 2633 compatible = "mediatek,mt8195-jpgenc"; 3092 power-domains = <&spm 2634 power-domains = <&spm MT8195_POWER_DOMAIN_VENC_CORE1>; 3093 iommus = <&iommu_vpp 2635 iommus = <&iommu_vpp M4U_PORT_L20_JPGENC_Y_RDMA>, 3094 <&iom 2636 <&iommu_vpp M4U_PORT_L20_JPGENC_C_RDMA>, 3095 <&iom 2637 <&iommu_vpp M4U_PORT_L20_JPGENC_Q_TABLE>, 3096 <&iom 2638 <&iommu_vpp M4U_PORT_L20_JPGENC_BSDMA>; 3097 #address-cells = <2>; 2639 #address-cells = <2>; 3098 #size-cells = <2>; 2640 #size-cells = <2>; 3099 ranges; 2641 ranges; 3100 2642 3101 jpgenc@1a030000 { 2643 jpgenc@1a030000 { 3102 compatible = 2644 compatible = "mediatek,mt8195-jpgenc-hw"; 3103 reg = <0 0x1a 2645 reg = <0 0x1a030000 0 0x10000>; 3104 iommus = <&io 2646 iommus = <&iommu_vdo M4U_PORT_L19_JPGENC_Y_RDMA>, 3105 2647 <&iommu_vdo M4U_PORT_L19_JPGENC_C_RDMA>, 3106 2648 <&iommu_vdo M4U_PORT_L19_JPGENC_Q_TABLE>, 3107 2649 <&iommu_vdo M4U_PORT_L19_JPGENC_BSDMA>; 3108 interrupts = 2650 interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH 0>; 3109 clocks = <&ve 2651 clocks = <&vencsys CLK_VENC_JPGENC>; 3110 clock-names = 2652 clock-names = "jpgenc"; 3111 power-domains 2653 power-domains = <&spm MT8195_POWER_DOMAIN_VENC>; 3112 }; 2654 }; 3113 2655 3114 jpgenc@1b030000 { 2656 jpgenc@1b030000 { 3115 compatible = 2657 compatible = "mediatek,mt8195-jpgenc-hw"; 3116 reg = <0 0x1b 2658 reg = <0 0x1b030000 0 0x10000>; 3117 iommus = <&io 2659 iommus = <&iommu_vpp M4U_PORT_L20_JPGENC_Y_RDMA>, 3118 2660 <&iommu_vpp M4U_PORT_L20_JPGENC_C_RDMA>, 3119 2661 <&iommu_vpp M4U_PORT_L20_JPGENC_Q_TABLE>, 3120 2662 <&iommu_vpp M4U_PORT_L20_JPGENC_BSDMA>; 3121 interrupts = 2663 interrupts = <GIC_SPI 347 IRQ_TYPE_LEVEL_HIGH 0>; 3122 clocks = <&ve 2664 clocks = <&vencsys_core1 CLK_VENC_CORE1_JPGENC>; 3123 clock-names = 2665 clock-names = "jpgenc"; 3124 power-domains 2666 power-domains = <&spm MT8195_POWER_DOMAIN_VENC_CORE1>; 3125 }; 2667 }; 3126 }; 2668 }; 3127 2669 3128 larb20: larb@1b010000 { 2670 larb20: larb@1b010000 { 3129 compatible = "mediate 2671 compatible = "mediatek,mt8195-smi-larb"; 3130 reg = <0 0x1b010000 0 2672 reg = <0 0x1b010000 0 0x1000>; 3131 mediatek,larb-id = <2 2673 mediatek,larb-id = <20>; 3132 mediatek,smi = <&smi_ 2674 mediatek,smi = <&smi_common_vpp>; 3133 clocks = <&vencsys_co 2675 clocks = <&vencsys_core1 CLK_VENC_CORE1_VENC>, 3134 <&vencsys_co 2676 <&vencsys_core1 CLK_VENC_CORE1_GALS>, 3135 <&vppsys0 CL 2677 <&vppsys0 CLK_VPP0_GALS_VDO0_VDO1_VENCSYS_CORE1>; 3136 clock-names = "apb", 2678 clock-names = "apb", "smi", "gals"; 3137 power-domains = <&spm 2679 power-domains = <&spm MT8195_POWER_DOMAIN_VENC_CORE1>; 3138 }; 2680 }; 3139 2681 3140 ovl0: ovl@1c000000 { 2682 ovl0: ovl@1c000000 { 3141 compatible = "mediate 2683 compatible = "mediatek,mt8195-disp-ovl", "mediatek,mt8183-disp-ovl"; 3142 reg = <0 0x1c000000 0 2684 reg = <0 0x1c000000 0 0x1000>; 3143 interrupts = <GIC_SPI 2685 interrupts = <GIC_SPI 636 IRQ_TYPE_LEVEL_HIGH 0>; 3144 power-domains = <&spm 2686 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; 3145 clocks = <&vdosys0 CL 2687 clocks = <&vdosys0 CLK_VDO0_DISP_OVL0>; 3146 iommus = <&iommu_vdo 2688 iommus = <&iommu_vdo M4U_PORT_L0_DISP_OVL0_RDMA0>; 3147 mediatek,gce-client-r 2689 mediatek,gce-client-reg = <&gce0 SUBSYS_1c00XXXX 0x0000 0x1000>; 3148 }; 2690 }; 3149 2691 3150 rdma0: rdma@1c002000 { 2692 rdma0: rdma@1c002000 { 3151 compatible = "mediate 2693 compatible = "mediatek,mt8195-disp-rdma"; 3152 reg = <0 0x1c002000 0 2694 reg = <0 0x1c002000 0 0x1000>; 3153 interrupts = <GIC_SPI 2695 interrupts = <GIC_SPI 638 IRQ_TYPE_LEVEL_HIGH 0>; 3154 power-domains = <&spm 2696 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; 3155 clocks = <&vdosys0 CL 2697 clocks = <&vdosys0 CLK_VDO0_DISP_RDMA0>; 3156 iommus = <&iommu_vdo 2698 iommus = <&iommu_vdo M4U_PORT_L0_DISP_RDMA0>; 3157 mediatek,gce-client-r 2699 mediatek,gce-client-reg = <&gce0 SUBSYS_1c00XXXX 0x2000 0x1000>; 3158 }; 2700 }; 3159 2701 3160 color0: color@1c003000 { 2702 color0: color@1c003000 { 3161 compatible = "mediate 2703 compatible = "mediatek,mt8195-disp-color", "mediatek,mt8173-disp-color"; 3162 reg = <0 0x1c003000 0 2704 reg = <0 0x1c003000 0 0x1000>; 3163 interrupts = <GIC_SPI 2705 interrupts = <GIC_SPI 639 IRQ_TYPE_LEVEL_HIGH 0>; 3164 power-domains = <&spm 2706 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; 3165 clocks = <&vdosys0 CL 2707 clocks = <&vdosys0 CLK_VDO0_DISP_COLOR0>; 3166 mediatek,gce-client-r 2708 mediatek,gce-client-reg = <&gce0 SUBSYS_1c00XXXX 0x3000 0x1000>; 3167 }; 2709 }; 3168 2710 3169 ccorr0: ccorr@1c004000 { 2711 ccorr0: ccorr@1c004000 { 3170 compatible = "mediate 2712 compatible = "mediatek,mt8195-disp-ccorr", "mediatek,mt8192-disp-ccorr"; 3171 reg = <0 0x1c004000 0 2713 reg = <0 0x1c004000 0 0x1000>; 3172 interrupts = <GIC_SPI 2714 interrupts = <GIC_SPI 640 IRQ_TYPE_LEVEL_HIGH 0>; 3173 power-domains = <&spm 2715 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; 3174 clocks = <&vdosys0 CL 2716 clocks = <&vdosys0 CLK_VDO0_DISP_CCORR0>; 3175 mediatek,gce-client-r 2717 mediatek,gce-client-reg = <&gce0 SUBSYS_1c00XXXX 0x4000 0x1000>; 3176 }; 2718 }; 3177 2719 3178 aal0: aal@1c005000 { 2720 aal0: aal@1c005000 { 3179 compatible = "mediate 2721 compatible = "mediatek,mt8195-disp-aal", "mediatek,mt8183-disp-aal"; 3180 reg = <0 0x1c005000 0 2722 reg = <0 0x1c005000 0 0x1000>; 3181 interrupts = <GIC_SPI 2723 interrupts = <GIC_SPI 641 IRQ_TYPE_LEVEL_HIGH 0>; 3182 power-domains = <&spm 2724 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; 3183 clocks = <&vdosys0 CL 2725 clocks = <&vdosys0 CLK_VDO0_DISP_AAL0>; 3184 mediatek,gce-client-r 2726 mediatek,gce-client-reg = <&gce0 SUBSYS_1c00XXXX 0x5000 0x1000>; 3185 }; 2727 }; 3186 2728 3187 gamma0: gamma@1c006000 { 2729 gamma0: gamma@1c006000 { 3188 compatible = "mediate 2730 compatible = "mediatek,mt8195-disp-gamma", "mediatek,mt8183-disp-gamma"; 3189 reg = <0 0x1c006000 0 2731 reg = <0 0x1c006000 0 0x1000>; 3190 interrupts = <GIC_SPI 2732 interrupts = <GIC_SPI 642 IRQ_TYPE_LEVEL_HIGH 0>; 3191 power-domains = <&spm 2733 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; 3192 clocks = <&vdosys0 CL 2734 clocks = <&vdosys0 CLK_VDO0_DISP_GAMMA0>; 3193 mediatek,gce-client-r 2735 mediatek,gce-client-reg = <&gce0 SUBSYS_1c00XXXX 0x6000 0x1000>; 3194 }; 2736 }; 3195 2737 3196 dither0: dither@1c007000 { 2738 dither0: dither@1c007000 { 3197 compatible = "mediate 2739 compatible = "mediatek,mt8195-disp-dither", "mediatek,mt8183-disp-dither"; 3198 reg = <0 0x1c007000 0 2740 reg = <0 0x1c007000 0 0x1000>; 3199 interrupts = <GIC_SPI 2741 interrupts = <GIC_SPI 643 IRQ_TYPE_LEVEL_HIGH 0>; 3200 power-domains = <&spm 2742 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; 3201 clocks = <&vdosys0 CL 2743 clocks = <&vdosys0 CLK_VDO0_DISP_DITHER0>; 3202 mediatek,gce-client-r 2744 mediatek,gce-client-reg = <&gce0 SUBSYS_1c00XXXX 0x7000 0x1000>; 3203 }; 2745 }; 3204 2746 3205 dsi0: dsi@1c008000 { << 3206 compatible = "mediate << 3207 reg = <0 0x1c008000 0 << 3208 interrupts = <GIC_SPI << 3209 power-domains = <&spm << 3210 clocks = <&vdosys0 CL << 3211 <&vdosys0 CL << 3212 <&mipi_tx0>; << 3213 clock-names = "engine << 3214 phys = <&mipi_tx0>; << 3215 phy-names = "dphy"; << 3216 status = "disabled"; << 3217 }; << 3218 << 3219 dsc0: dsc@1c009000 { 2747 dsc0: dsc@1c009000 { 3220 compatible = "mediate 2748 compatible = "mediatek,mt8195-disp-dsc"; 3221 reg = <0 0x1c009000 0 2749 reg = <0 0x1c009000 0 0x1000>; 3222 interrupts = <GIC_SPI 2750 interrupts = <GIC_SPI 645 IRQ_TYPE_LEVEL_HIGH 0>; 3223 power-domains = <&spm 2751 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; 3224 clocks = <&vdosys0 CL 2752 clocks = <&vdosys0 CLK_VDO0_DSC_WRAP0>; 3225 mediatek,gce-client-r 2753 mediatek,gce-client-reg = <&gce0 SUBSYS_1c00XXXX 0x9000 0x1000>; 3226 }; << 3227 << 3228 dsi1: dsi@1c012000 { << 3229 compatible = "mediate << 3230 reg = <0 0x1c012000 0 << 3231 interrupts = <GIC_SPI << 3232 power-domains = <&spm << 3233 clocks = <&vdosys0 CL << 3234 <&vdosys0 CL << 3235 <&mipi_tx1>; << 3236 clock-names = "engine << 3237 phys = <&mipi_tx1>; << 3238 phy-names = "dphy"; << 3239 status = "disabled"; << 3240 }; 2754 }; 3241 2755 3242 merge0: merge@1c014000 { 2756 merge0: merge@1c014000 { 3243 compatible = "mediate 2757 compatible = "mediatek,mt8195-disp-merge"; 3244 reg = <0 0x1c014000 0 2758 reg = <0 0x1c014000 0 0x1000>; 3245 interrupts = <GIC_SPI 2759 interrupts = <GIC_SPI 656 IRQ_TYPE_LEVEL_HIGH 0>; 3246 power-domains = <&spm 2760 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; 3247 clocks = <&vdosys0 CL 2761 clocks = <&vdosys0 CLK_VDO0_VPP_MERGE0>; 3248 mediatek,gce-client-r 2762 mediatek,gce-client-reg = <&gce0 SUBSYS_1c01XXXX 0x4000 0x1000>; 3249 }; 2763 }; 3250 2764 3251 dp_intf0: dp-intf@1c015000 { 2765 dp_intf0: dp-intf@1c015000 { 3252 compatible = "mediate 2766 compatible = "mediatek,mt8195-dp-intf"; 3253 reg = <0 0x1c015000 0 2767 reg = <0 0x1c015000 0 0x1000>; 3254 interrupts = <GIC_SPI 2768 interrupts = <GIC_SPI 657 IRQ_TYPE_LEVEL_HIGH 0>; 3255 clocks = <&vdosys0 CL 2769 clocks = <&vdosys0 CLK_VDO0_DP_INTF0_DP_INTF>, 3256 <&vdosys0 C 2770 <&vdosys0 CLK_VDO0_DP_INTF0>, 3257 <&apmixedsys 2771 <&apmixedsys CLK_APMIXED_TVDPLL1>; 3258 clock-names = "pixel" 2772 clock-names = "pixel", "engine", "pll"; 3259 status = "disabled"; 2773 status = "disabled"; 3260 }; 2774 }; 3261 2775 3262 mutex: mutex@1c016000 { 2776 mutex: mutex@1c016000 { 3263 compatible = "mediate 2777 compatible = "mediatek,mt8195-disp-mutex"; 3264 reg = <0 0x1c016000 0 2778 reg = <0 0x1c016000 0 0x1000>; 3265 interrupts = <GIC_SPI 2779 interrupts = <GIC_SPI 658 IRQ_TYPE_LEVEL_HIGH 0>; 3266 power-domains = <&spm 2780 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; 3267 clocks = <&vdosys0 CL 2781 clocks = <&vdosys0 CLK_VDO0_DISP_MUTEX0>; 3268 mediatek,gce-client-r 2782 mediatek,gce-client-reg = <&gce0 SUBSYS_1c01XXXX 0x6000 0x1000>; 3269 mediatek,gce-events = 2783 mediatek,gce-events = <CMDQ_EVENT_VDO0_DISP_STREAM_DONE_0>; 3270 }; 2784 }; 3271 2785 3272 larb0: larb@1c018000 { 2786 larb0: larb@1c018000 { 3273 compatible = "mediate 2787 compatible = "mediatek,mt8195-smi-larb"; 3274 reg = <0 0x1c018000 0 2788 reg = <0 0x1c018000 0 0x1000>; 3275 mediatek,larb-id = <0 2789 mediatek,larb-id = <0>; 3276 mediatek,smi = <&smi_ 2790 mediatek,smi = <&smi_common_vdo>; 3277 clocks = <&vdosys0 CL 2791 clocks = <&vdosys0 CLK_VDO0_SMI_LARB>, 3278 <&vdosys0 CL 2792 <&vdosys0 CLK_VDO0_SMI_LARB>, 3279 <&vppsys0 CL 2793 <&vppsys0 CLK_VPP0_GALS_VDO0_LARB0>; 3280 clock-names = "apb", 2794 clock-names = "apb", "smi", "gals"; 3281 power-domains = <&spm 2795 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; 3282 }; 2796 }; 3283 2797 3284 larb1: larb@1c019000 { 2798 larb1: larb@1c019000 { 3285 compatible = "mediate 2799 compatible = "mediatek,mt8195-smi-larb"; 3286 reg = <0 0x1c019000 0 2800 reg = <0 0x1c019000 0 0x1000>; 3287 mediatek,larb-id = <1 2801 mediatek,larb-id = <1>; 3288 mediatek,smi = <&smi_ 2802 mediatek,smi = <&smi_common_vpp>; 3289 clocks = <&vdosys0 CL 2803 clocks = <&vdosys0 CLK_VDO0_SMI_LARB>, 3290 <&vppsys0 CL 2804 <&vppsys0 CLK_VPP0_GALS_VDO0_VDO1_VENCSYS_CORE1>, 3291 <&vppsys0 CL 2805 <&vppsys0 CLK_VPP0_GALS_VDO0_LARB1>; 3292 clock-names = "apb", 2806 clock-names = "apb", "smi", "gals"; 3293 power-domains = <&spm 2807 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; 3294 }; 2808 }; 3295 2809 3296 vdosys1: syscon@1c100000 { 2810 vdosys1: syscon@1c100000 { 3297 compatible = "mediate 2811 compatible = "mediatek,mt8195-vdosys1", "syscon"; 3298 reg = <0 0x1c100000 0 2812 reg = <0 0x1c100000 0 0x1000>; 3299 mboxes = <&gce0 1 CMD 2813 mboxes = <&gce0 1 CMDQ_THR_PRIO_4>; 3300 mediatek,gce-client-r 2814 mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x0000 0x1000>; 3301 #clock-cells = <1>; 2815 #clock-cells = <1>; 3302 #reset-cells = <1>; 2816 #reset-cells = <1>; 3303 }; 2817 }; 3304 2818 3305 smi_common_vdo: smi@1c01b000 2819 smi_common_vdo: smi@1c01b000 { 3306 compatible = "mediate 2820 compatible = "mediatek,mt8195-smi-common-vdo"; 3307 reg = <0 0x1c01b000 0 2821 reg = <0 0x1c01b000 0 0x1000>; 3308 clocks = <&vdosys0 CL 2822 clocks = <&vdosys0 CLK_VDO0_SMI_COMMON>, 3309 <&vdosys0 CL 2823 <&vdosys0 CLK_VDO0_SMI_EMI>, 3310 <&vdosys0 CL 2824 <&vdosys0 CLK_VDO0_SMI_RSI>, 3311 <&vdosys0 CL 2825 <&vdosys0 CLK_VDO0_SMI_GALS>; 3312 clock-names = "apb", 2826 clock-names = "apb", "smi", "gals0", "gals1"; 3313 power-domains = <&spm 2827 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; 3314 2828 3315 }; 2829 }; 3316 2830 3317 iommu_vdo: iommu@1c01f000 { 2831 iommu_vdo: iommu@1c01f000 { 3318 compatible = "mediate 2832 compatible = "mediatek,mt8195-iommu-vdo"; 3319 reg = <0 0x1c01f000 0 2833 reg = <0 0x1c01f000 0 0x1000>; 3320 mediatek,larbs = <&la 2834 mediatek,larbs = <&larb0 &larb2 &larb5 &larb7 &larb9 3321 &la 2835 &larb10 &larb11 &larb13 &larb17 3322 &la 2836 &larb19 &larb21 &larb24 &larb25 3323 &la 2837 &larb28>; 3324 interrupts = <GIC_SPI 2838 interrupts = <GIC_SPI 669 IRQ_TYPE_LEVEL_HIGH 0>; 3325 #iommu-cells = <1>; 2839 #iommu-cells = <1>; 3326 clocks = <&vdosys0 CL 2840 clocks = <&vdosys0 CLK_VDO0_SMI_IOMMU>; 3327 clock-names = "bclk"; 2841 clock-names = "bclk"; 3328 power-domains = <&spm 2842 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; 3329 }; 2843 }; 3330 2844 3331 mutex1: mutex@1c101000 { 2845 mutex1: mutex@1c101000 { 3332 compatible = "mediate 2846 compatible = "mediatek,mt8195-disp-mutex"; 3333 reg = <0 0x1c101000 0 2847 reg = <0 0x1c101000 0 0x1000>; 3334 reg-names = "vdo1_mut 2848 reg-names = "vdo1_mutex"; 3335 interrupts = <GIC_SPI 2849 interrupts = <GIC_SPI 494 IRQ_TYPE_LEVEL_HIGH 0>; 3336 power-domains = <&spm 2850 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; 3337 clocks = <&vdosys1 CL 2851 clocks = <&vdosys1 CLK_VDO1_DISP_MUTEX>; 3338 clock-names = "vdo1_m 2852 clock-names = "vdo1_mutex"; 3339 mediatek,gce-client-r 2853 mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x1000 0x1000>; 3340 mediatek,gce-events = 2854 mediatek,gce-events = <CMDQ_EVENT_VDO1_STREAM_DONE_ENG_0>; 3341 }; 2855 }; 3342 2856 3343 larb2: larb@1c102000 { 2857 larb2: larb@1c102000 { 3344 compatible = "mediate 2858 compatible = "mediatek,mt8195-smi-larb"; 3345 reg = <0 0x1c102000 0 2859 reg = <0 0x1c102000 0 0x1000>; 3346 mediatek,larb-id = <2 2860 mediatek,larb-id = <2>; 3347 mediatek,smi = <&smi_ 2861 mediatek,smi = <&smi_common_vdo>; 3348 clocks = <&vdosys1 CL 2862 clocks = <&vdosys1 CLK_VDO1_SMI_LARB2>, 3349 <&vdosys1 CL 2863 <&vdosys1 CLK_VDO1_SMI_LARB2>, 3350 <&vdosys1 CL 2864 <&vdosys1 CLK_VDO1_GALS>; 3351 clock-names = "apb", 2865 clock-names = "apb", "smi", "gals"; 3352 power-domains = <&spm 2866 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; 3353 }; 2867 }; 3354 2868 3355 larb3: larb@1c103000 { 2869 larb3: larb@1c103000 { 3356 compatible = "mediate 2870 compatible = "mediatek,mt8195-smi-larb"; 3357 reg = <0 0x1c103000 0 2871 reg = <0 0x1c103000 0 0x1000>; 3358 mediatek,larb-id = <3 2872 mediatek,larb-id = <3>; 3359 mediatek,smi = <&smi_ 2873 mediatek,smi = <&smi_common_vpp>; 3360 clocks = <&vdosys1 CL 2874 clocks = <&vdosys1 CLK_VDO1_SMI_LARB3>, 3361 <&vdosys1 CL 2875 <&vdosys1 CLK_VDO1_GALS>, 3362 <&vppsys0 CL 2876 <&vppsys0 CLK_VPP0_GALS_VDO0_VDO1_VENCSYS_CORE1>; 3363 clock-names = "apb", 2877 clock-names = "apb", "smi", "gals"; 3364 power-domains = <&spm 2878 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; 3365 }; 2879 }; 3366 2880 3367 vdo1_rdma0: dma-controller@1c 2881 vdo1_rdma0: dma-controller@1c104000 { 3368 compatible = "mediate 2882 compatible = "mediatek,mt8195-vdo1-rdma"; 3369 reg = <0 0x1c104000 0 2883 reg = <0 0x1c104000 0 0x1000>; 3370 interrupts = <GIC_SPI 2884 interrupts = <GIC_SPI 495 IRQ_TYPE_LEVEL_HIGH 0>; 3371 clocks = <&vdosys1 CL 2885 clocks = <&vdosys1 CLK_VDO1_MDP_RDMA0>; 3372 power-domains = <&spm 2886 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; 3373 iommus = <&iommu_vdo 2887 iommus = <&iommu_vdo M4U_PORT_L2_MDP_RDMA0>; 3374 mediatek,gce-client-r 2888 mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x4000 0x1000>; 3375 #dma-cells = <1>; 2889 #dma-cells = <1>; 3376 }; 2890 }; 3377 2891 3378 vdo1_rdma1: dma-controller@1c 2892 vdo1_rdma1: dma-controller@1c105000 { 3379 compatible = "mediate 2893 compatible = "mediatek,mt8195-vdo1-rdma"; 3380 reg = <0 0x1c105000 0 2894 reg = <0 0x1c105000 0 0x1000>; 3381 interrupts = <GIC_SPI 2895 interrupts = <GIC_SPI 496 IRQ_TYPE_LEVEL_HIGH 0>; 3382 clocks = <&vdosys1 CL 2896 clocks = <&vdosys1 CLK_VDO1_MDP_RDMA1>; 3383 power-domains = <&spm 2897 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; 3384 iommus = <&iommu_vpp 2898 iommus = <&iommu_vpp M4U_PORT_L3_MDP_RDMA1>; 3385 mediatek,gce-client-r 2899 mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x5000 0x1000>; 3386 #dma-cells = <1>; 2900 #dma-cells = <1>; 3387 }; 2901 }; 3388 2902 3389 vdo1_rdma2: dma-controller@1c 2903 vdo1_rdma2: dma-controller@1c106000 { 3390 compatible = "mediate 2904 compatible = "mediatek,mt8195-vdo1-rdma"; 3391 reg = <0 0x1c106000 0 2905 reg = <0 0x1c106000 0 0x1000>; 3392 interrupts = <GIC_SPI 2906 interrupts = <GIC_SPI 497 IRQ_TYPE_LEVEL_HIGH 0>; 3393 clocks = <&vdosys1 CL 2907 clocks = <&vdosys1 CLK_VDO1_MDP_RDMA2>; 3394 power-domains = <&spm 2908 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; 3395 iommus = <&iommu_vdo 2909 iommus = <&iommu_vdo M4U_PORT_L2_MDP_RDMA2>; 3396 mediatek,gce-client-r 2910 mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x6000 0x1000>; 3397 #dma-cells = <1>; 2911 #dma-cells = <1>; 3398 }; 2912 }; 3399 2913 3400 vdo1_rdma3: dma-controller@1c 2914 vdo1_rdma3: dma-controller@1c107000 { 3401 compatible = "mediate 2915 compatible = "mediatek,mt8195-vdo1-rdma"; 3402 reg = <0 0x1c107000 0 2916 reg = <0 0x1c107000 0 0x1000>; 3403 interrupts = <GIC_SPI 2917 interrupts = <GIC_SPI 498 IRQ_TYPE_LEVEL_HIGH 0>; 3404 clocks = <&vdosys1 CL 2918 clocks = <&vdosys1 CLK_VDO1_MDP_RDMA3>; 3405 power-domains = <&spm 2919 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; 3406 iommus = <&iommu_vpp 2920 iommus = <&iommu_vpp M4U_PORT_L3_MDP_RDMA3>; 3407 mediatek,gce-client-r 2921 mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x7000 0x1000>; 3408 #dma-cells = <1>; 2922 #dma-cells = <1>; 3409 }; 2923 }; 3410 2924 3411 vdo1_rdma4: dma-controller@1c 2925 vdo1_rdma4: dma-controller@1c108000 { 3412 compatible = "mediate 2926 compatible = "mediatek,mt8195-vdo1-rdma"; 3413 reg = <0 0x1c108000 0 2927 reg = <0 0x1c108000 0 0x1000>; 3414 interrupts = <GIC_SPI 2928 interrupts = <GIC_SPI 499 IRQ_TYPE_LEVEL_HIGH 0>; 3415 clocks = <&vdosys1 CL 2929 clocks = <&vdosys1 CLK_VDO1_MDP_RDMA4>; 3416 power-domains = <&spm 2930 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; 3417 iommus = <&iommu_vdo 2931 iommus = <&iommu_vdo M4U_PORT_L2_MDP_RDMA4>; 3418 mediatek,gce-client-r 2932 mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x8000 0x1000>; 3419 #dma-cells = <1>; 2933 #dma-cells = <1>; 3420 }; 2934 }; 3421 2935 3422 vdo1_rdma5: dma-controller@1c 2936 vdo1_rdma5: dma-controller@1c109000 { 3423 compatible = "mediate 2937 compatible = "mediatek,mt8195-vdo1-rdma"; 3424 reg = <0 0x1c109000 0 2938 reg = <0 0x1c109000 0 0x1000>; 3425 interrupts = <GIC_SPI 2939 interrupts = <GIC_SPI 500 IRQ_TYPE_LEVEL_HIGH 0>; 3426 clocks = <&vdosys1 CL 2940 clocks = <&vdosys1 CLK_VDO1_MDP_RDMA5>; 3427 power-domains = <&spm 2941 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; 3428 iommus = <&iommu_vpp 2942 iommus = <&iommu_vpp M4U_PORT_L3_MDP_RDMA5>; 3429 mediatek,gce-client-r 2943 mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x9000 0x1000>; 3430 #dma-cells = <1>; 2944 #dma-cells = <1>; 3431 }; 2945 }; 3432 2946 3433 vdo1_rdma6: dma-controller@1c 2947 vdo1_rdma6: dma-controller@1c10a000 { 3434 compatible = "mediate 2948 compatible = "mediatek,mt8195-vdo1-rdma"; 3435 reg = <0 0x1c10a000 0 2949 reg = <0 0x1c10a000 0 0x1000>; 3436 interrupts = <GIC_SPI 2950 interrupts = <GIC_SPI 501 IRQ_TYPE_LEVEL_HIGH 0>; 3437 clocks = <&vdosys1 CL 2951 clocks = <&vdosys1 CLK_VDO1_MDP_RDMA6>; 3438 power-domains = <&spm 2952 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; 3439 iommus = <&iommu_vdo 2953 iommus = <&iommu_vdo M4U_PORT_L2_MDP_RDMA6>; 3440 mediatek,gce-client-r 2954 mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0xa000 0x1000>; 3441 #dma-cells = <1>; 2955 #dma-cells = <1>; 3442 }; 2956 }; 3443 2957 3444 vdo1_rdma7: dma-controller@1c 2958 vdo1_rdma7: dma-controller@1c10b000 { 3445 compatible = "mediate 2959 compatible = "mediatek,mt8195-vdo1-rdma"; 3446 reg = <0 0x1c10b000 0 2960 reg = <0 0x1c10b000 0 0x1000>; 3447 interrupts = <GIC_SPI 2961 interrupts = <GIC_SPI 502 IRQ_TYPE_LEVEL_HIGH 0>; 3448 clocks = <&vdosys1 CL 2962 clocks = <&vdosys1 CLK_VDO1_MDP_RDMA7>; 3449 power-domains = <&spm 2963 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; 3450 iommus = <&iommu_vpp 2964 iommus = <&iommu_vpp M4U_PORT_L3_MDP_RDMA7>; 3451 mediatek,gce-client-r 2965 mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0xb000 0x1000>; 3452 #dma-cells = <1>; 2966 #dma-cells = <1>; 3453 }; 2967 }; 3454 2968 3455 merge1: vpp-merge@1c10c000 { 2969 merge1: vpp-merge@1c10c000 { 3456 compatible = "mediate 2970 compatible = "mediatek,mt8195-disp-merge"; 3457 reg = <0 0x1c10c000 0 2971 reg = <0 0x1c10c000 0 0x1000>; 3458 interrupts = <GIC_SPI 2972 interrupts = <GIC_SPI 503 IRQ_TYPE_LEVEL_HIGH 0>; 3459 clocks = <&vdosys1 CL 2973 clocks = <&vdosys1 CLK_VDO1_VPP_MERGE0>, 3460 <&vdosys1 CL 2974 <&vdosys1 CLK_VDO1_MERGE0_DL_ASYNC>; 3461 clock-names = "merge" 2975 clock-names = "merge","merge_async"; 3462 power-domains = <&spm 2976 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; 3463 mediatek,gce-client-r 2977 mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0xc000 0x1000>; 3464 mediatek,merge-mute; 2978 mediatek,merge-mute; 3465 resets = <&vdosys1 MT 2979 resets = <&vdosys1 MT8195_VDOSYS1_SW0_RST_B_MERGE0_DL_ASYNC>; 3466 }; 2980 }; 3467 2981 3468 merge2: vpp-merge@1c10d000 { 2982 merge2: vpp-merge@1c10d000 { 3469 compatible = "mediate 2983 compatible = "mediatek,mt8195-disp-merge"; 3470 reg = <0 0x1c10d000 0 2984 reg = <0 0x1c10d000 0 0x1000>; 3471 interrupts = <GIC_SPI 2985 interrupts = <GIC_SPI 504 IRQ_TYPE_LEVEL_HIGH 0>; 3472 clocks = <&vdosys1 CL 2986 clocks = <&vdosys1 CLK_VDO1_VPP_MERGE1>, 3473 <&vdosys1 CL 2987 <&vdosys1 CLK_VDO1_MERGE1_DL_ASYNC>; 3474 clock-names = "merge" 2988 clock-names = "merge","merge_async"; 3475 power-domains = <&spm 2989 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; 3476 mediatek,gce-client-r 2990 mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0xd000 0x1000>; 3477 mediatek,merge-mute; 2991 mediatek,merge-mute; 3478 resets = <&vdosys1 MT 2992 resets = <&vdosys1 MT8195_VDOSYS1_SW0_RST_B_MERGE1_DL_ASYNC>; 3479 }; 2993 }; 3480 2994 3481 merge3: vpp-merge@1c10e000 { 2995 merge3: vpp-merge@1c10e000 { 3482 compatible = "mediate 2996 compatible = "mediatek,mt8195-disp-merge"; 3483 reg = <0 0x1c10e000 0 2997 reg = <0 0x1c10e000 0 0x1000>; 3484 interrupts = <GIC_SPI 2998 interrupts = <GIC_SPI 505 IRQ_TYPE_LEVEL_HIGH 0>; 3485 clocks = <&vdosys1 CL 2999 clocks = <&vdosys1 CLK_VDO1_VPP_MERGE2>, 3486 <&vdosys1 CL 3000 <&vdosys1 CLK_VDO1_MERGE2_DL_ASYNC>; 3487 clock-names = "merge" 3001 clock-names = "merge","merge_async"; 3488 power-domains = <&spm 3002 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; 3489 mediatek,gce-client-r 3003 mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0xe000 0x1000>; 3490 mediatek,merge-mute; 3004 mediatek,merge-mute; 3491 resets = <&vdosys1 MT 3005 resets = <&vdosys1 MT8195_VDOSYS1_SW0_RST_B_MERGE2_DL_ASYNC>; 3492 }; 3006 }; 3493 3007 3494 merge4: vpp-merge@1c10f000 { 3008 merge4: vpp-merge@1c10f000 { 3495 compatible = "mediate 3009 compatible = "mediatek,mt8195-disp-merge"; 3496 reg = <0 0x1c10f000 0 3010 reg = <0 0x1c10f000 0 0x1000>; 3497 interrupts = <GIC_SPI 3011 interrupts = <GIC_SPI 506 IRQ_TYPE_LEVEL_HIGH 0>; 3498 clocks = <&vdosys1 CL 3012 clocks = <&vdosys1 CLK_VDO1_VPP_MERGE3>, 3499 <&vdosys1 CL 3013 <&vdosys1 CLK_VDO1_MERGE3_DL_ASYNC>; 3500 clock-names = "merge" 3014 clock-names = "merge","merge_async"; 3501 power-domains = <&spm 3015 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; 3502 mediatek,gce-client-r 3016 mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0xf000 0x1000>; 3503 mediatek,merge-mute; 3017 mediatek,merge-mute; 3504 resets = <&vdosys1 MT 3018 resets = <&vdosys1 MT8195_VDOSYS1_SW0_RST_B_MERGE3_DL_ASYNC>; 3505 }; 3019 }; 3506 3020 3507 merge5: vpp-merge@1c110000 { 3021 merge5: vpp-merge@1c110000 { 3508 compatible = "mediate 3022 compatible = "mediatek,mt8195-disp-merge"; 3509 reg = <0 0x1c110000 0 3023 reg = <0 0x1c110000 0 0x1000>; 3510 interrupts = <GIC_SPI 3024 interrupts = <GIC_SPI 507 IRQ_TYPE_LEVEL_HIGH 0>; 3511 clocks = <&vdosys1 CL 3025 clocks = <&vdosys1 CLK_VDO1_VPP_MERGE4>, 3512 <&vdosys1 CL 3026 <&vdosys1 CLK_VDO1_MERGE4_DL_ASYNC>; 3513 clock-names = "merge" 3027 clock-names = "merge","merge_async"; 3514 power-domains = <&spm 3028 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; 3515 mediatek,gce-client-r 3029 mediatek,gce-client-reg = <&gce0 SUBSYS_1c11XXXX 0x0000 0x1000>; 3516 mediatek,merge-fifo-e 3030 mediatek,merge-fifo-en; 3517 resets = <&vdosys1 MT 3031 resets = <&vdosys1 MT8195_VDOSYS1_SW0_RST_B_MERGE4_DL_ASYNC>; 3518 }; 3032 }; 3519 3033 3520 dp_intf1: dp-intf@1c113000 { 3034 dp_intf1: dp-intf@1c113000 { 3521 compatible = "mediate 3035 compatible = "mediatek,mt8195-dp-intf"; 3522 reg = <0 0x1c113000 0 3036 reg = <0 0x1c113000 0 0x1000>; 3523 interrupts = <GIC_SPI 3037 interrupts = <GIC_SPI 513 IRQ_TYPE_LEVEL_HIGH 0>; 3524 power-domains = <&spm 3038 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; 3525 clocks = <&vdosys1 CL 3039 clocks = <&vdosys1 CLK_VDO1_DPINTF>, 3526 <&vdosys1 CL 3040 <&vdosys1 CLK_VDO1_DP_INTF0_MM>, 3527 <&apmixedsys 3041 <&apmixedsys CLK_APMIXED_TVDPLL2>; 3528 clock-names = "pixel" 3042 clock-names = "pixel", "engine", "pll"; 3529 status = "disabled"; 3043 status = "disabled"; 3530 }; 3044 }; 3531 3045 3532 ethdr0: hdr-engine@1c114000 { 3046 ethdr0: hdr-engine@1c114000 { 3533 compatible = "mediate 3047 compatible = "mediatek,mt8195-disp-ethdr"; 3534 reg = <0 0x1c114000 0 3048 reg = <0 0x1c114000 0 0x1000>, 3535 <0 0x1c115000 0 3049 <0 0x1c115000 0 0x1000>, 3536 <0 0x1c117000 0 3050 <0 0x1c117000 0 0x1000>, 3537 <0 0x1c119000 0 3051 <0 0x1c119000 0 0x1000>, 3538 <0 0x1c11a000 0 3052 <0 0x1c11a000 0 0x1000>, 3539 <0 0x1c11b000 0 3053 <0 0x1c11b000 0 0x1000>, 3540 <0 0x1c11c000 0 3054 <0 0x1c11c000 0 0x1000>; 3541 reg-names = "mixer", 3055 reg-names = "mixer", "vdo_fe0", "vdo_fe1", "gfx_fe0", "gfx_fe1", 3542 "vdo_be", 3056 "vdo_be", "adl_ds"; 3543 mediatek,gce-client-r 3057 mediatek,gce-client-reg = <&gce0 SUBSYS_1c11XXXX 0x4000 0x1000>, 3544 3058 <&gce0 SUBSYS_1c11XXXX 0x5000 0x1000>, 3545 3059 <&gce0 SUBSYS_1c11XXXX 0x7000 0x1000>, 3546 3060 <&gce0 SUBSYS_1c11XXXX 0x9000 0x1000>, 3547 3061 <&gce0 SUBSYS_1c11XXXX 0xa000 0x1000>, 3548 3062 <&gce0 SUBSYS_1c11XXXX 0xb000 0x1000>, 3549 3063 <&gce0 SUBSYS_1c11XXXX 0xc000 0x1000>; 3550 clocks = <&vdosys1 CL 3064 clocks = <&vdosys1 CLK_VDO1_DISP_MIXER>, 3551 <&vdosys1 CL 3065 <&vdosys1 CLK_VDO1_HDR_VDO_FE0>, 3552 <&vdosys1 CL 3066 <&vdosys1 CLK_VDO1_HDR_VDO_FE1>, 3553 <&vdosys1 CL 3067 <&vdosys1 CLK_VDO1_HDR_GFX_FE0>, 3554 <&vdosys1 CL 3068 <&vdosys1 CLK_VDO1_HDR_GFX_FE1>, 3555 <&vdosys1 CL 3069 <&vdosys1 CLK_VDO1_HDR_VDO_BE>, 3556 <&vdosys1 CL 3070 <&vdosys1 CLK_VDO1_26M_SLOW>, 3557 <&vdosys1 CL 3071 <&vdosys1 CLK_VDO1_HDR_VDO_FE0_DL_ASYNC>, 3558 <&vdosys1 CL 3072 <&vdosys1 CLK_VDO1_HDR_VDO_FE1_DL_ASYNC>, 3559 <&vdosys1 CL 3073 <&vdosys1 CLK_VDO1_HDR_GFX_FE0_DL_ASYNC>, 3560 <&vdosys1 CL 3074 <&vdosys1 CLK_VDO1_HDR_GFX_FE1_DL_ASYNC>, 3561 <&vdosys1 CL 3075 <&vdosys1 CLK_VDO1_HDR_VDO_BE_DL_ASYNC>, 3562 <&topckgen C 3076 <&topckgen CLK_TOP_ETHDR>; 3563 clock-names = "mixer" 3077 clock-names = "mixer", "vdo_fe0", "vdo_fe1", "gfx_fe0", "gfx_fe1", 3564 "vdo_be 3078 "vdo_be", "adl_ds", "vdo_fe0_async", "vdo_fe1_async", 3565 "gfx_fe 3079 "gfx_fe0_async", "gfx_fe1_async","vdo_be_async", 3566 "ethdr_ 3080 "ethdr_top"; 3567 power-domains = <&spm 3081 power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; 3568 iommus = <&iommu_vpp 3082 iommus = <&iommu_vpp M4U_PORT_L3_HDR_DS>, 3569 <&iommu_vpp 3083 <&iommu_vpp M4U_PORT_L3_HDR_ADL>; 3570 interrupts = <GIC_SPI 3084 interrupts = <GIC_SPI 517 IRQ_TYPE_LEVEL_HIGH 0>; /* disp mixer */ 3571 resets = <&vdosys1 MT 3085 resets = <&vdosys1 MT8195_VDOSYS1_SW1_RST_B_HDR_VDO_FE0_DL_ASYNC>, 3572 <&vdosys1 MT 3086 <&vdosys1 MT8195_VDOSYS1_SW1_RST_B_HDR_VDO_FE1_DL_ASYNC>, 3573 <&vdosys1 MT 3087 <&vdosys1 MT8195_VDOSYS1_SW1_RST_B_HDR_GFX_FE0_DL_ASYNC>, 3574 <&vdosys1 MT 3088 <&vdosys1 MT8195_VDOSYS1_SW1_RST_B_HDR_GFX_FE1_DL_ASYNC>, 3575 <&vdosys1 MT 3089 <&vdosys1 MT8195_VDOSYS1_SW1_RST_B_HDR_VDO_BE_DL_ASYNC>; 3576 reset-names = "vdo_fe 3090 reset-names = "vdo_fe0_async", "vdo_fe1_async", "gfx_fe0_async", 3577 "gfx_fe 3091 "gfx_fe1_async", "vdo_be_async"; 3578 }; 3092 }; 3579 3093 3580 edp_tx: edp-tx@1c500000 { 3094 edp_tx: edp-tx@1c500000 { 3581 compatible = "mediate 3095 compatible = "mediatek,mt8195-edp-tx"; 3582 reg = <0 0x1c500000 0 3096 reg = <0 0x1c500000 0 0x8000>; 3583 nvmem-cells = <&dp_ca 3097 nvmem-cells = <&dp_calibration>; 3584 nvmem-cell-names = "d 3098 nvmem-cell-names = "dp_calibration_data"; 3585 power-domains = <&spm 3099 power-domains = <&spm MT8195_POWER_DOMAIN_EPD_TX>; 3586 interrupts = <GIC_SPI 3100 interrupts = <GIC_SPI 676 IRQ_TYPE_LEVEL_HIGH 0>; 3587 max-linkrate-mhz = <8 3101 max-linkrate-mhz = <8100>; 3588 status = "disabled"; 3102 status = "disabled"; 3589 }; 3103 }; 3590 3104 3591 dp_tx: dp-tx@1c600000 { 3105 dp_tx: dp-tx@1c600000 { 3592 compatible = "mediate 3106 compatible = "mediatek,mt8195-dp-tx"; 3593 reg = <0 0x1c600000 0 3107 reg = <0 0x1c600000 0 0x8000>; 3594 nvmem-cells = <&dp_ca 3108 nvmem-cells = <&dp_calibration>; 3595 nvmem-cell-names = "d 3109 nvmem-cell-names = "dp_calibration_data"; 3596 power-domains = <&spm 3110 power-domains = <&spm MT8195_POWER_DOMAIN_DP_TX>; 3597 interrupts = <GIC_SPI 3111 interrupts = <GIC_SPI 458 IRQ_TYPE_LEVEL_HIGH 0>; 3598 max-linkrate-mhz = <8 3112 max-linkrate-mhz = <8100>; 3599 status = "disabled"; 3113 status = "disabled"; 3600 }; 3114 }; 3601 }; 3115 }; 3602 3116 3603 thermal_zones: thermal-zones { 3117 thermal_zones: thermal-zones { 3604 cpu0-thermal { 3118 cpu0-thermal { 3605 polling-delay = <1000 3119 polling-delay = <1000>; 3606 polling-delay-passive 3120 polling-delay-passive = <250>; 3607 thermal-sensors = <&l 3121 thermal-sensors = <&lvts_mcu MT8195_MCU_LITTLE_CPU0>; 3608 3122 3609 trips { 3123 trips { 3610 cpu0_alert: t 3124 cpu0_alert: trip-alert { 3611 tempe 3125 temperature = <85000>; 3612 hyste 3126 hysteresis = <2000>; 3613 type 3127 type = "passive"; 3614 }; 3128 }; 3615 3129 3616 cpu0_crit: tr 3130 cpu0_crit: trip-crit { 3617 tempe 3131 temperature = <100000>; 3618 hyste 3132 hysteresis = <2000>; 3619 type 3133 type = "critical"; 3620 }; 3134 }; 3621 }; 3135 }; 3622 3136 3623 cooling-maps { 3137 cooling-maps { 3624 map0 { 3138 map0 { 3625 trip 3139 trip = <&cpu0_alert>; 3626 cooli 3140 cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3627 3141 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3628 3142 <&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3629 3143 <&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3630 }; 3144 }; 3631 }; 3145 }; 3632 }; 3146 }; 3633 3147 3634 cpu1-thermal { 3148 cpu1-thermal { 3635 polling-delay = <1000 3149 polling-delay = <1000>; 3636 polling-delay-passive 3150 polling-delay-passive = <250>; 3637 thermal-sensors = <&l 3151 thermal-sensors = <&lvts_mcu MT8195_MCU_LITTLE_CPU1>; 3638 3152 3639 trips { 3153 trips { 3640 cpu1_alert: t 3154 cpu1_alert: trip-alert { 3641 tempe 3155 temperature = <85000>; 3642 hyste 3156 hysteresis = <2000>; 3643 type 3157 type = "passive"; 3644 }; 3158 }; 3645 3159 3646 cpu1_crit: tr 3160 cpu1_crit: trip-crit { 3647 tempe 3161 temperature = <100000>; 3648 hyste 3162 hysteresis = <2000>; 3649 type 3163 type = "critical"; 3650 }; 3164 }; 3651 }; 3165 }; 3652 3166 3653 cooling-maps { 3167 cooling-maps { 3654 map0 { 3168 map0 { 3655 trip 3169 trip = <&cpu1_alert>; 3656 cooli 3170 cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3657 3171 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3658 3172 <&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3659 3173 <&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3660 }; 3174 }; 3661 }; 3175 }; 3662 }; 3176 }; 3663 3177 3664 cpu2-thermal { 3178 cpu2-thermal { 3665 polling-delay = <1000 3179 polling-delay = <1000>; 3666 polling-delay-passive 3180 polling-delay-passive = <250>; 3667 thermal-sensors = <&l 3181 thermal-sensors = <&lvts_mcu MT8195_MCU_LITTLE_CPU2>; 3668 3182 3669 trips { 3183 trips { 3670 cpu2_alert: t 3184 cpu2_alert: trip-alert { 3671 tempe 3185 temperature = <85000>; 3672 hyste 3186 hysteresis = <2000>; 3673 type 3187 type = "passive"; 3674 }; 3188 }; 3675 3189 3676 cpu2_crit: tr 3190 cpu2_crit: trip-crit { 3677 tempe 3191 temperature = <100000>; 3678 hyste 3192 hysteresis = <2000>; 3679 type 3193 type = "critical"; 3680 }; 3194 }; 3681 }; 3195 }; 3682 3196 3683 cooling-maps { 3197 cooling-maps { 3684 map0 { 3198 map0 { 3685 trip 3199 trip = <&cpu2_alert>; 3686 cooli 3200 cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3687 3201 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3688 3202 <&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3689 3203 <&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3690 }; 3204 }; 3691 }; 3205 }; 3692 }; 3206 }; 3693 3207 3694 cpu3-thermal { 3208 cpu3-thermal { 3695 polling-delay = <1000 3209 polling-delay = <1000>; 3696 polling-delay-passive 3210 polling-delay-passive = <250>; 3697 thermal-sensors = <&l 3211 thermal-sensors = <&lvts_mcu MT8195_MCU_LITTLE_CPU3>; 3698 3212 3699 trips { 3213 trips { 3700 cpu3_alert: t 3214 cpu3_alert: trip-alert { 3701 tempe 3215 temperature = <85000>; 3702 hyste 3216 hysteresis = <2000>; 3703 type 3217 type = "passive"; 3704 }; 3218 }; 3705 3219 3706 cpu3_crit: tr 3220 cpu3_crit: trip-crit { 3707 tempe 3221 temperature = <100000>; 3708 hyste 3222 hysteresis = <2000>; 3709 type 3223 type = "critical"; 3710 }; 3224 }; 3711 }; 3225 }; 3712 3226 3713 cooling-maps { 3227 cooling-maps { 3714 map0 { 3228 map0 { 3715 trip 3229 trip = <&cpu3_alert>; 3716 cooli 3230 cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3717 3231 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3718 3232 <&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3719 3233 <&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3720 }; 3234 }; 3721 }; 3235 }; 3722 }; 3236 }; 3723 3237 3724 cpu4-thermal { 3238 cpu4-thermal { 3725 polling-delay = <1000 3239 polling-delay = <1000>; 3726 polling-delay-passive 3240 polling-delay-passive = <250>; 3727 thermal-sensors = <&l 3241 thermal-sensors = <&lvts_mcu MT8195_MCU_BIG_CPU0>; 3728 3242 3729 trips { 3243 trips { 3730 cpu4_alert: t 3244 cpu4_alert: trip-alert { 3731 tempe 3245 temperature = <85000>; 3732 hyste 3246 hysteresis = <2000>; 3733 type 3247 type = "passive"; 3734 }; 3248 }; 3735 3249 3736 cpu4_crit: tr 3250 cpu4_crit: trip-crit { 3737 tempe 3251 temperature = <100000>; 3738 hyste 3252 hysteresis = <2000>; 3739 type 3253 type = "critical"; 3740 }; 3254 }; 3741 }; 3255 }; 3742 3256 3743 cooling-maps { 3257 cooling-maps { 3744 map0 { 3258 map0 { 3745 trip 3259 trip = <&cpu4_alert>; 3746 cooli 3260 cooling-device = <&cpu4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3747 3261 <&cpu5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3748 3262 <&cpu6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3749 3263 <&cpu7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3750 }; 3264 }; 3751 }; 3265 }; 3752 }; 3266 }; 3753 3267 3754 cpu5-thermal { 3268 cpu5-thermal { 3755 polling-delay = <1000 3269 polling-delay = <1000>; 3756 polling-delay-passive 3270 polling-delay-passive = <250>; 3757 thermal-sensors = <&l 3271 thermal-sensors = <&lvts_mcu MT8195_MCU_BIG_CPU1>; 3758 3272 3759 trips { 3273 trips { 3760 cpu5_alert: t 3274 cpu5_alert: trip-alert { 3761 tempe 3275 temperature = <85000>; 3762 hyste 3276 hysteresis = <2000>; 3763 type 3277 type = "passive"; 3764 }; 3278 }; 3765 3279 3766 cpu5_crit: tr 3280 cpu5_crit: trip-crit { 3767 tempe 3281 temperature = <100000>; 3768 hyste 3282 hysteresis = <2000>; 3769 type 3283 type = "critical"; 3770 }; 3284 }; 3771 }; 3285 }; 3772 3286 3773 cooling-maps { 3287 cooling-maps { 3774 map0 { 3288 map0 { 3775 trip 3289 trip = <&cpu5_alert>; 3776 cooli 3290 cooling-device = <&cpu4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3777 3291 <&cpu5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3778 3292 <&cpu6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3779 3293 <&cpu7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3780 }; 3294 }; 3781 }; 3295 }; 3782 }; 3296 }; 3783 3297 3784 cpu6-thermal { 3298 cpu6-thermal { 3785 polling-delay = <1000 3299 polling-delay = <1000>; 3786 polling-delay-passive 3300 polling-delay-passive = <250>; 3787 thermal-sensors = <&l 3301 thermal-sensors = <&lvts_mcu MT8195_MCU_BIG_CPU2>; 3788 3302 3789 trips { 3303 trips { 3790 cpu6_alert: t 3304 cpu6_alert: trip-alert { 3791 tempe 3305 temperature = <85000>; 3792 hyste 3306 hysteresis = <2000>; 3793 type 3307 type = "passive"; 3794 }; 3308 }; 3795 3309 3796 cpu6_crit: tr 3310 cpu6_crit: trip-crit { 3797 tempe 3311 temperature = <100000>; 3798 hyste 3312 hysteresis = <2000>; 3799 type 3313 type = "critical"; 3800 }; 3314 }; 3801 }; 3315 }; 3802 3316 3803 cooling-maps { 3317 cooling-maps { 3804 map0 { 3318 map0 { 3805 trip 3319 trip = <&cpu6_alert>; 3806 cooli 3320 cooling-device = <&cpu4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3807 3321 <&cpu5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3808 3322 <&cpu6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3809 3323 <&cpu7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3810 }; 3324 }; 3811 }; 3325 }; 3812 }; 3326 }; 3813 3327 3814 cpu7-thermal { 3328 cpu7-thermal { 3815 polling-delay = <1000 3329 polling-delay = <1000>; 3816 polling-delay-passive 3330 polling-delay-passive = <250>; 3817 thermal-sensors = <&l 3331 thermal-sensors = <&lvts_mcu MT8195_MCU_BIG_CPU3>; 3818 3332 3819 trips { 3333 trips { 3820 cpu7_alert: t 3334 cpu7_alert: trip-alert { 3821 tempe 3335 temperature = <85000>; 3822 hyste 3336 hysteresis = <2000>; 3823 type 3337 type = "passive"; 3824 }; 3338 }; 3825 3339 3826 cpu7_crit: tr 3340 cpu7_crit: trip-crit { 3827 tempe 3341 temperature = <100000>; 3828 hyste 3342 hysteresis = <2000>; 3829 type 3343 type = "critical"; 3830 }; 3344 }; 3831 }; 3345 }; 3832 3346 3833 cooling-maps { 3347 cooling-maps { 3834 map0 { 3348 map0 { 3835 trip 3349 trip = <&cpu7_alert>; 3836 cooli 3350 cooling-device = <&cpu4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3837 3351 <&cpu5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3838 3352 <&cpu6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3839 3353 <&cpu7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3840 }; 3354 }; 3841 }; 3355 }; 3842 }; 3356 }; 3843 3357 3844 vpu0-thermal { 3358 vpu0-thermal { 3845 polling-delay = <1000 3359 polling-delay = <1000>; 3846 polling-delay-passive 3360 polling-delay-passive = <250>; 3847 thermal-sensors = <&l 3361 thermal-sensors = <&lvts_ap MT8195_AP_VPU0>; 3848 3362 3849 trips { 3363 trips { 3850 vpu0_alert: t 3364 vpu0_alert: trip-alert { 3851 tempe 3365 temperature = <85000>; 3852 hyste 3366 hysteresis = <2000>; 3853 type 3367 type = "passive"; 3854 }; 3368 }; 3855 3369 3856 vpu0_crit: tr 3370 vpu0_crit: trip-crit { 3857 tempe 3371 temperature = <100000>; 3858 hyste 3372 hysteresis = <2000>; 3859 type 3373 type = "critical"; 3860 }; 3374 }; 3861 }; 3375 }; 3862 }; 3376 }; 3863 3377 3864 vpu1-thermal { 3378 vpu1-thermal { 3865 polling-delay = <1000 3379 polling-delay = <1000>; 3866 polling-delay-passive 3380 polling-delay-passive = <250>; 3867 thermal-sensors = <&l 3381 thermal-sensors = <&lvts_ap MT8195_AP_VPU1>; 3868 3382 3869 trips { 3383 trips { 3870 vpu1_alert: t 3384 vpu1_alert: trip-alert { 3871 tempe 3385 temperature = <85000>; 3872 hyste 3386 hysteresis = <2000>; 3873 type 3387 type = "passive"; 3874 }; 3388 }; 3875 3389 3876 vpu1_crit: tr 3390 vpu1_crit: trip-crit { 3877 tempe 3391 temperature = <100000>; 3878 hyste 3392 hysteresis = <2000>; 3879 type 3393 type = "critical"; 3880 }; 3394 }; 3881 }; 3395 }; 3882 }; 3396 }; 3883 3397 3884 gpu-thermal { 3398 gpu-thermal { 3885 polling-delay = <1000 3399 polling-delay = <1000>; 3886 polling-delay-passive 3400 polling-delay-passive = <250>; 3887 thermal-sensors = <&l 3401 thermal-sensors = <&lvts_ap MT8195_AP_GPU0>; 3888 3402 3889 trips { 3403 trips { 3890 gpu0_alert: t 3404 gpu0_alert: trip-alert { 3891 tempe 3405 temperature = <85000>; 3892 hyste 3406 hysteresis = <2000>; 3893 type 3407 type = "passive"; 3894 }; 3408 }; 3895 3409 3896 gpu0_crit: tr 3410 gpu0_crit: trip-crit { 3897 tempe 3411 temperature = <100000>; 3898 hyste 3412 hysteresis = <2000>; 3899 type 3413 type = "critical"; 3900 }; 3414 }; 3901 }; 3415 }; 3902 }; 3416 }; 3903 3417 3904 gpu1-thermal { 3418 gpu1-thermal { 3905 polling-delay = <1000 3419 polling-delay = <1000>; 3906 polling-delay-passive 3420 polling-delay-passive = <250>; 3907 thermal-sensors = <&l 3421 thermal-sensors = <&lvts_ap MT8195_AP_GPU1>; 3908 3422 3909 trips { 3423 trips { 3910 gpu1_alert: t 3424 gpu1_alert: trip-alert { 3911 tempe 3425 temperature = <85000>; 3912 hyste 3426 hysteresis = <2000>; 3913 type 3427 type = "passive"; 3914 }; 3428 }; 3915 3429 3916 gpu1_crit: tr 3430 gpu1_crit: trip-crit { 3917 tempe 3431 temperature = <100000>; 3918 hyste 3432 hysteresis = <2000>; 3919 type 3433 type = "critical"; 3920 }; 3434 }; 3921 }; 3435 }; 3922 }; 3436 }; 3923 3437 3924 vdec-thermal { 3438 vdec-thermal { 3925 polling-delay = <1000 3439 polling-delay = <1000>; 3926 polling-delay-passive 3440 polling-delay-passive = <250>; 3927 thermal-sensors = <&l 3441 thermal-sensors = <&lvts_ap MT8195_AP_VDEC>; 3928 3442 3929 trips { 3443 trips { 3930 vdec_alert: t 3444 vdec_alert: trip-alert { 3931 tempe 3445 temperature = <85000>; 3932 hyste 3446 hysteresis = <2000>; 3933 type 3447 type = "passive"; 3934 }; 3448 }; 3935 3449 3936 vdec_crit: tr 3450 vdec_crit: trip-crit { 3937 tempe 3451 temperature = <100000>; 3938 hyste 3452 hysteresis = <2000>; 3939 type 3453 type = "critical"; 3940 }; 3454 }; 3941 }; 3455 }; 3942 }; 3456 }; 3943 3457 3944 img-thermal { 3458 img-thermal { 3945 polling-delay = <1000 3459 polling-delay = <1000>; 3946 polling-delay-passive 3460 polling-delay-passive = <250>; 3947 thermal-sensors = <&l 3461 thermal-sensors = <&lvts_ap MT8195_AP_IMG>; 3948 3462 3949 trips { 3463 trips { 3950 img_alert: tr 3464 img_alert: trip-alert { 3951 tempe 3465 temperature = <85000>; 3952 hyste 3466 hysteresis = <2000>; 3953 type 3467 type = "passive"; 3954 }; 3468 }; 3955 3469 3956 img_crit: tri 3470 img_crit: trip-crit { 3957 tempe 3471 temperature = <100000>; 3958 hyste 3472 hysteresis = <2000>; 3959 type 3473 type = "critical"; 3960 }; 3474 }; 3961 }; 3475 }; 3962 }; 3476 }; 3963 3477 3964 infra-thermal { 3478 infra-thermal { 3965 polling-delay = <1000 3479 polling-delay = <1000>; 3966 polling-delay-passive 3480 polling-delay-passive = <250>; 3967 thermal-sensors = <&l 3481 thermal-sensors = <&lvts_ap MT8195_AP_INFRA>; 3968 3482 3969 trips { 3483 trips { 3970 infra_alert: 3484 infra_alert: trip-alert { 3971 tempe 3485 temperature = <85000>; 3972 hyste 3486 hysteresis = <2000>; 3973 type 3487 type = "passive"; 3974 }; 3488 }; 3975 3489 3976 infra_crit: t 3490 infra_crit: trip-crit { 3977 tempe 3491 temperature = <100000>; 3978 hyste 3492 hysteresis = <2000>; 3979 type 3493 type = "critical"; 3980 }; 3494 }; 3981 }; 3495 }; 3982 }; 3496 }; 3983 3497 3984 cam0-thermal { 3498 cam0-thermal { 3985 polling-delay = <1000 3499 polling-delay = <1000>; 3986 polling-delay-passive 3500 polling-delay-passive = <250>; 3987 thermal-sensors = <&l 3501 thermal-sensors = <&lvts_ap MT8195_AP_CAM0>; 3988 3502 3989 trips { 3503 trips { 3990 cam0_alert: t 3504 cam0_alert: trip-alert { 3991 tempe 3505 temperature = <85000>; 3992 hyste 3506 hysteresis = <2000>; 3993 type 3507 type = "passive"; 3994 }; 3508 }; 3995 3509 3996 cam0_crit: tr 3510 cam0_crit: trip-crit { 3997 tempe 3511 temperature = <100000>; 3998 hyste 3512 hysteresis = <2000>; 3999 type 3513 type = "critical"; 4000 }; 3514 }; 4001 }; 3515 }; 4002 }; 3516 }; 4003 3517 4004 cam1-thermal { 3518 cam1-thermal { 4005 polling-delay = <1000 3519 polling-delay = <1000>; 4006 polling-delay-passive 3520 polling-delay-passive = <250>; 4007 thermal-sensors = <&l 3521 thermal-sensors = <&lvts_ap MT8195_AP_CAM1>; 4008 3522 4009 trips { 3523 trips { 4010 cam1_alert: t 3524 cam1_alert: trip-alert { 4011 tempe 3525 temperature = <85000>; 4012 hyste 3526 hysteresis = <2000>; 4013 type 3527 type = "passive"; 4014 }; 3528 }; 4015 3529 4016 cam1_crit: tr 3530 cam1_crit: trip-crit { 4017 tempe 3531 temperature = <100000>; 4018 hyste 3532 hysteresis = <2000>; 4019 type 3533 type = "critical"; 4020 }; 3534 }; 4021 }; 3535 }; 4022 }; 3536 }; 4023 }; 3537 }; 4024 }; 3538 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.