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