// SPDX-License-Identifier: (GPL-2.0 OR MIT) /* * Copyright (c) 2021 MediaTek Inc. * Author: Seiya Wang */ /dts-v1/; #include #include #include #include #include #include #include #include #include #include #include / { compatible = "mediatek,mt8195"; interrupt-parent = <&gic>; #address-cells = <2>; #size-cells = <2>; aliases { dp-intf0 = &dp_intf0; dp-intf1 = &dp_intf1; gce0 = &gce0; gce1 = &gce1; ethdr0 = ðdr0; mutex0 = &mutex; mutex1 = &mutex1; merge1 = &merge1; merge2 = &merge2; merge3 = &merge3; merge4 = &merge4; merge5 = &merge5; vdo1-rdma0 = &vdo1_rdma0; vdo1-rdma1 = &vdo1_rdma1; vdo1-rdma2 = &vdo1_rdma2; vdo1-rdma3 = &vdo1_rdma3; vdo1-rdma4 = &vdo1_rdma4; vdo1-rdma5 = &vdo1_rdma5; vdo1-rdma6 = &vdo1_rdma6; vdo1-rdma7 = &vdo1_rdma7; }; cpus { #address-cells = <1>; #size-cells = <0>; cpu0: cpu@0 { device_type = "cpu"; compatible = "arm,cortex-a55"; reg = <0x000>; enable-method = "psci"; performance-domains = <&performance 0>; clock-frequency = <1701000000>; capacity-dmips-mhz = <308>; cpu-idle-states = <&cpu_ret_l &cpu_off_l>; i-cache-size = <32768>; i-cache-line-size = <64>; i-cache-sets = <128>; d-cache-size = <32768>; d-cache-line-size = <64>; d-cache-sets = <128>; next-level-cache = <&l2_0>; #cooling-cells = <2>; }; cpu1: cpu@100 { device_type = "cpu"; compatible = "arm,cortex-a55"; reg = <0x100>; enable-method = "psci"; performance-domains = <&performance 0>; clock-frequency = <1701000000>; capacity-dmips-mhz = <308>; cpu-idle-states = <&cpu_ret_l &cpu_off_l>; i-cache-size = <32768>; i-cache-line-size = <64>; i-cache-sets = <128>; d-cache-size = <32768>; d-cache-line-size = <64>; d-cache-sets = <128>; next-level-cache = <&l2_0>; #cooling-cells = <2>; }; cpu2: cpu@200 { device_type = "cpu"; compatible = "arm,cortex-a55"; reg = <0x200>; enable-method = "psci"; performance-domains = <&performance 0>; clock-frequency = <1701000000>; capacity-dmips-mhz = <308>; cpu-idle-states = <&cpu_ret_l &cpu_off_l>; i-cache-size = <32768>; i-cache-line-size = <64>; i-cache-sets = <128>; d-cache-size = <32768>; d-cache-line-size = <64>; d-cache-sets = <128>; next-level-cache = <&l2_0>; #cooling-cells = <2>; }; cpu3: cpu@300 { device_type = "cpu"; compatible = "arm,cortex-a55"; reg = <0x300>; enable-method = "psci"; performance-domains = <&performance 0>; clock-frequency = <1701000000>; capacity-dmips-mhz = <308>; cpu-idle-states = <&cpu_ret_l &cpu_off_l>; i-cache-size = <32768>; i-cache-line-size = <64>; i-cache-sets = <128>; d-cache-size = <32768>; d-cache-line-size = <64>; d-cache-sets = <128>; next-level-cache = <&l2_0>; #cooling-cells = <2>; }; cpu4: cpu@400 { device_type = "cpu"; compatible = "arm,cortex-a78"; reg = <0x400>; enable-method = "psci"; performance-domains = <&performance 1>; clock-frequency = <2171000000>; capacity-dmips-mhz = <1024>; cpu-idle-states = <&cpu_ret_b &cpu_off_b>; i-cache-size = <65536>; i-cache-line-size = <64>; i-cache-sets = <256>; d-cache-size = <65536>; d-cache-line-size = <64>; d-cache-sets = <256>; next-level-cache = <&l2_1>; #cooling-cells = <2>; }; cpu5: cpu@500 { device_type = "cpu"; compatible = "arm,cortex-a78"; reg = <0x500>; enable-method = "psci"; performance-domains = <&performance 1>; clock-frequency = <2171000000>; capacity-dmips-mhz = <1024>; cpu-idle-states = <&cpu_ret_b &cpu_off_b>; i-cache-size = <65536>; i-cache-line-size = <64>; i-cache-sets = <256>; d-cache-size = <65536>; d-cache-line-size = <64>; d-cache-sets = <256>; next-level-cache = <&l2_1>; #cooling-cells = <2>; }; cpu6: cpu@600 { device_type = "cpu"; compatible = "arm,cortex-a78"; reg = <0x600>; enable-method = "psci"; performance-domains = <&performance 1>; clock-frequency = <2171000000>; capacity-dmips-mhz = <1024>; cpu-idle-states = <&cpu_ret_b &cpu_off_b>; i-cache-size = <65536>; i-cache-line-size = <64>; i-cache-sets = <256>; d-cache-size = <65536>; d-cache-line-size = <64>; d-cache-sets = <256>; next-level-cache = <&l2_1>; #cooling-cells = <2>; }; cpu7: cpu@700 { device_type = "cpu"; compatible = "arm,cortex-a78"; reg = <0x700>; enable-method = "psci"; performance-domains = <&performance 1>; clock-frequency = <2171000000>; capacity-dmips-mhz = <1024>; cpu-idle-states = <&cpu_ret_b &cpu_off_b>; i-cache-size = <65536>; i-cache-line-size = <64>; i-cache-sets = <256>; d-cache-size = <65536>; d-cache-line-size = <64>; d-cache-sets = <256>; next-level-cache = <&l2_1>; #cooling-cells = <2>; }; cpu-map { cluster0 { core0 { cpu = <&cpu0>; }; core1 { cpu = <&cpu1>; }; core2 { cpu = <&cpu2>; }; core3 { cpu = <&cpu3>; }; core4 { cpu = <&cpu4>; }; core5 { cpu = <&cpu5>; }; core6 { cpu = <&cpu6>; }; core7 { cpu = <&cpu7>; }; }; }; idle-states { entry-method = "psci"; cpu_ret_l: cpu-retention-l { compatible = "arm,idle-state"; arm,psci-suspend-param = <0x00010001>; local-timer-stop; entry-latency-us = <50>; exit-latency-us = <95>; min-residency-us = <580>; }; cpu_ret_b: cpu-retention-b { compatible = "arm,idle-state"; arm,psci-suspend-param = <0x00010001>; local-timer-stop; entry-latency-us = <45>; exit-latency-us = <140>; min-residency-us = <740>; }; cpu_off_l: cpu-off-l { compatible = "arm,idle-state"; arm,psci-suspend-param = <0x01010002>; local-timer-stop; entry-latency-us = <55>; exit-latency-us = <155>; min-residency-us = <840>; }; cpu_off_b: cpu-off-b { compatible = "arm,idle-state"; arm,psci-suspend-param = <0x01010002>; local-timer-stop; entry-latency-us = <50>; exit-latency-us = <200>; min-residency-us = <1000>; }; }; l2_0: l2-cache0 { compatible = "cache"; cache-level = <2>; cache-size = <131072>; cache-line-size = <64>; cache-sets = <512>; next-level-cache = <&l3_0>; cache-unified; }; l2_1: l2-cache1 { compatible = "cache"; cache-level = <2>; cache-size = <262144>; cache-line-size = <64>; cache-sets = <512>; next-level-cache = <&l3_0>; cache-unified; }; l3_0: l3-cache { compatible = "cache"; cache-level = <3>; cache-size = <2097152>; cache-line-size = <64>; cache-sets = <2048>; cache-unified; }; }; dsu-pmu { compatible = "arm,dsu-pmu"; interrupts = ; cpus = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>, <&cpu4>, <&cpu5>, <&cpu6>, <&cpu7>; status = "fail"; }; dmic_codec: dmic-codec { compatible = "dmic-codec"; num-channels = <2>; wakeup-delay-ms = <50>; }; sound: mt8195-sound { mediatek,platform = <&afe>; status = "disabled"; }; clk13m: fixed-factor-clock-13m { compatible = "fixed-factor-clock"; #clock-cells = <0>; clocks = <&clk26m>; clock-div = <2>; clock-mult = <1>; clock-output-names = "clk13m"; }; clk26m: oscillator-26m { compatible = "fixed-clock"; #clock-cells = <0>; clock-frequency = <26000000>; clock-output-names = "clk26m"; }; clk32k: oscillator-32k { compatible = "fixed-clock"; #clock-cells = <0>; clock-frequency = <32768>; clock-output-names = "clk32k"; }; performance: performance-controller@11bc10 { compatible = "mediatek,cpufreq-hw"; reg = <0 0x0011bc10 0 0x120>, <0 0x0011bd30 0 0x120>; #performance-domain-cells = <1>; }; gpu_opp_table: opp-table-gpu { compatible = "operating-points-v2"; opp-shared; opp-390000000 { opp-hz = /bits/ 64 <390000000>; opp-microvolt = <625000>; }; opp-410000000 { opp-hz = /bits/ 64 <410000000>; opp-microvolt = <631250>; }; opp-431000000 { opp-hz = /bits/ 64 <431000000>; opp-microvolt = <631250>; }; opp-473000000 { opp-hz = /bits/ 64 <473000000>; opp-microvolt = <637500>; }; opp-515000000 { opp-hz = /bits/ 64 <515000000>; opp-microvolt = <637500>; }; opp-556000000 { opp-hz = /bits/ 64 <556000000>; opp-microvolt = <643750>; }; opp-598000000 { opp-hz = /bits/ 64 <598000000>; opp-microvolt = <650000>; }; opp-640000000 { opp-hz = /bits/ 64 <640000000>; opp-microvolt = <650000>; }; opp-670000000 { opp-hz = /bits/ 64 <670000000>; opp-microvolt = <662500>; }; opp-700000000 { opp-hz = /bits/ 64 <700000000>; opp-microvolt = <675000>; }; opp-730000000 { opp-hz = /bits/ 64 <730000000>; opp-microvolt = <687500>; }; opp-760000000 { opp-hz = /bits/ 64 <760000000>; opp-microvolt = <700000>; }; opp-790000000 { opp-hz = /bits/ 64 <790000000>; opp-microvolt = <712500>; }; opp-820000000 { opp-hz = /bits/ 64 <820000000>; opp-microvolt = <725000>; }; opp-850000000 { opp-hz = /bits/ 64 <850000000>; opp-microvolt = <737500>; }; opp-880000000 { opp-hz = /bits/ 64 <880000000>; opp-microvolt = <750000>; }; }; pmu-a55 { compatible = "arm,cortex-a55-pmu"; interrupt-parent = <&gic>; interrupts = ; }; pmu-a78 { compatible = "arm,cortex-a78-pmu"; interrupt-parent = <&gic>; interrupts = ; }; psci { compatible = "arm,psci-1.0"; method = "smc"; }; timer: timer { compatible = "arm,armv8-timer"; interrupt-parent = <&gic>; interrupts = , , , ; }; soc { #address-cells = <2>; #size-cells = <2>; compatible = "simple-bus"; ranges; dma-ranges = <0x0 0x0 0x0 0x0 0x4 0x0>; gic: interrupt-controller@c000000 { compatible = "arm,gic-v3"; #interrupt-cells = <4>; #redistributor-regions = <1>; interrupt-parent = <&gic>; interrupt-controller; reg = <0 0x0c000000 0 0x40000>, <0 0x0c040000 0 0x200000>; interrupts = ; ppi-partitions { ppi_cluster0: interrupt-partition-0 { affinity = <&cpu0 &cpu1 &cpu2 &cpu3>; }; ppi_cluster1: interrupt-partition-1 { affinity = <&cpu4 &cpu5 &cpu6 &cpu7>; }; }; }; topckgen: syscon@10000000 { compatible = "mediatek,mt8195-topckgen", "syscon"; reg = <0 0x10000000 0 0x1000>; #clock-cells = <1>; }; infracfg_ao: syscon@10001000 { compatible = "mediatek,mt8195-infracfg_ao", "syscon", "simple-mfd"; reg = <0 0x10001000 0 0x1000>; #clock-cells = <1>; #reset-cells = <1>; }; pericfg: syscon@10003000 { compatible = "mediatek,mt8195-pericfg", "syscon"; reg = <0 0x10003000 0 0x1000>; #clock-cells = <1>; }; pio: pinctrl@10005000 { compatible = "mediatek,mt8195-pinctrl"; reg = <0 0x10005000 0 0x1000>, <0 0x11d10000 0 0x1000>, <0 0x11d30000 0 0x1000>, <0 0x11d40000 0 0x1000>, <0 0x11e20000 0 0x1000>, <0 0x11eb0000 0 0x1000>, <0 0x11f40000 0 0x1000>, <0 0x1000b000 0 0x1000>; reg-names = "iocfg0", "iocfg_bm", "iocfg_bl", "iocfg_br", "iocfg_lm", "iocfg_rb", "iocfg_tl", "eint"; gpio-controller; #gpio-cells = <2>; gpio-ranges = <&pio 0 0 144>; interrupt-controller; interrupts = ; #interrupt-cells = <2>; }; scpsys: syscon@10006000 { compatible = "mediatek,mt8195-scpsys", "syscon", "simple-mfd"; reg = <0 0x10006000 0 0x1000>; /* System Power Manager */ spm: power-controller { compatible = "mediatek,mt8195-power-controller"; #address-cells = <1>; #size-cells = <0>; #power-domain-cells = <1>; /* power domain of the SoC */ mfg0: power-domain@MT8195_POWER_DOMAIN_MFG0 { reg = ; #address-cells = <1>; #size-cells = <0>; #power-domain-cells = <1>; power-domain@MT8195_POWER_DOMAIN_MFG1 { reg = ; clocks = <&apmixedsys CLK_APMIXED_MFGPLL>, <&topckgen CLK_TOP_MFG_CORE_TMP>; clock-names = "mfg", "alt"; mediatek,infracfg = <&infracfg_ao>; #address-cells = <1>; #size-cells = <0>; #power-domain-cells = <1>; power-domain@MT8195_POWER_DOMAIN_MFG2 { reg = ; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_MFG3 { reg = ; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_MFG4 { reg = ; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_MFG5 { reg = ; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_MFG6 { reg = ; #power-domain-cells = <0>; }; }; }; power-domain@MT8195_POWER_DOMAIN_VPPSYS0 { reg = ; clocks = <&topckgen CLK_TOP_VPP>, <&topckgen CLK_TOP_CAM>, <&topckgen CLK_TOP_CCU>, <&topckgen CLK_TOP_IMG>, <&topckgen CLK_TOP_VENC>, <&topckgen CLK_TOP_VDEC>, <&topckgen CLK_TOP_WPE_VPP>, <&topckgen CLK_TOP_CFG_VPP0>, <&vppsys0 CLK_VPP0_SMI_COMMON>, <&vppsys0 CLK_VPP0_GALS_VDO0_LARB0>, <&vppsys0 CLK_VPP0_GALS_VDO0_LARB1>, <&vppsys0 CLK_VPP0_GALS_VENCSYS>, <&vppsys0 CLK_VPP0_GALS_VENCSYS_CORE1>, <&vppsys0 CLK_VPP0_GALS_INFRA>, <&vppsys0 CLK_VPP0_GALS_CAMSYS>, <&vppsys0 CLK_VPP0_GALS_VPP1_LARB5>, <&vppsys0 CLK_VPP0_GALS_VPP1_LARB6>, <&vppsys0 CLK_VPP0_SMI_REORDER>, <&vppsys0 CLK_VPP0_SMI_IOMMU>, <&vppsys0 CLK_VPP0_GALS_IMGSYS_CAMSYS>, <&vppsys0 CLK_VPP0_GALS_EMI0_EMI1>, <&vppsys0 CLK_VPP0_SMI_SUB_COMMON_REORDER>, <&vppsys0 CLK_VPP0_SMI_RSI>, <&vppsys0 CLK_VPP0_SMI_COMMON_LARB4>, <&vppsys0 CLK_VPP0_GALS_VDEC_VDEC_CORE1>, <&vppsys0 CLK_VPP0_GALS_VPP1_WPE>, <&vppsys0 CLK_VPP0_GALS_VDO0_VDO1_VENCSYS_CORE1>; clock-names = "vppsys", "vppsys1", "vppsys2", "vppsys3", "vppsys4", "vppsys5", "vppsys6", "vppsys7", "vppsys0-0", "vppsys0-1", "vppsys0-2", "vppsys0-3", "vppsys0-4", "vppsys0-5", "vppsys0-6", "vppsys0-7", "vppsys0-8", "vppsys0-9", "vppsys0-10", "vppsys0-11", "vppsys0-12", "vppsys0-13", "vppsys0-14", "vppsys0-15", "vppsys0-16", "vppsys0-17", "vppsys0-18"; mediatek,infracfg = <&infracfg_ao>; #address-cells = <1>; #size-cells = <0>; #power-domain-cells = <1>; power-domain@MT8195_POWER_DOMAIN_VDEC1 { reg = ; clocks = <&vdecsys CLK_VDEC_LARB1>; clock-names = "vdec1-0"; mediatek,infracfg = <&infracfg_ao>; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_VENC_CORE1 { reg = ; clocks = <&vencsys_core1 CLK_VENC_CORE1_LARB>; clock-names = "venc1-larb"; mediatek,infracfg = <&infracfg_ao>; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_VDOSYS0 { reg = ; clocks = <&topckgen CLK_TOP_CFG_VDO0>, <&vdosys0 CLK_VDO0_SMI_GALS>, <&vdosys0 CLK_VDO0_SMI_COMMON>, <&vdosys0 CLK_VDO0_SMI_EMI>, <&vdosys0 CLK_VDO0_SMI_IOMMU>, <&vdosys0 CLK_VDO0_SMI_LARB>, <&vdosys0 CLK_VDO0_SMI_RSI>; clock-names = "vdosys0", "vdosys0-0", "vdosys0-1", "vdosys0-2", "vdosys0-3", "vdosys0-4", "vdosys0-5"; mediatek,infracfg = <&infracfg_ao>; #address-cells = <1>; #size-cells = <0>; #power-domain-cells = <1>; power-domain@MT8195_POWER_DOMAIN_VPPSYS1 { reg = ; clocks = <&topckgen CLK_TOP_CFG_VPP1>, <&vppsys1 CLK_VPP1_VPPSYS1_GALS>, <&vppsys1 CLK_VPP1_VPPSYS1_LARB>; clock-names = "vppsys1", "vppsys1-0", "vppsys1-1"; mediatek,infracfg = <&infracfg_ao>; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_WPESYS { reg = ; clocks = <&wpesys CLK_WPE_SMI_LARB7>, <&wpesys CLK_WPE_SMI_LARB8>, <&wpesys CLK_WPE_SMI_LARB7_P>, <&wpesys CLK_WPE_SMI_LARB8_P>; clock-names = "wepsys-0", "wepsys-1", "wepsys-2", "wepsys-3"; mediatek,infracfg = <&infracfg_ao>; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_VDEC0 { reg = ; clocks = <&vdecsys_soc CLK_VDEC_SOC_LARB1>; clock-names = "vdec0-0"; mediatek,infracfg = <&infracfg_ao>; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_VDEC2 { reg = ; clocks = <&vdecsys_core1 CLK_VDEC_CORE1_LARB1>; clock-names = "vdec2-0"; mediatek,infracfg = <&infracfg_ao>; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_VENC { reg = ; clocks = <&vencsys CLK_VENC_LARB>; clock-names = "venc0-larb"; mediatek,infracfg = <&infracfg_ao>; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_VDOSYS1 { reg = ; clocks = <&topckgen CLK_TOP_CFG_VDO1>, <&vdosys1 CLK_VDO1_SMI_LARB2>, <&vdosys1 CLK_VDO1_SMI_LARB3>, <&vdosys1 CLK_VDO1_GALS>; clock-names = "vdosys1", "vdosys1-0", "vdosys1-1", "vdosys1-2"; mediatek,infracfg = <&infracfg_ao>; #address-cells = <1>; #size-cells = <0>; #power-domain-cells = <1>; power-domain@MT8195_POWER_DOMAIN_DP_TX { reg = ; mediatek,infracfg = <&infracfg_ao>; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_EPD_TX { reg = ; mediatek,infracfg = <&infracfg_ao>; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_HDMI_TX { reg = ; clocks = <&topckgen CLK_TOP_HDMI_APB>; clock-names = "hdmi_tx"; #power-domain-cells = <0>; }; }; power-domain@MT8195_POWER_DOMAIN_IMG { reg = ; clocks = <&imgsys CLK_IMG_LARB9>, <&imgsys CLK_IMG_GALS>; clock-names = "img-0", "img-1"; mediatek,infracfg = <&infracfg_ao>; #address-cells = <1>; #size-cells = <0>; #power-domain-cells = <1>; power-domain@MT8195_POWER_DOMAIN_DIP { reg = ; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_IPE { reg = ; clocks = <&topckgen CLK_TOP_IPE>, <&imgsys CLK_IMG_IPE>, <&ipesys CLK_IPE_SMI_LARB12>; clock-names = "ipe", "ipe-0", "ipe-1"; mediatek,infracfg = <&infracfg_ao>; #power-domain-cells = <0>; }; }; power-domain@MT8195_POWER_DOMAIN_CAM { reg = ; clocks = <&camsys CLK_CAM_LARB13>, <&camsys CLK_CAM_LARB14>, <&camsys CLK_CAM_CAM2MM0_GALS>, <&camsys CLK_CAM_CAM2MM1_GALS>, <&camsys CLK_CAM_CAM2SYS_GALS>; clock-names = "cam-0", "cam-1", "cam-2", "cam-3", "cam-4"; mediatek,infracfg = <&infracfg_ao>; #address-cells = <1>; #size-cells = <0>; #power-domain-cells = <1>; power-domain@MT8195_POWER_DOMAIN_CAM_RAWA { reg = ; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_CAM_RAWB { reg = ; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_CAM_MRAW { reg = ; #power-domain-cells = <0>; }; }; }; }; power-domain@MT8195_POWER_DOMAIN_PCIE_MAC_P0 { reg = ; mediatek,infracfg = <&infracfg_ao>; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_PCIE_MAC_P1 { reg = ; mediatek,infracfg = <&infracfg_ao>; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_PCIE_PHY { reg = ; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_SSUSB_PCIE_PHY { reg = ; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_CSI_RX_TOP { reg = ; clocks = <&topckgen CLK_TOP_SENINF>, <&topckgen CLK_TOP_SENINF2>; clock-names = "csi_rx_top", "csi_rx_top1"; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_ETHER { reg = ; clocks = <&pericfg_ao CLK_PERI_AO_ETHERNET_MAC>; clock-names = "ether"; #power-domain-cells = <0>; }; power-domain@MT8195_POWER_DOMAIN_ADSP { reg = ; clocks = <&topckgen CLK_TOP_ADSP>, <&topckgen CLK_TOP_AUDIO_LOCAL_BUS>; clock-names = "adsp", "adsp1"; #address-cells = <1>; #size-cells = <0>; mediatek,infracfg = <&infracfg_ao>; #power-domain-cells = <1>; power-domain@MT8195_POWER_DOMAIN_AUDIO { reg = ; clocks = <&topckgen CLK_TOP_A1SYS_HP>, <&topckgen CLK_TOP_AUD_INTBUS>, <&topckgen CLK_TOP_AUDIO_LOCAL_BUS>, <&infracfg_ao CLK_INFRA_AO_AUDIO_26M_B>; clock-names = "audio", "audio1", "audio2", "audio3"; mediatek,infracfg = <&infracfg_ao>; #power-domain-cells = <0>; }; }; }; }; watchdog: watchdog@10007000 { compatible = "mediatek,mt8195-wdt"; mediatek,disable-extrst; reg = <0 0x10007000 0 0x100>; #reset-cells = <1>; }; apmixedsys: syscon@1000c000 { compatible = "mediatek,mt8195-apmixedsys", "syscon"; reg = <0 0x1000c000 0 0x1000>; #clock-cells = <1>; }; systimer: timer@10017000 { compatible = "mediatek,mt8195-timer", "mediatek,mt6765-timer"; reg = <0 0x10017000 0 0x1000>; interrupts = ; clocks = <&clk13m>; }; pwrap: pwrap@10024000 { compatible = "mediatek,mt8195-pwrap", "syscon"; reg = <0 0x10024000 0 0x1000>; reg-names = "pwrap"; interrupts = ; clocks = <&infracfg_ao CLK_INFRA_AO_PMIC_AP>, <&infracfg_ao CLK_INFRA_AO_PMIC_TMR>; clock-names = "spi", "wrap"; assigned-clocks = <&topckgen CLK_TOP_PWRAP_ULPOSC>; assigned-clock-parents = <&topckgen CLK_TOP_ULPOSC1_D10>; }; spmi: spmi@10027000 { compatible = "mediatek,mt8195-spmi"; reg = <0 0x10027000 0 0x000e00>, <0 0x10029000 0 0x000100>; reg-names = "pmif", "spmimst"; clocks = <&infracfg_ao CLK_INFRA_AO_PMIC_AP>, <&infracfg_ao CLK_INFRA_AO_PMIC_TMR>, <&topckgen CLK_TOP_SPMI_M_MST>; clock-names = "pmif_sys_ck", "pmif_tmr_ck", "spmimst_clk_mux"; assigned-clocks = <&topckgen CLK_TOP_PWRAP_ULPOSC>; assigned-clock-parents = <&topckgen CLK_TOP_ULPOSC1_D10>; }; iommu_infra: infra-iommu@10315000 { compatible = "mediatek,mt8195-iommu-infra"; reg = <0 0x10315000 0 0x5000>; interrupts = , , , , ; #iommu-cells = <1>; }; gce0: mailbox@10320000 { compatible = "mediatek,mt8195-gce"; reg = <0 0x10320000 0 0x4000>; interrupts = ; #mbox-cells = <2>; clocks = <&infracfg_ao CLK_INFRA_AO_GCE>; }; gce1: mailbox@10330000 { compatible = "mediatek,mt8195-gce"; reg = <0 0x10330000 0 0x4000>; interrupts = ; #mbox-cells = <2>; clocks = <&infracfg_ao CLK_INFRA_AO_GCE2>; }; scp: scp@10500000 { compatible = "mediatek,mt8195-scp"; reg = <0 0x10500000 0 0x100000>, <0 0x10720000 0 0xe0000>, <0 0x10700000 0 0x8000>; reg-names = "sram", "cfg", "l1tcm"; interrupts = ; status = "disabled"; }; scp_adsp: clock-controller@10720000 { compatible = "mediatek,mt8195-scp_adsp"; reg = <0 0x10720000 0 0x1000>; #clock-cells = <1>; }; adsp: dsp@10803000 { compatible = "mediatek,mt8195-dsp"; reg = <0 0x10803000 0 0x1000>, <0 0x10840000 0 0x40000>; reg-names = "cfg", "sram"; clocks = <&topckgen CLK_TOP_ADSP>, <&clk26m>, <&topckgen CLK_TOP_AUDIO_LOCAL_BUS>, <&topckgen CLK_TOP_MAINPLL_D7_D2>, <&scp_adsp CLK_SCP_ADSP_AUDIODSP>, <&topckgen CLK_TOP_AUDIO_H>; clock-names = "adsp_sel", "clk26m_ck", "audio_local_bus", "mainpll_d7_d2", "scp_adsp_audiodsp", "audio_h"; power-domains = <&spm MT8195_POWER_DOMAIN_ADSP>; mbox-names = "rx", "tx"; mboxes = <&adsp_mailbox0>, <&adsp_mailbox1>; status = "disabled"; }; adsp_mailbox0: mailbox@10816000 { compatible = "mediatek,mt8195-adsp-mbox"; #mbox-cells = <0>; reg = <0 0x10816000 0 0x1000>; interrupts = ; }; adsp_mailbox1: mailbox@10817000 { compatible = "mediatek,mt8195-adsp-mbox"; #mbox-cells = <0>; reg = <0 0x10817000 0 0x1000>; interrupts = ; }; afe: mt8195-afe-pcm@10890000 { compatible = "mediatek,mt8195-audio"; reg = <0 0x10890000 0 0x10000>; mediatek,topckgen = <&topckgen>; power-domains = <&spm MT8195_POWER_DOMAIN_AUDIO>; interrupts = ; resets = <&watchdog 14>; reset-names = "audiosys"; clocks = <&clk26m>, <&apmixedsys CLK_APMIXED_APLL1>, <&apmixedsys CLK_APMIXED_APLL2>, <&topckgen CLK_TOP_APLL12_DIV0>, <&topckgen CLK_TOP_APLL12_DIV1>, <&topckgen CLK_TOP_APLL12_DIV2>, <&topckgen CLK_TOP_APLL12_DIV3>, <&topckgen CLK_TOP_APLL12_DIV9>, <&topckgen CLK_TOP_A1SYS_HP>, <&topckgen CLK_TOP_AUD_INTBUS>, <&topckgen CLK_TOP_AUDIO_H>, <&topckgen CLK_TOP_AUDIO_LOCAL_BUS>, <&topckgen CLK_TOP_DPTX_MCK>, <&topckgen CLK_TOP_I2SO1_MCK>, <&topckgen CLK_TOP_I2SO2_MCK>, <&topckgen CLK_TOP_I2SI1_MCK>, <&topckgen CLK_TOP_I2SI2_MCK>, <&infracfg_ao CLK_INFRA_AO_AUDIO_26M_B>, <&scp_adsp CLK_SCP_ADSP_AUDIODSP>; clock-names = "clk26m", "apll1_ck", "apll2_ck", "apll12_div0", "apll12_div1", "apll12_div2", "apll12_div3", "apll12_div9", "a1sys_hp_sel", "aud_intbus_sel", "audio_h_sel", "audio_local_bus_sel", "dptx_m_sel", "i2so1_m_sel", "i2so2_m_sel", "i2si1_m_sel", "i2si2_m_sel", "infra_ao_audio_26m_b", "scp_adsp_audiodsp"; status = "disabled"; }; uart0: serial@11001100 { compatible = "mediatek,mt8195-uart", "mediatek,mt6577-uart"; reg = <0 0x11001100 0 0x100>; interrupts = ; clocks = <&clk26m>, <&infracfg_ao CLK_INFRA_AO_UART0>; clock-names = "baud", "bus"; status = "disabled"; }; uart1: serial@11001200 { compatible = "mediatek,mt8195-uart", "mediatek,mt6577-uart"; reg = <0 0x11001200 0 0x100>; interrupts = ; clocks = <&clk26m>, <&infracfg_ao CLK_INFRA_AO_UART1>; clock-names = "baud", "bus"; status = "disabled"; }; uart2: serial@11001300 { compatible = "mediatek,mt8195-uart", "mediatek,mt6577-uart"; reg = <0 0x11001300 0 0x100>; interrupts = ; clocks = <&clk26m>, <&infracfg_ao CLK_INFRA_AO_UART2>; clock-names = "baud", "bus"; status = "disabled"; }; uart3: serial@11001400 { compatible = "mediatek,mt8195-uart", "mediatek,mt6577-uart"; reg = <0 0x11001400 0 0x100>; interrupts = ; clocks = <&clk26m>, <&infracfg_ao CLK_INFRA_AO_UART3>; clock-names = "baud", "bus"; status = "disabled"; }; uart4: serial@11001500 { compatible = "mediatek,mt8195-uart", "mediatek,mt6577-uart"; reg = <0 0x11001500 0 0x100>; interrupts = ; clocks = <&clk26m>, <&infracfg_ao CLK_INFRA_AO_UART4>; clock-names = "baud", "bus"; status = "disabled"; }; uart5: serial@11001600 { compatible = "mediatek,mt8195-uart", "mediatek,mt6577-uart"; reg = <0 0x11001600 0 0x100>; interrupts = ; clocks = <&clk26m>, <&infracfg_ao CLK_INFRA_AO_UART5>; clock-names = "baud", "bus"; status = "disabled"; }; auxadc: auxadc@11002000 { compatible = "mediatek,mt8195-auxadc", "mediatek,mt8173-auxadc"; reg = <0 0x11002000 0 0x1000>; clocks = <&infracfg_ao CLK_INFRA_AO_AUXADC>; clock-names = "main"; #io-channel-cells = <1>; status = "disabled"; }; pericfg_ao: syscon@11003000 { compatible = "mediatek,mt8195-pericfg_ao", "syscon"; reg = <0 0x11003000 0 0x1000>; #clock-cells = <1>; }; spi0: spi@1100a000 { compatible = "mediatek,mt8195-spi", "mediatek,mt6765-spi"; #address-cells = <1>; #size-cells = <0>; reg = <0 0x1100a000 0 0x1000>; interrupts = ; clocks = <&topckgen CLK_TOP_UNIVPLL_D6_D2>, <&topckgen CLK_TOP_SPI>, <&infracfg_ao CLK_INFRA_AO_SPI0>; clock-names = "parent-clk", "sel-clk", "spi-clk"; status = "disabled"; }; lvts_ap: thermal-sensor@1100b000 { compatible = "mediatek,mt8195-lvts-ap"; reg = <0 0x1100b000 0 0x1000>; interrupts = ; clocks = <&infracfg_ao CLK_INFRA_AO_THERM>; resets = <&infracfg_ao MT8195_INFRA_RST0_THERM_CTRL_SWRST>; nvmem-cells = <&lvts_efuse_data1 &lvts_efuse_data2>; nvmem-cell-names = "lvts-calib-data-1", "lvts-calib-data-2"; #thermal-sensor-cells = <1>; }; disp_pwm0: pwm@1100e000 { compatible = "mediatek,mt8195-disp-pwm", "mediatek,mt8183-disp-pwm"; reg = <0 0x1100e000 0 0x1000>; interrupts = ; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; #pwm-cells = <2>; clocks = <&topckgen CLK_TOP_DISP_PWM0>, <&infracfg_ao CLK_INFRA_AO_DISP_PWM>; clock-names = "main", "mm"; status = "disabled"; }; disp_pwm1: pwm@1100f000 { compatible = "mediatek,mt8195-disp-pwm", "mediatek,mt8183-disp-pwm"; reg = <0 0x1100f000 0 0x1000>; interrupts = ; #pwm-cells = <2>; clocks = <&topckgen CLK_TOP_DISP_PWM1>, <&infracfg_ao CLK_INFRA_AO_DISP_PWM1>; clock-names = "main", "mm"; status = "disabled"; }; spi1: spi@11010000 { compatible = "mediatek,mt8195-spi", "mediatek,mt6765-spi"; #address-cells = <1>; #size-cells = <0>; reg = <0 0x11010000 0 0x1000>; interrupts = ; clocks = <&topckgen CLK_TOP_UNIVPLL_D6_D2>, <&topckgen CLK_TOP_SPI>, <&infracfg_ao CLK_INFRA_AO_SPI1>; clock-names = "parent-clk", "sel-clk", "spi-clk"; status = "disabled"; }; spi2: spi@11012000 { compatible = "mediatek,mt8195-spi", "mediatek,mt6765-spi"; #address-cells = <1>; #size-cells = <0>; reg = <0 0x11012000 0 0x1000>; interrupts = ; clocks = <&topckgen CLK_TOP_UNIVPLL_D6_D2>, <&topckgen CLK_TOP_SPI>, <&infracfg_ao CLK_INFRA_AO_SPI2>; clock-names = "parent-clk", "sel-clk", "spi-clk"; status = "disabled"; }; spi3: spi@11013000 { compatible = "mediatek,mt8195-spi", "mediatek,mt6765-spi"; #address-cells = <1>; #size-cells = <0>; reg = <0 0x11013000 0 0x1000>; interrupts = ; clocks = <&topckgen CLK_TOP_UNIVPLL_D6_D2>, <&topckgen CLK_TOP_SPI>, <&infracfg_ao CLK_INFRA_AO_SPI3>; clock-names = "parent-clk", "sel-clk", "spi-clk"; status = "disabled"; }; spi4: spi@11018000 { compatible = "mediatek,mt8195-spi", "mediatek,mt6765-spi"; #address-cells = <1>; #size-cells = <0>; reg = <0 0x11018000 0 0x1000>; interrupts = ; clocks = <&topckgen CLK_TOP_UNIVPLL_D6_D2>, <&topckgen CLK_TOP_SPI>, <&infracfg_ao CLK_INFRA_AO_SPI4>; clock-names = "parent-clk", "sel-clk", "spi-clk"; status = "disabled"; }; spi5: spi@11019000 { compatible = "mediatek,mt8195-spi", "mediatek,mt6765-spi"; #address-cells = <1>; #size-cells = <0>; reg = <0 0x11019000 0 0x1000>; interrupts = ; clocks = <&topckgen CLK_TOP_UNIVPLL_D6_D2>, <&topckgen CLK_TOP_SPI>, <&infracfg_ao CLK_INFRA_AO_SPI5>; clock-names = "parent-clk", "sel-clk", "spi-clk"; status = "disabled"; }; spis0: spi@1101d000 { compatible = "mediatek,mt8195-spi-slave"; reg = <0 0x1101d000 0 0x1000>; interrupts = ; clocks = <&infracfg_ao CLK_INFRA_AO_SPIS0>; clock-names = "spi"; assigned-clocks = <&topckgen CLK_TOP_SPIS>; assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D6>; status = "disabled"; }; spis1: spi@1101e000 { compatible = "mediatek,mt8195-spi-slave"; reg = <0 0x1101e000 0 0x1000>; interrupts = ; clocks = <&infracfg_ao CLK_INFRA_AO_SPIS1>; clock-names = "spi"; assigned-clocks = <&topckgen CLK_TOP_SPIS>; assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D6>; status = "disabled"; }; eth: ethernet@11021000 { compatible = "mediatek,mt8195-gmac", "snps,dwmac-5.10a"; reg = <0 0x11021000 0 0x4000>; interrupts = ; interrupt-names = "macirq"; clock-names = "axi", "apb", "mac_main", "ptp_ref", "rmii_internal", "mac_cg"; clocks = <&pericfg_ao CLK_PERI_AO_ETHERNET>, <&pericfg_ao CLK_PERI_AO_ETHERNET_BUS>, <&topckgen CLK_TOP_SNPS_ETH_250M>, <&topckgen CLK_TOP_SNPS_ETH_62P4M_PTP>, <&topckgen CLK_TOP_SNPS_ETH_50M_RMII>, <&pericfg_ao CLK_PERI_AO_ETHERNET_MAC>; assigned-clocks = <&topckgen CLK_TOP_SNPS_ETH_250M>, <&topckgen CLK_TOP_SNPS_ETH_62P4M_PTP>, <&topckgen CLK_TOP_SNPS_ETH_50M_RMII>; assigned-clock-parents = <&topckgen CLK_TOP_ETHPLL_D2>, <&topckgen CLK_TOP_ETHPLL_D8>, <&topckgen CLK_TOP_ETHPLL_D10>; power-domains = <&spm MT8195_POWER_DOMAIN_ETHER>; mediatek,pericfg = <&infracfg_ao>; snps,axi-config = <&stmmac_axi_setup>; snps,mtl-rx-config = <&mtl_rx_setup>; snps,mtl-tx-config = <&mtl_tx_setup>; snps,txpbl = <16>; snps,rxpbl = <16>; snps,clk-csr = <0>; status = "disabled"; mdio { compatible = "snps,dwmac-mdio"; #address-cells = <1>; #size-cells = <0>; }; stmmac_axi_setup: stmmac-axi-config { snps,wr_osr_lmt = <0x7>; snps,rd_osr_lmt = <0x7>; snps,blen = <0 0 0 0 16 8 4>; }; mtl_rx_setup: rx-queues-config { snps,rx-queues-to-use = <4>; snps,rx-sched-sp; queue0 { snps,dcb-algorithm; snps,map-to-dma-channel = <0x0>; }; queue1 { snps,dcb-algorithm; snps,map-to-dma-channel = <0x0>; }; queue2 { snps,dcb-algorithm; snps,map-to-dma-channel = <0x0>; }; queue3 { snps,dcb-algorithm; snps,map-to-dma-channel = <0x0>; }; }; mtl_tx_setup: tx-queues-config { snps,tx-queues-to-use = <4>; snps,tx-sched-wrr; queue0 { snps,weight = <0x10>; snps,dcb-algorithm; snps,priority = <0x0>; }; queue1 { snps,weight = <0x11>; snps,dcb-algorithm; snps,priority = <0x1>; }; queue2 { snps,weight = <0x12>; snps,dcb-algorithm; snps,priority = <0x2>; }; queue3 { snps,weight = <0x13>; snps,dcb-algorithm; snps,priority = <0x3>; }; }; }; xhci0: usb@11200000 { compatible = "mediatek,mt8195-xhci", "mediatek,mtk-xhci"; reg = <0 0x11200000 0 0x1000>, <0 0x11203e00 0 0x0100>; reg-names = "mac", "ippc"; interrupts = ; phys = <&u2port0 PHY_TYPE_USB2>, <&u3port0 PHY_TYPE_USB3>; assigned-clocks = <&topckgen CLK_TOP_USB_TOP>, <&topckgen CLK_TOP_SSUSB_XHCI>; assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D5_D4>, <&topckgen CLK_TOP_UNIVPLL_D5_D4>; clocks = <&infracfg_ao CLK_INFRA_AO_SSUSB>, <&topckgen CLK_TOP_SSUSB_REF>, <&apmixedsys CLK_APMIXED_USB1PLL>, <&clk26m>, <&infracfg_ao CLK_INFRA_AO_SSUSB_XHCI>; clock-names = "sys_ck", "ref_ck", "mcu_ck", "dma_ck", "xhci_ck"; mediatek,syscon-wakeup = <&pericfg 0x400 103>; wakeup-source; status = "disabled"; }; mmc0: mmc@11230000 { compatible = "mediatek,mt8195-mmc", "mediatek,mt8183-mmc"; reg = <0 0x11230000 0 0x10000>, <0 0x11f50000 0 0x1000>; interrupts = ; clocks = <&topckgen CLK_TOP_MSDC50_0>, <&infracfg_ao CLK_INFRA_AO_MSDC0>, <&infracfg_ao CLK_INFRA_AO_MSDC0_SRC>; clock-names = "source", "hclk", "source_cg"; status = "disabled"; }; mmc1: mmc@11240000 { compatible = "mediatek,mt8195-mmc", "mediatek,mt8183-mmc"; reg = <0 0x11240000 0 0x1000>, <0 0x11c70000 0 0x1000>; interrupts = ; clocks = <&topckgen CLK_TOP_MSDC30_1>, <&infracfg_ao CLK_INFRA_AO_MSDC1>, <&infracfg_ao CLK_INFRA_AO_MSDC1_SRC>; clock-names = "source", "hclk", "source_cg"; assigned-clocks = <&topckgen CLK_TOP_MSDC30_1>; assigned-clock-parents = <&topckgen CLK_TOP_MSDCPLL_D2>; status = "disabled"; }; mmc2: mmc@11250000 { compatible = "mediatek,mt8195-mmc", "mediatek,mt8183-mmc"; reg = <0 0x11250000 0 0x1000>, <0 0x11e60000 0 0x1000>; interrupts = ; clocks = <&topckgen CLK_TOP_MSDC30_2>, <&infracfg_ao CLK_INFRA_AO_CG1_MSDC2>, <&infracfg_ao CLK_INFRA_AO_CG3_MSDC2>; clock-names = "source", "hclk", "source_cg"; assigned-clocks = <&topckgen CLK_TOP_MSDC30_2>; assigned-clock-parents = <&topckgen CLK_TOP_MSDCPLL_D2>; status = "disabled"; }; lvts_mcu: thermal-sensor@11278000 { compatible = "mediatek,mt8195-lvts-mcu"; reg = <0 0x11278000 0 0x1000>; interrupts = ; clocks = <&infracfg_ao CLK_INFRA_AO_THERM>; resets = <&infracfg_ao MT8195_INFRA_RST4_THERM_CTRL_MCU_SWRST>; nvmem-cells = <&lvts_efuse_data1 &lvts_efuse_data2>; nvmem-cell-names = "lvts-calib-data-1", "lvts-calib-data-2"; #thermal-sensor-cells = <1>; }; xhci1: usb@11290000 { compatible = "mediatek,mt8195-xhci", "mediatek,mtk-xhci"; reg = <0 0x11290000 0 0x1000>, <0 0x11293e00 0 0x0100>; reg-names = "mac", "ippc"; interrupts = ; phys = <&u2port1 PHY_TYPE_USB2>; assigned-clocks = <&topckgen CLK_TOP_USB_TOP_1P>, <&topckgen CLK_TOP_SSUSB_XHCI_1P>; assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D5_D4>, <&topckgen CLK_TOP_UNIVPLL_D5_D4>; clocks = <&pericfg_ao CLK_PERI_AO_SSUSB_1P_BUS>, <&topckgen CLK_TOP_SSUSB_P1_REF>, <&apmixedsys CLK_APMIXED_USB1PLL>, <&clk26m>, <&pericfg_ao CLK_PERI_AO_SSUSB_1P_XHCI>; clock-names = "sys_ck", "ref_ck", "mcu_ck", "dma_ck", "xhci_ck"; mediatek,syscon-wakeup = <&pericfg 0x400 104>; wakeup-source; status = "disabled"; }; xhci2: usb@112a0000 { compatible = "mediatek,mt8195-xhci", "mediatek,mtk-xhci"; reg = <0 0x112a0000 0 0x1000>, <0 0x112a3e00 0 0x0100>; reg-names = "mac", "ippc"; interrupts = ; phys = <&u2port2 PHY_TYPE_USB2>; assigned-clocks = <&topckgen CLK_TOP_USB_TOP_2P>, <&topckgen CLK_TOP_SSUSB_XHCI_2P>; assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D5_D4>, <&topckgen CLK_TOP_UNIVPLL_D5_D4>; clocks = <&pericfg_ao CLK_PERI_AO_SSUSB_2P_BUS>, <&topckgen CLK_TOP_SSUSB_P2_REF>, <&clk26m>, <&clk26m>, <&pericfg_ao CLK_PERI_AO_SSUSB_2P_XHCI>; clock-names = "sys_ck", "ref_ck", "mcu_ck", "dma_ck", "xhci_ck"; mediatek,syscon-wakeup = <&pericfg 0x400 105>; wakeup-source; status = "disabled"; }; xhci3: usb@112b0000 { compatible = "mediatek,mt8195-xhci", "mediatek,mtk-xhci"; reg = <0 0x112b0000 0 0x1000>, <0 0x112b3e00 0 0x0100>; reg-names = "mac", "ippc"; interrupts = ; phys = <&u2port3 PHY_TYPE_USB2>; assigned-clocks = <&topckgen CLK_TOP_USB_TOP_3P>, <&topckgen CLK_TOP_SSUSB_XHCI_3P>; assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D5_D4>, <&topckgen CLK_TOP_UNIVPLL_D5_D4>; clocks = <&pericfg_ao CLK_PERI_AO_SSUSB_3P_BUS>, <&topckgen CLK_TOP_SSUSB_P3_REF>, <&clk26m>, <&clk26m>, <&pericfg_ao CLK_PERI_AO_SSUSB_3P_XHCI>; clock-names = "sys_ck", "ref_ck", "mcu_ck", "dma_ck", "xhci_ck"; mediatek,syscon-wakeup = <&pericfg 0x400 106>; wakeup-source; status = "disabled"; }; pcie0: pcie@112f0000 { compatible = "mediatek,mt8195-pcie", "mediatek,mt8192-pcie"; device_type = "pci"; #address-cells = <3>; #size-cells = <2>; reg = <0 0x112f0000 0 0x4000>; reg-names = "pcie-mac"; interrupts = ; bus-range = <0x00 0xff>; ranges = <0x81000000 0 0x20000000 0x0 0x20000000 0 0x200000>, <0x82000000 0 0x20200000 0x0 0x20200000 0 0x3e00000>; iommu-map = <0 &iommu_infra IOMMU_PORT_INFRA_PCIE0 0x2>; iommu-map-mask = <0x0>; clocks = <&infracfg_ao CLK_INFRA_AO_PCIE_PL_P_250M_P0>, <&infracfg_ao CLK_INFRA_AO_PCIE_TL_26M>, <&infracfg_ao CLK_INFRA_AO_PCIE_TL_96M>, <&infracfg_ao CLK_INFRA_AO_PCIE_TL_32K>, <&infracfg_ao CLK_INFRA_AO_PCIE_PERI_26M>, <&pericfg_ao CLK_PERI_AO_PCIE_P0_MEM>; clock-names = "pl_250m", "tl_26m", "tl_96m", "tl_32k", "peri_26m", "peri_mem"; assigned-clocks = <&topckgen CLK_TOP_TL>; assigned-clock-parents = <&topckgen CLK_TOP_MAINPLL_D4_D4>; phys = <&pciephy>; phy-names = "pcie-phy"; power-domains = <&spm MT8195_POWER_DOMAIN_PCIE_MAC_P0>; resets = <&infracfg_ao MT8195_INFRA_RST2_PCIE_P0_SWRST>; reset-names = "mac"; #interrupt-cells = <1>; interrupt-map-mask = <0 0 0 7>; interrupt-map = <0 0 0 1 &pcie_intc0 0>, <0 0 0 2 &pcie_intc0 1>, <0 0 0 3 &pcie_intc0 2>, <0 0 0 4 &pcie_intc0 3>; status = "disabled"; pcie_intc0: interrupt-controller { interrupt-controller; #address-cells = <0>; #interrupt-cells = <1>; }; }; pcie1: pcie@112f8000 { compatible = "mediatek,mt8195-pcie", "mediatek,mt8192-pcie"; device_type = "pci"; #address-cells = <3>; #size-cells = <2>; reg = <0 0x112f8000 0 0x4000>; reg-names = "pcie-mac"; interrupts = ; bus-range = <0x00 0xff>; ranges = <0x81000000 0 0x24000000 0x0 0x24000000 0 0x200000>, <0x82000000 0 0x24200000 0x0 0x24200000 0 0x3e00000>; iommu-map = <0 &iommu_infra IOMMU_PORT_INFRA_PCIE1 0x2>; iommu-map-mask = <0x0>; clocks = <&infracfg_ao CLK_INFRA_AO_PCIE_PL_P_250M_P1>, <&clk26m>, <&infracfg_ao CLK_INFRA_AO_PCIE_P1_TL_96M>, <&clk26m>, <&infracfg_ao CLK_INFRA_AO_PCIE_P1_PERI_26M>, /* Designer has connect pcie1 with peri_mem_p0 clock */ <&pericfg_ao CLK_PERI_AO_PCIE_P0_MEM>; clock-names = "pl_250m", "tl_26m", "tl_96m", "tl_32k", "peri_26m", "peri_mem"; assigned-clocks = <&topckgen CLK_TOP_TL_P1>; assigned-clock-parents = <&topckgen CLK_TOP_MAINPLL_D4_D4>; phys = <&u3port1 PHY_TYPE_PCIE>; phy-names = "pcie-phy"; power-domains = <&spm MT8195_POWER_DOMAIN_PCIE_MAC_P1>; resets = <&infracfg_ao MT8195_INFRA_RST2_PCIE_P1_SWRST>; reset-names = "mac"; #interrupt-cells = <1>; interrupt-map-mask = <0 0 0 7>; interrupt-map = <0 0 0 1 &pcie_intc1 0>, <0 0 0 2 &pcie_intc1 1>, <0 0 0 3 &pcie_intc1 2>, <0 0 0 4 &pcie_intc1 3>; status = "disabled"; pcie_intc1: interrupt-controller { interrupt-controller; #address-cells = <0>; #interrupt-cells = <1>; }; }; nor_flash: spi@1132c000 { compatible = "mediatek,mt8195-nor", "mediatek,mt8173-nor"; reg = <0 0x1132c000 0 0x1000>; interrupts = ; clocks = <&topckgen CLK_TOP_SPINOR>, <&pericfg_ao CLK_PERI_AO_FLASHIF_FLASH>, <&pericfg_ao CLK_PERI_AO_FLASHIF_BUS>; clock-names = "spi", "sf", "axi"; #address-cells = <1>; #size-cells = <0>; status = "disabled"; }; efuse: efuse@11c10000 { compatible = "mediatek,mt8195-efuse", "mediatek,efuse"; reg = <0 0x11c10000 0 0x1000>; #address-cells = <1>; #size-cells = <1>; u3_tx_imp_p0: usb3-tx-imp@184,1 { reg = <0x184 0x1>; bits = <0 5>; }; u3_rx_imp_p0: usb3-rx-imp@184,2 { reg = <0x184 0x2>; bits = <5 5>; }; u3_intr_p0: usb3-intr@185 { reg = <0x185 0x1>; bits = <2 6>; }; comb_tx_imp_p1: usb3-tx-imp@186,1 { reg = <0x186 0x1>; bits = <0 5>; }; comb_rx_imp_p1: usb3-rx-imp@186,2 { reg = <0x186 0x2>; bits = <5 5>; }; comb_intr_p1: usb3-intr@187 { reg = <0x187 0x1>; bits = <2 6>; }; u2_intr_p0: usb2-intr-p0@188,1 { reg = <0x188 0x1>; bits = <0 5>; }; u2_intr_p1: usb2-intr-p1@188,2 { reg = <0x188 0x2>; bits = <5 5>; }; u2_intr_p2: usb2-intr-p2@189,1 { reg = <0x189 0x1>; bits = <2 5>; }; u2_intr_p3: usb2-intr-p3@189,2 { reg = <0x189 0x2>; bits = <7 5>; }; pciephy_rx_ln1: pciephy-rx-ln1@190,1 { reg = <0x190 0x1>; bits = <0 4>; }; pciephy_tx_ln1_nmos: pciephy-tx-ln1-nmos@190,2 { reg = <0x190 0x1>; bits = <4 4>; }; pciephy_tx_ln1_pmos: pciephy-tx-ln1-pmos@191,1 { reg = <0x191 0x1>; bits = <0 4>; }; pciephy_rx_ln0: pciephy-rx-ln0@191,2 { reg = <0x191 0x1>; bits = <4 4>; }; pciephy_tx_ln0_nmos: pciephy-tx-ln0-nmos@192,1 { reg = <0x192 0x1>; bits = <0 4>; }; pciephy_tx_ln0_pmos: pciephy-tx-ln0-pmos@192,2 { reg = <0x192 0x1>; bits = <4 4>; }; pciephy_glb_intr: pciephy-glb-intr@193 { reg = <0x193 0x1>; bits = <0 4>; }; dp_calibration: dp-data@1ac { reg = <0x1ac 0x10>; }; lvts_efuse_data1: lvts1-calib@1bc { reg = <0x1bc 0x14>; }; lvts_efuse_data2: lvts2-calib@1d0 { reg = <0x1d0 0x38>; }; }; u3phy2: t-phy@11c40000 { compatible = "mediatek,mt8195-tphy", "mediatek,generic-tphy-v3"; #address-cells = <1>; #size-cells = <1>; ranges = <0 0 0x11c40000 0x700>; status = "disabled"; u2port2: usb-phy@0 { reg = <0x0 0x700>; clocks = <&topckgen CLK_TOP_SSUSB_PHY_P2_REF>; clock-names = "ref"; #phy-cells = <1>; }; }; u3phy3: t-phy@11c50000 { compatible = "mediatek,mt8195-tphy", "mediatek,generic-tphy-v3"; #address-cells = <1>; #size-cells = <1>; ranges = <0 0 0x11c50000 0x700>; status = "disabled"; u2port3: usb-phy@0 { reg = <0x0 0x700>; clocks = <&topckgen CLK_TOP_SSUSB_PHY_P3_REF>; clock-names = "ref"; #phy-cells = <1>; }; }; i2c5: i2c@11d00000 { compatible = "mediatek,mt8195-i2c", "mediatek,mt8192-i2c"; reg = <0 0x11d00000 0 0x1000>, <0 0x10220580 0 0x80>; interrupts = ; clock-div = <1>; clocks = <&imp_iic_wrap_s CLK_IMP_IIC_WRAP_S_I2C5>, <&infracfg_ao CLK_INFRA_AO_APDMA_B>; clock-names = "main", "dma"; #address-cells = <1>; #size-cells = <0>; status = "disabled"; }; i2c6: i2c@11d01000 { compatible = "mediatek,mt8195-i2c", "mediatek,mt8192-i2c"; reg = <0 0x11d01000 0 0x1000>, <0 0x10220600 0 0x80>; interrupts = ; clock-div = <1>; clocks = <&imp_iic_wrap_s CLK_IMP_IIC_WRAP_S_I2C6>, <&infracfg_ao CLK_INFRA_AO_APDMA_B>; clock-names = "main", "dma"; #address-cells = <1>; #size-cells = <0>; status = "disabled"; }; i2c7: i2c@11d02000 { compatible = "mediatek,mt8195-i2c", "mediatek,mt8192-i2c"; reg = <0 0x11d02000 0 0x1000>, <0 0x10220680 0 0x80>; interrupts = ; clock-div = <1>; clocks = <&imp_iic_wrap_s CLK_IMP_IIC_WRAP_S_I2C7>, <&infracfg_ao CLK_INFRA_AO_APDMA_B>; clock-names = "main", "dma"; #address-cells = <1>; #size-cells = <0>; status = "disabled"; }; imp_iic_wrap_s: clock-controller@11d03000 { compatible = "mediatek,mt8195-imp_iic_wrap_s"; reg = <0 0x11d03000 0 0x1000>; #clock-cells = <1>; }; i2c0: i2c@11e00000 { compatible = "mediatek,mt8195-i2c", "mediatek,mt8192-i2c"; reg = <0 0x11e00000 0 0x1000>, <0 0x10220080 0 0x80>; interrupts = ; clock-div = <1>; clocks = <&imp_iic_wrap_w CLK_IMP_IIC_WRAP_W_I2C0>, <&infracfg_ao CLK_INFRA_AO_APDMA_B>; clock-names = "main", "dma"; #address-cells = <1>; #size-cells = <0>; status = "disabled"; }; i2c1: i2c@11e01000 { compatible = "mediatek,mt8195-i2c", "mediatek,mt8192-i2c"; reg = <0 0x11e01000 0 0x1000>, <0 0x10220200 0 0x80>; interrupts = ; clock-div = <1>; clocks = <&imp_iic_wrap_w CLK_IMP_IIC_WRAP_W_I2C1>, <&infracfg_ao CLK_INFRA_AO_APDMA_B>; clock-names = "main", "dma"; #address-cells = <1>; #size-cells = <0>; status = "disabled"; }; i2c2: i2c@11e02000 { compatible = "mediatek,mt8195-i2c", "mediatek,mt8192-i2c"; reg = <0 0x11e02000 0 0x1000>, <0 0x10220380 0 0x80>; interrupts = ; clock-div = <1>; clocks = <&imp_iic_wrap_w CLK_IMP_IIC_WRAP_W_I2C2>, <&infracfg_ao CLK_INFRA_AO_APDMA_B>; clock-names = "main", "dma"; #address-cells = <1>; #size-cells = <0>; status = "disabled"; }; i2c3: i2c@11e03000 { compatible = "mediatek,mt8195-i2c", "mediatek,mt8192-i2c"; reg = <0 0x11e03000 0 0x1000>, <0 0x10220480 0 0x80>; interrupts = ; clock-div = <1>; clocks = <&imp_iic_wrap_w CLK_IMP_IIC_WRAP_W_I2C3>, <&infracfg_ao CLK_INFRA_AO_APDMA_B>; clock-names = "main", "dma"; #address-cells = <1>; #size-cells = <0>; status = "disabled"; }; i2c4: i2c@11e04000 { compatible = "mediatek,mt8195-i2c", "mediatek,mt8192-i2c"; reg = <0 0x11e04000 0 0x1000>, <0 0x10220500 0 0x80>; interrupts = ; clock-div = <1>; clocks = <&imp_iic_wrap_w CLK_IMP_IIC_WRAP_W_I2C4>, <&infracfg_ao CLK_INFRA_AO_APDMA_B>; clock-names = "main", "dma"; #address-cells = <1>; #size-cells = <0>; status = "disabled"; }; imp_iic_wrap_w: clock-controller@11e05000 { compatible = "mediatek,mt8195-imp_iic_wrap_w"; reg = <0 0x11e05000 0 0x1000>; #clock-cells = <1>; }; u3phy1: t-phy@11e30000 { compatible = "mediatek,mt8195-tphy", "mediatek,generic-tphy-v3"; #address-cells = <1>; #size-cells = <1>; ranges = <0 0 0x11e30000 0xe00>; power-domains = <&spm MT8195_POWER_DOMAIN_SSUSB_PCIE_PHY>; status = "disabled"; u2port1: usb-phy@0 { reg = <0x0 0x700>; clocks = <&topckgen CLK_TOP_SSUSB_PHY_P1_REF>, <&clk26m>; clock-names = "ref", "da_ref"; #phy-cells = <1>; }; u3port1: usb-phy@700 { reg = <0x700 0x700>; clocks = <&apmixedsys CLK_APMIXED_PLL_SSUSB26M>, <&topckgen CLK_TOP_SSUSB_PHY_P1_REF>; clock-names = "ref", "da_ref"; nvmem-cells = <&comb_intr_p1>, <&comb_rx_imp_p1>, <&comb_tx_imp_p1>; nvmem-cell-names = "intr", "rx_imp", "tx_imp"; #phy-cells = <1>; }; }; u3phy0: t-phy@11e40000 { compatible = "mediatek,mt8195-tphy", "mediatek,generic-tphy-v3"; #address-cells = <1>; #size-cells = <1>; ranges = <0 0 0x11e40000 0xe00>; status = "disabled"; u2port0: usb-phy@0 { reg = <0x0 0x700>; clocks = <&topckgen CLK_TOP_SSUSB_PHY_REF>, <&clk26m>; clock-names = "ref", "da_ref"; #phy-cells = <1>; }; u3port0: usb-phy@700 { reg = <0x700 0x700>; clocks = <&apmixedsys CLK_APMIXED_PLL_SSUSB26M>, <&topckgen CLK_TOP_SSUSB_PHY_REF>; clock-names = "ref", "da_ref"; nvmem-cells = <&u3_intr_p0>, <&u3_rx_imp_p0>, <&u3_tx_imp_p0>; nvmem-cell-names = "intr", "rx_imp", "tx_imp"; #phy-cells = <1>; }; }; pciephy: phy@11e80000 { compatible = "mediatek,mt8195-pcie-phy"; reg = <0 0x11e80000 0 0x10000>; reg-names = "sif"; nvmem-cells = <&pciephy_glb_intr>, <&pciephy_tx_ln0_pmos>, <&pciephy_tx_ln0_nmos>, <&pciephy_rx_ln0>, <&pciephy_tx_ln1_pmos>, <&pciephy_tx_ln1_nmos>, <&pciephy_rx_ln1>; nvmem-cell-names = "glb_intr", "tx_ln0_pmos", "tx_ln0_nmos", "rx_ln0", "tx_ln1_pmos", "tx_ln1_nmos", "rx_ln1"; power-domains = <&spm MT8195_POWER_DOMAIN_PCIE_PHY>; #phy-cells = <0>; status = "disabled"; }; ufsphy: ufs-phy@11fa0000 { compatible = "mediatek,mt8195-ufsphy", "mediatek,mt8183-ufsphy"; reg = <0 0x11fa0000 0 0xc000>; clocks = <&clk26m>, <&clk26m>; clock-names = "unipro", "mp"; #phy-cells = <0>; status = "disabled"; }; gpu: gpu@13000000 { compatible = "mediatek,mt8195-mali", "mediatek,mt8192-mali", "arm,mali-valhall-jm"; reg = <0 0x13000000 0 0x4000>; clocks = <&mfgcfg CLK_MFG_BG3D>; interrupts = , , ; interrupt-names = "job", "mmu", "gpu"; operating-points-v2 = <&gpu_opp_table>; power-domains = <&spm MT8195_POWER_DOMAIN_MFG2>, <&spm MT8195_POWER_DOMAIN_MFG3>, <&spm MT8195_POWER_DOMAIN_MFG4>, <&spm MT8195_POWER_DOMAIN_MFG5>, <&spm MT8195_POWER_DOMAIN_MFG6>; power-domain-names = "core0", "core1", "core2", "core3", "core4"; status = "disabled"; }; mfgcfg: clock-controller@13fbf000 { compatible = "mediatek,mt8195-mfgcfg"; reg = <0 0x13fbf000 0 0x1000>; #clock-cells = <1>; }; vppsys0: syscon@14000000 { compatible = "mediatek,mt8195-vppsys0", "syscon"; reg = <0 0x14000000 0 0x1000>; #clock-cells = <1>; }; mutex@1400f000 { compatible = "mediatek,mt8195-vpp-mutex"; reg = <0 0x1400f000 0 0x1000>; interrupts = ; mediatek,gce-client-reg = <&gce1 SUBSYS_1400XXXX 0xf000 0x1000>; clocks = <&vppsys0 CLK_VPP0_MUTEX>; power-domains = <&spm MT8195_POWER_DOMAIN_VPPSYS0>; }; smi_sub_common_vpp0_vpp1_2x1: smi@14010000 { compatible = "mediatek,mt8195-smi-sub-common"; reg = <0 0x14010000 0 0x1000>; clocks = <&vppsys0 CLK_VPP0_GALS_VPP1_WPE>, <&vppsys0 CLK_VPP0_GALS_VPP1_WPE>, <&vppsys0 CLK_VPP0_GALS_VPP1_WPE>; clock-names = "apb", "smi", "gals0"; mediatek,smi = <&smi_common_vpp>; power-domains = <&spm MT8195_POWER_DOMAIN_VPPSYS0>; }; smi_sub_common_vdec_vpp0_2x1: smi@14011000 { compatible = "mediatek,mt8195-smi-sub-common"; reg = <0 0x14011000 0 0x1000>; clocks = <&vppsys0 CLK_VPP0_GALS_VDEC_VDEC_CORE1>, <&vppsys0 CLK_VPP0_GALS_VDEC_VDEC_CORE1>, <&vppsys0 CLK_VPP0_GALS_VDEC_VDEC_CORE1>; clock-names = "apb", "smi", "gals0"; mediatek,smi = <&smi_common_vpp>; power-domains = <&spm MT8195_POWER_DOMAIN_VPPSYS0>; }; smi_common_vpp: smi@14012000 { compatible = "mediatek,mt8195-smi-common-vpp"; reg = <0 0x14012000 0 0x1000>; clocks = <&vppsys0 CLK_VPP0_SMI_COMMON_LARB4>, <&vppsys0 CLK_VPP0_SMI_COMMON_LARB4>, <&vppsys0 CLK_VPP0_SMI_RSI>, <&vppsys0 CLK_VPP0_SMI_RSI>; clock-names = "apb", "smi", "gals0", "gals1"; power-domains = <&spm MT8195_POWER_DOMAIN_VPPSYS0>; }; larb4: larb@14013000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x14013000 0 0x1000>; mediatek,larb-id = <4>; mediatek,smi = <&smi_sub_common_vpp0_vpp1_2x1>; clocks = <&vppsys0 CLK_VPP0_GALS_VPP1_WPE>, <&vppsys0 CLK_VPP0_SMI_COMMON_LARB4>; clock-names = "apb", "smi"; power-domains = <&spm MT8195_POWER_DOMAIN_VPPSYS0>; }; iommu_vpp: iommu@14018000 { compatible = "mediatek,mt8195-iommu-vpp"; reg = <0 0x14018000 0 0x1000>; mediatek,larbs = <&larb1 &larb3 &larb4 &larb6 &larb8 &larb12 &larb14 &larb16 &larb18 &larb20 &larb22 &larb23 &larb26 &larb27>; interrupts = ; clocks = <&vppsys0 CLK_VPP0_SMI_IOMMU>; clock-names = "bclk"; #iommu-cells = <1>; power-domains = <&spm MT8195_POWER_DOMAIN_VPPSYS0>; }; wpesys: clock-controller@14e00000 { compatible = "mediatek,mt8195-wpesys"; reg = <0 0x14e00000 0 0x1000>; #clock-cells = <1>; }; wpesys_vpp0: clock-controller@14e02000 { compatible = "mediatek,mt8195-wpesys_vpp0"; reg = <0 0x14e02000 0 0x1000>; #clock-cells = <1>; }; wpesys_vpp1: clock-controller@14e03000 { compatible = "mediatek,mt8195-wpesys_vpp1"; reg = <0 0x14e03000 0 0x1000>; #clock-cells = <1>; }; larb7: larb@14e04000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x14e04000 0 0x1000>; mediatek,larb-id = <7>; mediatek,smi = <&smi_common_vdo>; clocks = <&wpesys CLK_WPE_SMI_LARB7>, <&wpesys CLK_WPE_SMI_LARB7>; clock-names = "apb", "smi"; power-domains = <&spm MT8195_POWER_DOMAIN_WPESYS>; }; larb8: larb@14e05000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x14e05000 0 0x1000>; mediatek,larb-id = <8>; mediatek,smi = <&smi_common_vpp>; clocks = <&wpesys CLK_WPE_SMI_LARB8>, <&wpesys CLK_WPE_SMI_LARB8>, <&vppsys0 CLK_VPP0_GALS_VPP1_WPE>; clock-names = "apb", "smi", "gals"; power-domains = <&spm MT8195_POWER_DOMAIN_WPESYS>; }; vppsys1: syscon@14f00000 { compatible = "mediatek,mt8195-vppsys1", "syscon"; reg = <0 0x14f00000 0 0x1000>; #clock-cells = <1>; }; mutex@14f01000 { compatible = "mediatek,mt8195-vpp-mutex"; reg = <0 0x14f01000 0 0x1000>; interrupts = ; mediatek,gce-client-reg = <&gce1 SUBSYS_14f0XXXX 0x1000 0x1000>; clocks = <&vppsys1 CLK_VPP1_DISP_MUTEX>; power-domains = <&spm MT8195_POWER_DOMAIN_VPPSYS1>; }; larb5: larb@14f02000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x14f02000 0 0x1000>; mediatek,larb-id = <5>; mediatek,smi = <&smi_common_vdo>; clocks = <&vppsys1 CLK_VPP1_VPPSYS1_LARB>, <&vppsys1 CLK_VPP1_VPPSYS1_GALS>, <&vppsys0 CLK_VPP0_GALS_VPP1_LARB5>; clock-names = "apb", "smi", "gals"; power-domains = <&spm MT8195_POWER_DOMAIN_VPPSYS1>; }; larb6: larb@14f03000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x14f03000 0 0x1000>; mediatek,larb-id = <6>; mediatek,smi = <&smi_sub_common_vpp0_vpp1_2x1>; clocks = <&vppsys1 CLK_VPP1_VPPSYS1_LARB>, <&vppsys1 CLK_VPP1_VPPSYS1_GALS>, <&vppsys0 CLK_VPP0_GALS_VPP1_LARB6>; clock-names = "apb", "smi", "gals"; power-domains = <&spm MT8195_POWER_DOMAIN_VPPSYS1>; }; imgsys: clock-controller@15000000 { compatible = "mediatek,mt8195-imgsys"; reg = <0 0x15000000 0 0x1000>; #clock-cells = <1>; }; larb9: larb@15001000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x15001000 0 0x1000>; mediatek,larb-id = <9>; mediatek,smi = <&smi_sub_common_img1_3x1>; clocks = <&imgsys CLK_IMG_LARB9>, <&imgsys CLK_IMG_LARB9>, <&imgsys CLK_IMG_GALS>; clock-names = "apb", "smi", "gals"; power-domains = <&spm MT8195_POWER_DOMAIN_IMG>; }; smi_sub_common_img0_3x1: smi@15002000 { compatible = "mediatek,mt8195-smi-sub-common"; reg = <0 0x15002000 0 0x1000>; clocks = <&imgsys CLK_IMG_IPE>, <&imgsys CLK_IMG_IPE>, <&vppsys0 CLK_VPP0_GALS_IMGSYS_CAMSYS>; clock-names = "apb", "smi", "gals0"; mediatek,smi = <&smi_common_vpp>; power-domains = <&spm MT8195_POWER_DOMAIN_IMG>; }; smi_sub_common_img1_3x1: smi@15003000 { compatible = "mediatek,mt8195-smi-sub-common"; reg = <0 0x15003000 0 0x1000>; clocks = <&imgsys CLK_IMG_LARB9>, <&imgsys CLK_IMG_LARB9>, <&imgsys CLK_IMG_GALS>; clock-names = "apb", "smi", "gals0"; mediatek,smi = <&smi_common_vdo>; power-domains = <&spm MT8195_POWER_DOMAIN_IMG>; }; imgsys1_dip_top: clock-controller@15110000 { compatible = "mediatek,mt8195-imgsys1_dip_top"; reg = <0 0x15110000 0 0x1000>; #clock-cells = <1>; }; larb10: larb@15120000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x15120000 0 0x1000>; mediatek,larb-id = <10>; mediatek,smi = <&smi_sub_common_img1_3x1>; clocks = <&imgsys CLK_IMG_DIP0>, <&imgsys1_dip_top CLK_IMG1_DIP_TOP_LARB10>; clock-names = "apb", "smi"; power-domains = <&spm MT8195_POWER_DOMAIN_DIP>; }; imgsys1_dip_nr: clock-controller@15130000 { compatible = "mediatek,mt8195-imgsys1_dip_nr"; reg = <0 0x15130000 0 0x1000>; #clock-cells = <1>; }; imgsys1_wpe: clock-controller@15220000 { compatible = "mediatek,mt8195-imgsys1_wpe"; reg = <0 0x15220000 0 0x1000>; #clock-cells = <1>; }; larb11: larb@15230000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x15230000 0 0x1000>; mediatek,larb-id = <11>; mediatek,smi = <&smi_sub_common_img1_3x1>; clocks = <&imgsys CLK_IMG_WPE0>, <&imgsys1_wpe CLK_IMG1_WPE_LARB11>; clock-names = "apb", "smi"; power-domains = <&spm MT8195_POWER_DOMAIN_DIP>; }; ipesys: clock-controller@15330000 { compatible = "mediatek,mt8195-ipesys"; reg = <0 0x15330000 0 0x1000>; #clock-cells = <1>; }; larb12: larb@15340000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x15340000 0 0x1000>; mediatek,larb-id = <12>; mediatek,smi = <&smi_sub_common_img0_3x1>; clocks = <&ipesys CLK_IPE_SMI_LARB12>, <&ipesys CLK_IPE_SMI_LARB12>; clock-names = "apb", "smi"; power-domains = <&spm MT8195_POWER_DOMAIN_IPE>; }; camsys: clock-controller@16000000 { compatible = "mediatek,mt8195-camsys"; reg = <0 0x16000000 0 0x1000>; #clock-cells = <1>; }; larb13: larb@16001000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x16001000 0 0x1000>; mediatek,larb-id = <13>; mediatek,smi = <&smi_sub_common_cam_4x1>; clocks = <&camsys CLK_CAM_LARB13>, <&camsys CLK_CAM_LARB13>, <&camsys CLK_CAM_CAM2MM0_GALS>; clock-names = "apb", "smi", "gals"; power-domains = <&spm MT8195_POWER_DOMAIN_CAM>; }; larb14: larb@16002000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x16002000 0 0x1000>; mediatek,larb-id = <14>; mediatek,smi = <&smi_sub_common_cam_7x1>; clocks = <&camsys CLK_CAM_LARB14>, <&camsys CLK_CAM_LARB14>; clock-names = "apb", "smi"; power-domains = <&spm MT8195_POWER_DOMAIN_CAM>; }; smi_sub_common_cam_4x1: smi@16004000 { compatible = "mediatek,mt8195-smi-sub-common"; reg = <0 0x16004000 0 0x1000>; clocks = <&camsys CLK_CAM_LARB13>, <&camsys CLK_CAM_LARB13>, <&camsys CLK_CAM_CAM2MM0_GALS>; clock-names = "apb", "smi", "gals0"; mediatek,smi = <&smi_common_vdo>; power-domains = <&spm MT8195_POWER_DOMAIN_CAM>; }; smi_sub_common_cam_7x1: smi@16005000 { compatible = "mediatek,mt8195-smi-sub-common"; reg = <0 0x16005000 0 0x1000>; clocks = <&camsys CLK_CAM_LARB14>, <&camsys CLK_CAM_CAM2MM1_GALS>, <&vppsys0 CLK_VPP0_GALS_IMGSYS_CAMSYS>; clock-names = "apb", "smi", "gals0"; mediatek,smi = <&smi_common_vpp>; power-domains = <&spm MT8195_POWER_DOMAIN_CAM>; }; larb16: larb@16012000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x16012000 0 0x1000>; mediatek,larb-id = <16>; mediatek,smi = <&smi_sub_common_cam_7x1>; clocks = <&camsys_rawa CLK_CAM_RAWA_LARBX>, <&camsys_rawa CLK_CAM_RAWA_LARBX>; clock-names = "apb", "smi"; power-domains = <&spm MT8195_POWER_DOMAIN_CAM_RAWA>; }; larb17: larb@16013000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x16013000 0 0x1000>; mediatek,larb-id = <17>; mediatek,smi = <&smi_sub_common_cam_4x1>; clocks = <&camsys_yuva CLK_CAM_YUVA_LARBX>, <&camsys_yuva CLK_CAM_YUVA_LARBX>; clock-names = "apb", "smi"; power-domains = <&spm MT8195_POWER_DOMAIN_CAM_RAWA>; }; larb27: larb@16014000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x16014000 0 0x1000>; mediatek,larb-id = <27>; mediatek,smi = <&smi_sub_common_cam_7x1>; clocks = <&camsys_rawb CLK_CAM_RAWB_LARBX>, <&camsys_rawb CLK_CAM_RAWB_LARBX>; clock-names = "apb", "smi"; power-domains = <&spm MT8195_POWER_DOMAIN_CAM_RAWB>; }; larb28: larb@16015000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x16015000 0 0x1000>; mediatek,larb-id = <28>; mediatek,smi = <&smi_sub_common_cam_4x1>; clocks = <&camsys_yuvb CLK_CAM_YUVB_LARBX>, <&camsys_yuvb CLK_CAM_YUVB_LARBX>; clock-names = "apb", "smi"; power-domains = <&spm MT8195_POWER_DOMAIN_CAM_RAWB>; }; camsys_rawa: clock-controller@1604f000 { compatible = "mediatek,mt8195-camsys_rawa"; reg = <0 0x1604f000 0 0x1000>; #clock-cells = <1>; }; camsys_yuva: clock-controller@1606f000 { compatible = "mediatek,mt8195-camsys_yuva"; reg = <0 0x1606f000 0 0x1000>; #clock-cells = <1>; }; camsys_rawb: clock-controller@1608f000 { compatible = "mediatek,mt8195-camsys_rawb"; reg = <0 0x1608f000 0 0x1000>; #clock-cells = <1>; }; camsys_yuvb: clock-controller@160af000 { compatible = "mediatek,mt8195-camsys_yuvb"; reg = <0 0x160af000 0 0x1000>; #clock-cells = <1>; }; camsys_mraw: clock-controller@16140000 { compatible = "mediatek,mt8195-camsys_mraw"; reg = <0 0x16140000 0 0x1000>; #clock-cells = <1>; }; larb25: larb@16141000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x16141000 0 0x1000>; mediatek,larb-id = <25>; mediatek,smi = <&smi_sub_common_cam_4x1>; clocks = <&camsys CLK_CAM_LARB13>, <&camsys_mraw CLK_CAM_MRAW_LARBX>, <&camsys CLK_CAM_CAM2MM0_GALS>; clock-names = "apb", "smi", "gals"; power-domains = <&spm MT8195_POWER_DOMAIN_CAM_MRAW>; }; larb26: larb@16142000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x16142000 0 0x1000>; mediatek,larb-id = <26>; mediatek,smi = <&smi_sub_common_cam_7x1>; clocks = <&camsys_mraw CLK_CAM_MRAW_LARBX>, <&camsys_mraw CLK_CAM_MRAW_LARBX>; clock-names = "apb", "smi"; power-domains = <&spm MT8195_POWER_DOMAIN_CAM_MRAW>; }; ccusys: clock-controller@17200000 { compatible = "mediatek,mt8195-ccusys"; reg = <0 0x17200000 0 0x1000>; #clock-cells = <1>; }; larb18: larb@17201000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x17201000 0 0x1000>; mediatek,larb-id = <18>; mediatek,smi = <&smi_sub_common_cam_7x1>; clocks = <&ccusys CLK_CCU_LARB18>, <&ccusys CLK_CCU_LARB18>; clock-names = "apb", "smi"; power-domains = <&spm MT8195_POWER_DOMAIN_CAM>; }; video-codec@18000000 { compatible = "mediatek,mt8195-vcodec-dec"; mediatek,scp = <&scp>; iommus = <&iommu_vdo M4U_PORT_L21_VDEC_MC_EXT>; #address-cells = <2>; #size-cells = <2>; reg = <0 0x18000000 0 0x1000>, <0 0x18004000 0 0x1000>; ranges = <0 0 0 0x18000000 0 0x26000>; video-codec@2000 { compatible = "mediatek,mtk-vcodec-lat-soc"; reg = <0 0x2000 0 0x800>; iommus = <&iommu_vpp M4U_PORT_L23_VDEC_UFO_ENC_EXT>, <&iommu_vpp M4U_PORT_L23_VDEC_RDMA_EXT>; clocks = <&topckgen CLK_TOP_VDEC>, <&vdecsys_soc CLK_VDEC_SOC_VDEC>, <&vdecsys_soc CLK_VDEC_SOC_LAT>, <&topckgen CLK_TOP_UNIVPLL_D4>; clock-names = "sel", "vdec", "lat", "top"; assigned-clocks = <&topckgen CLK_TOP_VDEC>; assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D4>; power-domains = <&spm MT8195_POWER_DOMAIN_VDEC0>; }; video-codec@10000 { compatible = "mediatek,mtk-vcodec-lat"; reg = <0 0x10000 0 0x800>; interrupts = ; iommus = <&iommu_vdo M4U_PORT_L24_VDEC_LAT0_VLD_EXT>, <&iommu_vdo M4U_PORT_L24_VDEC_LAT0_VLD2_EXT>, <&iommu_vdo M4U_PORT_L24_VDEC_LAT0_AVC_MC_EXT>, <&iommu_vdo M4U_PORT_L24_VDEC_LAT0_PRED_RD_EXT>, <&iommu_vdo M4U_PORT_L24_VDEC_LAT0_TILE_EXT>, <&iommu_vdo M4U_PORT_L24_VDEC_LAT0_WDMA_EXT>; clocks = <&topckgen CLK_TOP_VDEC>, <&vdecsys_soc CLK_VDEC_SOC_VDEC>, <&vdecsys_soc CLK_VDEC_SOC_LAT>, <&topckgen CLK_TOP_UNIVPLL_D4>; clock-names = "sel", "vdec", "lat", "top"; assigned-clocks = <&topckgen CLK_TOP_VDEC>; assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D4>; power-domains = <&spm MT8195_POWER_DOMAIN_VDEC0>; }; video-codec@25000 { compatible = "mediatek,mtk-vcodec-core"; reg = <0 0x25000 0 0x1000>; /* VDEC_CORE_MISC */ interrupts = ; iommus = <&iommu_vdo M4U_PORT_L21_VDEC_MC_EXT>, <&iommu_vdo M4U_PORT_L21_VDEC_UFO_EXT>, <&iommu_vdo M4U_PORT_L21_VDEC_PP_EXT>, <&iommu_vdo M4U_PORT_L21_VDEC_PRED_RD_EXT>, <&iommu_vdo M4U_PORT_L21_VDEC_PRED_WR_EXT>, <&iommu_vdo M4U_PORT_L21_VDEC_PPWRAP_EXT>, <&iommu_vdo M4U_PORT_L21_VDEC_TILE_EXT>, <&iommu_vdo M4U_PORT_L21_VDEC_VLD_EXT>, <&iommu_vdo M4U_PORT_L21_VDEC_VLD2_EXT>, <&iommu_vdo M4U_PORT_L21_VDEC_AVC_MV_EXT>; clocks = <&topckgen CLK_TOP_VDEC>, <&vdecsys CLK_VDEC_VDEC>, <&vdecsys CLK_VDEC_LAT>, <&topckgen CLK_TOP_UNIVPLL_D4>; clock-names = "sel", "vdec", "lat", "top"; assigned-clocks = <&topckgen CLK_TOP_VDEC>; assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D4>; power-domains = <&spm MT8195_POWER_DOMAIN_VDEC1>; }; }; larb24: larb@1800d000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x1800d000 0 0x1000>; mediatek,larb-id = <24>; mediatek,smi = <&smi_common_vdo>; clocks = <&vdecsys_soc CLK_VDEC_SOC_LARB1>, <&vdecsys_soc CLK_VDEC_SOC_LARB1>; clock-names = "apb", "smi"; power-domains = <&spm MT8195_POWER_DOMAIN_VDEC0>; }; larb23: larb@1800e000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x1800e000 0 0x1000>; mediatek,larb-id = <23>; mediatek,smi = <&smi_sub_common_vdec_vpp0_2x1>; clocks = <&vppsys0 CLK_VPP0_GALS_VDEC_VDEC_CORE1>, <&vdecsys_soc CLK_VDEC_SOC_LARB1>; clock-names = "apb", "smi"; power-domains = <&spm MT8195_POWER_DOMAIN_VDEC0>; }; vdecsys_soc: clock-controller@1800f000 { compatible = "mediatek,mt8195-vdecsys_soc"; reg = <0 0x1800f000 0 0x1000>; #clock-cells = <1>; }; larb21: larb@1802e000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x1802e000 0 0x1000>; mediatek,larb-id = <21>; mediatek,smi = <&smi_common_vdo>; clocks = <&vdecsys CLK_VDEC_LARB1>, <&vdecsys CLK_VDEC_LARB1>; clock-names = "apb", "smi"; power-domains = <&spm MT8195_POWER_DOMAIN_VDEC1>; }; vdecsys: clock-controller@1802f000 { compatible = "mediatek,mt8195-vdecsys"; reg = <0 0x1802f000 0 0x1000>; #clock-cells = <1>; }; larb22: larb@1803e000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x1803e000 0 0x1000>; mediatek,larb-id = <22>; mediatek,smi = <&smi_sub_common_vdec_vpp0_2x1>; clocks = <&vppsys0 CLK_VPP0_GALS_VDEC_VDEC_CORE1>, <&vdecsys_core1 CLK_VDEC_CORE1_LARB1>; clock-names = "apb", "smi"; power-domains = <&spm MT8195_POWER_DOMAIN_VDEC2>; }; vdecsys_core1: clock-controller@1803f000 { compatible = "mediatek,mt8195-vdecsys_core1"; reg = <0 0x1803f000 0 0x1000>; #clock-cells = <1>; }; apusys_pll: clock-controller@190f3000 { compatible = "mediatek,mt8195-apusys_pll"; reg = <0 0x190f3000 0 0x1000>; #clock-cells = <1>; }; vencsys: clock-controller@1a000000 { compatible = "mediatek,mt8195-vencsys"; reg = <0 0x1a000000 0 0x1000>; #clock-cells = <1>; }; larb19: larb@1a010000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x1a010000 0 0x1000>; mediatek,larb-id = <19>; mediatek,smi = <&smi_common_vdo>; clocks = <&vencsys CLK_VENC_VENC>, <&vencsys CLK_VENC_GALS>; clock-names = "apb", "smi"; power-domains = <&spm MT8195_POWER_DOMAIN_VENC>; }; venc: video-codec@1a020000 { compatible = "mediatek,mt8195-vcodec-enc"; reg = <0 0x1a020000 0 0x10000>; iommus = <&iommu_vdo M4U_PORT_L19_VENC_RCPU>, <&iommu_vdo M4U_PORT_L19_VENC_REC>, <&iommu_vdo M4U_PORT_L19_VENC_BSDMA>, <&iommu_vdo M4U_PORT_L19_VENC_SV_COMV>, <&iommu_vdo M4U_PORT_L19_VENC_RD_COMV>, <&iommu_vdo M4U_PORT_L19_VENC_CUR_LUMA>, <&iommu_vdo M4U_PORT_L19_VENC_CUR_CHROMA>, <&iommu_vdo M4U_PORT_L19_VENC_REF_LUMA>, <&iommu_vdo M4U_PORT_L19_VENC_REF_CHROMA>; interrupts = ; mediatek,scp = <&scp>; clocks = <&vencsys CLK_VENC_VENC>; clock-names = "venc_sel"; assigned-clocks = <&topckgen CLK_TOP_VENC>; assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D4>; power-domains = <&spm MT8195_POWER_DOMAIN_VENC>; #address-cells = <2>; #size-cells = <2>; }; jpgdec-master { compatible = "mediatek,mt8195-jpgdec"; power-domains = <&spm MT8195_POWER_DOMAIN_VDEC1>; iommus = <&iommu_vdo M4U_PORT_L19_JPGDEC_WDMA0>, <&iommu_vdo M4U_PORT_L19_JPGDEC_BSDMA0>, <&iommu_vdo M4U_PORT_L19_JPGDEC_WDMA1>, <&iommu_vdo M4U_PORT_L19_JPGDEC_BSDMA1>, <&iommu_vdo M4U_PORT_L19_JPGDEC_BUFF_OFFSET1>, <&iommu_vdo M4U_PORT_L19_JPGDEC_BUFF_OFFSET0>; #address-cells = <2>; #size-cells = <2>; ranges; jpgdec@1a040000 { compatible = "mediatek,mt8195-jpgdec-hw"; reg = <0 0x1a040000 0 0x10000>;/* JPGDEC_C0 */ iommus = <&iommu_vdo M4U_PORT_L19_JPGDEC_WDMA0>, <&iommu_vdo M4U_PORT_L19_JPGDEC_BSDMA0>, <&iommu_vdo M4U_PORT_L19_JPGDEC_WDMA1>, <&iommu_vdo M4U_PORT_L19_JPGDEC_BSDMA1>, <&iommu_vdo M4U_PORT_L19_JPGDEC_BUFF_OFFSET1>, <&iommu_vdo M4U_PORT_L19_JPGDEC_BUFF_OFFSET0>; interrupts = ; clocks = <&vencsys CLK_VENC_JPGDEC>; clock-names = "jpgdec"; power-domains = <&spm MT8195_POWER_DOMAIN_VDEC0>; }; jpgdec@1a050000 { compatible = "mediatek,mt8195-jpgdec-hw"; reg = <0 0x1a050000 0 0x10000>;/* JPGDEC_C1 */ iommus = <&iommu_vdo M4U_PORT_L19_JPGDEC_WDMA0>, <&iommu_vdo M4U_PORT_L19_JPGDEC_BSDMA0>, <&iommu_vdo M4U_PORT_L19_JPGDEC_WDMA1>, <&iommu_vdo M4U_PORT_L19_JPGDEC_BSDMA1>, <&iommu_vdo M4U_PORT_L19_JPGDEC_BUFF_OFFSET1>, <&iommu_vdo M4U_PORT_L19_JPGDEC_BUFF_OFFSET0>; interrupts = ; clocks = <&vencsys CLK_VENC_JPGDEC_C1>; clock-names = "jpgdec"; power-domains = <&spm MT8195_POWER_DOMAIN_VDEC1>; }; jpgdec@1b040000 { compatible = "mediatek,mt8195-jpgdec-hw"; reg = <0 0x1b040000 0 0x10000>;/* JPGDEC_C2 */ iommus = <&iommu_vpp M4U_PORT_L20_JPGDEC_WDMA0>, <&iommu_vpp M4U_PORT_L20_JPGDEC_BSDMA0>, <&iommu_vpp M4U_PORT_L20_JPGDEC_WDMA1>, <&iommu_vpp M4U_PORT_L20_JPGDEC_BSDMA1>, <&iommu_vpp M4U_PORT_L20_JPGDEC_BUFF_OFFSET1>, <&iommu_vpp M4U_PORT_L20_JPGDEC_BUFF_OFFSET0>; interrupts = ; clocks = <&vencsys_core1 CLK_VENC_CORE1_JPGDEC>; clock-names = "jpgdec"; power-domains = <&spm MT8195_POWER_DOMAIN_VDEC2>; }; }; vencsys_core1: clock-controller@1b000000 { compatible = "mediatek,mt8195-vencsys_core1"; reg = <0 0x1b000000 0 0x1000>; #clock-cells = <1>; }; vdosys0: syscon@1c01a000 { compatible = "mediatek,mt8195-vdosys0", "mediatek,mt8195-mmsys", "syscon"; reg = <0 0x1c01a000 0 0x1000>; mboxes = <&gce0 0 CMDQ_THR_PRIO_4>; #clock-cells = <1>; }; jpgenc-master { compatible = "mediatek,mt8195-jpgenc"; power-domains = <&spm MT8195_POWER_DOMAIN_VENC_CORE1>; iommus = <&iommu_vpp M4U_PORT_L20_JPGENC_Y_RDMA>, <&iommu_vpp M4U_PORT_L20_JPGENC_C_RDMA>, <&iommu_vpp M4U_PORT_L20_JPGENC_Q_TABLE>, <&iommu_vpp M4U_PORT_L20_JPGENC_BSDMA>; #address-cells = <2>; #size-cells = <2>; ranges; jpgenc@1a030000 { compatible = "mediatek,mt8195-jpgenc-hw"; reg = <0 0x1a030000 0 0x10000>; iommus = <&iommu_vdo M4U_PORT_L19_JPGENC_Y_RDMA>, <&iommu_vdo M4U_PORT_L19_JPGENC_C_RDMA>, <&iommu_vdo M4U_PORT_L19_JPGENC_Q_TABLE>, <&iommu_vdo M4U_PORT_L19_JPGENC_BSDMA>; interrupts = ; clocks = <&vencsys CLK_VENC_JPGENC>; clock-names = "jpgenc"; power-domains = <&spm MT8195_POWER_DOMAIN_VENC>; }; jpgenc@1b030000 { compatible = "mediatek,mt8195-jpgenc-hw"; reg = <0 0x1b030000 0 0x10000>; iommus = <&iommu_vpp M4U_PORT_L20_JPGENC_Y_RDMA>, <&iommu_vpp M4U_PORT_L20_JPGENC_C_RDMA>, <&iommu_vpp M4U_PORT_L20_JPGENC_Q_TABLE>, <&iommu_vpp M4U_PORT_L20_JPGENC_BSDMA>; interrupts = ; clocks = <&vencsys_core1 CLK_VENC_CORE1_JPGENC>; clock-names = "jpgenc"; power-domains = <&spm MT8195_POWER_DOMAIN_VENC_CORE1>; }; }; larb20: larb@1b010000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x1b010000 0 0x1000>; mediatek,larb-id = <20>; mediatek,smi = <&smi_common_vpp>; clocks = <&vencsys_core1 CLK_VENC_CORE1_VENC>, <&vencsys_core1 CLK_VENC_CORE1_GALS>, <&vppsys0 CLK_VPP0_GALS_VDO0_VDO1_VENCSYS_CORE1>; clock-names = "apb", "smi", "gals"; power-domains = <&spm MT8195_POWER_DOMAIN_VENC_CORE1>; }; ovl0: ovl@1c000000 { compatible = "mediatek,mt8195-disp-ovl", "mediatek,mt8183-disp-ovl"; reg = <0 0x1c000000 0 0x1000>; interrupts = ; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; clocks = <&vdosys0 CLK_VDO0_DISP_OVL0>; iommus = <&iommu_vdo M4U_PORT_L0_DISP_OVL0_RDMA0>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c00XXXX 0x0000 0x1000>; }; rdma0: rdma@1c002000 { compatible = "mediatek,mt8195-disp-rdma"; reg = <0 0x1c002000 0 0x1000>; interrupts = ; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; clocks = <&vdosys0 CLK_VDO0_DISP_RDMA0>; iommus = <&iommu_vdo M4U_PORT_L0_DISP_RDMA0>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c00XXXX 0x2000 0x1000>; }; color0: color@1c003000 { compatible = "mediatek,mt8195-disp-color", "mediatek,mt8173-disp-color"; reg = <0 0x1c003000 0 0x1000>; interrupts = ; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; clocks = <&vdosys0 CLK_VDO0_DISP_COLOR0>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c00XXXX 0x3000 0x1000>; }; ccorr0: ccorr@1c004000 { compatible = "mediatek,mt8195-disp-ccorr", "mediatek,mt8192-disp-ccorr"; reg = <0 0x1c004000 0 0x1000>; interrupts = ; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; clocks = <&vdosys0 CLK_VDO0_DISP_CCORR0>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c00XXXX 0x4000 0x1000>; }; aal0: aal@1c005000 { compatible = "mediatek,mt8195-disp-aal", "mediatek,mt8183-disp-aal"; reg = <0 0x1c005000 0 0x1000>; interrupts = ; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; clocks = <&vdosys0 CLK_VDO0_DISP_AAL0>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c00XXXX 0x5000 0x1000>; }; gamma0: gamma@1c006000 { compatible = "mediatek,mt8195-disp-gamma", "mediatek,mt8183-disp-gamma"; reg = <0 0x1c006000 0 0x1000>; interrupts = ; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; clocks = <&vdosys0 CLK_VDO0_DISP_GAMMA0>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c00XXXX 0x6000 0x1000>; }; dither0: dither@1c007000 { compatible = "mediatek,mt8195-disp-dither", "mediatek,mt8183-disp-dither"; reg = <0 0x1c007000 0 0x1000>; interrupts = ; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; clocks = <&vdosys0 CLK_VDO0_DISP_DITHER0>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c00XXXX 0x7000 0x1000>; }; dsc0: dsc@1c009000 { compatible = "mediatek,mt8195-disp-dsc"; reg = <0 0x1c009000 0 0x1000>; interrupts = ; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; clocks = <&vdosys0 CLK_VDO0_DSC_WRAP0>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c00XXXX 0x9000 0x1000>; }; merge0: merge@1c014000 { compatible = "mediatek,mt8195-disp-merge"; reg = <0 0x1c014000 0 0x1000>; interrupts = ; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; clocks = <&vdosys0 CLK_VDO0_VPP_MERGE0>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c01XXXX 0x4000 0x1000>; }; dp_intf0: dp-intf@1c015000 { compatible = "mediatek,mt8195-dp-intf"; reg = <0 0x1c015000 0 0x1000>; interrupts = ; clocks = <&vdosys0 CLK_VDO0_DP_INTF0>, <&vdosys0 CLK_VDO0_DP_INTF0_DP_INTF>, <&apmixedsys CLK_APMIXED_TVDPLL1>; clock-names = "engine", "pixel", "pll"; status = "disabled"; }; mutex: mutex@1c016000 { compatible = "mediatek,mt8195-disp-mutex"; reg = <0 0x1c016000 0 0x1000>; interrupts = ; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; clocks = <&vdosys0 CLK_VDO0_DISP_MUTEX0>; mediatek,gce-events = ; }; larb0: larb@1c018000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x1c018000 0 0x1000>; mediatek,larb-id = <0>; mediatek,smi = <&smi_common_vdo>; clocks = <&vdosys0 CLK_VDO0_SMI_LARB>, <&vdosys0 CLK_VDO0_SMI_LARB>, <&vppsys0 CLK_VPP0_GALS_VDO0_LARB0>; clock-names = "apb", "smi", "gals"; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; }; larb1: larb@1c019000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x1c019000 0 0x1000>; mediatek,larb-id = <1>; mediatek,smi = <&smi_common_vpp>; clocks = <&vdosys0 CLK_VDO0_SMI_LARB>, <&vppsys0 CLK_VPP0_GALS_VDO0_VDO1_VENCSYS_CORE1>, <&vppsys0 CLK_VPP0_GALS_VDO0_LARB1>; clock-names = "apb", "smi", "gals"; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; }; vdosys1: syscon@1c100000 { compatible = "mediatek,mt8195-vdosys1", "syscon"; reg = <0 0x1c100000 0 0x1000>; mboxes = <&gce0 1 CMDQ_THR_PRIO_4>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x0000 0x1000>; #clock-cells = <1>; #reset-cells = <1>; }; smi_common_vdo: smi@1c01b000 { compatible = "mediatek,mt8195-smi-common-vdo"; reg = <0 0x1c01b000 0 0x1000>; clocks = <&vdosys0 CLK_VDO0_SMI_COMMON>, <&vdosys0 CLK_VDO0_SMI_EMI>, <&vdosys0 CLK_VDO0_SMI_RSI>, <&vdosys0 CLK_VDO0_SMI_GALS>; clock-names = "apb", "smi", "gals0", "gals1"; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; }; iommu_vdo: iommu@1c01f000 { compatible = "mediatek,mt8195-iommu-vdo"; reg = <0 0x1c01f000 0 0x1000>; mediatek,larbs = <&larb0 &larb2 &larb5 &larb7 &larb9 &larb10 &larb11 &larb13 &larb17 &larb19 &larb21 &larb24 &larb25 &larb28>; interrupts = ; #iommu-cells = <1>; clocks = <&vdosys0 CLK_VDO0_SMI_IOMMU>; clock-names = "bclk"; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>; }; mutex1: mutex@1c101000 { compatible = "mediatek,mt8195-disp-mutex"; reg = <0 0x1c101000 0 0x1000>; reg-names = "vdo1_mutex"; interrupts = ; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; clocks = <&vdosys1 CLK_VDO1_DISP_MUTEX>; clock-names = "vdo1_mutex"; mediatek,gce-events = ; }; larb2: larb@1c102000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x1c102000 0 0x1000>; mediatek,larb-id = <2>; mediatek,smi = <&smi_common_vdo>; clocks = <&vdosys1 CLK_VDO1_SMI_LARB2>, <&vdosys1 CLK_VDO1_SMI_LARB2>, <&vdosys1 CLK_VDO1_GALS>; clock-names = "apb", "smi", "gals"; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; }; larb3: larb@1c103000 { compatible = "mediatek,mt8195-smi-larb"; reg = <0 0x1c103000 0 0x1000>; mediatek,larb-id = <3>; mediatek,smi = <&smi_common_vpp>; clocks = <&vdosys1 CLK_VDO1_SMI_LARB3>, <&vdosys1 CLK_VDO1_GALS>, <&vppsys0 CLK_VPP0_GALS_VDO0_VDO1_VENCSYS_CORE1>; clock-names = "apb", "smi", "gals"; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; }; vdo1_rdma0: rdma@1c104000 { compatible = "mediatek,mt8195-vdo1-rdma"; reg = <0 0x1c104000 0 0x1000>; interrupts = ; clocks = <&vdosys1 CLK_VDO1_MDP_RDMA0>; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; iommus = <&iommu_vdo M4U_PORT_L2_MDP_RDMA0>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x4000 0x1000>; }; vdo1_rdma1: rdma@1c105000 { compatible = "mediatek,mt8195-vdo1-rdma"; reg = <0 0x1c105000 0 0x1000>; interrupts = ; clocks = <&vdosys1 CLK_VDO1_MDP_RDMA1>; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; iommus = <&iommu_vpp M4U_PORT_L3_MDP_RDMA1>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x5000 0x1000>; }; vdo1_rdma2: rdma@1c106000 { compatible = "mediatek,mt8195-vdo1-rdma"; reg = <0 0x1c106000 0 0x1000>; interrupts = ; clocks = <&vdosys1 CLK_VDO1_MDP_RDMA2>; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; iommus = <&iommu_vdo M4U_PORT_L2_MDP_RDMA2>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x6000 0x1000>; }; vdo1_rdma3: rdma@1c107000 { compatible = "mediatek,mt8195-vdo1-rdma"; reg = <0 0x1c107000 0 0x1000>; interrupts = ; clocks = <&vdosys1 CLK_VDO1_MDP_RDMA3>; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; iommus = <&iommu_vpp M4U_PORT_L3_MDP_RDMA3>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x7000 0x1000>; }; vdo1_rdma4: rdma@1c108000 { compatible = "mediatek,mt8195-vdo1-rdma"; reg = <0 0x1c108000 0 0x1000>; interrupts = ; clocks = <&vdosys1 CLK_VDO1_MDP_RDMA4>; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; iommus = <&iommu_vdo M4U_PORT_L2_MDP_RDMA4>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x8000 0x1000>; }; vdo1_rdma5: rdma@1c109000 { compatible = "mediatek,mt8195-vdo1-rdma"; reg = <0 0x1c109000 0 0x1000>; interrupts = ; clocks = <&vdosys1 CLK_VDO1_MDP_RDMA5>; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; iommus = <&iommu_vpp M4U_PORT_L3_MDP_RDMA5>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x9000 0x1000>; }; vdo1_rdma6: rdma@1c10a000 { compatible = "mediatek,mt8195-vdo1-rdma"; reg = <0 0x1c10a000 0 0x1000>; interrupts = ; clocks = <&vdosys1 CLK_VDO1_MDP_RDMA6>; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; iommus = <&iommu_vdo M4U_PORT_L2_MDP_RDMA6>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0xa000 0x1000>; }; vdo1_rdma7: rdma@1c10b000 { compatible = "mediatek,mt8195-vdo1-rdma"; reg = <0 0x1c10b000 0 0x1000>; interrupts = ; clocks = <&vdosys1 CLK_VDO1_MDP_RDMA7>; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; iommus = <&iommu_vpp M4U_PORT_L3_MDP_RDMA7>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0xb000 0x1000>; }; merge1: vpp-merge@1c10c000 { compatible = "mediatek,mt8195-disp-merge"; reg = <0 0x1c10c000 0 0x1000>; interrupts = ; clocks = <&vdosys1 CLK_VDO1_VPP_MERGE0>, <&vdosys1 CLK_VDO1_MERGE0_DL_ASYNC>; clock-names = "merge","merge_async"; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0xc000 0x1000>; mediatek,merge-mute; resets = <&vdosys1 MT8195_VDOSYS1_SW0_RST_B_MERGE0_DL_ASYNC>; }; merge2: vpp-merge@1c10d000 { compatible = "mediatek,mt8195-disp-merge"; reg = <0 0x1c10d000 0 0x1000>; interrupts = ; clocks = <&vdosys1 CLK_VDO1_VPP_MERGE1>, <&vdosys1 CLK_VDO1_MERGE1_DL_ASYNC>; clock-names = "merge","merge_async"; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0xd000 0x1000>; mediatek,merge-mute; resets = <&vdosys1 MT8195_VDOSYS1_SW0_RST_B_MERGE1_DL_ASYNC>; }; merge3: vpp-merge@1c10e000 { compatible = "mediatek,mt8195-disp-merge"; reg = <0 0x1c10e000 0 0x1000>; interrupts = ; clocks = <&vdosys1 CLK_VDO1_VPP_MERGE2>, <&vdosys1 CLK_VDO1_MERGE2_DL_ASYNC>; clock-names = "merge","merge_async"; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0xe000 0x1000>; mediatek,merge-mute; resets = <&vdosys1 MT8195_VDOSYS1_SW0_RST_B_MERGE2_DL_ASYNC>; }; merge4: vpp-merge@1c10f000 { compatible = "mediatek,mt8195-disp-merge"; reg = <0 0x1c10f000 0 0x1000>; interrupts = ; clocks = <&vdosys1 CLK_VDO1_VPP_MERGE3>, <&vdosys1 CLK_VDO1_MERGE3_DL_ASYNC>; clock-names = "merge","merge_async"; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0xf000 0x1000>; mediatek,merge-mute; resets = <&vdosys1 MT8195_VDOSYS1_SW0_RST_B_MERGE3_DL_ASYNC>; }; merge5: vpp-merge@1c110000 { compatible = "mediatek,mt8195-disp-merge"; reg = <0 0x1c110000 0 0x1000>; interrupts = ; clocks = <&vdosys1 CLK_VDO1_VPP_MERGE4>, <&vdosys1 CLK_VDO1_MERGE4_DL_ASYNC>; clock-names = "merge","merge_async"; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c11XXXX 0x0000 0x1000>; mediatek,merge-fifo-en; resets = <&vdosys1 MT8195_VDOSYS1_SW0_RST_B_MERGE4_DL_ASYNC>; }; dp_intf1: dp-intf@1c113000 { compatible = "mediatek,mt8195-dp-intf"; reg = <0 0x1c113000 0 0x1000>; interrupts = ; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; clocks = <&vdosys1 CLK_VDO1_DP_INTF0_MM>, <&vdosys1 CLK_VDO1_DPINTF>, <&apmixedsys CLK_APMIXED_TVDPLL2>; clock-names = "engine", "pixel", "pll"; status = "disabled"; }; ethdr0: hdr-engine@1c114000 { compatible = "mediatek,mt8195-disp-ethdr"; reg = <0 0x1c114000 0 0x1000>, <0 0x1c115000 0 0x1000>, <0 0x1c117000 0 0x1000>, <0 0x1c119000 0 0x1000>, <0 0x1c11a000 0 0x1000>, <0 0x1c11b000 0 0x1000>, <0 0x1c11c000 0 0x1000>; reg-names = "mixer", "vdo_fe0", "vdo_fe1", "gfx_fe0", "gfx_fe1", "vdo_be", "adl_ds"; mediatek,gce-client-reg = <&gce0 SUBSYS_1c11XXXX 0x4000 0x1000>, <&gce0 SUBSYS_1c11XXXX 0x5000 0x1000>, <&gce0 SUBSYS_1c11XXXX 0x7000 0x1000>, <&gce0 SUBSYS_1c11XXXX 0x9000 0x1000>, <&gce0 SUBSYS_1c11XXXX 0xa000 0x1000>, <&gce0 SUBSYS_1c11XXXX 0xb000 0x1000>, <&gce0 SUBSYS_1c11XXXX 0xc000 0x1000>; clocks = <&vdosys1 CLK_VDO1_DISP_MIXER>, <&vdosys1 CLK_VDO1_HDR_VDO_FE0>, <&vdosys1 CLK_VDO1_HDR_VDO_FE1>, <&vdosys1 CLK_VDO1_HDR_GFX_FE0>, <&vdosys1 CLK_VDO1_HDR_GFX_FE1>, <&vdosys1 CLK_VDO1_HDR_VDO_BE>, <&vdosys1 CLK_VDO1_26M_SLOW>, <&vdosys1 CLK_VDO1_HDR_VDO_FE0_DL_ASYNC>, <&vdosys1 CLK_VDO1_HDR_VDO_FE1_DL_ASYNC>, <&vdosys1 CLK_VDO1_HDR_GFX_FE0_DL_ASYNC>, <&vdosys1 CLK_VDO1_HDR_GFX_FE1_DL_ASYNC>, <&vdosys1 CLK_VDO1_HDR_VDO_BE_DL_ASYNC>, <&topckgen CLK_TOP_ETHDR>; clock-names = "mixer", "vdo_fe0", "vdo_fe1", "gfx_fe0", "gfx_fe1", "vdo_be", "adl_ds", "vdo_fe0_async", "vdo_fe1_async", "gfx_fe0_async", "gfx_fe1_async","vdo_be_async", "ethdr_top"; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; iommus = <&iommu_vpp M4U_PORT_L3_HDR_DS>, <&iommu_vpp M4U_PORT_L3_HDR_ADL>; interrupts = ; /* disp mixer */ resets = <&vdosys1 MT8195_VDOSYS1_SW1_RST_B_HDR_VDO_FE0_DL_ASYNC>, <&vdosys1 MT8195_VDOSYS1_SW1_RST_B_HDR_VDO_FE1_DL_ASYNC>, <&vdosys1 MT8195_VDOSYS1_SW1_RST_B_HDR_GFX_FE0_DL_ASYNC>, <&vdosys1 MT8195_VDOSYS1_SW1_RST_B_HDR_GFX_FE1_DL_ASYNC>, <&vdosys1 MT8195_VDOSYS1_SW1_RST_B_HDR_VDO_BE_DL_ASYNC>; reset-names = "vdo_fe0_async", "vdo_fe1_async", "gfx_fe0_async", "gfx_fe1_async", "vdo_be_async"; }; edp_tx: edp-tx@1c500000 { compatible = "mediatek,mt8195-edp-tx"; reg = <0 0x1c500000 0 0x8000>; nvmem-cells = <&dp_calibration>; nvmem-cell-names = "dp_calibration_data"; power-domains = <&spm MT8195_POWER_DOMAIN_EPD_TX>; interrupts = ; max-linkrate-mhz = <8100>; status = "disabled"; }; dp_tx: dp-tx@1c600000 { compatible = "mediatek,mt8195-dp-tx"; reg = <0 0x1c600000 0 0x8000>; nvmem-cells = <&dp_calibration>; nvmem-cell-names = "dp_calibration_data"; power-domains = <&spm MT8195_POWER_DOMAIN_DP_TX>; interrupts = ; max-linkrate-mhz = <8100>; status = "disabled"; }; }; thermal_zones: thermal-zones { cpu0-thermal { polling-delay = <1000>; polling-delay-passive = <250>; thermal-sensors = <&lvts_mcu MT8195_MCU_LITTLE_CPU0>; trips { cpu0_alert: trip-alert { temperature = <85000>; hysteresis = <2000>; type = "passive"; }; cpu0_crit: trip-crit { temperature = <100000>; hysteresis = <2000>; type = "critical"; }; }; cooling-maps { map0 { trip = <&cpu0_alert>; cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; }; }; }; cpu1-thermal { polling-delay = <1000>; polling-delay-passive = <250>; thermal-sensors = <&lvts_mcu MT8195_MCU_LITTLE_CPU1>; trips { cpu1_alert: trip-alert { temperature = <85000>; hysteresis = <2000>; type = "passive"; }; cpu1_crit: trip-crit { temperature = <100000>; hysteresis = <2000>; type = "critical"; }; }; cooling-maps { map0 { trip = <&cpu1_alert>; cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; }; }; }; cpu2-thermal { polling-delay = <1000>; polling-delay-passive = <250>; thermal-sensors = <&lvts_mcu MT8195_MCU_LITTLE_CPU2>; trips { cpu2_alert: trip-alert { temperature = <85000>; hysteresis = <2000>; type = "passive"; }; cpu2_crit: trip-crit { temperature = <100000>; hysteresis = <2000>; type = "critical"; }; }; cooling-maps { map0 { trip = <&cpu2_alert>; cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; }; }; }; cpu3-thermal { polling-delay = <1000>; polling-delay-passive = <250>; thermal-sensors = <&lvts_mcu MT8195_MCU_LITTLE_CPU3>; trips { cpu3_alert: trip-alert { temperature = <85000>; hysteresis = <2000>; type = "passive"; }; cpu3_crit: trip-crit { temperature = <100000>; hysteresis = <2000>; type = "critical"; }; }; cooling-maps { map0 { trip = <&cpu3_alert>; cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; }; }; }; cpu4-thermal { polling-delay = <1000>; polling-delay-passive = <250>; thermal-sensors = <&lvts_mcu MT8195_MCU_BIG_CPU0>; trips { cpu4_alert: trip-alert { temperature = <85000>; hysteresis = <2000>; type = "passive"; }; cpu4_crit: trip-crit { temperature = <100000>; hysteresis = <2000>; type = "critical"; }; }; cooling-maps { map0 { trip = <&cpu4_alert>; cooling-device = <&cpu4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; }; }; }; cpu5-thermal { polling-delay = <1000>; polling-delay-passive = <250>; thermal-sensors = <&lvts_mcu MT8195_MCU_BIG_CPU1>; trips { cpu5_alert: trip-alert { temperature = <85000>; hysteresis = <2000>; type = "passive"; }; cpu5_crit: trip-crit { temperature = <100000>; hysteresis = <2000>; type = "critical"; }; }; cooling-maps { map0 { trip = <&cpu5_alert>; cooling-device = <&cpu4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; }; }; }; cpu6-thermal { polling-delay = <1000>; polling-delay-passive = <250>; thermal-sensors = <&lvts_mcu MT8195_MCU_BIG_CPU2>; trips { cpu6_alert: trip-alert { temperature = <85000>; hysteresis = <2000>; type = "passive"; }; cpu6_crit: trip-crit { temperature = <100000>; hysteresis = <2000>; type = "critical"; }; }; cooling-maps { map0 { trip = <&cpu6_alert>; cooling-device = <&cpu4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; }; }; }; cpu7-thermal { polling-delay = <1000>; polling-delay-passive = <250>; thermal-sensors = <&lvts_mcu MT8195_MCU_BIG_CPU3>; trips { cpu7_alert: trip-alert { temperature = <85000>; hysteresis = <2000>; type = "passive"; }; cpu7_crit: trip-crit { temperature = <100000>; hysteresis = <2000>; type = "critical"; }; }; cooling-maps { map0 { trip = <&cpu7_alert>; cooling-device = <&cpu4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, <&cpu7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; }; }; }; vpu0-thermal { polling-delay = <1000>; polling-delay-passive = <250>; thermal-sensors = <&lvts_ap MT8195_AP_VPU0>; trips { vpu0_alert: trip-alert { temperature = <85000>; hysteresis = <2000>; type = "passive"; }; vpu0_crit: trip-crit { temperature = <100000>; hysteresis = <2000>; type = "critical"; }; }; }; vpu1-thermal { polling-delay = <1000>; polling-delay-passive = <250>; thermal-sensors = <&lvts_ap MT8195_AP_VPU1>; trips { vpu1_alert: trip-alert { temperature = <85000>; hysteresis = <2000>; type = "passive"; }; vpu1_crit: trip-crit { temperature = <100000>; hysteresis = <2000>; type = "critical"; }; }; }; gpu0-thermal { polling-delay = <1000>; polling-delay-passive = <250>; thermal-sensors = <&lvts_ap MT8195_AP_GPU0>; trips { gpu0_alert: trip-alert { temperature = <85000>; hysteresis = <2000>; type = "passive"; }; gpu0_crit: trip-crit { temperature = <100000>; hysteresis = <2000>; type = "critical"; }; }; }; gpu1-thermal { polling-delay = <1000>; polling-delay-passive = <250>; thermal-sensors = <&lvts_ap MT8195_AP_GPU1>; trips { gpu1_alert: trip-alert { temperature = <85000>; hysteresis = <2000>; type = "passive"; }; gpu1_crit: trip-crit { temperature = <100000>; hysteresis = <2000>; type = "critical"; }; }; }; vdec-thermal { polling-delay = <1000>; polling-delay-passive = <250>; thermal-sensors = <&lvts_ap MT8195_AP_VDEC>; trips { vdec_alert: trip-alert { temperature = <85000>; hysteresis = <2000>; type = "passive"; }; vdec_crit: trip-crit { temperature = <100000>; hysteresis = <2000>; type = "critical"; }; }; }; img-thermal { polling-delay = <1000>; polling-delay-passive = <250>; thermal-sensors = <&lvts_ap MT8195_AP_IMG>; trips { img_alert: trip-alert { temperature = <85000>; hysteresis = <2000>; type = "passive"; }; img_crit: trip-crit { temperature = <100000>; hysteresis = <2000>; type = "critical"; }; }; }; infra-thermal { polling-delay = <1000>; polling-delay-passive = <250>; thermal-sensors = <&lvts_ap MT8195_AP_INFRA>; trips { infra_alert: trip-alert { temperature = <85000>; hysteresis = <2000>; type = "passive"; }; infra_crit: trip-crit { temperature = <100000>; hysteresis = <2000>; type = "critical"; }; }; }; cam0-thermal { polling-delay = <1000>; polling-delay-passive = <250>; thermal-sensors = <&lvts_ap MT8195_AP_CAM0>; trips { cam0_alert: trip-alert { temperature = <85000>; hysteresis = <2000>; type = "passive"; }; cam0_crit: trip-crit { temperature = <100000>; hysteresis = <2000>; type = "critical"; }; }; }; cam1-thermal { polling-delay = <1000>; polling-delay-passive = <250>; thermal-sensors = <&lvts_ap MT8195_AP_CAM1>; trips { cam1_alert: trip-alert { temperature = <85000>; hysteresis = <2000>; type = "passive"; }; cam1_crit: trip-crit { temperature = <100000>; hysteresis = <2000>; type = "critical"; }; }; }; }; };