From 99a1cf935d8ab9e18787596061fb1737ee57c9bc Mon Sep 17 00:00:00 2001
From: Not extraordinary <strongtz@yeah.net>
Date: Mon, 10 Aug 2020 12:56:41 +0800
Subject: [PATCH] Update device tree

---
 device_specific/enchilada.dts                 | 26578 ++++++++++++++++
 sdm845Pkg/FdtBlob/pm8005.dtsi                 |    32 +
 sdm845Pkg/FdtBlob/pm8998.dtsi                 |   112 +
 sdm845Pkg/FdtBlob/pmi8998.dtsi                |   117 +
 sdm845Pkg/FdtBlob/sdm845-beryllium.dtb        |   Bin 0 -> 81736 bytes
 sdm845Pkg/FdtBlob/sdm845-beryllium.dts        |   697 +
 .../FdtBlob/sdm845-oneplus-enchilada.dtb      |   Bin 0 -> 84043 bytes
 .../FdtBlob/sdm845-oneplus-enchilada.dts      |    29 +
 .../FdtBlob/sdm845-oneplus-enchilada.dtsi     |   876 +
 sdm845Pkg/FdtBlob/sdm845-oneplus-fajita.dtb   |   Bin 0 -> 84043 bytes
 sdm845Pkg/FdtBlob/sdm845-oneplus-fajita.dts   |    29 +
 sdm845Pkg/FdtBlob/sdm845-xiaomi-dipper.dtb    |   Bin 0 -> 81026 bytes
 sdm845Pkg/FdtBlob/sdm845-xiaomi-dipper.dts    |   763 +
 sdm845Pkg/FdtBlob/sdm845-xiaomi-polaris.dtb   |   Bin 79095 -> 81791 bytes
 sdm845Pkg/FdtBlob/sdm845-xiaomi-polaris.dts   |   291 +-
 sdm845Pkg/FdtBlob/sdm845.dtsi                 |  4653 +++
 16 files changed, 34071 insertions(+), 106 deletions(-)
 create mode 100644 device_specific/enchilada.dts
 create mode 100644 sdm845Pkg/FdtBlob/pm8005.dtsi
 create mode 100644 sdm845Pkg/FdtBlob/pm8998.dtsi
 create mode 100644 sdm845Pkg/FdtBlob/pmi8998.dtsi
 create mode 100644 sdm845Pkg/FdtBlob/sdm845-beryllium.dtb
 create mode 100644 sdm845Pkg/FdtBlob/sdm845-beryllium.dts
 create mode 100644 sdm845Pkg/FdtBlob/sdm845-oneplus-enchilada.dtb
 create mode 100644 sdm845Pkg/FdtBlob/sdm845-oneplus-enchilada.dts
 create mode 100644 sdm845Pkg/FdtBlob/sdm845-oneplus-enchilada.dtsi
 create mode 100644 sdm845Pkg/FdtBlob/sdm845-oneplus-fajita.dtb
 create mode 100644 sdm845Pkg/FdtBlob/sdm845-oneplus-fajita.dts
 create mode 100644 sdm845Pkg/FdtBlob/sdm845-xiaomi-dipper.dtb
 create mode 100644 sdm845Pkg/FdtBlob/sdm845-xiaomi-dipper.dts
 create mode 100644 sdm845Pkg/FdtBlob/sdm845.dtsi

diff --git a/device_specific/enchilada.dts b/device_specific/enchilada.dts
new file mode 100644
index 0000000..17536bd
--- /dev/null
+++ b/device_specific/enchilada.dts
@@ -0,0 +1,26578 @@
+/dts-v1/;
+
+/ {
+	#address-cells = <0x2>;
+	#size-cells = <0x2>;
+	model = "Qualcomm Technologies, Inc. SDM845 v2.1 MTP PVT";
+	compatible = "qcom,sdm845-mtp", "qcom,sdm845", "qcom,mtp";
+	qcom,msm-id = <0x141 0x20001>;
+	interrupt-parent = <0x1>;
+	qcom,board-id = <0x8 0x0 0x459b 0x16>;
+
+	cpus {
+		#address-cells = <0x2>;
+		#size-cells = <0x0>;
+
+		cpu@0 {
+			device_type = "cpu";
+			compatible = "arm,armv8";
+			reg = <0x0 0x0>;
+			enable-method = "psci";
+			efficiency = <0x400>;
+			cache-size = <0x8000>;
+			cpu-release-addr = <0x0 0x90000000>;
+			qcom,lmh-dcvs = <0x2>;
+			#cooling-cells = <0x2>;
+			next-level-cache = <0x3>;
+			sched-energy-costs = <0x4 0x5>;
+			phandle = <0x11>;
+
+			l2-cache {
+				compatible = "arm,arch-cache";
+				cache-size = <0x20000>;
+				cache-level = <0x2>;
+				next-level-cache = <0x6>;
+				phandle = <0x3>;
+
+				l3-cache {
+					compatible = "arm,arch-cache";
+					cache-size = <0x200000>;
+					cache-level = <0x3>;
+					phandle = <0x6>;
+				};
+			};
+
+			l1-icache {
+				compatible = "arm,arch-cache";
+				qcom,dump-size = <0x12000>;
+				phandle = <0xc3>;
+			};
+
+			l1-dcache {
+				compatible = "arm,arch-cache";
+				qcom,dump-size = <0xa000>;
+				phandle = <0xcb>;
+			};
+
+			l1-tlb {
+				qcom,dump-size = <0x6000>;
+				phandle = <0xd7>;
+			};
+		};
+
+		cpu@100 {
+			device_type = "cpu";
+			compatible = "arm,armv8";
+			reg = <0x0 0x100>;
+			enable-method = "psci";
+			efficiency = <0x400>;
+			cache-size = <0x8000>;
+			cpu-release-addr = <0x0 0x90000000>;
+			qcom,lmh-dcvs = <0x2>;
+			#cooling-cells = <0x2>;
+			next-level-cache = <0x7>;
+			sched-energy-costs = <0x4 0x5>;
+			phandle = <0x12>;
+
+			l2-cache {
+				compatible = "arm,arch-cache";
+				cache-size = <0x20000>;
+				cache-level = <0x2>;
+				next-level-cache = <0x6>;
+				phandle = <0x7>;
+			};
+
+			l1-icache {
+				compatible = "arm,arch-cache";
+				qcom,dump-size = <0x12000>;
+				phandle = <0xc4>;
+			};
+
+			l1-dcache {
+				compatible = "arm,arch-cache";
+				qcom,dump-size = <0xa000>;
+				phandle = <0xcc>;
+			};
+
+			l1-tlb {
+				qcom,dump-size = <0x6000>;
+				phandle = <0xd8>;
+			};
+		};
+
+		cpu@200 {
+			device_type = "cpu";
+			compatible = "arm,armv8";
+			reg = <0x0 0x200>;
+			enable-method = "psci";
+			efficiency = <0x400>;
+			cache-size = <0x8000>;
+			cpu-release-addr = <0x0 0x90000000>;
+			qcom,lmh-dcvs = <0x2>;
+			#cooling-cells = <0x2>;
+			next-level-cache = <0x8>;
+			sched-energy-costs = <0x4 0x5>;
+			phandle = <0x13>;
+
+			l2-cache {
+				compatible = "arm,arch-cache";
+				cache-size = <0x20000>;
+				cache-level = <0x2>;
+				next-level-cache = <0x6>;
+				phandle = <0x8>;
+			};
+
+			l1-icache {
+				compatible = "arm,arch-cache";
+				qcom,dump-size = <0x12000>;
+				phandle = <0xc5>;
+			};
+
+			l1-dcache {
+				compatible = "arm,arch-cache";
+				qcom,dump-size = <0xa000>;
+				phandle = <0xcd>;
+			};
+
+			l1-tlb {
+				qcom,dump-size = <0x6000>;
+				phandle = <0xd9>;
+			};
+		};
+
+		cpu@300 {
+			device_type = "cpu";
+			compatible = "arm,armv8";
+			reg = <0x0 0x300>;
+			enable-method = "psci";
+			efficiency = <0x400>;
+			cache-size = <0x8000>;
+			cpu-release-addr = <0x0 0x90000000>;
+			qcom,lmh-dcvs = <0x2>;
+			#cooling-cells = <0x2>;
+			next-level-cache = <0x9>;
+			sched-energy-costs = <0x4 0x5>;
+			phandle = <0x14>;
+
+			l2-cache {
+				compatible = "arm,arch-cache";
+				cache-size = <0x20000>;
+				cache-level = <0x2>;
+				next-level-cache = <0x6>;
+				phandle = <0x9>;
+			};
+
+			l1-icache {
+				compatible = "arm,arch-cache";
+				qcom,dump-size = <0x12000>;
+				phandle = <0xc6>;
+			};
+
+			l1-dcache {
+				compatible = "arm,arch-cache";
+				qcom,dump-size = <0xa000>;
+				phandle = <0xce>;
+			};
+
+			l1-tlb {
+				qcom,dump-size = <0x6000>;
+				phandle = <0xda>;
+			};
+		};
+
+		cpu@400 {
+			device_type = "cpu";
+			compatible = "arm,armv8";
+			reg = <0x0 0x400>;
+			enable-method = "psci";
+			efficiency = <0x6cc>;
+			cache-size = <0x20000>;
+			cpu-release-addr = <0x0 0x90000000>;
+			qcom,lmh-dcvs = <0xa>;
+			#cooling-cells = <0x2>;
+			next-level-cache = <0xb>;
+			sched-energy-costs = <0xc 0xd>;
+			phandle = <0x15>;
+
+			l2-cache {
+				compatible = "arm,arch-cache";
+				cache-size = <0x40000>;
+				cache-level = <0x2>;
+				next-level-cache = <0x6>;
+				phandle = <0xb>;
+			};
+
+			l1-icache {
+				compatible = "arm,arch-cache";
+				qcom,dump-size = <0x24000>;
+				phandle = <0xc7>;
+			};
+
+			l1-dcache {
+				compatible = "arm,arch-cache";
+				qcom,dump-size = <0x14000>;
+				phandle = <0xcf>;
+			};
+
+			l1-tlb {
+				qcom,dump-size = <0x6800>;
+				phandle = <0xdb>;
+			};
+		};
+
+		cpu@500 {
+			device_type = "cpu";
+			compatible = "arm,armv8";
+			reg = <0x0 0x500>;
+			enable-method = "psci";
+			efficiency = <0x6cc>;
+			cache-size = <0x20000>;
+			cpu-release-addr = <0x0 0x90000000>;
+			qcom,lmh-dcvs = <0xa>;
+			#cooling-cells = <0x2>;
+			next-level-cache = <0xe>;
+			sched-energy-costs = <0xc 0xd>;
+			phandle = <0x16>;
+
+			l2-cache {
+				compatible = "arm,arch-cache";
+				cache-size = <0x40000>;
+				cache-level = <0x2>;
+				next-level-cache = <0x6>;
+				phandle = <0xe>;
+			};
+
+			l1-icache {
+				compatible = "arm,arch-cache";
+				qcom,dump-size = <0x24000>;
+				phandle = <0xc8>;
+			};
+
+			l1-dcache {
+				compatible = "arm,arch-cache";
+				qcom,dump-size = <0x14000>;
+				phandle = <0xd0>;
+			};
+
+			l1-tlb {
+				qcom,dump-size = <0x6800>;
+				phandle = <0xdc>;
+			};
+		};
+
+		cpu@600 {
+			device_type = "cpu";
+			compatible = "arm,armv8";
+			reg = <0x0 0x600>;
+			enable-method = "psci";
+			efficiency = <0x6cc>;
+			cache-size = <0x20000>;
+			cpu-release-addr = <0x0 0x90000000>;
+			qcom,lmh-dcvs = <0xa>;
+			#cooling-cells = <0x2>;
+			next-level-cache = <0xf>;
+			sched-energy-costs = <0xc 0xd>;
+			phandle = <0x17>;
+
+			l2-cache {
+				compatible = "arm,arch-cache";
+				cache-size = <0x40000>;
+				cache-level = <0x2>;
+				next-level-cache = <0x6>;
+				phandle = <0xf>;
+			};
+
+			l1-icache {
+				compatible = "arm,arch-cache";
+				qcom,dump-size = <0x24000>;
+				phandle = <0xc9>;
+			};
+
+			l1-dcache {
+				compatible = "arm,arch-cache";
+				qcom,dump-size = <0x14000>;
+				phandle = <0xd1>;
+			};
+
+			l1-tlb {
+				qcom,dump-size = <0x6800>;
+				phandle = <0xdd>;
+			};
+		};
+
+		cpu@700 {
+			device_type = "cpu";
+			compatible = "arm,armv8";
+			reg = <0x0 0x700>;
+			enable-method = "psci";
+			efficiency = <0x6cc>;
+			cache-size = <0x20000>;
+			cpu-release-addr = <0x0 0x90000000>;
+			qcom,lmh-dcvs = <0xa>;
+			#cooling-cells = <0x2>;
+			next-level-cache = <0x10>;
+			sched-energy-costs = <0xc 0xd>;
+			phandle = <0x18>;
+
+			l2-cache {
+				compatible = "arm,arch-cache";
+				cache-size = <0x40000>;
+				cache-level = <0x2>;
+				next-level-cache = <0x6>;
+				phandle = <0x10>;
+			};
+
+			l1-icache {
+				compatible = "arm,arch-cache";
+				qcom,dump-size = <0x24000>;
+				phandle = <0xca>;
+			};
+
+			l1-dcache {
+				compatible = "arm,arch-cache";
+				qcom,dump-size = <0x14000>;
+				phandle = <0xd2>;
+			};
+
+			l1-tlb {
+				qcom,dump-size = <0x6800>;
+				phandle = <0xde>;
+			};
+		};
+
+		cpu-map {
+
+			cluster0 {
+
+				core0 {
+					cpu = <0x11>;
+				};
+
+				core1 {
+					cpu = <0x12>;
+				};
+
+				core2 {
+					cpu = <0x13>;
+				};
+
+				core3 {
+					cpu = <0x14>;
+				};
+			};
+
+			cluster1 {
+
+				core0 {
+					cpu = <0x15>;
+				};
+
+				core1 {
+					cpu = <0x16>;
+				};
+
+				core2 {
+					cpu = <0x17>;
+				};
+
+				core3 {
+					cpu = <0x18>;
+				};
+			};
+		};
+	};
+
+	soc {
+		#address-cells = <0x1>;
+		#size-cells = <0x1>;
+		ranges = <0x0 0x0 0x0 0xffffffff>;
+		compatible = "simple-bus";
+		phandle = <0x2b5>;
+
+		qcom,gdsc@0x16b004 {
+			compatible = "qcom,gdsc";
+			regulator-name = "pcie_0_gdsc";
+			reg = <0x16b004 0x4>;
+			qcom,poll-cfg-gdscr;
+			status = "ok";
+			phandle = <0x266>;
+		};
+
+		qcom,gdsc@0x18d004 {
+			compatible = "qcom,gdsc";
+			regulator-name = "pcie_1_gdsc";
+			reg = <0x18d004 0x4>;
+			qcom,poll-cfg-gdscr;
+			status = "ok";
+			phandle = <0x26b>;
+		};
+
+		qcom,gdsc@0x175004 {
+			compatible = "qcom,gdsc";
+			regulator-name = "ufs_card_gdsc";
+			reg = <0x175004 0x4>;
+			qcom,poll-cfg-gdscr;
+			status = "ok";
+			phandle = <0x2b6>;
+		};
+
+		qcom,gdsc@0x177004 {
+			compatible = "qcom,gdsc";
+			regulator-name = "ufs_phy_gdsc";
+			reg = <0x177004 0x4>;
+			qcom,poll-cfg-gdscr;
+			status = "ok";
+			phandle = <0xa9>;
+		};
+
+		qcom,gdsc@0x10f004 {
+			compatible = "qcom,gdsc";
+			regulator-name = "usb30_prim_gdsc";
+			reg = <0x10f004 0x4>;
+			qcom,poll-cfg-gdscr;
+			status = "ok";
+			phandle = <0x2ac>;
+		};
+
+		qcom,gdsc@0x110004 {
+			compatible = "qcom,gdsc";
+			regulator-name = "usb30_sec_gdsc";
+			reg = <0x110004 0x4>;
+			qcom,poll-cfg-gdscr;
+			status = "ok";
+			phandle = <0x2b1>;
+		};
+
+		qcom,gdsc@0x17d030 {
+			compatible = "qcom,gdsc";
+			regulator-name = "hlos1_vote_aggre_noc_mmu_audio_tbu_gdsc";
+			reg = <0x17d030 0x4>;
+			qcom,no-status-check-on-disable;
+			qcom,gds-timeout = <0x1f4>;
+			status = "ok";
+			phandle = <0x1aa>;
+		};
+
+		qcom,gdsc@0x17d03c {
+			compatible = "qcom,gdsc";
+			regulator-name = "hlos1_vote_aggre_noc_mmu_pcie_tbu_gdsc";
+			reg = <0x17d03c 0x4>;
+			qcom,no-status-check-on-disable;
+			qcom,gds-timeout = <0x1f4>;
+			status = "ok";
+			phandle = <0x1ab>;
+		};
+
+		qcom,gdsc@0x17d034 {
+			compatible = "qcom,gdsc";
+			regulator-name = "hlos1_vote_aggre_noc_mmu_tbu1_gdsc";
+			reg = <0x17d034 0x4>;
+			qcom,no-status-check-on-disable;
+			qcom,gds-timeout = <0x1f4>;
+			status = "ok";
+			phandle = <0x1a5>;
+		};
+
+		qcom,gdsc@0x17d038 {
+			compatible = "qcom,gdsc";
+			regulator-name = "hlos1_vote_aggre_noc_mmu_tbu2_gdsc";
+			reg = <0x17d038 0x4>;
+			qcom,no-status-check-on-disable;
+			qcom,gds-timeout = <0x1f4>;
+			status = "ok";
+			phandle = <0x1a6>;
+		};
+
+		qcom,gdsc@0x17d040 {
+			compatible = "qcom,gdsc";
+			regulator-name = "hlos1_vote_mmnoc_mmu_tbu_hf0_gdsc";
+			reg = <0x17d040 0x4>;
+			qcom,no-status-check-on-disable;
+			qcom,gds-timeout = <0x1f4>;
+			status = "ok";
+			phandle = <0x1a7>;
+		};
+
+		qcom,gdsc@0x17d048 {
+			compatible = "qcom,gdsc";
+			regulator-name = "hlos1_vote_mmnoc_mmu_tbu_hf1_gdsc";
+			reg = <0x17d048 0x4>;
+			qcom,no-status-check-on-disable;
+			qcom,gds-timeout = <0x1f4>;
+			status = "ok";
+			phandle = <0x1a8>;
+		};
+
+		qcom,gdsc@0x17d044 {
+			compatible = "qcom,gdsc";
+			regulator-name = "hlos1_vote_mmnoc_mmu_tbu_sf_gdsc";
+			reg = <0x17d044 0x4>;
+			qcom,no-status-check-on-disable;
+			qcom,gds-timeout = <0x1f4>;
+			status = "ok";
+			phandle = <0x1a9>;
+		};
+
+		qcom,gdsc@0xad06004 {
+			compatible = "qcom,gdsc";
+			regulator-name = "bps_gdsc";
+			reg = <0xad06004 0x4>;
+			qcom,poll-cfg-gdscr;
+			status = "ok";
+			qcom,support-hw-trigger;
+			phandle = <0x1c6>;
+		};
+
+		qcom,gdsc@0xad09004 {
+			compatible = "qcom,gdsc";
+			regulator-name = "ife_0_gdsc";
+			reg = <0xad09004 0x4>;
+			qcom,poll-cfg-gdscr;
+			status = "ok";
+			phandle = <0x1c2>;
+		};
+
+		qcom,gdsc@0xad0a004 {
+			compatible = "qcom,gdsc";
+			regulator-name = "ife_1_gdsc";
+			reg = <0xad0a004 0x4>;
+			qcom,poll-cfg-gdscr;
+			status = "ok";
+			phandle = <0x1c3>;
+		};
+
+		qcom,gdsc@0xad07004 {
+			compatible = "qcom,gdsc";
+			regulator-name = "ipe_0_gdsc";
+			reg = <0xad07004 0x4>;
+			qcom,poll-cfg-gdscr;
+			status = "ok";
+			qcom,support-hw-trigger;
+			phandle = <0x1c4>;
+		};
+
+		qcom,gdsc@0xad08004 {
+			compatible = "qcom,gdsc";
+			regulator-name = "ipe_1_gdsc";
+			reg = <0xad08004 0x4>;
+			qcom,poll-cfg-gdscr;
+			status = "ok";
+			qcom,support-hw-trigger;
+			phandle = <0x1c5>;
+		};
+
+		qcom,gdsc@0xad0b134 {
+			compatible = "qcom,gdsc";
+			regulator-name = "titan_top_gdsc";
+			reg = <0xad0b134 0x4>;
+			qcom,poll-cfg-gdscr;
+			status = "ok";
+			phandle = <0x1bc>;
+		};
+
+		qcom,gdsc@0xaf03000 {
+			compatible = "qcom,gdsc";
+			regulator-name = "mdss_core_gdsc";
+			reg = <0xaf03000 0x4>;
+			qcom,poll-cfg-gdscr;
+			qcom,support-hw-trigger;
+			status = "ok";
+			proxy-supply = <0x19>;
+			qcom,proxy-consumer-enable;
+			qcom,en-few-wait-val = <0x6>;
+			qcom,en-rest-wait-val = <0x5>;
+			phandle = <0x19>;
+		};
+
+		syscon@0x5091540 {
+			compatible = "syscon";
+			reg = <0x5091540 0x4>;
+			phandle = <0x1a>;
+		};
+
+		qcom,gdsc@0x509106c {
+			compatible = "qcom,gdsc";
+			regulator-name = "gpu_cx_gdsc";
+			reg = <0x509106c 0x4>;
+			hw-ctrl-addr = <0x1a>;
+			qcom,no-status-check-on-disable;
+			qcom,gds-timeout = <0x1f4>;
+			qcom,clk-dis-wait-val = <0x8>;
+			status = "ok";
+			parent-supply = <0x1b>;
+			vdd_parent-supply = <0x1b>;
+			phandle = <0x1a4>;
+		};
+
+		qcom,gdsc@0x509100c {
+			compatible = "qcom,gdsc";
+			regulator-name = "gpu_gx_gdsc";
+			reg = <0x509100c 0x4>;
+			qcom,poll-cfg-gdscr;
+			status = "ok";
+			clock-names = "core_root_clk";
+			clocks = <0x1c 0x2>;
+			qcom,force-enable-root-clk;
+			parent-supply = <0x1d>;
+			domain-addr = <0x1e>;
+			sw-reset = <0x1f>;
+			qcom,reset-aon-logic;
+			phandle = <0x2a9>;
+		};
+
+		qcom,gdsc@0xab00874 {
+			compatible = "qcom,gdsc";
+			regulator-name = "vcodec0_gdsc";
+			reg = <0xab00874 0x4>;
+			qcom,poll-cfg-gdscr;
+			status = "ok";
+			qcom,support-hw-trigger;
+			phandle = <0x261>;
+		};
+
+		qcom,gdsc@0xab008b4 {
+			compatible = "qcom,gdsc";
+			regulator-name = "vcodec1_gdsc";
+			reg = <0xab008b4 0x4>;
+			qcom,poll-cfg-gdscr;
+			status = "ok";
+			qcom,support-hw-trigger;
+			phandle = <0x262>;
+		};
+
+		qcom,gdsc@0xab00814 {
+			compatible = "qcom,gdsc";
+			regulator-name = "venus_gdsc";
+			reg = <0xab00814 0x4>;
+			qcom,poll-cfg-gdscr;
+			status = "ok";
+			phandle = <0xc1>;
+		};
+
+		qcom,mdss_dsi_pll@ae94a00 {
+			compatible = "qcom,mdss_dsi_pll_10nm";
+			label = "MDSS DSI 0 PLL";
+			cell-index = <0x0>;
+			#clock-cells = <0x1>;
+			reg = <0xae94a00 0x1e0 0xae94400 0x800 0xaf03000 0x8>;
+			reg-names = "pll_base", "phy_base", "gdsc_base";
+			clocks = <0x20 0x0>;
+			clock-names = "iface_clk";
+			clock-rate = <0x0>;
+			qcom,dsi-pll-ssc-en;
+			qcom,dsi-pll-ssc-mode = "down-spread";
+			gdsc-supply = <0x19>;
+			phandle = <0x2b7>;
+			qcom,ssc-frequency-hz = <0x80e8>;
+
+			qcom,platform-supply-entries {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				qcom,platform-supply-entry@0 {
+					reg = <0x0>;
+					qcom,supply-name = "gdsc";
+					qcom,supply-min-voltage = <0x0>;
+					qcom,supply-max-voltage = <0x0>;
+					qcom,supply-enable-load = <0x0>;
+					qcom,supply-disable-load = <0x0>;
+				};
+			};
+		};
+
+		qcom,mdss_dsi_pll@ae96a00 {
+			compatible = "qcom,mdss_dsi_pll_10nm";
+			label = "MDSS DSI 1 PLL";
+			cell-index = <0x1>;
+			#clock-cells = <0x1>;
+			reg = <0xae96a00 0x1e0 0xae96400 0x800 0xaf03000 0x8>;
+			reg-names = "pll_base", "phy_base", "gdsc_base";
+			clocks = <0x20 0x0>;
+			clock-names = "iface_clk";
+			clock-rate = <0x0>;
+			qcom,dsi-pll-ssc-en;
+			qcom,dsi-pll-ssc-mode = "down-spread";
+			gdsc-supply = <0x19>;
+			phandle = <0x2b8>;
+
+			qcom,platform-supply-entries {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				qcom,platform-supply-entry@0 {
+					reg = <0x0>;
+					qcom,supply-name = "gdsc";
+					qcom,supply-min-voltage = <0x0>;
+					qcom,supply-max-voltage = <0x0>;
+					qcom,supply-enable-load = <0x0>;
+					qcom,supply-disable-load = <0x0>;
+				};
+			};
+		};
+
+		qcom,mdss_dp_pll@c011000 {
+			compatible = "qcom,mdss_dp_pll_10nm";
+			label = "MDSS DP PLL";
+			cell-index = <0x0>;
+			#clock-cells = <0x1>;
+			reg = <0x88ea000 0x200 0x88eaa00 0x200 0x88ea200 0x200 0x88ea600 0x200 0xaf03000 0x8>;
+			reg-names = "pll_base", "phy_base", "ln_tx0_base", "ln_tx1_base", "gdsc_base";
+			gdsc-supply = <0x19>;
+			clocks = <0x20 0x0 0x21 0x0 0x22 0x9f 0x22 0xa9 0x22 0xa3>;
+			clock-names = "iface_clk", "ref_clk_src", "ref_clk", "cfg_ahb_clk", "pipe_clk";
+			clock-rate = <0x0>;
+			phandle = <0x30>;
+
+			qcom,platform-supply-entries {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				qcom,platform-supply-entry@0 {
+					reg = <0x0>;
+					qcom,supply-name = "gdsc";
+					qcom,supply-min-voltage = <0x0>;
+					qcom,supply-max-voltage = <0x0>;
+					qcom,supply-enable-load = <0x0>;
+					qcom,supply-disable-load = <0x0>;
+				};
+			};
+		};
+
+		qcom,smp2pgpio-rdbg-2-in {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "rdbg";
+			qcom,remote-pid = <0x2>;
+			qcom,is-inbound;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0x23>;
+		};
+
+		qcom,smp2pgpio_client_rdbg_2_in {
+			compatible = "qcom,smp2pgpio_client_rdbg_2_in";
+			gpios = <0x23 0x0 0x0>;
+		};
+
+		qcom,smp2pgpio-rdbg-2-out {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "rdbg";
+			qcom,remote-pid = <0x2>;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0x24>;
+		};
+
+		qcom,smp2pgpio_client_rdbg_2_out {
+			compatible = "qcom,smp2pgpio_client_rdbg_2_out";
+			gpios = <0x24 0x0 0x0>;
+		};
+
+		qcom,smp2pgpio-rdbg-1-in {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "rdbg";
+			qcom,remote-pid = <0x1>;
+			qcom,is-inbound;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0x25>;
+		};
+
+		qcom,smp2pgpio_client_rdbg_1_in {
+			compatible = "qcom,smp2pgpio_client_rdbg_1_in";
+			gpios = <0x25 0x0 0x0>;
+		};
+
+		qcom,smp2pgpio-rdbg-1-out {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "rdbg";
+			qcom,remote-pid = <0x1>;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0x26>;
+		};
+
+		qcom,smp2pgpio_client_rdbg_1_out {
+			compatible = "qcom,smp2pgpio_client_rdbg_1_out";
+			gpios = <0x26 0x0 0x0>;
+		};
+
+		qcom,smp2pgpio-rdbg-5-in {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "rdbg";
+			qcom,remote-pid = <0x5>;
+			qcom,is-inbound;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0x27>;
+		};
+
+		qcom,smp2pgpio_client_rdbg_5_in {
+			compatible = "qcom,smp2pgpio_client_rdbg_5_in";
+			gpios = <0x27 0x0 0x0>;
+		};
+
+		qcom,smp2pgpio-rdbg-5-out {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "rdbg";
+			qcom,remote-pid = <0x5>;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0x28>;
+		};
+
+		qcom,smp2pgpio_client_rdbg_5_out {
+			compatible = "qcom,smp2pgpio_client_rdbg_5_out";
+			gpios = <0x28 0x0 0x0>;
+		};
+
+		qcom,mdss_mdp@ae00000 {
+			compatible = "qcom,sde-kms";
+			reg = <0xae00000 0x81d40 0xaeb0000 0x2008 0xaeac000 0xf0>;
+			reg-names = "mdp_phys", "vbif_phys", "regdma_phys";
+			clocks = <0x22 0x1b 0x22 0x1c 0x20 0x0 0x20 0x1 0x20 0x17 0x20 0x24>;
+			clock-names = "gcc_iface", "gcc_bus", "iface_clk", "bus_clk", "core_clk", "vsync_clk";
+			clock-rate = <0x0 0x0 0x0 0x0 0x11e1a300 0x124f800 0x0>;
+			clock-max-rate = <0x0 0x0 0x0 0x0 0x19a14780 0x124f800 0x0>;
+			sde-vdd-supply = <0x19>;
+			interrupt-parent = <0x1>;
+			interrupts = <0x0 0x53 0x0>;
+			interrupt-controller;
+			#interrupt-cells = <0x1>;
+			iommus = <0x29 0x880 0x8 0x29 0xc80 0x8>;
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			#power-domain-cells = <0x0>;
+			qcom,sde-off = <0x1000>;
+			qcom,sde-len = <0x45c>;
+			qcom,sde-ctl-off = <0x2000 0x2200 0x2400 0x2600 0x2800>;
+			qcom,sde-ctl-size = <0xe4>;
+			qcom,sde-ctl-display-pref = "primary", "primary", "none", "none", "none";
+			qcom,sde-mixer-off = <0x45000 0x46000 0x47000 0x0 0x0 0x4a000>;
+			qcom,sde-mixer-size = <0x320>;
+			qcom,sde-mixer-display-pref = "primary", "primary", "none", "none", "none", "none";
+			qcom,sde-dspp-top-off = <0x1300>;
+			qcom,sde-dspp-top-size = <0xc>;
+			qcom,sde-dspp-off = <0x55000 0x57000 0x59000 0x5b000>;
+			qcom,sde-dspp-size = <0x17e0>;
+			qcom,sde-dest-scaler-top-off = <0x61000>;
+			qcom,sde-dest-scaler-top-size = <0xc>;
+			qcom,sde-dest-scaler-off = <0x800 0x1000>;
+			qcom,sde-dest-scaler-size = <0x800>;
+			qcom,sde-wb-off = <0x66000>;
+			qcom,sde-wb-size = <0x2c8>;
+			qcom,sde-wb-xin-id = <0x6>;
+			qcom,sde-wb-id = <0x2>;
+			qcom,sde-wb-clk-ctrl = <0x3b8 0x18>;
+			qcom,sde-intf-off = <0x6b000 0x6b800 0x6c000 0x6c800>;
+			qcom,sde-intf-size = <0x280>;
+			qcom,sde-intf-type = "dp", "dsi", "dsi", "dp";
+			qcom,sde-pp-off = <0x71000 0x71800 0x72000 0x72800 0x73000>;
+			qcom,sde-pp-slave = <0x0 0x0 0x0 0x0 0x1>;
+			qcom,sde-pp-size = <0xd4>;
+			qcom,sde-te2-off = <0x2000 0x2000 0x0 0x0 0x0>;
+			qcom,sde-cdm-off = <0x7a200>;
+			qcom,sde-cdm-size = <0x224>;
+			qcom,sde-dsc-off = <0x81000 0x81400 0x81800 0x81c00>;
+			qcom,sde-dsc-size = <0x140>;
+			qcom,sde-dither-off = <0x30e0 0x30e0 0x30e0 0x30e0 0x0>;
+			qcom,sde-dither-version = <0x10000>;
+			qcom,sde-dither-size = <0x20>;
+			qcom,sde-sspp-type = "vig", "vig", "vig", "vig", "dma", "dma", "dma", "dma";
+			qcom,sde-sspp-off = <0x5000 0x7000 0x9000 0xb000 0x25000 0x27000 0x29000 0x2b000>;
+			qcom,sde-sspp-src-size = <0x1c8>;
+			qcom,sde-sspp-xin-id = <0x0 0x4 0x8 0xc 0x1 0x5 0x9 0xd>;
+			qcom,sde-sspp-excl-rect = <0x1 0x1 0x1 0x1 0x1 0x1 0x1 0x1>;
+			qcom,sde-sspp-smart-dma-priority = <0x5 0x6 0x7 0x8 0x1 0x2 0x3 0x4>;
+			qcom,sde-smart-dma-rev = "smart_dma_v2";
+			qcom,sde-mixer-pair-mask = <0x2 0x1 0x6 0x0 0x0 0x3>;
+			qcom,sde-mixer-blend-op-off = <0x20 0x38 0x50 0x68 0x80 0x98 0xb0 0xc8 0xe0 0xf8 0x110>;
+			qcom,sde-sspp-clk-ctrl = <0x2ac 0x0 0x2b4 0x0 0x2bc 0x0 0x2c4 0x0 0x2ac 0x8 0x2b4 0x8 0x2bc 0x8 0x2c4 0x8>;
+			qcom,sde-sspp-csc-off = <0x1a00>;
+			qcom,sde-csc-type = "csc-10bit";
+			qcom,sde-qseed-type = "qseedv3";
+			qcom,sde-sspp-qseed-off = <0xa00>;
+			qcom,sde-mixer-linewidth = <0xa00>;
+			qcom,sde-sspp-linewidth = <0xa00>;
+			qcom,sde-wb-linewidth = <0x1000>;
+			qcom,sde-mixer-blendstages = <0xb>;
+			qcom,sde-highest-bank-bit = <0x2>;
+			qcom,sde-ubwc-version = <0x200>;
+			qcom,sde-smart-panel-align-mode = <0xc>;
+			qcom,sde-panic-per-pipe;
+			qcom,sde-has-cdp;
+			qcom,sde-has-src-split;
+			qcom,sde-has-dim-layer;
+			qcom,sde-has-idle-pc;
+			qcom,sde-has-dest-scaler;
+			qcom,sde-max-dest-scaler-input-linewidth = <0x800>;
+			qcom,sde-max-dest-scaler-output-linewidth = <0xa00>;
+			qcom,sde-max-bw-low-kbps = <0x927c00>;
+			qcom,sde-max-bw-high-kbps = <0x927c00>;
+			qcom,sde-min-core-ib-kbps = <0x493e00>;
+			qcom,sde-min-llcc-ib-kbps = <0xc3500>;
+			qcom,sde-min-dram-ib-kbps = <0xc3500>;
+			qcom,sde-dram-channels = <0x2>;
+			qcom,sde-num-nrt-paths = <0x0>;
+			qcom,sde-dspp-ad-version = <0x40000>;
+			qcom,sde-dspp-ad-off = <0x28000 0x27000>;
+			qcom,sde-vbif-off = <0x0>;
+			qcom,sde-vbif-size = <0x1040>;
+			qcom,sde-vbif-id = <0x0>;
+			qcom,sde-vbif-memtype-0 = <0x3 0x3 0x3 0x3 0x3 0x3 0x3 0x3>;
+			qcom,sde-vbif-memtype-1 = <0x3 0x3 0x3 0x3 0x3 0x3>;
+			qcom,sde-vbif-qos-rt-remap = <0x3 0x3 0x4 0x4 0x5 0x5 0x6 0x6>;
+			qcom,sde-vbif-qos-nrt-remap = <0x3 0x3 0x3 0x3 0x3 0x3 0x3 0x3>;
+			qcom,sde-danger-lut = <0xf 0xffff 0x0 0x0>;
+			qcom,sde-safe-lut-linear = <0x4 0xfff8 0x0 0xfff0>;
+			qcom,sde-safe-lut-macrotile = <0xa 0xfe00 0xb 0xfc00 0xc 0xf800 0x0 0xf000>;
+			qcom,sde-safe-lut-nrt = <0x0 0xffff>;
+			qcom,sde-safe-lut-cwb = <0x0 0xffff>;
+			qcom,sde-qos-lut-linear = <0x4 0x0 0x357 0x5 0x0 0x3357 0x6 0x0 0x23357 0x7 0x0 0x223357 0x8 0x0 0x2223357 0x9 0x0 0x22223357 0xa 0x2 0x22223357 0xb 0x22 0x22223357 0xc 0x222 0x22223357 0xd 0x2222 0x22223357 0xe 0x12222 0x22223357 0x0 0x112222 0x22223357>;
+			qcom,sde-qos-lut-macrotile = <0xa 0x3 0x44556677 0xb 0x33 0x44556677 0xc 0x233 0x44556677 0xd 0x2233 0x44556677 0xe 0x12233 0x44556677 0x0 0x112233 0x44556677>;
+			qcom,sde-qos-lut-nrt = <0x0 0x0 0x0>;
+			qcom,sde-qos-lut-cwb = <0x0 0x75300000 0x0>;
+			qcom,sde-cdp-setting = <0x1 0x1 0x1 0x0>;
+			qcom,sde-qos-cpu-mask = <0x3>;
+			qcom,sde-qos-cpu-dma-latency = <0x2c>;
+			qcom,sde-inline-rotator = <0x2a 0x0>;
+			qcom,sde-inline-rot-xin = <0xa 0xb>;
+			qcom,sde-inline-rot-xin-type = "sspp", "wb";
+			qcom,sde-inline-rot-clk-ctrl = <0x2bc 0x8 0x2bc 0xc>;
+			qcom,sde-reg-dma-off = <0x0>;
+			qcom,sde-reg-dma-version = <0x1>;
+			qcom,sde-reg-dma-trigger-off = <0x119c>;
+			phandle = <0x2c>;
+			connectors = <0x2ba 0x4eb>;
+			#cooling-cells = <0x2>;
+
+			qcom,sde-sspp-vig-blocks {
+				qcom,sde-vig-csc-off = <0x1a00>;
+				qcom,sde-vig-qseed-off = <0xa00>;
+				qcom,sde-vig-qseed-size = <0xa0>;
+			};
+
+			qcom,sde-dspp-blocks {
+				qcom,sde-dspp-igc = <0x0 0x30001>;
+				qcom,sde-dspp-hsic = <0x800 0x10007>;
+				qcom,sde-dspp-memcolor = <0x880 0x10007>;
+				qcom,sde-dspp-sixzone = <0x900 0x10007>;
+				qcom,sde-dspp-vlut = <0xa00 0x10008>;
+				qcom,sde-dspp-gamut = <0x1000 0x40000>;
+				qcom,sde-dspp-pcc = <0x1700 0x40000>;
+				qcom,sde-dspp-gc = <0x17c0 0x10008>;
+				qcom,sde-dspp-hist = <0x800 0x10007>;
+				qcom,sde-dspp-dither = <0x82c 0x10007>;
+			};
+
+			qcom,platform-supply-entries {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				qcom,platform-supply-entry@0 {
+					reg = <0x0>;
+					qcom,supply-name = "sde-vdd";
+					qcom,supply-min-voltage = <0x0>;
+					qcom,supply-max-voltage = <0x0>;
+					qcom,supply-enable-load = <0x0>;
+					qcom,supply-disable-load = <0x0>;
+				};
+			};
+
+			qcom,smmu_sde_sec_cb {
+				compatible = "qcom,smmu_sde_sec";
+				iommus = <0x29 0x881 0x8 0x29 0xc81 0x8>;
+				phandle = <0x2b9>;
+			};
+
+			qcom,sde-data-bus {
+				qcom,msm-bus,name = "mdss_sde";
+				qcom,msm-bus,num-cases = <0x3>;
+				qcom,msm-bus,num-paths = <0x2>;
+				qcom,msm-bus,vectors-KBps = <0x16 0x200 0x0 0x0 0x17 0x200 0x0 0x0 0x16 0x200 0x0 0x61a800 0x17 0x200 0x0 0x61a800 0x16 0x200 0x0 0x61a800 0x17 0x200 0x0 0x61a800>;
+			};
+
+			qcom,sde-reg-bus {
+				qcom,msm-bus,name = "mdss_reg";
+				qcom,msm-bus,num-cases = <0x4>;
+				qcom,msm-bus,num-paths = <0x1>;
+				qcom,msm-bus,active-only;
+				qcom,msm-bus,vectors-KBps = <0x1 0x24e 0x0 0x0 0x1 0x24e 0x0 0x12c00 0x1 0x24e 0x0 0x249f0 0x1 0x24e 0x0 0x493e0>;
+			};
+
+			qcom,mdss_dsi_sim_video {
+				qcom,mdss-dsi-panel-name = "Simulator video mode dsi panel";
+				qcom,mdss-dsi-panel-type = "dsi_video_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-panel-hdr-enabled;
+				qcom,mdss-dsi-panel-hdr-color-primaries = <0x38a4 0x3c8c 0x7d00 0x4268 0x3c8c 0x7530 0x1f40 0xbb8>;
+				qcom,mdss-dsi-panel-peak-brightness = <0x401640>;
+				qcom,mdss-dsi-panel-blackness-level = <0xc9e>;
+				qcom,mdss-dsi-traffic-mode = "non_burst_sync_event";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-t-clk-post = <0xd>;
+				qcom,mdss-dsi-t-clk-pre = <0x2d>;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-reset-sequence = <0x1 0x0 0x0 0x0 0x1 0x0>;
+				qcom,panel-ack-disabled;
+				qcom,panel-supply-entries = <0x4d4>;
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
+				qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+				phandle = <0x4e1>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-width = <0x280>;
+						qcom,mdss-dsi-panel-height = <0x1e0>;
+						qcom,mdss-dsi-h-front-porch = <0x8>;
+						qcom,mdss-dsi-h-back-porch = <0x8>;
+						qcom,mdss-dsi-h-pulse-width = <0x8>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x6>;
+						qcom,mdss-dsi-v-front-porch = <0x6>;
+						qcom,mdss-dsi-v-pulse-width = <0x2>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-panel-timings = <0x0 0x0 0x0>;
+						qcom,mdss-dsi-on-command = [32 01 00 00 00 00 02 00 00];
+						qcom,mdss-dsi-off-command = [22 01 00 00 00 00 02 00 00];
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,mdss-dsi-panel-phy-timings = <0x1c0707 0x23210707 0x5030400>;
+						qcom,display-topology = <0x1 0x0 0x1 0x2 0x0 0x1>;
+						qcom,default-topology-index = <0x0>;
+					};
+				};
+			};
+
+			qcom,mdss_dsi_sim_cmd {
+				qcom,mdss-dsi-panel-name = "Simulator cmd mode dsi panel";
+				qcom,mdss-dsi-panel-type = "dsi_cmd_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-color-order = "rgb_swap_rgb";
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-traffic-mode = "non_burst_sync_event";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-reset-sequence = <0x1 0xa 0x0 0xa 0x1 0xa>;
+				qcom,mdss-dsi-t-clk-post = <0xc>;
+				qcom,mdss-dsi-t-clk-pre = <0x29>;
+				qcom,mdss-dsi-bl-max-level = <0xfff>;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-te-pin-select = <0x1>;
+				qcom,mdss-dsi-wr-mem-start = <0x2c>;
+				qcom,mdss-dsi-wr-mem-continue = <0x3c>;
+				qcom,mdss-dsi-te-dcs-command = <0x1>;
+				qcom,mdss-dsi-te-check-enable;
+				qcom,mdss-dsi-te-using-wd;
+				qcom,mdss-dsi-te-using-te-pin;
+				qcom,mdss-dsi-panel-hdr-enabled;
+				qcom,ulps-enabled;
+				qcom,mdss-dsi-panel-hdr-color-primaries = <0x38a4 0x3c8c 0x7d00 0x4268 0x3c8c 0x7530 0x1f40 0xbb8>;
+				qcom,mdss-dsi-panel-peak-brightness = <0x401640>;
+				qcom,mdss-dsi-panel-blackness-level = <0xc9e>;
+				qcom,panel-ack-disabled;
+				qcom,panel-supply-entries = <0x4d4>;
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
+				qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+				phandle = <0x4e3>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-width = <0x5a0>;
+						qcom,mdss-dsi-panel-height = <0xa00>;
+						qcom,mdss-dsi-h-front-porch = <0x78>;
+						qcom,mdss-dsi-h-back-porch = <0x64>;
+						qcom,mdss-dsi-h-pulse-width = <0x28>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x64>;
+						qcom,mdss-dsi-v-front-porch = <0x64>;
+						qcom,mdss-dsi-v-pulse-width = <0x28>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-panel-timings = <0x210909 0x24230808 0x8030400>;
+						qcom,mdss-dsi-on-command = <0x29010000 0x2b0 0x3050100 0xa0001 0x150100 0xa0002 0x3a773901 0xa00 0x52a0000 0x4ff3901 0xa00 0x52b0000 0x59f1501 0xa00 0x2350039 0x100000a 0x34400 0x150100 0xa0002 0x51ff1501 0xa00 0x2532415 0x100000a 0x25500 0x5010000 0x78000111 0x5010000 0x10000129>;
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command = [05 01 00 00 32 00 02 28 00 05 01 00 00 78 00 02 10 00];
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,compression-mode = "dsc";
+						qcom,mdss-dsc-slice-height = <0x28>;
+						qcom,mdss-dsc-slice-width = <0x2d0>;
+						qcom,mdss-dsc-slice-per-pkt = <0x1>;
+						qcom,mdss-dsc-bit-per-component = <0x8>;
+						qcom,mdss-dsc-bit-per-pixel = <0x8>;
+						qcom,mdss-dsc-block-prediction-enable;
+						qcom,display-topology = <0x1 0x0 0x1 0x2 0x2 0x1>;
+						qcom,default-topology-index = <0x1>;
+						qcom,panel-roi-alignment = <0x2d0 0x28 0x2d0 0x28 0x2d0 0x28>;
+						qcom,partial-update-enabled = "single_roi";
+						qcom,mdss-dsi-panel-phy-timings = <0x1a0606 0x22200707 0x4030400>;
+					};
+
+					timing@1 {
+						qcom,mdss-dsi-panel-width = <0x438>;
+						qcom,mdss-dsi-panel-height = <0x780>;
+						qcom,mdss-dsi-h-front-porch = <0x78>;
+						qcom,mdss-dsi-h-back-porch = <0x1cc>;
+						qcom,mdss-dsi-h-pulse-width = <0x28>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x64>;
+						qcom,mdss-dsi-v-front-porch = <0x2e4>;
+						qcom,mdss-dsi-v-pulse-width = <0x28>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-panel-timings = <0x210909 0x24230808 0x8030400>;
+						qcom,mdss-dsi-on-command = <0x29010000 0x2b0 0x3050100 0xa0001 0x150100 0xa0002 0x3a773901 0xa00 0x52a0000 0x4ff3901 0xa00 0x52b0000 0x59f1501 0xa00 0x2350039 0x100000a 0x34400 0x150100 0xa0002 0x51ff1501 0xa00 0x2532415 0x100000a 0x25500 0x5010000 0x78000111 0x5010000 0x10000129>;
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command = [05 01 00 00 32 00 02 28 00 05 01 00 00 78 00 02 10 00];
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,compression-mode = "dsc";
+						qcom,mdss-dsc-slice-height = <0x28>;
+						qcom,mdss-dsc-slice-width = <0x21c>;
+						qcom,mdss-dsc-slice-per-pkt = <0x1>;
+						qcom,mdss-dsc-bit-per-component = <0x8>;
+						qcom,mdss-dsc-bit-per-pixel = <0x8>;
+						qcom,mdss-dsc-block-prediction-enable;
+						qcom,display-topology = <0x1 0x0 0x1 0x2 0x2 0x1>;
+						qcom,default-topology-index = <0x1>;
+						qcom,panel-roi-alignment = <0x21c 0x28 0x21c 0x28 0x21c 0x28>;
+						qcom,partial-update-enabled = "single_roi";
+						qcom,mdss-dsi-panel-phy-timings = <0x1a0606 0x22200707 0x4030400>;
+					};
+
+					timing@2 {
+						qcom,mdss-dsi-panel-width = <0x2d0>;
+						qcom,mdss-dsi-panel-height = <0x500>;
+						qcom,mdss-dsi-h-front-porch = <0x64>;
+						qcom,mdss-dsi-h-back-porch = <0x348>;
+						qcom,mdss-dsi-h-pulse-width = <0x28>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x64>;
+						qcom,mdss-dsi-v-front-porch = <0x564>;
+						qcom,mdss-dsi-v-pulse-width = <0x28>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-panel-timings = <0x210909 0x24230808 0x8030400>;
+						qcom,mdss-dsi-on-command = <0x29010000 0x2b0 0x3050100 0xa0001 0x150100 0xa0002 0x3a773901 0xa00 0x52a0000 0x4ff3901 0xa00 0x52b0000 0x59f1501 0xa00 0x2350039 0x100000a 0x34400 0x150100 0xa0002 0x51ff1501 0xa00 0x2532415 0x100000a 0x25500 0x5010000 0x78000111 0x5010000 0x10000129>;
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command = [05 01 00 00 32 00 02 28 00 05 01 00 00 78 00 02 10 00];
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,compression-mode = "dsc";
+						qcom,mdss-dsc-slice-height = <0x28>;
+						qcom,mdss-dsc-slice-width = <0x168>;
+						qcom,mdss-dsc-slice-per-pkt = <0x1>;
+						qcom,mdss-dsc-bit-per-component = <0x8>;
+						qcom,mdss-dsc-bit-per-pixel = <0x8>;
+						qcom,mdss-dsc-block-prediction-enable;
+						qcom,display-topology = <0x1 0x0 0x1 0x2 0x2 0x1>;
+						qcom,default-topology-index = <0x1>;
+						qcom,panel-roi-alignment = <0x168 0x28 0x168 0x28 0x168 0x28>;
+						qcom,partial-update-enabled = "single_roi";
+						qcom,mdss-dsi-panel-phy-timings = <0x1a0606 0x22200707 0x4030400>;
+					};
+				};
+			};
+
+			qcom,mdss_dsi_sim_dsc_375_cmd {
+				qcom,mdss-dsi-panel-name = "Simulator cmd mode DSC 3.75:1 dsi panel";
+				qcom,mdss-dsi-panel-type = "dsi_cmd_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-color-order = "rgb_swap_rgb";
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-traffic-mode = "non_burst_sync_event";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-reset-sequence = <0x1 0xa 0x0 0xa 0x1 0xa>;
+				qcom,mdss-dsi-bl-max-level = <0xfff>;
+				qcom,adjust-timer-wakeup-ms = <0x1>;
+				qcom,mdss-dsi-te-pin-select = <0x1>;
+				qcom,mdss-dsi-wr-mem-start = <0x2c>;
+				qcom,mdss-dsi-wr-mem-continue = <0x3c>;
+				qcom,mdss-dsi-te-dcs-command = <0x1>;
+				qcom,mdss-dsi-te-check-enable;
+				qcom,mdss-dsi-te-using-wd;
+				qcom,mdss-dsi-te-using-te-pin;
+				qcom,panel-ack-disabled;
+				qcom,mdss-dsi-t-clk-post = <0xd>;
+				qcom,mdss-dsi-t-clk-pre = <0x2d>;
+				qcom,panel-supply-entries = <0x4d4>;
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
+				qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+				phandle = <0x4e5>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-panel-width = <0x5a0>;
+						qcom,mdss-dsi-panel-height = <0xa00>;
+						qcom,mdss-dsi-h-front-porch = <0x64>;
+						qcom,mdss-dsi-h-back-porch = <0x20>;
+						qcom,mdss-dsi-h-pulse-width = <0x10>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x8>;
+						qcom,mdss-dsi-v-front-porch = <0xa>;
+						qcom,mdss-dsi-v-pulse-width = <0x2>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-on-command = <0x15010000 0x2ff 0x20150100 0x2 0xfb011501 0x0 0x2000115 0x1000000 0x20155 0x15010000 0x202 0x45150100 0x2 0x5401501 0x0 0x2061915 0x1000000 0x2071e 0x15010000 0x20b 0x73150100 0x2 0xc731501 0x0 0x20eb015 0x1000000 0x20fae 0x15010000 0x211 0xb8150100 0x2 0x13001501 0x0 0x2588015 0x1000000 0x25901 0x15010000 0x25a 0x150100 0x2 0x5b011501 0x0 0x25c8015 0x1000000 0x25d81 0x15010000 0x25e 0x150100 0x2 0x5f011501 0x0 0x2723115 0x1000000 0x26803 0x15010000 0x2ff 0x24150100 0x2 0xfb011501 0x0 0x2001c15 0x1000000 0x2010b 0x15010000 0x202 0xc150100 0x2 0x3011501 0x0 0x2040f15 0x1000000 0x20510 0x15010000 0x206 0x10150100 0x2 0x7101501 0x0 0x2088915 0x1000000 0x2098a 0x15010000 0x20a 0x13150100 0x2 0xb131501 0x0 0x20c1515 0x1000000 0x20d15 0x15010000 0x20e 0x17150100 0x2 0xf171501 0x0 0x2101c15 0x1000000 0x2110b 0x15010000 0x212 0xc150100 0x2 0x13011501 0x0 0x2140f15 0x1000000 0x21510 0x15010000 0x216 0x10150100 0x2 0x17101501 0x0 0x2188915 0x1000000 0x2198a 0x15010000 0x21a 0x13150100 0x2 0x1b131501 0x0 0x21c1515 0x1000000 0x21d15 0x15010000 0x21e 0x17150100 0x2 0x1f171501 0x0 0x2204015 0x1000000 0x22101 0x15010000 0x222 0x150100 0x2 0x23401501 0x0 0x2244015 0x1000000 0x2256d 0x15010000 0x226 0x40150100 0x2 0x27401501 0x0 0x2e00015 0x1000000 0x2dc21 0x15010000 0x2dd 0x22150100 0x2 0xde071501 0x0 0x2df0715 0x1000000 0x2e36d 0x15010000 0x2e1 0x7150100 0x2 0xe2071501 0x0 0x229d815 0x1000000 0x22a2a 0x15010000 0x24b 0x3150100 0x2 0x4c111501 0x0 0x24d1015 0x1000000 0x24e01 0x15010000 0x24f 0x1150100 0x2 0x50101501 0x0 0x2510015 0x1000000 0x25280 0x15010000 0x253 0x150100 0x2 0x56001501 0x0 0x2540715 0x1000000 0x25807 0x15010000 0x255 0x25150100 0x2 0x5b431501 0x0 0x25c0015 0x1000000 0x25f73 0x15010000 0x260 0x73150100 0x2 0x63221501 0x0 0x2640015 0x1000000 0x26708 0x15010000 0x268 0x4150100 0x2 0x72021501 0x0 0x27a8015 0x1000000 0x27b91 0x15010000 0x27c 0xd8150100 0x2 0x7d601501 0x0 0x27f1515 0x1000000 0x27515 0x15010000 0x2b3 0xc0150100 0x2 0xb4001501 0x0 0x2b50015 0x1000000 0x27800 0x15010000 0x279 0x150100 0x2 0x80001501 0x0 0x2830015 0x1000000 0x2930a 0x15010000 0x294 0xa150100 0x2 0x8a001501 0x0 0x29bff15 0x1000000 0x29db0 0x15010000 0x29f 0x63150100 0x2 0x98101501 0x0 0x2ec0015 0x1000000 0x2ff10 0x39010000 0x11c1 0x9200010 0x2000268 0x1bb000a 0x66704c5 0x39010000 0x3c2 0x10f01501 0x0 0x2c00315 0x1000000 0x43b03 0xa0a1501 0x0 0x2350015 0x1000000 0x2e501 0x15010000 0x2bb 0x10150100 0x2 0xfb010501 0x7800 0x2110005 0x1000078 0x22900>;
+						qcom,mdss-dsi-off-command = [05 01 00 00 78 00 02 28 00 05 01 00 00 78 00 02 10 00];
+						qcom,mdss-dsi-on-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,compression-mode = "dsc";
+						qcom,mdss-dsc-slice-height = <0x10>;
+						qcom,mdss-dsc-slice-width = <0x2d0>;
+						qcom,mdss-dsc-slice-per-pkt = <0x2>;
+						qcom,mdss-dsc-bit-per-component = <0xa>;
+						qcom,mdss-dsc-bit-per-pixel = <0x8>;
+						qcom,mdss-dsc-block-prediction-enable;
+						qcom,mdss-dsi-panel-phy-timings = <0x1a0606 0x22200707 0x4030400>;
+						qcom,display-topology = <0x1 0x1 0x1>;
+						qcom,default-topology-index = <0x0>;
+					};
+
+					timing@1 {
+						qcom,mdss-dsi-panel-width = <0x438>;
+						qcom,mdss-dsi-panel-height = <0x780>;
+						qcom,mdss-dsi-h-front-porch = <0x0>;
+						qcom,mdss-dsi-h-back-porch = <0x0>;
+						qcom,mdss-dsi-h-pulse-width = <0x0>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x0>;
+						qcom,mdss-dsi-v-front-porch = <0x0>;
+						qcom,mdss-dsi-v-pulse-width = <0x0>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-on-command = <0x15010000 0x2bb 0x10150100 0x2 0xb0030501 0x7800 0x1111501 0x0 0x251ff15 0x1000000 0x25324 0x15010000 0x2ff 0x23150100 0x2 0x8051501 0x0 0x2469015 0x1000000 0x2ff10 0x15010000 0x2ff 0xf0150100 0x2 0x92011501 0x0 0x2ff1015 0x1000000 0x23500 0x5010000 0x28000129>;
+						qcom,mdss-dsi-off-command = <0x5010000 0x10000128 0x5010000 0x40000110>;
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,compression-mode = "dsc";
+						qcom,mdss-dsc-slice-height = <0x10>;
+						qcom,mdss-dsc-slice-width = <0x21c>;
+						qcom,mdss-dsc-slice-per-pkt = <0x2>;
+						qcom,mdss-dsc-bit-per-component = <0xa>;
+						qcom,mdss-dsc-bit-per-pixel = <0x8>;
+						qcom,mdss-dsc-block-prediction-enable;
+						qcom,mdss-dsi-panel-phy-timings = <0x150505 0x201f0505 0x3030400>;
+						qcom,display-topology = <0x1 0x1 0x1 0x2 0x2 0x1 0x2 0x1 0x1>;
+						qcom,default-topology-index = <0x0>;
+					};
+				};
+			};
+
+			qcom,mdss_dsi_dual_sim_video {
+				qcom,mdss-dsi-panel-name = "Sim dual video mode dsi panel";
+				qcom,mdss-dsi-panel-type = "dsi_video_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-traffic-mode = "non_burst_sync_event";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-panel-broadcast-mode;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-bl-max-level = <0xfff>;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-reset-sequence = <0x1 0x14 0x0 0xc8 0x1 0x14>;
+				qcom,panel-ack-disabled;
+				qcom,mdss-dsi-t-clk-post = <0xd>;
+				qcom,mdss-dsi-t-clk-pre = <0x2d>;
+				qcom,panel-supply-entries = <0x4d4>;
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
+				qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+				phandle = <0x4e2>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-width = <0x500>;
+						qcom,mdss-dsi-panel-height = <0x5a0>;
+						qcom,mdss-dsi-h-front-porch = <0x78>;
+						qcom,mdss-dsi-h-back-porch = <0x2c>;
+						qcom,mdss-dsi-h-pulse-width = <0x10>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x4>;
+						qcom,mdss-dsi-v-front-porch = <0x8>;
+						qcom,mdss-dsi-v-pulse-width = <0x4>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command = [05 01 00 00 32 00 02 28 00 05 01 00 00 78 00 02 10 00];
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-phy-timings = <0x1c0707 0x23210707 0x5030400>;
+						qcom,display-topology = <0x2 0x0 0x2 0x1 0x0 0x2>;
+						qcom,default-topology-index = <0x0>;
+					};
+				};
+			};
+
+			qcom,mdss_dsi_dual_sim_cmd {
+				qcom,mdss-dsi-panel-name = "Sim dual cmd mode dsi panel";
+				qcom,mdss-dsi-panel-type = "dsi_cmd_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-color-order = "rgb_swap_rgb";
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-traffic-mode = "non_burst_sync_event";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,cmd-sync-wait-broadcast;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-hor-line-idle = <0x0 0x28 0x100 0x28 0x78 0x80 0x78 0xf0 0x40>;
+				qcom,mdss-dsi-reset-sequence = <0x1 0xa 0x0 0xa 0x1 0xa>;
+				qcom,mdss-dsi-bl-max-level = <0xfff>;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-te-pin-select = <0x1>;
+				qcom,mdss-dsi-wr-mem-start = <0x2c>;
+				qcom,mdss-dsi-wr-mem-continue = <0x3c>;
+				qcom,mdss-dsi-te-dcs-command = <0x1>;
+				qcom,mdss-dsi-te-check-enable;
+				qcom,mdss-dsi-te-using-wd;
+				qcom,mdss-dsi-te-using-te-pin;
+				qcom,panel-ack-disabled;
+				qcom,mdss-dsi-t-clk-post = <0xd>;
+				qcom,mdss-dsi-t-clk-pre = <0x2d>;
+				qcom,panel-supply-entries = <0x4d4>;
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
+				qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+				phandle = <0x4e4>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-width = <0x21c>;
+						qcom,mdss-dsi-panel-height = <0x780>;
+						qcom,mdss-dsi-h-front-porch = <0x1c>;
+						qcom,mdss-dsi-h-back-porch = <0x4>;
+						qcom,mdss-dsi-h-pulse-width = <0x4>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0xc>;
+						qcom,mdss-dsi-v-front-porch = <0xc>;
+						qcom,mdss-dsi-v-pulse-width = <0x2>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-panel-framerate = <0x78>;
+						qcom,mdss-dsi-on-command = <0x5010000 0x129>;
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command = [05 01 00 00 00 00 02 28 00 05 01 00 00 00 00 02 10 00];
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-phy-timings = <0x240909 0x26240909 0x6030400>;
+						qcom,display-topology = <0x2 0x0 0x2>;
+						qcom,default-topology-index = <0x0>;
+					};
+
+					timing@1 {
+						qcom,mdss-dsi-panel-width = <0x2d0>;
+						qcom,mdss-dsi-panel-height = <0xa00>;
+						qcom,mdss-dsi-h-front-porch = <0x64>;
+						qcom,mdss-dsi-h-back-porch = <0x20>;
+						qcom,mdss-dsi-h-pulse-width = <0x10>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x7>;
+						qcom,mdss-dsi-v-front-porch = <0x8>;
+						qcom,mdss-dsi-v-pulse-width = <0x1>;
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-on-command = <0x5010000 0x129>;
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command = [05 01 00 00 00 00 02 28 00 05 01 00 00 00 00 02 10 00];
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-phy-timings = <0x300c0d 0x2a270c0d 0x9030400>;
+						qcom,display-topology = <0x2 0x0 0x2 0x1 0x0 0x2>;
+						qcom,default-topology-index = <0x0>;
+					};
+
+					timing@2 {
+						qcom,mdss-dsi-panel-width = <0x438>;
+						qcom,mdss-dsi-panel-height = <0xf00>;
+						qcom,mdss-dsi-h-front-porch = <0x1e>;
+						qcom,mdss-dsi-h-back-porch = <0x64>;
+						qcom,mdss-dsi-h-pulse-width = <0x4>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x7>;
+						qcom,mdss-dsi-v-front-porch = <0x8>;
+						qcom,mdss-dsi-v-pulse-width = <0x1>;
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,mdss-dsi-panel-framerate = <0x28>;
+						qcom,mdss-dsi-on-command = <0x5010000 0x129>;
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command = [05 01 00 00 00 00 02 28 00 05 01 00 00 00 00 02 10 00];
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-phy-timings = <0x180606 0x21200606 0x4030400>;
+						qcom,display-topology = <0x2 0x0 0x2>;
+						qcom,default-topology-index = <0x0>;
+					};
+				};
+			};
+
+			qcom,mdss_dsi_dual_sim_dsc_375_cmd {
+				qcom,mdss-dsi-panel-name = "Sim dual cmd mode DSC 3.75:1 dsi panel";
+				qcom,mdss-dsi-panel-type = "dsi_cmd_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-color-order = "rgb_swap_rgb";
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-traffic-mode = "non_burst_sync_event";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,cmd-sync-wait-broadcast;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-hor-line-idle = <0x0 0x28 0x100 0x28 0x78 0x80 0x78 0xf0 0x40>;
+				qcom,mdss-dsi-reset-sequence = <0x1 0xa 0x0 0xa 0x1 0xa>;
+				qcom,mdss-dsi-bl-max-level = <0xfff>;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-te-pin-select = <0x1>;
+				qcom,mdss-dsi-wr-mem-start = <0x2c>;
+				qcom,mdss-dsi-wr-mem-continue = <0x3c>;
+				qcom,mdss-dsi-te-dcs-command = <0x1>;
+				qcom,mdss-dsi-te-check-enable;
+				qcom,mdss-dsi-te-using-wd;
+				qcom,mdss-dsi-te-using-te-pin;
+				qcom,panel-ack-disabled;
+				qcom,mdss-dsi-t-clk-post = <0xd>;
+				qcom,mdss-dsi-t-clk-pre = <0x2d>;
+				qcom,panel-supply-entries = <0x4d4>;
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
+				qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+				phandle = <0x4e6>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-width = <0x438>;
+						qcom,mdss-dsi-panel-height = <0xf00>;
+						qcom,mdss-dsi-h-front-porch = <0x1e>;
+						qcom,mdss-dsi-h-back-porch = <0x64>;
+						qcom,mdss-dsi-h-pulse-width = <0x4>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x7>;
+						qcom,mdss-dsi-v-front-porch = <0x8>;
+						qcom,mdss-dsi-v-pulse-width = <0x1>;
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-on-command = [39 01 00 00 00 00 11 91 09 20 00 20 02 00 03 1c 04 21 00 0f 03 19 01 97 39 01 00 00 00 00 03 92 10 f0 15 01 00 00 00 00 02 90 03 15 01 00 00 00 00 02 03 01 39 01 00 00 00 00 06 f0 55 aa 52 08 04 15 01 00 00 00 00 02 c0 03 39 01 00 00 00 00 06 f0 55 aa 52 08 07 15 01 00 00 00 00 02 ef 01 39 01 00 00 00 00 06 f0 55 aa 52 08 00 15 01 00 00 00 00 02 b4 01 15 01 00 00 00 00 02 35 00 39 01 00 00 00 00 06 f0 55 aa 52 08 01 39 01 00 00 00 00 05 ff aa 55 a5 80 15 01 00 00 00 00 02 6f 01 15 01 00 00 00 00 02 f3 10 39 01 00 00 00 00 05 ff aa 55 a5 00 05 01 00 00 78 00 01 11 05 01 00 00 78 00 01 29];
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command = [05 01 00 00 78 00 02 28 00 05 01 00 00 78 00 02 10 00];
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,compression-mode = "dsc";
+						qcom,mdss-dsc-slice-height = <0x20>;
+						qcom,mdss-dsc-slice-width = <0x438>;
+						qcom,mdss-dsc-slice-per-pkt = <0x1>;
+						qcom,mdss-dsc-bit-per-component = <0xa>;
+						qcom,mdss-dsc-bit-per-pixel = <0x8>;
+						qcom,mdss-dsc-block-prediction-enable;
+						qcom,mdss-dsi-panel-phy-timings = <0x1c0707 0x23210707 0x5030400>;
+						qcom,display-topology = <0x2 0x2 0x2>;
+						qcom,default-topology-index = <0x0>;
+					};
+
+					timing@1 {
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-panel-width = <0x2d0>;
+						qcom,mdss-dsi-panel-height = <0xa00>;
+						qcom,mdss-dsi-h-front-porch = <0x64>;
+						qcom,mdss-dsi-h-back-porch = <0x20>;
+						qcom,mdss-dsi-h-pulse-width = <0x10>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x7>;
+						qcom,mdss-dsi-v-front-porch = <0x8>;
+						qcom,mdss-dsi-v-pulse-width = <0x1>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,mdss-dsi-on-command = [15 01 00 00 00 00 02 ff 20 15 01 00 00 00 00 02 fb 01 15 01 00 00 00 00 02 00 01 15 01 00 00 00 00 02 01 55 15 01 00 00 00 00 02 02 45 15 01 00 00 00 00 02 05 40 15 01 00 00 00 00 02 06 19 15 01 00 00 00 00 02 07 1e 15 01 00 00 00 00 02 0b 73 15 01 00 00 00 00 02 0c 73 15 01 00 00 00 00 02 0e b0 15 01 00 00 00 00 02 0f ae 15 01 00 00 00 00 02 11 b8 15 01 00 00 00 00 02 13 00 15 01 00 00 00 00 02 58 80 15 01 00 00 00 00 02 59 01 15 01 00 00 00 00 02 5a 00 15 01 00 00 00 00 02 5b 01 15 01 00 00 00 00 02 5c 80 15 01 00 00 00 00 02 5d 81 15 01 00 00 00 00 02 5e 00 15 01 00 00 00 00 02 5f 01 15 01 00 00 00 00 02 72 31 15 01 00 00 00 00 02 68 03 15 01 00 00 00 00 02 ff 24 15 01 00 00 00 00 02 fb 01 15 01 00 00 00 00 02 00 1c 15 01 00 00 00 00 02 01 0b 15 01 00 00 00 00 02 02 0c 15 01 00 00 00 00 02 03 01 15 01 00 00 00 00 02 04 0f 15 01 00 00 00 00 02 05 10 15 01 00 00 00 00 02 06 10 15 01 00 00 00 00 02 07 10 15 01 00 00 00 00 02 08 89 15 01 00 00 00 00 02 09 8a 15 01 00 00 00 00 02 0a 13 15 01 00 00 00 00 02 0b 13 15 01 00 00 00 00 02 0c 15 15 01 00 00 00 00 02 0d 15 15 01 00 00 00 00 02 0e 17 15 01 00 00 00 00 02 0f 17 15 01 00 00 00 00 02 10 1c 15 01 00 00 00 00 02 11 0b 15 01 00 00 00 00 02 12 0c 15 01 00 00 00 00 02 13 01 15 01 00 00 00 00 02 14 0f 15 01 00 00 00 00 02 15 10 15 01 00 00 00 00 02 16 10 15 01 00 00 00 00 02 17 10 15 01 00 00 00 00 02 18 89 15 01 00 00 00 00 02 19 8a 15 01 00 00 00 00 02 1a 13 15 01 00 00 00 00 02 1b 13 15 01 00 00 00 00 02 1c 15 15 01 00 00 00 00 02 1d 15 15 01 00 00 00 00 02 1e 17 15 01 00 00 00 00 02 1f 17 15 01 00 00 00 00 02 20 40 15 01 00 00 00 00 02 21 01 15 01 00 00 00 00 02 22 00 15 01 00 00 00 00 02 23 40 15 01 00 00 00 00 02 24 40 15 01 00 00 00 00 02 25 6d 15 01 00 00 00 00 02 26 40 15 01 00 00 00 00 02 27 40 15 01 00 00 00 00 02 e0 00 15 01 00 00 00 00 02 dc 21 15 01 00 00 00 00 02 dd 22 15 01 00 00 00 00 02 de 07 15 01 00 00 00 00 02 df 07 15 01 00 00 00 00 02 e3 6d 15 01 00 00 00 00 02 e1 07 15 01 00 00 00 00 02 e2 07 15 01 00 00 00 00 02 29 d8 15 01 00 00 00 00 02 2a 2a 15 01 00 00 00 00 02 4b 03 15 01 00 00 00 00 02 4c 11 15 01 00 00 00 00 02 4d 10 15 01 00 00 00 00 02 4e 01 15 01 00 00 00 00 02 4f 01 15 01 00 00 00 00 02 50 10 15 01 00 00 00 00 02 51 00 15 01 00 00 00 00 02 52 80 15 01 00 00 00 00 02 53 00 15 01 00 00 00 00 02 56 00 15 01 00 00 00 00 02 54 07 15 01 00 00 00 00 02 58 07 15 01 00 00 00 00 02 55 25 15 01 00 00 00 00 02 5b 43 15 01 00 00 00 00 02 5c 00 15 01 00 00 00 00 02 5f 73 15 01 00 00 00 00 02 60 73 15 01 00 00 00 00 02 63 22 15 01 00 00 00 00 02 64 00 15 01 00 00 00 00 02 67 08 15 01 00 00 00 00 02 68 04 15 01 00 00 00 00 02 72 02 15 01 00 00 00 00 02 7a 80 15 01 00 00 00 00 02 7b 91 15 01 00 00 00 00 02 7c d8 15 01 00 00 00 00 02 7d 60 15 01 00 00 00 00 02 7f 15 15 01 00 00 00 00 02 75 15 15 01 00 00 00 00 02 b3 c0 15 01 00 00 00 00 02 b4 00 15 01 00 00 00 00 02 b5 00 15 01 00 00 00 00 02 78 00 15 01 00 00 00 00 02 79 00 15 01 00 00 00 00 02 80 00 15 01 00 00 00 00 02 83 00 15 01 00 00 00 00 02 93 0a 15 01 00 00 00 00 02 94 0a 15 01 00 00 00 00 02 8a 00 15 01 00 00 00 00 02 9b ff 15 01 00 00 00 00 02 9d b0 15 01 00 00 00 00 02 9f 63 15 01 00 00 00 00 02 98 10 15 01 00 00 00 00 02 ec 00 15 01 00 00 00 00 02 ff 10 15 01 00 00 00 00 04 3b 03 0a 0a 15 01 00 00 00 00 02 35 00 15 01 00 00 00 00 02 e5 01 15 01 00 00 00 00 02 bb 10 15 01 00 00 00 00 02 fb 01 05 01 00 00 78 00 02 11 00 05 01 00 00 78 00 02 29 00];
+						qcom,mdss-dsi-off-command = [05 01 00 00 78 00 02 28 00 05 01 00 00 78 00 02 10 00];
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,compression-mode = "dsc";
+						qcom,mdss-dsc-slice-height = <0x10>;
+						qcom,mdss-dsc-slice-width = <0x2d0>;
+						qcom,mdss-dsc-slice-per-pkt = <0x1>;
+						qcom,mdss-dsc-bit-per-component = <0xa>;
+						qcom,mdss-dsc-bit-per-pixel = <0x8>;
+						qcom,mdss-dsc-block-prediction-enable;
+						qcom,mdss-dsi-panel-phy-timings = <0x180606 0x21200606 0x4030400>;
+						qcom,display-topology = <0x2 0x2 0x2>;
+						qcom,default-topology-index = <0x0>;
+					};
+				};
+			};
+
+			qcom,mdss_dsi_sharp_4k_dsc_video {
+				qcom,mdss-dsi-panel-name = "Sharp 4k video mode dsc dsi panel";
+				qcom,mdss-dsi-panel-type = "dsi_video_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-traffic-mode = "burst_mode";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-reset-sequence = <0x1 0xc8 0x0 0xc8 0x1 0xc8>;
+				qcom,mdss-pan-physical-width-dimension = <0x47>;
+				qcom,mdss-pan-physical-height-dimension = <0x81>;
+				qcom,mdss-dsi-tx-eot-append;
+				qcom,adjust-timer-wakeup-ms = <0x1>;
+				qcom,mdss-dsi-panel-hdr-enabled;
+				qcom,mdss-dsi-panel-hdr-color-primaries = <0x38a4 0x3c8c 0x7d00 0x4268 0x3c8c 0x7530 0x1f40 0xbb8>;
+				qcom,mdss-dsi-panel-peak-brightness = <0x401640>;
+				qcom,mdss-dsi-panel-blackness-level = <0xc9e>;
+				qcom,mdss-dsi-t-clk-post = <0xc>;
+				qcom,mdss-dsi-t-clk-pre = <0x27>;
+				phandle = <0x4d7>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-width = <0x438>;
+						qcom,mdss-dsi-panel-height = <0xf00>;
+						qcom,mdss-dsi-h-front-porch = <0x1e>;
+						qcom,mdss-dsi-h-back-porch = <0x64>;
+						qcom,mdss-dsi-h-pulse-width = <0x4>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x7>;
+						qcom,mdss-dsi-v-front-porch = <0x8>;
+						qcom,mdss-dsi-v-pulse-width = <0x1>;
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-on-command = [39 01 00 00 00 00 11 91 09 20 00 20 02 00 03 1c 04 21 00 0f 03 19 01 97 39 01 00 00 00 00 03 92 10 f0 15 01 00 00 00 00 02 90 03 15 01 00 00 00 00 02 03 01 39 01 00 00 00 00 06 f0 55 aa 52 08 04 15 01 00 00 00 00 02 c0 03 39 01 00 00 00 00 06 f0 55 aa 52 08 07 15 01 00 00 00 00 02 ef 01 39 01 00 00 00 00 06 f0 55 aa 52 08 00 15 01 00 00 00 00 02 b4 10 15 01 00 00 00 00 02 35 00 39 01 00 00 00 00 06 f0 55 aa 52 08 01 39 01 00 00 00 00 05 ff aa 55 a5 80 15 01 00 00 00 00 02 6f 01 15 01 00 00 00 00 02 f3 10 39 01 00 00 00 00 05 ff aa 55 a5 00 05 01 00 00 78 00 01 11 05 01 00 00 78 00 01 29];
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command = [05 01 00 00 78 00 02 28 00 05 01 00 00 78 00 02 10 00];
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,compression-mode = "dsc";
+						qcom,mdss-dsc-slice-height = <0x20>;
+						qcom,mdss-dsc-slice-width = <0x438>;
+						qcom,mdss-dsc-slice-per-pkt = <0x1>;
+						qcom,mdss-dsc-bit-per-component = <0x8>;
+						qcom,mdss-dsc-bit-per-pixel = <0x8>;
+						qcom,mdss-dsc-block-prediction-enable;
+						qcom,mdss-dsi-panel-phy-timings = <0x180606 0x21200606 0x4030400>;
+						qcom,display-topology = <0x2 0x2 0x2>;
+						qcom,default-topology-index = <0x0>;
+					};
+				};
+			};
+
+			qcom,mdss_dsi_sharp_4k_dsc_cmd {
+				qcom,mdss-dsi-panel-name = "Sharp 4k cmd mode dsc dsi panel";
+				qcom,mdss-dsi-panel-type = "dsi_cmd_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-traffic-mode = "burst_mode";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-reset-sequence = <0x1 0xc8 0x0 0xc8 0x1 0xc8>;
+				qcom,mdss-pan-physical-width-dimension = <0x47>;
+				qcom,mdss-pan-physical-height-dimension = <0x81>;
+				qcom,mdss-dsi-te-pin-select = <0x1>;
+				qcom,mdss-dsi-wr-mem-start = <0x2c>;
+				qcom,mdss-dsi-wr-mem-continue = <0x3c>;
+				qcom,mdss-dsi-te-dcs-command = <0x1>;
+				qcom,mdss-dsi-te-check-enable;
+				qcom,mdss-dsi-te-using-te-pin;
+				qcom,dcs-cmd-by-left;
+				qcom,mdss-dsi-tx-eot-append;
+				qcom,adjust-timer-wakeup-ms = <0x1>;
+				qcom,mdss-dsi-panel-hdr-enabled;
+				qcom,mdss-dsi-panel-hdr-color-primaries = <0x38a4 0x3c8c 0x7d00 0x4268 0x3c8c 0x7530 0x1f40 0xbb8>;
+				qcom,mdss-dsi-panel-peak-brightness = <0x401640>;
+				qcom,mdss-dsi-panel-blackness-level = <0xc9e>;
+				qcom,mdss-dsi-t-clk-post = <0xc>;
+				qcom,mdss-dsi-t-clk-pre = <0x27>;
+				phandle = <0x4da>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-width = <0x438>;
+						qcom,mdss-dsi-panel-height = <0xf00>;
+						qcom,mdss-dsi-h-front-porch = <0x1e>;
+						qcom,mdss-dsi-h-back-porch = <0x64>;
+						qcom,mdss-dsi-h-pulse-width = <0x4>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x7>;
+						qcom,mdss-dsi-v-front-porch = <0x8>;
+						qcom,mdss-dsi-v-pulse-width = <0x1>;
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-panel-jitter = <0x8 0xa>;
+						qcom,mdss-dsi-on-command = [39 01 00 00 00 00 11 91 09 20 00 20 02 00 03 1c 04 21 00 0f 03 19 01 97 39 01 00 00 00 00 03 92 10 f0 15 01 00 00 00 00 02 90 03 15 01 00 00 00 00 02 03 01 39 01 00 00 00 00 06 f0 55 aa 52 08 04 15 01 00 00 00 00 02 c0 03 39 01 00 00 00 00 06 f0 55 aa 52 08 07 15 01 00 00 00 00 02 ef 01 39 01 00 00 00 00 06 f0 55 aa 52 08 00 15 01 00 00 00 00 02 b4 01 15 01 00 00 00 00 02 35 00 39 01 00 00 00 00 06 f0 55 aa 52 08 01 39 01 00 00 00 00 05 ff aa 55 a5 80 15 01 00 00 00 00 02 6f 01 15 01 00 00 00 00 02 f3 10 39 01 00 00 00 00 05 ff aa 55 a5 00 05 01 00 00 78 00 01 11 05 01 00 00 78 00 01 29];
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command = [05 01 00 00 78 00 02 28 00 05 01 00 00 78 00 02 10 00];
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,compression-mode = "dsc";
+						qcom,mdss-dsc-slice-height = <0x20>;
+						qcom,mdss-dsc-slice-width = <0x438>;
+						qcom,mdss-dsc-slice-per-pkt = <0x1>;
+						qcom,mdss-dsc-bit-per-component = <0x8>;
+						qcom,mdss-dsc-bit-per-pixel = <0x8>;
+						qcom,mdss-dsc-block-prediction-enable;
+						qcom,mdss-dsi-panel-phy-timings = <0x180606 0x21200606 0x4030400>;
+						qcom,display-topology = <0x2 0x2 0x2>;
+						qcom,default-topology-index = <0x0>;
+					};
+				};
+			};
+
+			qcom,mdss_dsi_nt35597_wqxga_video_truly {
+				qcom,mdss-dsi-panel-name = "Dual nt35597 video mode dsi truly panel without DSC";
+				qcom,mdss-dsi-panel-type = "dsi_video_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-panel-hdr-enabled;
+				qcom,mdss-dsi-panel-hdr-color-primaries = <0x38a4 0x3c8c 0x7d00 0x4268 0x3c8c 0x7530 0x1f40 0xbb8>;
+				qcom,mdss-dsi-panel-peak-brightness = <0x401640>;
+				qcom,mdss-dsi-panel-blackness-level = <0xc9e>;
+				qcom,mdss-dsi-traffic-mode = "non_burst_sync_event";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-reset-sequence = <0x1 0x14 0x0 0x14 0x1 0x32>;
+				qcom,mdss-pan-physical-width-dimension = <0x4a>;
+				qcom,mdss-pan-physical-height-dimension = <0x83>;
+				qcom,mdss-dsi-tx-eot-append;
+				qcom,mdss-dsi-underflow-color = <0x3ff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-t-clk-post = <0xd>;
+				qcom,mdss-dsi-t-clk-pre = <0x2d>;
+				qcom,mdss-dsi-pan-enable-dynamic-fps;
+				qcom,mdss-dsi-pan-fps-update = "dfps_immediate_porch_mode_vfp";
+				qcom,dsi-supported-dfps-list = <0x3c 0x37 0x35>;
+				qcom,esd-check-enabled;
+				qcom,mdss-dsi-panel-status-check-mode = "reg_read";
+				qcom,mdss-dsi-panel-status-command = <0x6010001 0x10a>;
+				qcom,mdss-dsi-panel-status-command-state = "dsi_hs_mode";
+				qcom,mdss-dsi-panel-status-value = <0x9c>;
+				qcom,mdss-dsi-panel-on-check-value = <0x9c>;
+				qcom,mdss-dsi-panel-status-read-length = <0x1>;
+				qcom,panel-supply-entries = <0x4d4>;
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
+				qcom,mdss-dsi-bl-min-level = <0x1>;
+				qcom,mdss-dsi-bl-max-level = <0xfff>;
+				qcom,mdss-dsi-mode-sel-gpio-state = "dual_port";
+				qcom,panel-mode-gpio = <0x34 0x34 0x0>;
+				qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+				phandle = <0x4dd>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-width = <0x2d0>;
+						qcom,mdss-dsi-panel-height = <0xa00>;
+						qcom,mdss-dsi-h-front-porch = <0x64>;
+						qcom,mdss-dsi-h-back-porch = <0x20>;
+						qcom,mdss-dsi-h-pulse-width = <0x10>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x7>;
+						qcom,mdss-dsi-v-front-porch = <0x8>;
+						qcom,mdss-dsi-v-pulse-width = <0x1>;
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-on-command = [15 01 00 00 00 00 02 ff 20 15 01 00 00 00 00 02 fb 01 15 01 00 00 00 00 02 00 01 15 01 00 00 00 00 02 01 55 15 01 00 00 00 00 02 02 45 15 01 00 00 00 00 02 05 40 15 01 00 00 00 00 02 06 19 15 01 00 00 00 00 02 07 1e 15 01 00 00 00 00 02 0b 73 15 01 00 00 00 00 02 0c 73 15 01 00 00 00 00 02 0e b0 15 01 00 00 00 00 02 0f ae 15 01 00 00 00 00 02 11 b8 15 01 00 00 00 00 02 13 00 15 01 00 00 00 00 02 58 80 15 01 00 00 00 00 02 59 01 15 01 00 00 00 00 02 5a 00 15 01 00 00 00 00 02 5b 01 15 01 00 00 00 00 02 5c 80 15 01 00 00 00 00 02 5d 81 15 01 00 00 00 00 02 5e 00 15 01 00 00 00 00 02 5f 01 15 01 00 00 00 00 02 72 11 15 01 00 00 00 00 02 68 03 15 01 00 00 00 00 02 ff 24 15 01 00 00 00 00 02 fb 01 15 01 00 00 00 00 02 00 1c 15 01 00 00 00 00 02 01 0b 15 01 00 00 00 00 02 02 0c 15 01 00 00 00 00 02 03 01 15 01 00 00 00 00 02 04 0f 15 01 00 00 00 00 02 05 10 15 01 00 00 00 00 02 06 10 15 01 00 00 00 00 02 07 10 15 01 00 00 00 00 02 08 89 15 01 00 00 00 00 02 09 8a 15 01 00 00 00 00 02 0a 13 15 01 00 00 00 00 02 0b 13 15 01 00 00 00 00 02 0c 15 15 01 00 00 00 00 02 0d 15 15 01 00 00 00 00 02 0e 17 15 01 00 00 00 00 02 0f 17 15 01 00 00 00 00 02 10 1c 15 01 00 00 00 00 02 11 0b 15 01 00 00 00 00 02 12 0c 15 01 00 00 00 00 02 13 01 15 01 00 00 00 00 02 14 0f 15 01 00 00 00 00 02 15 10 15 01 00 00 00 00 02 16 10 15 01 00 00 00 00 02 17 10 15 01 00 00 00 00 02 18 89 15 01 00 00 00 00 02 19 8a 15 01 00 00 00 00 02 1a 13 15 01 00 00 00 00 02 1b 13 15 01 00 00 00 00 02 1c 15 15 01 00 00 00 00 02 1d 15 15 01 00 00 00 00 02 1e 17 15 01 00 00 00 00 02 1f 17 15 01 00 00 00 00 02 20 40 15 01 00 00 00 00 02 21 01 15 01 00 00 00 00 02 22 00 15 01 00 00 00 00 02 23 40 15 01 00 00 00 00 02 24 40 15 01 00 00 00 00 02 25 6d 15 01 00 00 00 00 02 26 40 15 01 00 00 00 00 02 27 40 15 01 00 00 00 00 02 e0 00 15 01 00 00 00 00 02 dc 21 15 01 00 00 00 00 02 dd 22 15 01 00 00 00 00 02 de 07 15 01 00 00 00 00 02 df 07 15 01 00 00 00 00 02 e3 6d 15 01 00 00 00 00 02 e1 07 15 01 00 00 00 00 02 e2 07 15 01 00 00 00 00 02 29 d8 15 01 00 00 00 00 02 2a 2a 15 01 00 00 00 00 02 4b 03 15 01 00 00 00 00 02 4c 11 15 01 00 00 00 00 02 4d 10 15 01 00 00 00 00 02 4e 01 15 01 00 00 00 00 02 4f 01 15 01 00 00 00 00 02 50 10 15 01 00 00 00 00 02 51 00 15 01 00 00 00 00 02 52 80 15 01 00 00 00 00 02 53 00 15 01 00 00 00 00 02 56 00 15 01 00 00 00 00 02 54 07 15 01 00 00 00 00 02 58 07 15 01 00 00 00 00 02 55 25 15 01 00 00 00 00 02 5b 43 15 01 00 00 00 00 02 5c 00 15 01 00 00 00 00 02 5f 73 15 01 00 00 00 00 02 60 73 15 01 00 00 00 00 02 63 22 15 01 00 00 00 00 02 64 00 15 01 00 00 00 00 02 67 08 15 01 00 00 00 00 02 68 04 15 01 00 00 00 00 02 72 02 15 01 00 00 00 00 02 7a 80 15 01 00 00 00 00 02 7b 91 15 01 00 00 00 00 02 7c d8 15 01 00 00 00 00 02 7d 60 15 01 00 00 00 00 02 7f 15 15 01 00 00 00 00 02 75 15 15 01 00 00 00 00 02 b3 c0 15 01 00 00 00 00 02 b4 00 15 01 00 00 00 00 02 b5 00 15 01 00 00 00 00 02 78 00 15 01 00 00 00 00 02 79 00 15 01 00 00 00 00 02 80 00 15 01 00 00 00 00 02 83 00 15 01 00 00 00 00 02 93 0a 15 01 00 00 00 00 02 94 0a 15 01 00 00 00 00 02 8a 00 15 01 00 00 00 00 02 9b ff 15 01 00 00 00 00 02 9d b0 15 01 00 00 00 00 02 9f 63 15 01 00 00 00 00 02 98 10 15 01 00 00 00 00 02 ec 00 15 01 00 00 00 00 02 ff 10 15 01 00 00 00 00 04 3b 03 0a 0a 15 01 00 00 00 00 02 35 00 15 01 00 00 00 00 02 e5 01 15 01 00 00 00 00 02 bb 03 15 01 00 00 00 00 02 fb 01 05 01 00 00 78 00 02 11 00 05 01 00 00 78 00 02 29 00];
+						qcom,mdss-dsi-off-command = [05 01 00 00 78 00 02 28 00 05 01 00 00 78 00 02 10 00];
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,mdss-dsi-panel-phy-timings = <0x1c0707 0x23210707 0x5030400>;
+						qcom,display-topology = <0x2 0x0 0x2 0x1 0x0 0x2>;
+						qcom,default-topology-index = <0x0>;
+					};
+				};
+			};
+
+			qcom,mdss_dsi_nt35597_truly_wqxga_cmd {
+				qcom,mdss-dsi-panel-name = "Dual nt35597 cmd mode dsi truly panel without DSC";
+				qcom,mdss-dsi-panel-type = "dsi_cmd_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-color-order = "rgb_swap_rgb";
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-traffic-mode = "non_burst_sync_event";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,adjust-timer-wakeup-ms = <0x1>;
+				qcom,mdss-dsi-reset-sequence = <0x1 0xa 0x0 0xa 0x1 0xa>;
+				qcom,mdss-pan-physical-width-dimension = <0x4a>;
+				qcom,mdss-pan-physical-height-dimension = <0x83>;
+				qcom,mdss-dsi-bl-max-level = <0xfff>;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-te-pin-select = <0x1>;
+				qcom,mdss-dsi-wr-mem-start = <0x2c>;
+				qcom,mdss-dsi-wr-mem-continue = <0x3c>;
+				qcom,mdss-dsi-te-dcs-command = <0x1>;
+				qcom,mdss-dsi-te-check-enable;
+				qcom,mdss-dsi-te-using-te-pin;
+				qcom,mdss-dsi-panel-hdr-enabled;
+				qcom,mdss-dsi-panel-hdr-color-primaries = <0x38a4 0x3c8c 0x7d00 0x4268 0x3c8c 0x7530 0x1f40 0xbb8>;
+				qcom,mdss-dsi-panel-peak-brightness = <0x401640>;
+				qcom,mdss-dsi-panel-blackness-level = <0xc9e>;
+				qcom,mdss-dsi-t-clk-post = <0xd>;
+				qcom,mdss-dsi-t-clk-pre = <0x2d>;
+				qcom,ulps-enabled;
+				qcom,esd-check-enabled;
+				qcom,mdss-dsi-panel-status-check-mode = "reg_read";
+				qcom,mdss-dsi-panel-status-command = <0x6010001 0x10a>;
+				qcom,mdss-dsi-panel-status-command-state = "dsi_hs_mode";
+				qcom,mdss-dsi-panel-status-value = <0x9c>;
+				qcom,mdss-dsi-panel-on-check-value = <0x9c>;
+				qcom,mdss-dsi-panel-status-read-length = <0x1>;
+				qcom,panel-supply-entries = <0x4d4>;
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
+				qcom,mdss-dsi-bl-min-level = <0x1>;
+				qcom,mdss-dsi-mode-sel-gpio-state = "dual_port";
+				qcom,panel-mode-gpio = <0x34 0x34 0x0>;
+				qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+				qcom,platform-te-gpio = <0x34 0xa 0x0>;
+				phandle = <0x4de>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-panel-width = <0x2d0>;
+						qcom,mdss-dsi-panel-height = <0xa00>;
+						qcom,mdss-dsi-h-front-porch = <0x64>;
+						qcom,mdss-dsi-h-back-porch = <0x20>;
+						qcom,mdss-dsi-h-pulse-width = <0x10>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x7>;
+						qcom,mdss-dsi-v-front-porch = <0x8>;
+						qcom,mdss-dsi-v-pulse-width = <0x1>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,mdss-dsi-panel-jitter = <0x1 0x1>;
+						qcom,mdss-dsi-on-command = [15 01 00 00 00 00 02 ff 20 15 01 00 00 00 00 02 fb 01 15 01 00 00 00 00 02 00 01 15 01 00 00 00 00 02 01 55 15 01 00 00 00 00 02 02 45 15 01 00 00 00 00 02 05 40 15 01 00 00 00 00 02 06 19 15 01 00 00 00 00 02 07 1e 15 01 00 00 00 00 02 0b 73 15 01 00 00 00 00 02 0c 73 15 01 00 00 00 00 02 0e b0 15 01 00 00 00 00 02 0f ae 15 01 00 00 00 00 02 11 b8 15 01 00 00 00 00 02 13 00 15 01 00 00 00 00 02 58 80 15 01 00 00 00 00 02 59 01 15 01 00 00 00 00 02 5a 00 15 01 00 00 00 00 02 5b 01 15 01 00 00 00 00 02 5c 80 15 01 00 00 00 00 02 5d 81 15 01 00 00 00 00 02 5e 00 15 01 00 00 00 00 02 5f 01 15 01 00 00 00 00 02 72 11 15 01 00 00 00 00 02 68 03 15 01 00 00 00 00 02 ff 24 15 01 00 00 00 00 02 fb 01 15 01 00 00 00 00 02 00 1c 15 01 00 00 00 00 02 01 0b 15 01 00 00 00 00 02 02 0c 15 01 00 00 00 00 02 03 01 15 01 00 00 00 00 02 04 0f 15 01 00 00 00 00 02 05 10 15 01 00 00 00 00 02 06 10 15 01 00 00 00 00 02 07 10 15 01 00 00 00 00 02 08 89 15 01 00 00 00 00 02 09 8a 15 01 00 00 00 00 02 0a 13 15 01 00 00 00 00 02 0b 13 15 01 00 00 00 00 02 0c 15 15 01 00 00 00 00 02 0d 15 15 01 00 00 00 00 02 0e 17 15 01 00 00 00 00 02 0f 17 15 01 00 00 00 00 02 10 1c 15 01 00 00 00 00 02 11 0b 15 01 00 00 00 00 02 12 0c 15 01 00 00 00 00 02 13 01 15 01 00 00 00 00 02 14 0f 15 01 00 00 00 00 02 15 10 15 01 00 00 00 00 02 16 10 15 01 00 00 00 00 02 17 10 15 01 00 00 00 00 02 18 89 15 01 00 00 00 00 02 19 8a 15 01 00 00 00 00 02 1a 13 15 01 00 00 00 00 02 1b 13 15 01 00 00 00 00 02 1c 15 15 01 00 00 00 00 02 1d 15 15 01 00 00 00 00 02 1e 17 15 01 00 00 00 00 02 1f 17 15 01 00 00 00 00 02 20 40 15 01 00 00 00 00 02 21 01 15 01 00 00 00 00 02 22 00 15 01 00 00 00 00 02 23 40 15 01 00 00 00 00 02 24 40 15 01 00 00 00 00 02 25 6d 15 01 00 00 00 00 02 26 40 15 01 00 00 00 00 02 27 40 15 01 00 00 00 00 02 e0 00 15 01 00 00 00 00 02 dc 21 15 01 00 00 00 00 02 dd 22 15 01 00 00 00 00 02 de 07 15 01 00 00 00 00 02 df 07 15 01 00 00 00 00 02 e3 6d 15 01 00 00 00 00 02 e1 07 15 01 00 00 00 00 02 e2 07 15 01 00 00 00 00 02 29 d8 15 01 00 00 00 00 02 2a 2a 15 01 00 00 00 00 02 4b 03 15 01 00 00 00 00 02 4c 11 15 01 00 00 00 00 02 4d 10 15 01 00 00 00 00 02 4e 01 15 01 00 00 00 00 02 4f 01 15 01 00 00 00 00 02 50 10 15 01 00 00 00 00 02 51 00 15 01 00 00 00 00 02 52 80 15 01 00 00 00 00 02 53 00 15 01 00 00 00 00 02 56 00 15 01 00 00 00 00 02 54 07 15 01 00 00 00 00 02 58 07 15 01 00 00 00 00 02 55 25 15 01 00 00 00 00 02 5b 43 15 01 00 00 00 00 02 5c 00 15 01 00 00 00 00 02 5f 73 15 01 00 00 00 00 02 60 73 15 01 00 00 00 00 02 63 22 15 01 00 00 00 00 02 64 00 15 01 00 00 00 00 02 67 08 15 01 00 00 00 00 02 68 04 15 01 00 00 00 00 02 72 02 15 01 00 00 00 00 02 7a 80 15 01 00 00 00 00 02 7b 91 15 01 00 00 00 00 02 7c d8 15 01 00 00 00 00 02 7d 60 15 01 00 00 00 00 02 7f 15 15 01 00 00 00 00 02 75 15 15 01 00 00 00 00 02 b3 c0 15 01 00 00 00 00 02 b4 00 15 01 00 00 00 00 02 b5 00 15 01 00 00 00 00 02 78 00 15 01 00 00 00 00 02 79 00 15 01 00 00 00 00 02 80 00 15 01 00 00 00 00 02 83 00 15 01 00 00 00 00 02 93 0a 15 01 00 00 00 00 02 94 0a 15 01 00 00 00 00 02 8a 00 15 01 00 00 00 00 02 9b ff 15 01 00 00 00 00 02 9d b0 15 01 00 00 00 00 02 9f 63 15 01 00 00 00 00 02 98 10 15 01 00 00 00 00 02 ec 00 15 01 00 00 00 00 02 ff 10 15 01 00 00 00 00 04 3b 03 0a 0a 15 01 00 00 00 00 02 35 00 15 01 00 00 00 00 02 e5 01 15 01 00 00 00 00 02 bb 10 15 01 00 00 00 00 02 c0 00 29 01 00 00 00 00 0c c9 01 01 70 00 0a 06 67 04 c5 12 18 15 01 00 00 00 00 02 fb 01 05 01 00 00 78 00 02 11 00 05 01 00 00 78 00 02 29 00];
+						qcom,mdss-dsi-off-command = [05 01 00 00 78 00 02 28 00 05 01 00 00 78 00 02 10 00];
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-phy-timings = <0x1c0707 0x23210707 0x5030400>;
+						qcom,display-topology = <0x2 0x0 0x2 0x1 0x0 0x2>;
+						qcom,default-topology-index = <0x0>;
+						qcom,partial-update-enabled = "single_roi";
+						qcom,panel-roi-alignment = <0x2d0 0x80 0x2d0 0x80 0x5a0 0x80>;
+					};
+				};
+			};
+
+			qcom,mdss_dsi_nt35597_dsc_cmd_truly {
+				qcom,mdss-dsi-panel-name = "nt35597 cmd mode dsi truly panel with DSC";
+				qcom,mdss-dsi-panel-type = "dsi_cmd_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-pan-physical-width-dimension = <0x4a>;
+				qcom,mdss-pan-physical-height-dimension = <0x83>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-color-order = "rgb_swap_rgb";
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-panel-hdr-enabled;
+				qcom,mdss-dsi-panel-hdr-color-primaries = <0x38a4 0x3c8c 0x7d00 0x4268 0x3c8c 0x7530 0x1f40 0xbb8>;
+				qcom,mdss-dsi-panel-peak-brightness = <0x401640>;
+				qcom,mdss-dsi-panel-blackness-level = <0xc9e>;
+				qcom,mdss-dsi-traffic-mode = "non_burst_sync_event";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-reset-sequence = <0x1 0xa 0x0 0xa 0x1 0xa>;
+				qcom,mdss-dsi-bl-max-level = <0xfff>;
+				qcom,adjust-timer-wakeup-ms = <0x1>;
+				qcom,mdss-dsi-te-pin-select = <0x1>;
+				qcom,mdss-dsi-wr-mem-start = <0x2c>;
+				qcom,mdss-dsi-wr-mem-continue = <0x3c>;
+				qcom,mdss-dsi-te-dcs-command = <0x1>;
+				qcom,mdss-dsi-te-check-enable;
+				qcom,mdss-dsi-te-using-te-pin;
+				qcom,mdss-dsi-t-clk-post = <0xb>;
+				qcom,mdss-dsi-t-clk-pre = <0x23>;
+				qcom,ulps-enabled;
+				qcom,esd-check-enabled;
+				qcom,mdss-dsi-panel-status-check-mode = "reg_read";
+				qcom,mdss-dsi-panel-status-command = <0x6010001 0x10a>;
+				qcom,mdss-dsi-panel-status-command-state = "dsi_hs_mode";
+				qcom,mdss-dsi-panel-status-value = <0x9c>;
+				qcom,mdss-dsi-panel-on-check-value = <0x9c>;
+				qcom,mdss-dsi-panel-status-read-length = <0x1>;
+				qcom,panel-supply-entries = <0x4d4>;
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
+				qcom,mdss-dsi-bl-min-level = <0x1>;
+				qcom,mdss-dsi-mode-sel-gpio-state = "single_port";
+				qcom,panel-mode-gpio = <0x34 0x34 0x0>;
+				qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+				qcom,platform-te-gpio = <0x34 0xa 0x0>;
+				phandle = <0x4df>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-panel-width = <0x5a0>;
+						qcom,mdss-dsi-panel-height = <0xa00>;
+						qcom,mdss-dsi-h-front-porch = <0x64>;
+						qcom,mdss-dsi-h-back-porch = <0x20>;
+						qcom,mdss-dsi-h-pulse-width = <0x10>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x8>;
+						qcom,mdss-dsi-v-front-porch = <0xa>;
+						qcom,mdss-dsi-v-pulse-width = <0x2>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-panel-jitter = <0x1 0x1>;
+						qcom,mdss-dsi-on-command = <0x15010000 0x2ff 0x20150100 0x2 0xfb011501 0x0 0x2000115 0x1000000 0x20155 0x15010000 0x202 0x45150100 0x2 0x5401501 0x0 0x2061915 0x1000000 0x2071e 0x15010000 0x20b 0x73150100 0x2 0xc731501 0x0 0x20eb015 0x1000000 0x20fae 0x15010000 0x211 0xb8150100 0x2 0x13001501 0x0 0x2588015 0x1000000 0x25901 0x15010000 0x25a 0x150100 0x2 0x5b011501 0x0 0x25c8015 0x1000000 0x25d81 0x15010000 0x25e 0x150100 0x2 0x5f011501 0x0 0x2721115 0x1000000 0x26803 0x15010000 0x2ff 0x24150100 0x2 0xfb011501 0x0 0x2001c15 0x1000000 0x2010b 0x15010000 0x202 0xc150100 0x2 0x3011501 0x0 0x2040f15 0x1000000 0x20510 0x15010000 0x206 0x10150100 0x2 0x7101501 0x0 0x2088915 0x1000000 0x2098a 0x15010000 0x20a 0x13150100 0x2 0xb131501 0x0 0x20c1515 0x1000000 0x20d15 0x15010000 0x20e 0x17150100 0x2 0xf171501 0x0 0x2101c15 0x1000000 0x2110b 0x15010000 0x212 0xc150100 0x2 0x13011501 0x0 0x2140f15 0x1000000 0x21510 0x15010000 0x216 0x10150100 0x2 0x17101501 0x0 0x2188915 0x1000000 0x2198a 0x15010000 0x21a 0x13150100 0x2 0x1b131501 0x0 0x21c1515 0x1000000 0x21d15 0x15010000 0x21e 0x17150100 0x2 0x1f171501 0x0 0x2204015 0x1000000 0x22101 0x15010000 0x222 0x150100 0x2 0x23401501 0x0 0x2244015 0x1000000 0x2256d 0x15010000 0x226 0x40150100 0x2 0x27401501 0x0 0x2e00015 0x1000000 0x2dc21 0x15010000 0x2dd 0x22150100 0x2 0xde071501 0x0 0x2df0715 0x1000000 0x2e36d 0x15010000 0x2e1 0x7150100 0x2 0xe2071501 0x0 0x229d815 0x1000000 0x22a2a 0x15010000 0x24b 0x3150100 0x2 0x4c111501 0x0 0x24d1015 0x1000000 0x24e01 0x15010000 0x24f 0x1150100 0x2 0x50101501 0x0 0x2510015 0x1000000 0x25280 0x15010000 0x253 0x150100 0x2 0x56001501 0x0 0x2540715 0x1000000 0x25807 0x15010000 0x255 0x25150100 0x2 0x5b431501 0x0 0x25c0015 0x1000000 0x25f73 0x15010000 0x260 0x73150100 0x2 0x63221501 0x0 0x2640015 0x1000000 0x26708 0x15010000 0x268 0x4150100 0x2 0x72021501 0x0 0x27a8015 0x1000000 0x27b91 0x15010000 0x27c 0xd8150100 0x2 0x7d601501 0x0 0x27f1515 0x1000000 0x27515 0x15010000 0x2b3 0xc0150100 0x2 0xb4001501 0x0 0x2b50015 0x1000000 0x27800 0x15010000 0x279 0x150100 0x2 0x80001501 0x0 0x2830015 0x1000000 0x2930a 0x15010000 0x294 0xa150100 0x2 0x8a001501 0x0 0x29bff15 0x1000000 0x29db0 0x15010000 0x29f 0x63150100 0x2 0x98101501 0x0 0x2ec0015 0x1000000 0x2ff10 0x39010000 0x11c1 0x9200010 0x2000268 0x1bb000a 0x66704c5 0x39010000 0x3c2 0x10f01501 0x0 0x2c00315 0x1000000 0x43b03 0xa0a1501 0x0 0x2350015 0x1000000 0x2e501 0x15010000 0x2bb 0x10150100 0x2 0xfb010501 0x7800 0x2110005 0x1000078 0x22900>;
+						qcom,mdss-dsi-off-command = [05 01 00 00 78 00 02 28 00 05 01 00 00 78 00 02 10 00];
+						qcom,mdss-dsi-on-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,compression-mode = "dsc";
+						qcom,mdss-dsc-slice-height = <0x10>;
+						qcom,mdss-dsc-slice-width = <0x2d0>;
+						qcom,mdss-dsc-slice-per-pkt = <0x2>;
+						qcom,mdss-dsc-bit-per-component = <0x8>;
+						qcom,mdss-dsc-bit-per-pixel = <0x8>;
+						qcom,mdss-dsc-block-prediction-enable;
+						qcom,mdss-dsi-panel-phy-timings = <0x150505 0x201f0505 0x3030400>;
+						qcom,display-topology = <0x1 0x1 0x1 0x2 0x2 0x1 0x2 0x1 0x1>;
+						qcom,default-topology-index = <0x1>;
+					};
+				};
+			};
+
+			qcom,mdss_dsi_nt35597_dsc_video_truly {
+				qcom,mdss-dsi-panel-name = "nt35597 video mode dsi truly panel with DSC";
+				qcom,mdss-dsi-panel-type = "dsi_video_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-panel-hdr-enabled;
+				qcom,mdss-dsi-panel-hdr-color-primaries = <0x38a4 0x3c8c 0x7d00 0x4268 0x3c8c 0x7530 0x1f40 0xbb8>;
+				qcom,mdss-dsi-panel-peak-brightness = <0x401640>;
+				qcom,mdss-dsi-panel-blackness-level = <0xc9e>;
+				qcom,mdss-dsi-traffic-mode = "non_burst_sync_event";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-reset-sequence = <0x1 0xa 0x0 0xa 0x1 0xa>;
+				qcom,mdss-pan-physical-width-dimension = <0x4a>;
+				qcom,mdss-pan-physical-height-dimension = <0x83>;
+				qcom,mdss-dsi-dma-schedule-line = <0x5>;
+				qcom,mdss-dsi-t-clk-post = <0xb>;
+				qcom,mdss-dsi-t-clk-pre = <0x23>;
+				qcom,mdss-dsi-pan-enable-dynamic-fps;
+				qcom,mdss-dsi-pan-fps-update = "dfps_immediate_porch_mode_vfp";
+				qcom,dsi-supported-dfps-list = <0x3c 0x37 0x35>;
+				qcom,esd-check-enabled;
+				qcom,mdss-dsi-panel-status-check-mode = "reg_read";
+				qcom,mdss-dsi-panel-status-command = <0x6010001 0x10a>;
+				qcom,mdss-dsi-panel-status-command-state = "dsi_hs_mode";
+				qcom,mdss-dsi-panel-status-value = <0x9c>;
+				qcom,mdss-dsi-panel-on-check-value = <0x9c>;
+				qcom,mdss-dsi-panel-status-read-length = <0x1>;
+				qcom,panel-supply-entries = <0x4d4>;
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
+				qcom,mdss-dsi-bl-min-level = <0x1>;
+				qcom,mdss-dsi-bl-max-level = <0xfff>;
+				qcom,mdss-dsi-mode-sel-gpio-state = "single_port";
+				qcom,panel-mode-gpio = <0x34 0x34 0x0>;
+				qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+				phandle = <0x4e0>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-width = <0x5a0>;
+						qcom,mdss-dsi-panel-height = <0xa00>;
+						qcom,mdss-dsi-h-front-porch = <0x64>;
+						qcom,mdss-dsi-h-back-porch = <0x20>;
+						qcom,mdss-dsi-h-pulse-width = <0x10>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x8>;
+						qcom,mdss-dsi-v-front-porch = <0xa>;
+						qcom,mdss-dsi-v-pulse-width = <0x2>;
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-on-command = <0x15010000 0x2ff 0x20150100 0x2 0xfb011501 0x0 0x2000115 0x1000000 0x20155 0x15010000 0x202 0x45150100 0x2 0x5401501 0x0 0x2061915 0x1000000 0x2071e 0x15010000 0x20b 0x73150100 0x2 0xc731501 0x0 0x20eb015 0x1000000 0x20fae 0x15010000 0x211 0xb8150100 0x2 0x13001501 0x0 0x2588015 0x1000000 0x25901 0x15010000 0x25a 0x150100 0x2 0x5b011501 0x0 0x25c8015 0x1000000 0x25d81 0x15010000 0x25e 0x150100 0x2 0x5f011501 0x0 0x2721115 0x1000000 0x26803 0x15010000 0x2ff 0x24150100 0x2 0xfb011501 0x0 0x2001c15 0x1000000 0x2010b 0x15010000 0x202 0xc150100 0x2 0x3011501 0x0 0x2040f15 0x1000000 0x20510 0x15010000 0x206 0x10150100 0x2 0x7101501 0x0 0x2088915 0x1000000 0x2098a 0x15010000 0x20a 0x13150100 0x2 0xb131501 0x0 0x20c1515 0x1000000 0x20d15 0x15010000 0x20e 0x17150100 0x2 0xf171501 0x0 0x2101c15 0x1000000 0x2110b 0x15010000 0x212 0xc150100 0x2 0x13011501 0x0 0x2140f15 0x1000000 0x21510 0x15010000 0x216 0x10150100 0x2 0x17101501 0x0 0x2188915 0x1000000 0x2198a 0x15010000 0x21a 0x13150100 0x2 0x1b131501 0x0 0x21c1515 0x1000000 0x21d15 0x15010000 0x21e 0x17150100 0x2 0x1f171501 0x0 0x2204015 0x1000000 0x22101 0x15010000 0x222 0x150100 0x2 0x23401501 0x0 0x2244015 0x1000000 0x2256d 0x15010000 0x226 0x40150100 0x2 0x27401501 0x0 0x2e00015 0x1000000 0x2dc21 0x15010000 0x2dd 0x22150100 0x2 0xde071501 0x0 0x2df0715 0x1000000 0x2e36d 0x15010000 0x2e1 0x7150100 0x2 0xe2071501 0x0 0x229d815 0x1000000 0x22a2a 0x15010000 0x24b 0x3150100 0x2 0x4c111501 0x0 0x24d1015 0x1000000 0x24e01 0x15010000 0x24f 0x1150100 0x2 0x50101501 0x0 0x2510015 0x1000000 0x25280 0x15010000 0x253 0x150100 0x2 0x56001501 0x0 0x2540715 0x1000000 0x25807 0x15010000 0x255 0x25150100 0x2 0x5b431501 0x0 0x25c0015 0x1000000 0x25f73 0x15010000 0x260 0x73150100 0x2 0x63221501 0x0 0x2640015 0x1000000 0x26708 0x15010000 0x268 0x4150100 0x2 0x72021501 0x0 0x27a8015 0x1000000 0x27b91 0x15010000 0x27c 0xd8150100 0x2 0x7d601501 0x0 0x27f1515 0x1000000 0x27515 0x15010000 0x2b3 0xc0150100 0x2 0xb4001501 0x0 0x2b50015 0x1000000 0x27800 0x15010000 0x279 0x150100 0x2 0x80001501 0x0 0x2830015 0x1000000 0x2930a 0x15010000 0x294 0xa150100 0x2 0x8a001501 0x0 0x29bff15 0x1000000 0x29db0 0x15010000 0x29f 0x63150100 0x2 0x98101501 0x0 0x2ec0015 0x1000000 0x2ff10 0x39010000 0x11c1 0x9200010 0x2000268 0x1bb000a 0x66704c5 0x39010000 0x3c2 0x10f01501 0x0 0x2c00339 0x1000000 0x43b03 0xa0a1501 0x0 0x2350015 0x1000000 0x2e501 0x15010000 0x2bb 0x3150100 0x2 0xfb010501 0x7800 0x2110005 0x1000078 0x22900>;
+						qcom,mdss-dsi-off-command = [05 01 00 00 78 00 02 28 00 05 01 00 00 78 00 02 10 00];
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,compression-mode = "dsc";
+						qcom,mdss-dsc-slice-height = <0x10>;
+						qcom,mdss-dsc-slice-width = <0x2d0>;
+						qcom,mdss-dsc-slice-per-pkt = <0x2>;
+						qcom,mdss-dsc-bit-per-component = <0x8>;
+						qcom,mdss-dsc-bit-per-pixel = <0x8>;
+						qcom,mdss-dsc-block-prediction-enable;
+						qcom,mdss-dsi-panel-phy-timings = <0x150505 0x201f0504 0x3030400>;
+						qcom,display-topology = <0x1 0x1 0x1 0x2 0x2 0x1 0x2 0x1 0x1>;
+						qcom,default-topology-index = <0x1>;
+					};
+				};
+			};
+
+			qcom,mdss_dsi_sharp_1080p_cmd {
+				qcom,mdss-dsi-panel-name = "sharp 1080p cmd mode dsi panel";
+				qcom,mdss-dsi-panel-controller = <0x2be>;
+				qcom,mdss-dsi-panel-type = "dsi_cmd_mode";
+				qcom,mdss-dsi-panel-destination = "display_1";
+				qcom,mdss-dsi-panel-clockrate = <0x32a9f880>;
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-reset-sequence = <0x1 0xa 0x0 0xa 0x1 0xa>;
+				qcom,mdss-pan-physical-width-dimension = <0x40>;
+				qcom,mdss-pan-physical-height-dimension = <0x75>;
+				qcom,mdss-dsi-traffic-mode = "burst_mode";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_pwm";
+				qcom,mdss-dsi-te-pin-select = <0x1>;
+				qcom,mdss-dsi-wr-mem-start = <0x2c>;
+				qcom,mdss-dsi-wr-mem-continue = <0x3c>;
+				qcom,mdss-dsi-te-dcs-command = <0x1>;
+				qcom,mdss-dsi-te-check-enable;
+				qcom,mdss-dsi-te-using-te-pin;
+				qcom,mdss-dsi-t-clk-post = <0xc>;
+				qcom,mdss-dsi-t-clk-pre = <0x29>;
+				qcom,esd-check-enabled;
+				qcom,mdss-dsi-panel-status-check-mode = "reg_read";
+				qcom,mdss-dsi-panel-status-command = <0x6010001 0x10a>;
+				qcom,mdss-dsi-panel-status-command-state = "dsi_hs_mode";
+				qcom,mdss-dsi-panel-status-value = <0x9c>;
+				qcom,mdss-dsi-panel-on-check-value = <0x9c>;
+				qcom,mdss-dsi-panel-status-read-length = <0x1>;
+				phandle = <0x4db>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-width = <0x438>;
+						qcom,mdss-dsi-panel-height = <0x780>;
+						qcom,mdss-dsi-h-front-porch = <0x0>;
+						qcom,mdss-dsi-h-back-porch = <0x0>;
+						qcom,mdss-dsi-h-pulse-width = <0x0>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x0>;
+						qcom,mdss-dsi-v-front-porch = <0x0>;
+						qcom,mdss-dsi-v-pulse-width = <0x0>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-on-command = <0x15010000 0x2bb 0x10150100 0x2 0xb0030501 0x7800 0x1111501 0x0 0x251ff15 0x1000000 0x25324 0x15010000 0x2ff 0x23150100 0x2 0x8051501 0x0 0x2469015 0x1000000 0x2ff10 0x15010000 0x2ff 0xf0150100 0x2 0x92011501 0x0 0x2ff1015 0x1000000 0x23500 0x5010000 0x28000129>;
+						qcom,mdss-dsi-off-command = <0x5010000 0x10000128 0x5010000 0x40000110>;
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,mdss-dsi-panel-phy-timings = <0x1e0808 0x24220808 0x5030400>;
+						qcom,mdss-dsi-panel-clockrate = <0x35a4e900>;
+						qcom,display-topology = <0x1 0x0 0x1>;
+						qcom,default-topology-index = <0x0>;
+					};
+				};
+			};
+
+			qcom,mdss_dual_sharp_1080p_120hz_cmd {
+				qcom,mdss-dsi-panel-name = "sharp 1080p 120hz dual dsi cmd mode panel";
+				qcom,mdss-dsi-panel-type = "dsi_cmd_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-reset-sequence = <0x1 0x14 0x0 0x1 0x1 0xa>;
+				qcom,mdss-dsi-traffic-mode = "burst_mode";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,cmd-sync-wait-broadcast;
+				qcom,cmd-sync-wait-trigger;
+				qcom,mdss-tear-check-frame-rate = <0x2ee0>;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-te-pin-select = <0x1>;
+				qcom,mdss-dsi-wr-mem-start = <0x2c>;
+				qcom,mdss-dsi-wr-mem-continue = <0x3c>;
+				qcom,mdss-dsi-te-dcs-command = <0x1>;
+				qcom,mdss-dsi-te-check-enable;
+				qcom,mdss-dsi-te-using-te-pin;
+				qcom,mdss-dsi-t-clk-post = <0xf>;
+				qcom,mdss-dsi-t-clk-pre = <0x36>;
+				phandle = <0x4dc>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-width = <0x21c>;
+						qcom,mdss-dsi-panel-height = <0x780>;
+						qcom,mdss-dsi-h-front-porch = <0x1c>;
+						qcom,mdss-dsi-h-back-porch = <0x4>;
+						qcom,mdss-dsi-h-pulse-width = <0x4>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0xc>;
+						qcom,mdss-dsi-v-front-porch = <0xc>;
+						qcom,mdss-dsi-v-pulse-width = <0x2>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-panel-framerate = <0x78>;
+						qcom,mdss-dsi-on-command = [15 01 00 00 00 00 02 ff 10 15 01 00 00 00 00 02 fb 01 15 01 00 00 00 00 02 ba 07 15 01 00 00 00 00 02 c0 00 15 01 00 00 00 00 02 bb 10 15 01 00 00 00 00 02 d9 00 15 01 00 00 00 00 02 ef 70 15 01 00 00 00 00 02 f7 80 39 01 00 00 00 00 06 3b 03 0e 0c 08 1c 15 01 00 00 00 00 02 e9 0e 15 01 00 00 00 00 02 ea 0c 15 01 00 00 00 00 02 35 00 15 01 00 00 00 00 02 c0 00 15 01 00 00 00 00 02 ff 20 15 01 00 00 00 00 02 fb 01 15 01 00 00 00 00 02 59 6a 15 01 00 00 00 00 02 0b 1b 15 01 00 00 00 00 02 61 f7 15 01 00 00 00 00 02 62 6c 15 01 00 00 00 00 02 00 01 15 01 00 00 00 00 02 01 55 15 01 00 00 00 00 02 04 c8 15 01 00 00 00 00 02 05 1a 15 01 00 00 00 00 02 0d 93 15 01 00 00 00 00 02 0e 93 15 01 00 00 00 00 02 0f 7e 15 01 00 00 00 00 02 06 69 15 01 00 00 00 00 02 07 bc 15 01 00 00 00 00 02 10 03 15 01 00 00 00 00 02 11 64 15 01 00 00 00 00 02 12 5a 15 01 00 00 00 00 02 13 40 15 01 00 00 00 00 02 14 40 15 01 00 00 00 00 02 15 00 15 01 00 00 00 00 02 33 13 15 01 00 00 00 00 02 5a 40 15 01 00 00 00 00 02 5b 40 15 01 00 00 00 00 02 5e 80 15 01 00 00 00 00 02 ff 24 15 01 00 00 00 00 02 fb 01 15 01 00 00 00 00 02 00 80 15 01 00 00 00 00 02 14 80 15 01 00 00 00 00 02 01 80 15 01 00 00 00 00 02 15 80 15 01 00 00 00 00 02 02 80 15 01 00 00 00 00 02 16 80 15 01 00 00 00 00 02 03 0a 15 01 00 00 00 00 02 17 0c 15 01 00 00 00 00 02 04 06 15 01 00 00 00 00 02 18 08 15 01 00 00 00 00 02 05 80 15 01 00 00 00 00 02 19 80 15 01 00 00 00 00 02 06 80 15 01 00 00 00 00 02 1a 80 15 01 00 00 00 00 02 07 80 15 01 00 00 00 00 02 1b 80 15 01 00 00 00 00 02 08 80 15 01 00 00 00 00 02 1c 80 15 01 00 00 00 00 02 09 80 15 01 00 00 00 00 02 1d 80 15 01 00 00 00 00 02 0a 80 15 01 00 00 00 00 02 1e 80 15 01 00 00 00 00 02 0b 1a 15 01 00 00 00 00 02 1f 1b 15 01 00 00 00 00 02 0c 16 15 01 00 00 00 00 02 20 17 15 01 00 00 00 00 02 0d 1c 15 01 00 00 00 00 02 21 1d 15 01 00 00 00 00 02 0e 18 15 01 00 00 00 00 02 22 19 15 01 00 00 00 00 02 0f 0e 15 01 00 00 00 00 02 23 10 15 01 00 00 00 00 02 10 80 15 01 00 00 00 00 02 24 80 15 01 00 00 00 00 02 11 80 15 01 00 00 00 00 02 25 80 15 01 00 00 00 00 02 12 80 15 01 00 00 00 00 02 26 80 15 01 00 00 00 00 02 13 80 15 01 00 00 00 00 02 27 80 15 01 00 00 00 00 02 74 ff 15 01 00 00 00 00 02 75 ff 15 01 00 00 00 00 02 8d 00 15 01 00 00 00 00 02 8e 00 15 01 00 00 00 00 02 8f 9c 15 01 00 00 00 00 02 90 0c 15 01 00 00 00 00 02 91 0e 15 01 00 00 00 00 02 d6 00 15 01 00 00 00 00 02 d7 20 15 01 00 00 00 00 02 d8 00 15 01 00 00 00 00 02 d9 88 15 01 00 00 00 00 02 e5 05 15 01 00 00 00 00 02 e6 10 15 01 00 00 00 00 02 54 06 15 01 00 00 00 00 02 55 05 15 01 00 00 00 00 02 56 04 15 01 00 00 00 00 02 58 03 15 01 00 00 00 00 02 59 33 15 01 00 00 00 00 02 5a 33 15 01 00 00 00 00 02 5b 01 15 01 00 00 00 00 02 5c 00 15 01 00 00 00 00 02 5d 01 15 01 00 00 00 00 02 5e 0a 15 01 00 00 00 00 02 5f 0a 15 01 00 00 00 00 02 60 0a 15 01 00 00 00 00 02 61 0a 15 01 00 00 00 00 02 62 10 15 01 00 00 00 00 02 63 01 15 01 00 00 00 00 02 64 00 15 01 00 00 00 00 02 65 00 15 01 00 00 00 00 02 ef 00 15 01 00 00 00 00 02 f0 00 15 01 00 00 00 00 02 6d 20 15 01 00 00 00 00 02 66 44 15 01 00 00 00 00 02 68 01 15 01 00 00 00 00 02 69 00 15 01 00 00 00 00 02 67 11 15 01 00 00 00 00 02 6a 06 15 01 00 00 00 00 02 6b 31 15 01 00 00 00 00 02 6c 90 15 01 00 00 00 00 02 ab c3 15 01 00 00 00 00 02 b1 49 15 01 00 00 00 00 02 aa 80 15 01 00 00 00 00 02 b0 90 15 01 00 00 00 00 02 b2 a4 15 01 00 00 00 00 02 b3 00 15 01 00 00 00 00 02 b4 23 15 01 00 00 00 00 02 b5 00 15 01 00 00 00 00 02 b6 00 15 01 00 00 00 00 02 b7 00 15 01 00 00 00 00 02 b8 00 15 01 00 00 00 00 02 b9 00 15 01 00 00 00 00 02 ba 00 15 01 00 00 00 00 02 bb 00 15 01 00 00 00 00 02 bc 00 15 01 00 00 00 00 02 bd 00 15 01 00 00 00 00 02 be 00 15 01 00 00 00 00 02 bf 00 15 01 00 00 00 00 02 c0 00 15 01 00 00 00 00 02 c7 40 15 01 00 00 00 00 02 c9 00 15 01 00 00 00 00 02 c1 2a 15 01 00 00 00 00 02 c2 2a 15 01 00 00 00 00 02 c3 00 15 01 00 00 00 00 02 c4 00 15 01 00 00 00 00 02 c5 00 15 01 00 00 00 00 02 c6 00 15 01 00 00 00 00 02 c8 ab 15 01 00 00 00 00 02 ca 00 15 01 00 00 00 00 02 cb 00 15 01 00 00 00 00 02 cc 20 15 01 00 00 00 00 02 cd 40 15 01 00 00 00 00 02 ce a8 15 01 00 00 00 00 02 cf a8 15 01 00 00 00 00 02 d0 00 15 01 00 00 00 00 02 d1 00 15 01 00 00 00 00 02 d2 00 15 01 00 00 00 00 02 d3 00 15 01 00 00 00 00 02 af 01 15 01 00 00 00 00 02 a4 1e 15 01 00 00 00 00 02 95 41 15 01 00 00 00 00 02 96 03 15 01 00 00 00 00 02 98 00 15 01 00 00 00 00 02 9a 9a 15 01 00 00 00 00 02 9b 03 15 01 00 00 00 00 02 9d 80 15 01 00 00 00 00 02 ff 26 15 01 00 00 00 00 02 fb 01 15 01 00 00 00 00 02 fa d0 15 01 00 00 00 00 02 6b 80 15 01 00 00 00 00 02 6c 5c 15 01 00 00 00 00 02 6d 0c 15 01 00 00 00 00 02 6e 0e 15 01 00 00 00 00 02 58 01 15 01 00 00 00 00 02 59 15 15 01 00 00 00 00 02 5a 01 15 01 00 00 00 00 02 5b 00 15 01 00 00 00 00 02 5c 01 15 01 00 00 00 00 02 5d 2b 15 01 00 00 00 00 02 74 00 15 01 00 00 00 00 02 75 ba 15 01 00 00 00 00 02 81 0a 15 01 00 00 00 00 02 4e 81 15 01 00 00 00 00 02 4f 83 15 01 00 00 00 00 02 51 00 15 01 00 00 00 00 02 53 4d 15 01 00 00 00 00 02 54 03 15 01 00 00 00 00 02 ff e0 15 01 00 00 00 00 02 fb 01 15 01 00 00 00 00 02 b2 81 15 01 00 00 00 00 02 62 28 15 01 00 00 00 00 02 a2 09 15 01 00 00 00 00 02 b3 01 15 01 00 00 00 00 02 ed 00 15 01 00 00 00 00 02 ff 10 05 01 00 00 78 00 01 11 15 01 00 00 00 00 02 ff 20 15 01 00 00 00 00 02 75 00 15 01 00 00 00 00 02 76 71 15 01 00 00 00 00 02 77 00 15 01 00 00 00 00 02 78 84 15 01 00 00 00 00 02 79 00 15 01 00 00 00 00 02 7a a5 15 01 00 00 00 00 02 7b 00 15 01 00 00 00 00 02 7c bb 15 01 00 00 00 00 02 7d 00 15 01 00 00 00 00 02 7e ce 15 01 00 00 00 00 02 7f 00 15 01 00 00 00 00 02 80 e0 15 01 00 00 00 00 02 81 00 15 01 00 00 00 00 02 82 ef 15 01 00 00 00 00 02 83 00 15 01 00 00 00 00 02 84 ff 15 01 00 00 00 00 02 85 01 15 01 00 00 00 00 02 86 0b 15 01 00 00 00 00 02 87 01 15 01 00 00 00 00 02 88 38 15 01 00 00 00 00 02 89 01 15 01 00 00 00 00 02 8a 5b 15 01 00 00 00 00 02 8b 01 15 01 00 00 00 00 02 8c 95 15 01 00 00 00 00 02 8d 01 15 01 00 00 00 00 02 8e c4 15 01 00 00 00 00 02 8f 02 15 01 00 00 00 00 02 90 0d 15 01 00 00 00 00 02 91 02 15 01 00 00 00 00 02 92 4a 15 01 00 00 00 00 02 93 02 15 01 00 00 00 00 02 94 4c 15 01 00 00 00 00 02 95 02 15 01 00 00 00 00 02 96 85 15 01 00 00 00 00 02 97 02 15 01 00 00 00 00 02 98 c3 15 01 00 00 00 00 02 99 02 15 01 00 00 00 00 02 9a e9 15 01 00 00 00 00 02 9b 03 15 01 00 00 00 00 02 9c 16 15 01 00 00 00 00 02 9d 03 15 01 00 00 00 00 02 9e 34 15 01 00 00 00 00 02 9f 03 15 01 00 00 00 00 02 a0 56 15 01 00 00 00 00 02 a2 03 15 01 00 00 00 00 02 a3 62 15 01 00 00 00 00 02 a4 03 15 01 00 00 00 00 02 a5 6c 15 01 00 00 00 00 02 a6 03 15 01 00 00 00 00 02 a7 74 15 01 00 00 00 00 02 a9 03 15 01 00 00 00 00 02 aa 80 15 01 00 00 00 00 02 ab 03 15 01 00 00 00 00 02 ac 89 15 01 00 00 00 00 02 ad 03 15 01 00 00 00 00 02 ae 8b 15 01 00 00 00 00 02 af 03 15 01 00 00 00 00 02 b0 8d 15 01 00 00 00 00 02 b1 03 15 01 00 00 00 00 02 b2 8e 15 01 00 00 00 00 02 b3 00 15 01 00 00 00 00 02 b4 71 15 01 00 00 00 00 02 b5 00 15 01 00 00 00 00 02 b6 84 15 01 00 00 00 00 02 b7 00 15 01 00 00 00 00 02 b8 a5 15 01 00 00 00 00 02 b9 00 15 01 00 00 00 00 02 ba bb 15 01 00 00 00 00 02 bb 00 15 01 00 00 00 00 02 bc ce 15 01 00 00 00 00 02 bd 00 15 01 00 00 00 00 02 be e0 15 01 00 00 00 00 02 bf 00 15 01 00 00 00 00 02 c0 ef 15 01 00 00 00 00 02 c1 00 15 01 00 00 00 00 02 c2 ff 15 01 00 00 00 00 02 c3 01 15 01 00 00 00 00 02 c4 0b 15 01 00 00 00 00 02 c5 01 15 01 00 00 00 00 02 c6 38 15 01 00 00 00 00 02 c7 01 15 01 00 00 00 00 02 c8 5b 15 01 00 00 00 00 02 c9 01 15 01 00 00 00 00 02 ca 95 15 01 00 00 00 00 02 cb 01 15 01 00 00 00 00 02 cc c4 15 01 00 00 00 00 02 cd 02 15 01 00 00 00 00 02 ce 0d 15 01 00 00 00 00 02 cf 02 15 01 00 00 00 00 02 d0 4a 15 01 00 00 00 00 02 d1 02 15 01 00 00 00 00 02 d2 4c 15 01 00 00 00 00 02 d3 02 15 01 00 00 00 00 02 d4 85 15 01 00 00 00 00 02 d5 02 15 01 00 00 00 00 02 d6 c3 15 01 00 00 00 00 02 d7 02 15 01 00 00 00 00 02 d8 e9 15 01 00 00 00 00 02 d9 03 15 01 00 00 00 00 02 da 16 15 01 00 00 00 00 02 db 03 15 01 00 00 00 00 02 dc 34 15 01 00 00 00 00 02 dd 03 15 01 00 00 00 00 02 de 56 15 01 00 00 00 00 02 df 03 15 01 00 00 00 00 02 e0 62 15 01 00 00 00 00 02 e1 03 15 01 00 00 00 00 02 e2 6c 15 01 00 00 00 00 02 e3 03 15 01 00 00 00 00 02 e4 74 15 01 00 00 00 00 02 e5 03 15 01 00 00 00 00 02 e6 80 15 01 00 00 00 00 02 e7 03 15 01 00 00 00 00 02 e8 89 15 01 00 00 00 00 02 e9 03 15 01 00 00 00 00 02 ea 8b 15 01 00 00 00 00 02 eb 03 15 01 00 00 00 00 02 ec 8d 15 01 00 00 00 00 02 ed 03 15 01 00 00 00 00 02 ee 8e 15 01 00 00 00 00 02 ef 00 15 01 00 00 00 00 02 f0 71 15 01 00 00 00 00 02 f1 00 15 01 00 00 00 00 02 f2 84 15 01 00 00 00 00 02 f3 00 15 01 00 00 00 00 02 f4 a5 15 01 00 00 00 00 02 f5 00 15 01 00 00 00 00 02 f6 bb 15 01 00 00 00 00 02 f7 00 15 01 00 00 00 00 02 f8 ce 15 01 00 00 00 00 02 f9 00 15 01 00 00 00 00 02 fa e0 15 01 00 00 00 00 02 ff 21 15 01 00 00 00 00 02 fb 01 15 01 00 00 00 00 02 00 00 15 01 00 00 00 00 02 01 ef 15 01 00 00 00 00 02 02 00 15 01 00 00 00 00 02 03 ff 15 01 00 00 00 00 02 04 01 15 01 00 00 00 00 02 05 0b 15 01 00 00 00 00 02 06 01 15 01 00 00 00 00 02 07 38 15 01 00 00 00 00 02 08 01 15 01 00 00 00 00 02 09 5b 15 01 00 00 00 00 02 0a 01 15 01 00 00 00 00 02 0b 95 15 01 00 00 00 00 02 0c 01 15 01 00 00 00 00 02 0d c4 15 01 00 00 00 00 02 0e 02 15 01 00 00 00 00 02 0f 0d 15 01 00 00 00 00 02 10 02 15 01 00 00 00 00 02 11 4a 15 01 00 00 00 00 02 12 02 15 01 00 00 00 00 02 13 4c 15 01 00 00 00 00 02 14 02 15 01 00 00 00 00 02 15 85 15 01 00 00 00 00 02 16 02 15 01 00 00 00 00 02 17 c3 15 01 00 00 00 00 02 18 02 15 01 00 00 00 00 02 19 e9 15 01 00 00 00 00 02 1a 03 15 01 00 00 00 00 02 1b 16 15 01 00 00 00 00 02 1c 03 15 01 00 00 00 00 02 1d 34 15 01 00 00 00 00 02 1e 03 15 01 00 00 00 00 02 1f 56 15 01 00 00 00 00 02 20 03 15 01 00 00 00 00 02 21 62 15 01 00 00 00 00 02 22 03 15 01 00 00 00 00 02 23 6c 15 01 00 00 00 00 02 24 03 15 01 00 00 00 00 02 25 74 15 01 00 00 00 00 02 26 03 15 01 00 00 00 00 02 27 80 15 01 00 00 00 00 02 28 03 15 01 00 00 00 00 02 29 89 15 01 00 00 00 00 02 2a 03 15 01 00 00 00 00 02 2b 8b 15 01 00 00 00 00 02 2d 03 15 01 00 00 00 00 02 2f 8d 15 01 00 00 00 00 02 30 03 15 01 00 00 00 00 02 31 8e 15 01 00 00 00 00 02 32 00 15 01 00 00 00 00 02 33 71 15 01 00 00 00 00 02 34 00 15 01 00 00 00 00 02 35 84 15 01 00 00 00 00 02 36 00 15 01 00 00 00 00 02 37 a5 15 01 00 00 00 00 02 38 00 15 01 00 00 00 00 02 39 bb 15 01 00 00 00 00 02 3a 00 15 01 00 00 00 00 02 3b ce 15 01 00 00 00 00 02 3d 00 15 01 00 00 00 00 02 3f e0 15 01 00 00 00 00 02 40 00 15 01 00 00 00 00 02 41 ef 15 01 00 00 00 00 02 42 00 15 01 00 00 00 00 02 43 ff 15 01 00 00 00 00 02 44 01 15 01 00 00 00 00 02 45 0b 15 01 00 00 00 00 02 46 01 15 01 00 00 00 00 02 47 38 15 01 00 00 00 00 02 48 01 15 01 00 00 00 00 02 49 5b 15 01 00 00 00 00 02 4a 01 15 01 00 00 00 00 02 4b 95 15 01 00 00 00 00 02 4c 01 15 01 00 00 00 00 02 4d c4 15 01 00 00 00 00 02 4e 02 15 01 00 00 00 00 02 4f 0d 15 01 00 00 00 00 02 50 02 15 01 00 00 00 00 02 51 4a 15 01 00 00 00 00 02 52 02 15 01 00 00 00 00 02 53 4c 15 01 00 00 00 00 02 54 02 15 01 00 00 00 00 02 55 85 15 01 00 00 00 00 02 56 02 15 01 00 00 00 00 02 58 c3 15 01 00 00 00 00 02 59 02 15 01 00 00 00 00 02 5a e9 15 01 00 00 00 00 02 5b 03 15 01 00 00 00 00 02 5c 16 15 01 00 00 00 00 02 5d 03 15 01 00 00 00 00 02 5e 34 15 01 00 00 00 00 02 5f 03 15 01 00 00 00 00 02 60 56 15 01 00 00 00 00 02 61 03 15 01 00 00 00 00 02 62 62 15 01 00 00 00 00 02 63 03 15 01 00 00 00 00 02 64 6c 15 01 00 00 00 00 02 65 03 15 01 00 00 00 00 02 66 74 15 01 00 00 00 00 02 67 03 15 01 00 00 00 00 02 68 80 15 01 00 00 00 00 02 69 03 15 01 00 00 00 00 02 6a 89 15 01 00 00 00 00 02 6b 03 15 01 00 00 00 00 02 6c 8b 15 01 00 00 00 00 02 6d 03 15 01 00 00 00 00 02 6e 8d 15 01 00 00 00 00 02 6f 03 15 01 00 00 00 00 02 70 8e 15 01 00 00 00 00 02 71 00 15 01 00 00 00 00 02 72 71 15 01 00 00 00 00 02 73 00 15 01 00 00 00 00 02 74 84 15 01 00 00 00 00 02 75 00 15 01 00 00 00 00 02 76 a5 15 01 00 00 00 00 02 77 00 15 01 00 00 00 00 02 78 bb 15 01 00 00 00 00 02 79 00 15 01 00 00 00 00 02 7a ce 15 01 00 00 00 00 02 7b 00 15 01 00 00 00 00 02 7c e0 15 01 00 00 00 00 02 7d 00 15 01 00 00 00 00 02 7e ef 15 01 00 00 00 00 02 7f 00 15 01 00 00 00 00 02 80 ff 15 01 00 00 00 00 02 81 01 15 01 00 00 00 00 02 82 0b 15 01 00 00 00 00 02 83 01 15 01 00 00 00 00 02 84 38 15 01 00 00 00 00 02 85 01 15 01 00 00 00 00 02 86 5b 15 01 00 00 00 00 02 87 01 15 01 00 00 00 00 02 88 95 15 01 00 00 00 00 02 89 01 15 01 00 00 00 00 02 8a c4 15 01 00 00 00 00 02 8b 02 15 01 00 00 00 00 02 8c 0d 15 01 00 00 00 00 02 8d 02 15 01 00 00 00 00 02 8e 4a 15 01 00 00 00 00 02 8f 02 15 01 00 00 00 00 02 90 4c 15 01 00 00 00 00 02 91 02 15 01 00 00 00 00 02 92 85 15 01 00 00 00 00 02 93 02 15 01 00 00 00 00 02 94 c3 15 01 00 00 00 00 02 95 02 15 01 00 00 00 00 02 96 e9 15 01 00 00 00 00 02 97 03 15 01 00 00 00 00 02 98 16 15 01 00 00 00 00 02 99 03 15 01 00 00 00 00 02 9a 34 15 01 00 00 00 00 02 9b 03 15 01 00 00 00 00 02 9c 56 15 01 00 00 00 00 02 9d 03 15 01 00 00 00 00 02 9e 62 15 01 00 00 00 00 02 9f 03 15 01 00 00 00 00 02 a0 6c 15 01 00 00 00 00 02 a2 03 15 01 00 00 00 00 02 a3 74 15 01 00 00 00 00 02 a4 03 15 01 00 00 00 00 02 a5 80 15 01 00 00 00 00 02 a6 03 15 01 00 00 00 00 02 a7 89 15 01 00 00 00 00 02 a9 03 15 01 00 00 00 00 02 aa 8b 15 01 00 00 00 00 02 ab 03 15 01 00 00 00 00 02 ac 8d 15 01 00 00 00 00 02 ad 03 15 01 00 00 00 00 02 ae 8e 15 01 00 00 00 00 02 af 00 15 01 00 00 00 00 02 b0 71 15 01 00 00 00 00 02 b1 00 15 01 00 00 00 00 02 b2 84 15 01 00 00 00 00 02 b3 00 15 01 00 00 00 00 02 b4 a5 15 01 00 00 00 00 02 b5 00 15 01 00 00 00 00 02 b6 bb 15 01 00 00 00 00 02 b7 00 15 01 00 00 00 00 02 b8 ce 15 01 00 00 00 00 02 b9 00 15 01 00 00 00 00 02 ba e0 15 01 00 00 00 00 02 bb 00 15 01 00 00 00 00 02 bc ef 15 01 00 00 00 00 02 bd 00 15 01 00 00 00 00 02 be ff 15 01 00 00 00 00 02 bf 01 15 01 00 00 00 00 02 c0 0b 15 01 00 00 00 00 02 c1 01 15 01 00 00 00 00 02 c2 38 15 01 00 00 00 00 02 c3 01 15 01 00 00 00 00 02 c4 5b 15 01 00 00 00 00 02 c5 01 15 01 00 00 00 00 02 c6 95 15 01 00 00 00 00 02 c7 01 15 01 00 00 00 00 02 c8 c4 15 01 00 00 00 00 02 c9 02 15 01 00 00 00 00 02 ca 0d 15 01 00 00 00 00 02 cb 02 15 01 00 00 00 00 02 cc 4a 15 01 00 00 00 00 02 cd 02 15 01 00 00 00 00 02 ce 4c 15 01 00 00 00 00 02 cf 02 15 01 00 00 00 00 02 d0 85 15 01 00 00 00 00 02 d1 02 15 01 00 00 00 00 02 d2 c3 15 01 00 00 00 00 02 d3 02 15 01 00 00 00 00 02 d4 e9 15 01 00 00 00 00 02 d5 03 15 01 00 00 00 00 02 d6 16 15 01 00 00 00 00 02 d7 03 15 01 00 00 00 00 02 d8 34 15 01 00 00 00 00 02 d9 03 15 01 00 00 00 00 02 da 56 15 01 00 00 00 00 02 db 03 15 01 00 00 00 00 02 dc 62 15 01 00 00 00 00 02 dd 03 15 01 00 00 00 00 02 de 6c 15 01 00 00 00 00 02 df 03 15 01 00 00 00 00 02 e0 74 15 01 00 00 00 00 02 e1 03 15 01 00 00 00 00 02 e2 80 15 01 00 00 00 00 02 e3 03 15 01 00 00 00 00 02 e4 89 15 01 00 00 00 00 02 e5 03 15 01 00 00 00 00 02 e6 8b 15 01 00 00 00 00 02 e7 03 15 01 00 00 00 00 02 e8 8d 15 01 00 00 00 00 02 e9 03 15 01 00 00 00 00 02 ea 8e 15 01 00 00 00 00 02 ff 10 05 01 00 00 00 00 01 29];
+						qcom,mdss-dsi-off-command = [15 01 00 00 00 00 02 ff 10 05 01 00 00 10 00 01 28 15 01 00 00 00 00 02 b0 00 05 01 00 00 40 00 01 10 15 01 00 00 00 00 02 4f 01];
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,mdss-dsi-panel-phy-timings = <0x240909 0x26240909 0x6030400>;
+						qcom,display-topology = <0x2 0x0 0x2 0x1 0x0 0x2>;
+						qcom,default-topology-index = <0x0>;
+					};
+				};
+			};
+
+			qcom,mdss_dsi_s6e3ha3_amoled_wqhd_cmd {
+				qcom,mdss-dsi-panel-name = "Dual s6e3ha3 amoled cmd mode dsi panel";
+				qcom,mdss-dsi-panel-type = "dsi_cmd_mode";
+				qcom,mdss-dsi-panel-framerate = <0x3c>;
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-panel-width = <0x2d0>;
+				qcom,mdss-dsi-panel-height = <0xa00>;
+				qcom,mdss-dsi-h-front-porch = <0x64>;
+				qcom,mdss-dsi-h-back-porch = <0x64>;
+				qcom,mdss-dsi-h-pulse-width = <0x28>;
+				qcom,mdss-dsi-h-sync-skew = <0x0>;
+				qcom,mdss-dsi-v-back-porch = <0x1f>;
+				qcom,mdss-dsi-v-front-porch = <0x1e>;
+				qcom,mdss-dsi-v-pulse-width = <0x8>;
+				qcom,mdss-dsi-h-left-border = <0x0>;
+				qcom,mdss-dsi-h-right-border = <0x0>;
+				qcom,mdss-dsi-v-top-border = <0x0>;
+				qcom,mdss-dsi-v-bottom-border = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-color-order = "rgb_swap_rgb";
+				qcom,mdss-dsi-on-command = [05 01 00 00 05 00 02 11 00 39 01 00 00 00 00 05 2a 00 00 05 9f 39 01 00 00 00 00 05 2b 00 00 09 ff 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 b0 10 39 01 00 00 00 00 02 b5 a0 39 01 00 00 00 00 02 c4 03 39 01 00 00 00 00 0a f6 42 57 37 00 aa cc d0 00 00 39 01 00 00 00 00 02 f9 03 39 01 00 00 00 00 14 c2 00 00 d8 d8 00 80 2b 05 08 0e 07 0b 05 0d 0a 15 13 20 1e 39 01 00 00 78 00 03 f0 a5 a5 39 01 00 00 00 00 02 35 00 39 01 00 00 00 00 02 53 20 39 01 00 00 00 00 02 51 60 05 01 00 00 05 00 02 29 00];
+				qcom,mdss-dsi-off-command = [05 01 00 00 3c 00 02 28 00 05 01 00 00 b4 00 02 10 00];
+				qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+				qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+				qcom,mdss-dsi-lp-mode-on = [39 00 00 00 05 00 03 f0 5a 5a 39 00 00 00 05 00 03 f1 5a 5a 39 00 00 00 05 00 03 fc 5a 5a 39 00 00 00 05 00 02 b0 17 39 00 00 00 05 00 02 cb 10 39 00 00 00 05 00 02 b0 2d 39 00 00 00 05 00 02 cb cd 39 00 00 00 05 00 02 b0 0e 39 00 00 00 05 00 02 cb 02 39 00 00 00 05 00 02 b0 0f 39 00 00 00 05 00 02 cb 09 39 00 00 00 05 00 02 b0 02 39 00 00 00 05 00 02 f2 c9 39 00 00 00 05 00 02 b0 03 39 00 00 00 05 00 02 f2 c0 39 00 00 00 05 00 02 b0 03 39 00 00 00 05 00 02 f4 aa 39 00 00 00 05 00 02 b0 08 39 00 00 00 05 00 02 b1 30 39 00 00 00 05 00 02 b0 09 39 00 00 00 05 00 02 b1 0a 39 00 00 00 05 00 02 b0 0d 39 00 00 00 05 00 02 b1 10 39 00 00 00 05 00 02 b0 00 39 00 00 00 05 00 02 f7 03 39 00 00 00 05 00 02 fe 30 39 01 00 00 05 00 02 fe b0];
+				qcom,mdss-dsi-lp-mode-off = [39 00 00 00 05 00 03 f0 5a 5a 39 00 00 00 05 00 03 f1 5a 5a 39 00 00 00 05 00 03 fc 5a 5a 39 00 00 00 05 00 02 b0 2d 39 00 00 00 05 00 02 cb 4d 39 00 00 00 05 00 02 b0 17 39 00 00 00 05 00 02 cb 04 39 00 00 00 05 00 02 b0 0e 39 00 00 00 05 00 02 cb 06 39 00 00 00 05 00 02 b0 0f 39 00 00 00 05 00 02 cb 05 39 00 00 00 05 00 02 b0 02 39 00 00 00 05 00 02 f2 b8 39 00 00 00 05 00 02 b0 03 39 00 00 00 05 00 02 f2 80 39 00 00 00 05 00 02 b0 03 39 00 00 00 05 00 02 f4 8a 39 00 00 00 05 00 02 b0 08 39 00 00 00 05 00 02 b1 10 39 00 00 00 05 00 02 b0 09 39 00 00 00 05 00 02 b1 0a 39 00 00 00 05 00 02 b0 0d 39 00 00 00 05 00 02 b1 80 39 00 00 00 05 00 02 b0 00 39 00 00 00 05 00 02 f7 03 39 00 00 00 05 00 02 fe 30 39 01 00 00 05 00 02 fe b0];
+				qcom,mdss-dsi-h-sync-pulse = <0x0>;
+				qcom,mdss-dsi-traffic-mode = "non_burst_sync_event";
+				qcom,mdss-dsi-lane-map = "lane_map_0123";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-tx-eot-append;
+				qcom,dcs-cmd-by-left;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-wr-mem-start = <0x2c>;
+				qcom,mdss-dsi-wr-mem-continue = <0x3c>;
+				qcom,mdss-dsi-te-pin-select = <0x1>;
+				qcom,mdss-dsi-te-dcs-command = <0x1>;
+				qcom,mdss-dsi-te-check-enable;
+				qcom,mdss-dsi-te-using-te-pin;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-lp11-init;
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_dcs";
+				qcom,mdss-dsi-bl-min-level = <0x1>;
+				qcom,mdss-dsi-bl-max-level = <0xff>;
+				qcom,mdss-pan-physical-width-dimension = <0x44>;
+				qcom,mdss-pan-physical-height-dimension = <0x7a>;
+				qcom,mdss-dsi-reset-sequence = <0x1 0xa 0x0 0xa 0x1 0xa>;
+				phandle = <0x565>;
+			};
+
+			qcom,mdss_dsi_nt35597_wqxga_video {
+				qcom,mdss-dsi-panel-name = "Dual nt35597 video mode dsi panel without DSC";
+				qcom,mdss-dsi-panel-type = "dsi_video_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-underflow-color = <0x3ff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-panel-hdr-enabled;
+				qcom,mdss-dsi-panel-hdr-color-primaries = <0x38a4 0x3c8c 0x7d00 0x4268 0x3c8c 0x7530 0x1f40 0xbb8>;
+				qcom,mdss-dsi-panel-peak-brightness = <0x401640>;
+				qcom,mdss-dsi-panel-blackness-level = <0xc9e>;
+				qcom,mdss-dsi-traffic-mode = "non_burst_sync_event";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-reset-sequence = <0x1 0xa 0x0 0xa 0x1 0xa>;
+				qcom,mdss-pan-physical-width-dimension = <0x4a>;
+				qcom,mdss-pan-physical-height-dimension = <0x83>;
+				qcom,cmd-sync-wait-broadcast;
+				qcom,mdss-dsi-t-clk-post = <0xd>;
+				qcom,mdss-dsi-t-clk-pre = <0x2d>;
+				qcom,mdss-dsi-min-refresh-rate = <0x37>;
+				qcom,mdss-dsi-max-refresh-rate = <0x3c>;
+				qcom,mdss-dsi-pan-enable-dynamic-fps;
+				qcom,mdss-dsi-pan-fps-update = "dfps_immediate_porch_mode_vfp";
+				qcom,panel-supply-entries = <0x4d4>;
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
+				qcom,mdss-dsi-bl-min-level = <0x1>;
+				qcom,mdss-dsi-bl-max-level = <0xfff>;
+				qcom,mdss-dsi-mode-sel-gpio-state = "dual_port";
+				qcom,panel-mode-gpio = <0x34 0x34 0x0>;
+				qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+				phandle = <0x4e7>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-width = <0x2d0>;
+						qcom,mdss-dsi-panel-height = <0xa00>;
+						qcom,mdss-dsi-h-front-porch = <0x64>;
+						qcom,mdss-dsi-h-back-porch = <0x20>;
+						qcom,mdss-dsi-h-pulse-width = <0x10>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x7>;
+						qcom,mdss-dsi-v-front-porch = <0x8>;
+						qcom,mdss-dsi-v-pulse-width = <0x1>;
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-on-command = [15 01 00 00 00 00 02 ff 10 15 01 00 00 00 00 02 fb 01 15 01 00 00 00 00 02 ba 03 15 01 00 00 00 00 02 e5 01 15 01 00 00 00 00 02 35 00 15 01 00 00 00 00 02 bb 03 15 01 00 00 00 00 02 b0 03 39 01 00 00 00 00 06 3b 03 08 08 64 9a 15 01 00 00 00 00 02 ff e0 15 01 00 00 00 00 02 fb 01 15 01 00 00 00 00 02 6b 3d 15 01 00 00 00 00 02 6c 3d 15 01 00 00 00 00 02 6d 3d 15 01 00 00 00 00 02 6e 3d 15 01 00 00 00 00 02 6f 3d 15 01 00 00 00 00 02 35 02 15 01 00 00 00 00 02 36 72 15 01 00 00 00 00 02 37 10 15 01 00 00 00 00 02 08 c0 15 01 00 00 00 00 02 ff 10 05 01 00 00 78 00 02 11 00 05 01 00 00 32 00 02 29 00];
+						qcom,mdss-dsi-off-command = [05 01 00 00 0a 00 02 28 00 05 01 00 00 3c 00 02 10 00];
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,mdss-dsi-panel-timings = <0x1c0807 0x23220707 0x5030400>;
+						qcom,config-select = <0x4d5>;
+						qcom,display-topology = <0x2 0x0 0x2 0x1 0x0 0x2>;
+						qcom,default-topology-index = <0x0>;
+
+						config0 {
+							qcom,split-mode = "dualctl-split";
+							phandle = <0x4d5>;
+						};
+
+						config1 {
+							qcom,split-mode = "pingpong-split";
+							phandle = <0x566>;
+						};
+					};
+				};
+			};
+
+			qcom,mdss_dsi_nt35597_wqxga_cmd {
+				qcom,mdss-dsi-panel-name = "Dual nt35597 cmd mode dsi panel without DSC";
+				qcom,mdss-dsi-panel-type = "dsi_cmd_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-color-order = "rgb_swap_rgb";
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-traffic-mode = "non_burst_sync_event";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,adjust-timer-wakeup-ms = <0x1>;
+				qcom,mdss-dsi-reset-sequence = <0x1 0xa 0x0 0xa 0x1 0xa>;
+				qcom,mdss-pan-physical-width-dimension = <0x4a>;
+				qcom,mdss-pan-physical-height-dimension = <0x83>;
+				qcom,mdss-dsi-t-clk-post = <0xd>;
+				qcom,mdss-dsi-t-clk-pre = <0x2d>;
+				qcom,mdss-dsi-bl-max-level = <0xfff>;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-te-pin-select = <0x1>;
+				qcom,mdss-dsi-wr-mem-start = <0x2c>;
+				qcom,mdss-dsi-wr-mem-continue = <0x3c>;
+				qcom,mdss-dsi-te-dcs-command = <0x1>;
+				qcom,mdss-dsi-te-check-enable;
+				qcom,mdss-dsi-te-using-te-pin;
+				qcom,ulps-enabled;
+				qcom,panel-supply-entries = <0x4d4>;
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
+				qcom,mdss-dsi-bl-min-level = <0x1>;
+				qcom,mdss-dsi-mode-sel-gpio-state = "dual_port";
+				qcom,panel-mode-gpio = <0x34 0x34 0x0>;
+				qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+				qcom,platform-te-gpio = <0x34 0xa 0x0>;
+				phandle = <0x4e8>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-width = <0x2d0>;
+						qcom,mdss-dsi-panel-height = <0xa00>;
+						qcom,mdss-dsi-h-front-porch = <0x64>;
+						qcom,mdss-dsi-h-back-porch = <0x20>;
+						qcom,mdss-dsi-h-pulse-width = <0x10>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x7>;
+						qcom,mdss-dsi-v-front-porch = <0x8>;
+						qcom,mdss-dsi-v-pulse-width = <0x1>;
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-on-command = <0x15010000 0x100002ff 0x10150100 0x100002 0xfb011501 0x1000 0x2ba0315 0x1000010 0x2e501 0x15010000 0x10000235 0x150100 0x100002 0xbb101501 0x1000 0x2b00315 0x1000010 0x2ffe0 0x15010000 0x100002fb 0x1150100 0x100002 0x6b3d1501 0x1000 0x26c3d15 0x1000010 0x26d3d 0x15010000 0x1000026e 0x3d150100 0x100002 0x6f3d1501 0x1000 0x2350215 0x1000010 0x23672 0x15010000 0x10000237 0x10150100 0x100002 0x8c01501 0x1000 0x2ff2415 0x1000010 0x2fb01 0x15010000 0x100002c6 0x6150100 0x100002 0xff100501 0xa000 0x2110005 0x10000a0 0x22900>;
+						qcom,mdss-dsi-off-command = [05 01 00 00 0a 00 02 28 00 05 01 00 00 3c 00 02 10 00];
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-timings = <0x1c0807 0x23220707 0x5030400>;
+						qcom,config-select = <0x4d6>;
+						qcom,display-topology = <0x2 0x0 0x2 0x1 0x0 0x2>;
+						qcom,default-topology-index = <0x0>;
+						qcom,partial-update-enabled = "single_roi";
+						qcom,panel-roi-alignment = <0x2d0 0x80 0x2d0 0x80 0x5a0 0x80>;
+
+						config0 {
+							qcom,split-mode = "dualctl-split";
+							phandle = <0x4d6>;
+						};
+
+						config1 {
+							qcom,split-mode = "pingpong-split";
+							phandle = <0x567>;
+						};
+					};
+				};
+			};
+
+			qcom,mdss_dsi_nt36850_truly_wqhd_cmd {
+				qcom,mdss-dsi-panel-name = "Dual nt36850 cmd mode dsi truly panel without DSC";
+				qcom,mdss-dsi-panel-type = "dsi_cmd_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-color-order = "rgb_swap_rgb";
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-traffic-mode = "non_burst_sync_event";
+				qcom,mdss-dsi-lane-map = "lane_map_0123";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-tx-eot-append;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-wr-mem-start = <0x2c>;
+				qcom,mdss-dsi-wr-mem-continue = <0x3c>;
+				qcom,mdss-dsi-te-pin-select = <0x1>;
+				qcom,mdss-dsi-te-dcs-command = <0x1>;
+				qcom,mdss-dsi-te-check-enable;
+				qcom,mdss-dsi-te-using-te-pin;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-lp11-init;
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
+				qcom,mdss-dsi-bl-min-level = <0x1>;
+				qcom,mdss-dsi-bl-max-level = <0xfff>;
+				qcom,mdss-dsi-reset-sequence = <0x1 0xa 0x0 0xa 0x1 0x32>;
+				qcom,mdss-dsi-t-clk-post = <0xe>;
+				qcom,mdss-dsi-t-clk-pre = <0x30>;
+				phandle = <0x4e9>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-panel-width = <0x2d0>;
+						qcom,mdss-dsi-panel-height = <0xa00>;
+						qcom,mdss-dsi-h-front-porch = <0x78>;
+						qcom,mdss-dsi-h-back-porch = <0x8c>;
+						qcom,mdss-dsi-h-pulse-width = <0x14>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x14>;
+						qcom,mdss-dsi-v-front-porch = <0x8>;
+						qcom,mdss-dsi-v-pulse-width = <0x4>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-on-command = [15 01 00 00 00 00 02 ff 10 15 01 00 00 00 00 02 fb 01 15 01 00 00 00 00 02 36 00 15 01 00 00 00 00 02 35 00 39 01 00 00 00 00 03 44 03 e8 15 01 00 00 00 00 02 51 ff 15 01 00 00 00 00 02 53 2c 15 01 00 00 00 00 02 55 01 05 01 00 00 0a 00 02 20 00 15 01 00 00 00 00 02 bb 10 05 01 00 00 78 00 02 11 00 05 01 00 00 78 00 02 29 00];
+						qcom,mdss-dsi-off-command = [05 01 00 00 78 00 02 28 00 05 01 00 00 78 00 02 10 00];
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,mdss-dsi-panel-phy-timings = <0x1f0808 0x24230808 0x5030400>;
+						qcom,display-topology = <0x2 0x0 0x2 0x1 0x0 0x2>;
+						qcom,default-topology-index = <0x0>;
+					};
+				};
+			};
+
+			qcom,mdss_dsi_test_oled_cmd {
+				qcom,mdss-dsi-panel-name = "Dual test cmd mode DSI amoled non-DSC panel";
+				qcom,mdss-dsi-panel-type = "dsi_cmd_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-color-order = "rgb_swap_rgb";
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-traffic-mode = "non_burst_sync_event";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,adjust-timer-wakeup-ms = <0x1>;
+				qcom,mdss-dsi-reset-sequence = <0x1 0x2 0x0 0x2 0x1 0x2>;
+				qcom,mdss-dsi-bl-max-level = <0xfff>;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-te-pin-select = <0x1>;
+				qcom,mdss-dsi-wr-mem-start = <0x2c>;
+				qcom,mdss-dsi-wr-mem-continue = <0x3c>;
+				qcom,mdss-dsi-te-dcs-command = <0x1>;
+				qcom,mdss-dsi-te-check-enable;
+				qcom,mdss-dsi-te-using-te-pin;
+				qcom,mdss-dsi-hfp-power-mode;
+				qcom,mdss-dsi-hbp-power-mode;
+				qcom,mdss-dsi-hsa-power-mode;
+				phandle = <0x4ea>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+					};
+				};
+			};
+
+			qcom,mdss_dsi_samsung_s6e3fc1_cmd {
+				qcom,mdss-dsi-panel-name = "samsung s6e3fc1 cmd mode dsi panel";
+				qcom,mdss-dsi-panel-manufacture = "SAMSUNG";
+				qcom,mdss-dsi-panel-version = "S6E3FC1";
+				qcom,mdss-dsi-backlight-version = "SAMSUNG";
+				qcom,mdss-dsi-backlight-manufacture = "SAMSUNG";
+				qcom,mdss-dsi-panel-type = "dsi_cmd_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-reset-sequence = <0x1 0x5 0x0 0x2 0x1 0xa>;
+				qcom,mdss-pan-physical-width-dimension = <0x44>;
+				qcom,mdss-pan-physical-height-dimension = <0x89>;
+				qcom,mdss-dsi-traffic-mode = "burst_mode";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-te-pin-select = <0x1>;
+				qcom,mdss-dsi-wr-mem-start = <0x2c>;
+				qcom,mdss-dsi-wr-mem-continue = <0x3c>;
+				qcom,mdss-dsi-te-dcs-command = <0x1>;
+				qcom,mdss-dsi-te-check-enable;
+				qcom,mdss-dsi-panel-status-check-mode = "reg_read";
+				qcom,mdss-dsi-panel-status-command = [06 01 00 01 05 00 02 0a 08];
+				qcom,mdss-dsi-panel-status-command-state = "dsi_lp_mode";
+				qcom,mdss-dsi-panel-status-value = <0x9c>;
+				qcom,mdss-dsi-panel-status-read-length = <0x1>;
+				qcom,mdss-dsi-te-using-te-pin;
+				qcom,mdss-dsi-lp11-init;
+				qcom,mdss-dsi-high-brightness-panel;
+				qcom,mdss-dsi-acl-cmd-index = <0x0>;
+				qcom,mdss-dsi-acl-mode-index = <0x1>;
+				qcom,mdss-bl-high2bit;
+				qcom,mdss-dsi-panel-seria-num-year-index = <0xc>;
+				qcom,mdss-dsi-panel-seria-num-mon-index = <0xc>;
+				qcom,mdss-dsi-panel-seria-num-day-index = <0xd>;
+				qcom,mdss-dsi-panel-seria-num-hour-index = <0xe>;
+				qcom,mdss-dsi-panel-seria-num-min-index = <0xf>;
+				qcom,ulps-enabled;
+				qcom,dsi-display-active;
+				qcom,panel-supply-entries = <0x518>;
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_dcs";
+				qcom,mdss-brightness-max-level = <0x3ff>;
+				qcom,mdss-dsi-bl-min-level = <0x1>;
+				qcom,mdss-dsi-bl-max-level = <0x3ff>;
+				qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+				qcom,platform-vci-gpio = <0x34 0x1a 0x0>;
+				qcom,platform-poc-gpio = <0x34 0x19 0x0>;
+				qcom,mdss-dsi-t-clk-post = <0xe>;
+				qcom,mdss-dsi-t-clk-pre = <0x34>;
+				phandle = <0x529>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-panel-width = <0x438>;
+						qcom,mdss-dsi-panel-height = <0x870>;
+						qcom,mdss-dsi-h-front-porch = <0x80>;
+						qcom,mdss-dsi-h-back-porch = <0x40>;
+						qcom,mdss-dsi-h-pulse-width = <0x10>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x4>;
+						qcom,mdss-dsi-v-front-porch = <0x12>;
+						qcom,mdss-dsi-v-pulse-width = <0x2>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-panel-jitter = <0x8 0xa>;
+						qcom,mdss-dsi-on-command = [05 01 00 00 14 00 02 11 00 15 01 00 00 00 00 02 35 00 39 01 00 00 00 00 03 fc 5a 5a 39 01 00 00 00 00 04 e8 64 08 0c 39 01 00 00 00 00 03 fc a5 a5 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 b0 01 39 01 00 00 00 00 02 ed 04 39 01 00 00 00 00 03 f0 a5 a5 15 01 00 00 00 00 02 53 20 15 01 00 00 00 00 02 55 00 05 01 00 00 00 00 02 29 00];
+						qcom,mdss-dsi-off-command = [05 01 00 00 28 00 02 28 00 05 01 00 00 a0 00 02 10 00];
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,mdss-dsi-panel-acl-command = [15 01 00 00 00 00 02 55 00];
+						qcom,mdss-dsi-acl-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-hbm-on-command = [15 01 00 00 00 00 02 53 e8];
+						qcom,mdss-dsi-panel-hbm-off-command = [15 01 00 00 00 00 02 53 28];
+						qcom,mdss-dsi-hbm-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-serial-num-command = <0x6010000 0x1a1>;
+						qcom,mdss-dsi-panel-serial-num-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-srgb-on-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 bc 01 39 01 00 00 00 00 02 b0 01 39 01 00 00 00 00 02 bc 12 39 01 00 00 00 00 02 b0 2c 39 01 00 00 00 00 16 bc a3 05 04 46 cd 10 05 09 b0 57 ef cf bb 11 bf e1 da 17 ff f9 d8 39 01 00 00 00 00 02 b0 42 39 01 00 00 00 00 02 bc 03 39 01 00 00 00 00 02 b0 4b 39 01 00 00 00 00 02 bc a1 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-srgb-off-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 bc 0e 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-srgb-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-srgb-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-dci-p3-on-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 bc 01 39 01 00 00 00 00 02 b0 01 39 01 00 00 00 00 02 bc 12 39 01 00 00 00 00 02 b0 2c 39 01 00 00 00 00 16 bc c6 00 00 1e cf 00 06 0a c3 26 ef cd e0 04 ce e9 df 00 ff f9 d8 39 01 00 00 00 00 02 b0 42 39 01 00 00 00 00 02 bc 03 39 01 00 00 00 00 02 b0 4b 39 01 00 00 00 00 02 bc a1 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-dci-p3-off-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 bc 0e 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-dci-p3-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-dci-p3-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-night-mode-on-command = <0x39010000 0x3f0 0x5a5a3901 0x0 0x3bc0112 0x39010000 0x2b0 0x2c390100 0x16 0xbca00204 0x3bc71208 0x7a84be7 0xc9bf0ab9 0xe3da18ff 0xfefa3901 0x0 0x3f0a5a5>;
+						qcom,mdss-dsi-panel-night-mode-off-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 bc 0e 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-night-mode-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-night-mode-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-oneplus-mode-on-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 bc 01 12 39 01 00 00 00 00 02 b0 2c 39 01 00 00 00 00 16 bc b4 02 04 05 ff 02 00 00 ff 00 ff ff f0 00 f0 e0 e1 18 ff fe fb 39 01 00 00 00 00 03 f0 a5 a5 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 bc 01 39 01 00 00 00 00 02 b0 42 39 01 00 00 00 00 02 bc 03 39 01 00 00 00 00 02 b0 4b 39 01 00 00 00 00 02 bc 01 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-oneplus-mode-off-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 bc 0e 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-oneplus-mode-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-oneplus-mode-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-adaption-mode-on-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 bc 01 12 39 01 00 00 00 00 02 b0 2c 39 01 00 00 00 00 16 bc b8 03 04 45 e2 10 04 07 c1 4b eb d7 b8 0a bf ff ed 14 ff ff fa 39 01 00 00 00 00 03 f0 a5 a5 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 bc 01 39 01 00 00 00 00 02 b0 42 39 01 00 00 00 00 02 bc 03 39 01 00 00 00 00 02 b0 4b 39 01 00 00 00 00 02 bc 01 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-adaption-mode-off-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 bc 0e 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-adaption-mode-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-adaption-mode-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-status-command = [06 01 00 01 05 00 02 0a 08];
+						qcom,mdss-dsi-panel-status-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-phy-timings = <0x210909 0x25230909 0x6030400>;
+						qcom,display-topology = <0x1 0x0 0x1>;
+						qcom,default-topology-index = <0x0>;
+					};
+				};
+			};
+
+			qcom,mdss_dsi_samsung_sofef00_m_cmd {
+				qcom,mdss-dsi-panel-name = "samsung sofef00_m cmd mode dsi panel";
+				qcom,mdss-dsi-panel-manufacture = "SAMSUNG";
+				qcom,mdss-dsi-panel-version = "SOFEF00_M";
+				qcom,mdss-dsi-backlight-version = "SAMSUNG";
+				qcom,mdss-dsi-backlight-manufacture = "SAMSUNG";
+				qcom,mdss-dsi-panel-type = "dsi_cmd_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-reset-sequence = <0x1 0x5 0x0 0x2 0x1 0xc>;
+				qcom,mdss-pan-physical-width-dimension = <0x44>;
+				qcom,mdss-pan-physical-height-dimension = <0x91>;
+				qcom,mdss-dsi-traffic-mode = "burst_mode";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-te-pin-select = <0x1>;
+				qcom,mdss-dsi-wr-mem-start = <0x2c>;
+				qcom,mdss-dsi-wr-mem-continue = <0x3c>;
+				qcom,mdss-dsi-te-dcs-command = <0x1>;
+				qcom,mdss-dsi-te-check-enable;
+				qcom,mdss-dsi-te-using-te-pin;
+				qcom,mdss-dsi-lp11-init;
+				qcom,mdss-dsi-high-brightness-panel;
+				qcom,mdss-dsi-acl-cmd-index = <0x0>;
+				qcom,mdss-dsi-acl-mode-index = <0x1>;
+				qcom,mdss-bl-high2bit;
+				qcom,mdss-dsi-panel-status-check-mode = "te_signal_check";
+				qcom,mdss-dsi-panel-seria-num-year-index = <0xc>;
+				qcom,mdss-dsi-panel-seria-num-mon-index = <0xc>;
+				qcom,mdss-dsi-panel-seria-num-day-index = <0xd>;
+				qcom,mdss-dsi-panel-seria-num-hour-index = <0xe>;
+				qcom,mdss-dsi-panel-seria-num-min-index = <0xf>;
+				qcom,ulps-enabled;
+				qcom,mdss-dsi-panel-hdr-enabled;
+				qcom,mdss-dsi-panel-hdr-color-primaries = <0x3d13 0x4042 0x84d0 0x3e80 0x33c2 0x86c4 0x1d4c 0xbb8>;
+				qcom,mdss-dsi-panel-peak-brightness = <0x5265c0>;
+				qcom,mdss-dsi-panel-average-brightness = <0x1e8480>;
+				qcom,mdss-dsi-panel-blackness-level = <0x7d0>;
+				qcom,panel-supply-entries = <0x518>;
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_dcs";
+				qcom,mdss-brightness-max-level = <0x3ff>;
+				qcom,mdss-dsi-bl-min-level = <0x1>;
+				qcom,mdss-dsi-bl-max-level = <0x3ff>;
+				qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+				qcom,platform-vci-gpio = <0x34 0x1a 0x0>;
+				qcom,platform-poc-gpio = <0x34 0x19 0x0>;
+				qcom,mdss-dsi-t-clk-post = <0xe>;
+				qcom,mdss-dsi-t-clk-pre = <0x36>;
+				qcom,mdss-panel-mismatch-check;
+				phandle = <0x52a>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-panel-width = <0x438>;
+						qcom,mdss-dsi-panel-height = <0x8e8>;
+						qcom,mdss-dsi-h-front-porch = <0x70>;
+						qcom,mdss-dsi-h-back-porch = <0x24>;
+						qcom,mdss-dsi-h-pulse-width = <0x10>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0xc>;
+						qcom,mdss-dsi-v-front-porch = <0x24>;
+						qcom,mdss-dsi-v-pulse-width = <0x8>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-panel-jitter = <0x8 0xa>;
+						qcom,mdss-dsi-on-command = [05 01 00 00 0a 00 02 11 00 39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 35 00 39 01 00 00 00 00 03 f0 a5 a5 39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 b0 07 15 01 00 00 00 00 02 b6 12 39 01 00 00 00 00 03 f0 a5 a5 15 01 00 00 00 00 02 53 20 15 01 00 00 00 00 02 55 00 05 01 00 00 00 00 02 29 00];
+						qcom,mdss-dsi-off-command = [05 01 00 00 28 00 02 28 00 05 01 00 00 a0 00 02 10 00];
+						qcom,mdss-dsi-seed-command = [29 01 00 00 00 00 03 f0 5a 5a 29 01 00 00 00 00 03 e2 00 41 29 01 00 00 00 00 02 b0 2c 29 01 00 00 00 00 14 e2 b4 02 04 05 ff 02 00 00 ff 00 ff ff f0 e0 e1 18 ff f3 f8 29 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-command = [29 01 00 00 00 00 03 f0 5a 5a 29 01 00 00 00 00 03 e2 00 41 29 01 00 00 00 00 02 b0 2c 29 01 00 00 00 00 14 e2 b4 02 04 05 ff 02 00 00 ff 00 ff ff f0 e0 e1 18 ff f3 f8 29 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-seed-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,mdss-dsi-panel-acl-command = [15 01 00 00 00 00 02 55 00];
+						qcom,mdss-dsi-acl-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-hbm-on-command = <0x39010000 0x3f0 0x5a5a1501 0x4000 0x253e839 0x1000010 0x3b202 0xd4150100 0x2 0xf7033901 0x0 0x3f0a5a5>;
+						qcom,mdss-dsi-panel-hbm-on-command-2 = <0x39010000 0x3f0 0x5a5a1501 0x4000 0x253e839 0x1000010 0x3b202 0x3c150100 0x2 0xf7033901 0x0 0x3f0a5a5>;
+						qcom,mdss-dsi-panel-hbm-on-command-3 = <0x39010000 0x3f0 0x5a5a1501 0x4000 0x253e839 0x1000010 0x3b201 0x9c150100 0x2 0xf7033901 0x0 0x3f0a5a5>;
+						qcom,mdss-dsi-panel-hbm-on-command-4 = <0x39010000 0x3f0 0x5a5a1501 0x4000 0x253e839 0x1000010 0x3b200 0xf0150100 0x2 0xf7033901 0x0 0x3f0a5a5>;
+						qcom,mdss-dsi-panel-hbm-on-command-5 = <0x39010000 0x3f0 0x5a5a1501 0x4000 0x253e839 0x1000010 0x3b200 0x40150100 0x2 0xf7033901 0x0 0x3f0a5a5>;
+						qcom,mdss-dsi-panel-hbm-off-command = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 28 15 01 00 00 00 00 02 f7 03 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-hbm-max-brightness-command-on = <0x39010000 0x3f0 0x5a5a1501 0x4000 0x253e839 0x1000010 0x3b200 0x40150100 0x2 0xf7033901 0x0 0x3f0a5a5>;
+						qcom,mdss-dsi-panel-hbm-max-brightness-command-off = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 28 15 01 00 00 00 00 02 f7 03 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-hbm-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-hbm-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-hbm-max-brightness-command-on-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-hbm-max-brightness-command-off-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-aod-on-command-1;
+						qcom,mdss-dsi-panel-aod-on-command-2;
+						qcom,mdss-dsi-panel-aod-on-command-3;
+						qcom,mdss-dsi-panel-aod-on-command-4;
+						qcom,mdss-dsi-panel-aod-off-command;
+						qcom,mdss-dsi-panel-aod-mode-command-1 = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 23 05 01 00 00 01 00 02 39 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-aod-mode-command-2 = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 22 05 01 00 00 01 00 02 39 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-aod-mode-command-3 = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 23 05 01 00 00 01 00 02 38 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-aod-mode-command-4 = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 22 05 01 00 00 01 00 02 38 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-aod-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-aod-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-aod-mode-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-serial-num-command = <0x6010000 0x1a1>;
+						qcom,mdss-dsi-panel-serial-num-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-display-srgb-color-mode-on-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 e2 00 85 39 01 00 00 00 00 02 b0 2c 39 01 00 00 00 00 16 e2 cc 06 06 48 f8 18 01 01 d7 4f fe fd d0 12 e0 ff fb 1d ff ff fc 39 01 00 00 00 00 02 b0 49 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 02 b0 4a 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 02 b0 4b 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 02 b0 4c 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 02 b0 4d 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-display-p3-mode-on-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 e2 00 85 39 01 00 00 00 00 02 b0 2c 39 01 00 00 00 00 16 e2 ff 00 00 12 f0 00 02 02 e9 19 ff fc ed 03 ec fc f9 00 ff ff fd 39 01 00 00 00 00 02 b0 49 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 02 b0 4a 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 02 b0 4b 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 02 b0 4c 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 02 b0 4d 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-display-wide-color-mode-on-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 e2 00 85 39 01 00 00 00 00 02 b0 2c 39 01 00 00 00 00 16 e2 ff 00 00 00 ff 00 00 00 ff 00 ff ff ff 00 ff ff ff 00 ff ff ff 39 01 00 00 00 00 02 b0 49 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 02 b0 4a 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 02 b0 4b 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 02 b0 4c 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 02 b0 4d 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-dci-p3-off-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 e2 00 40 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-customer-srgb-enable-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 e2 00 85 39 01 00 00 00 00 02 b0 2c 39 01 00 00 00 00 16 e2 cc 06 06 48 f8 18 01 01 d7 4f fe fd d0 12 e0 ff fb 1d ff ff fc 39 01 00 00 00 00 02 b0 49 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 02 b0 4a 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 02 b0 4b 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 02 b0 4c 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 02 b0 4d 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-customer-p3-enable-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 e2 00 85 39 01 00 00 00 00 02 b0 2c 39 01 00 00 00 00 16 e2 ff 00 00 12 f0 00 02 02 e9 19 ff fc ed 03 ec fc f9 00 ff ff fd 39 01 00 00 00 00 02 b0 49 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 02 b0 4a 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 02 b0 4b 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 02 b0 4c 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 02 b0 4d 39 01 00 00 00 00 02 e2 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-customer-p3-enable-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-customer-srgb-enable-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-laoding-effect-enable-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-laoding-effect-disable-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-display-srgb-color-mode-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-display-p3-mode-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-display-wide-color-mode-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-night-mode-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-dci-p3-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-status-command = [06 01 00 01 05 00 02 0a 08];
+						qcom,mdss-dsi-panel-status-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-id-command = [06 01 00 01 05 00 02 dc 08];
+						qcom,mdss-dsi-panel-id-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-phy-timings = <0x230909 0x26240909 0x6030400>;
+						qcom,display-topology = <0x1 0x0 0x1>;
+						qcom,default-topology-index = <0x0>;
+					};
+				};
+			};
+
+			qcom,mdss_dsi_samsung_sofef00_m_video {
+				qcom,mdss-dsi-panel-name = "samsung sofef00_m video mode dsi panel";
+				qcom,mdss-dsi-panel-manufacture = "SAMSUNG";
+				qcom,mdss-dsi-panel-version = "SOFEF00_M";
+				qcom,mdss-dsi-backlight-version = "SAMSUNG";
+				qcom,mdss-dsi-backlight-manufacture = "SAMSUNG";
+				qcom,mdss-dsi-panel-type = "dsi_video_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-reset-sequence = <0x1 0x5 0x0 0x2 0x1 0xc>;
+				qcom,mdss-pan-physical-width-dimension = <0x44>;
+				qcom,mdss-pan-physical-height-dimension = <0x91>;
+				qcom,mdss-dsi-traffic-mode = "burst_mode";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-lp11-init;
+				qcom,mdss-dsi-high-brightness-panel;
+				qcom,mdss-bl-high2bit;
+				qcom,panel-supply-entries = <0x518>;
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_dcs";
+				qcom,mdss-brightness-max-level = <0x3ff>;
+				qcom,mdss-dsi-bl-min-level = <0x1>;
+				qcom,mdss-dsi-bl-max-level = <0x3ff>;
+				qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+				qcom,platform-vci-gpio = <0x34 0x1a 0x0>;
+				qcom,platform-poc-gpio = <0x34 0x19 0x0>;
+				qcom,mdss-dsi-t-clk-post = <0xe>;
+				qcom,mdss-dsi-t-clk-pre = <0x36>;
+				phandle = <0x52b>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-panel-width = <0x438>;
+						qcom,mdss-dsi-panel-height = <0x8e8>;
+						qcom,mdss-dsi-h-front-porch = <0x70>;
+						qcom,mdss-dsi-h-back-porch = <0x24>;
+						qcom,mdss-dsi-h-pulse-width = <0x10>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0xc>;
+						qcom,mdss-dsi-v-front-porch = <0x24>;
+						qcom,mdss-dsi-v-pulse-width = <0x8>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-on-command = <0x5010000 0xa000211 0x390100 0x3 0xf05a5a15 0x1000000 0x23500 0x39010000 0x3f0 0xa5a51501 0x0 0x2532015 0x1000000 0x25500>;
+						qcom,mdss-dsi-off-command = [05 01 00 00 28 00 02 28 00 05 01 00 00 a0 00 02 10 00];
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,mdss-dsi-panel-phy-timings = <0x230909 0x26240909 0x6030400>;
+						qcom,display-topology = <0x1 0x0 0x1>;
+						qcom,default-topology-index = <0x0>;
+					};
+				};
+			};
+
+			qcom,mdss_dsi_samsung_sofeg01_s_cmd {
+				qcom,mdss-dsi-panel-name = "samsung sofeg01_s cmd mode dsi panel";
+				qcom,mdss-dsi-panel-manufacture = "SAMSUNG";
+				qcom,mdss-dsi-panel-version = "SOFEG01_S";
+				qcom,mdss-dsi-backlight-version = "SAMSUNG";
+				qcom,mdss-dsi-backlight-manufacture = "SAMSUNG";
+				qcom,mdss-dsi-panel-type = "dsi_cmd_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-reset-sequence = <0x1 0x5 0x0 0x2 0x1 0xa>;
+				qcom,mdss-pan-physical-width-dimension = <0x44>;
+				qcom,mdss-pan-physical-height-dimension = <0x91>;
+				qcom,mdss-dsi-traffic-mode = "burst_mode";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-te-pin-select = <0x1>;
+				qcom,mdss-dsi-wr-mem-start = <0x2c>;
+				qcom,mdss-dsi-wr-mem-continue = <0x3c>;
+				qcom,mdss-dsi-te-dcs-command = <0x1>;
+				qcom,mdss-dsi-te-check-enable;
+				qcom,mdss-dsi-te-using-te-pin;
+				qcom,mdss-dsi-lp11-init;
+				qcom,mdss-dsi-high-brightness-panel;
+				qcom,mdss-dsi-acl-cmd-index = <0x0>;
+				qcom,mdss-dsi-acl-mode-index = <0x1>;
+				qcom,mdss-bl-high2bit;
+				qcom,mdss-dsi-panel-seria-num-year-index = <0xc>;
+				qcom,mdss-dsi-panel-seria-num-mon-index = <0xc>;
+				qcom,mdss-dsi-panel-seria-num-day-index = <0xd>;
+				qcom,mdss-dsi-panel-seria-num-hour-index = <0xe>;
+				qcom,mdss-dsi-panel-seria-num-min-index = <0xf>;
+				qcom,ulps-enabled;
+				qcom,panel-supply-entries = <0x518>;
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_dcs";
+				qcom,mdss-brightness-max-level = <0x3ff>;
+				qcom,mdss-dsi-bl-min-level = <0x1>;
+				qcom,mdss-dsi-bl-max-level = <0x3ff>;
+				qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+				qcom,platform-vci-gpio = <0x34 0x1a 0x0>;
+				qcom,platform-poc-gpio = <0x34 0x19 0x0>;
+				qcom,mdss-dsi-t-clk-post = <0xe>;
+				qcom,mdss-dsi-t-clk-pre = <0x36>;
+				phandle = <0x52c>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-panel-width = <0x438>;
+						qcom,mdss-dsi-panel-height = <0x8e8>;
+						qcom,mdss-dsi-h-front-porch = <0x70>;
+						qcom,mdss-dsi-h-back-porch = <0x24>;
+						qcom,mdss-dsi-h-pulse-width = <0x10>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0xc>;
+						qcom,mdss-dsi-v-front-porch = <0x24>;
+						qcom,mdss-dsi-v-pulse-width = <0x8>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-panel-jitter = <0x8 0xa>;
+						qcom,mdss-dsi-on-command = <0x5010000 0x5000211 0x150100 0x2 0xb01c1501 0xf00 0x2b52415 0x1000000 0x23500 0x39010000 0x3fc 0x5a5a3901 0x0 0x4e86408 0xc390100 0x3 0xfca5a539 0x1000000 0x3f05a 0x5a390100 0x2 0xb0013901 0x0 0x2ed0439 0x1000000 0x3f0a5 0xa5150100 0x2 0x53201501 0x0 0x2550005 0x1000000 0x22900>;
+						qcom,mdss-dsi-off-command = [05 01 00 00 28 00 02 28 00 05 01 00 00 a0 00 02 10 00];
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,mdss-dsi-panel-acl-command = [15 01 00 00 00 00 02 55 00];
+						qcom,mdss-dsi-acl-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-hbm-on-command = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 e8 39 01 00 00 00 00 04 b1 20 10 ac 15 01 00 00 00 00 02 f7 03 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-hbm-on-command-2 = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 e8 39 01 00 00 00 00 04 b1 20 10 0c 15 01 00 00 00 00 02 f7 03 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-hbm-on-command-3 = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 e8 39 01 00 00 00 00 04 b1 10 10 6c 15 01 00 00 00 00 02 f7 03 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-hbm-on-command-4 = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 e8 39 01 00 00 00 00 04 b1 00 10 c0 15 01 00 00 00 00 02 f7 03 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-hbm-on-command-5 = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 e8 39 01 00 00 00 00 04 b1 00 10 10 15 01 00 00 00 00 02 f7 03 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-hbm-off-command = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 28 15 01 00 00 00 00 02 f7 03 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-hbm-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-hbm-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-aod-on-command-1 = [05 01 00 00 0a 00 02 28 00 05 01 00 00 78 00 02 10 00 05 01 00 00 05 00 02 11 00 15 01 00 00 00 00 02 b0 1c 15 01 00 00 0f 00 02 b5 28 15 01 00 00 00 00 02 35 00 39 01 00 00 00 00 03 fc 5a 5a 39 01 00 00 00 00 04 e8 64 08 0c 39 01 00 00 00 00 03 fc a5 a5 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 b0 01 39 01 00 00 00 00 02 ed 04 39 01 00 00 00 00 03 f0 a5 a5 15 01 00 00 64 00 02 55 00 39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 03 15 01 00 00 00 00 02 bb 07 39 01 00 00 00 00 03 f0 a5 a5 05 01 00 00 00 00 02 29 00];
+						qcom,mdss-dsi-panel-aod-on-command-2 = [05 01 00 00 0a 00 02 28 00 05 01 00 00 78 00 02 10 00 05 01 00 00 05 00 02 11 00 15 01 00 00 00 00 02 b0 1c 15 01 00 00 0f 00 02 b5 28 15 01 00 00 00 00 02 35 00 39 01 00 00 00 00 03 fc 5a 5a 39 01 00 00 00 00 04 e8 64 08 0c 39 01 00 00 00 00 03 fc a5 a5 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 b0 01 39 01 00 00 00 00 02 ed 04 39 01 00 00 00 00 03 f0 a5 a5 15 01 00 00 64 00 02 55 00 39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 02 15 01 00 00 00 00 02 bb 07 39 01 00 00 00 00 03 f0 a5 a5 05 01 00 00 00 00 02 29 00];
+						qcom,mdss-dsi-panel-aod-on-command-3 = [05 01 00 00 0a 00 02 28 00 05 01 00 00 78 00 02 10 00 05 01 00 00 05 00 02 11 00 15 01 00 00 00 00 02 b0 1c 15 01 00 00 0f 00 02 b5 28 15 01 00 00 00 00 02 35 00 39 01 00 00 00 00 03 fc 5a 5a 39 01 00 00 00 00 04 e8 64 08 0c 39 01 00 00 00 00 03 fc a5 a5 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 b0 01 39 01 00 00 00 00 02 ed 04 39 01 00 00 00 00 03 f0 a5 a5 15 01 00 00 64 00 02 55 00 39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 03 15 01 00 00 00 00 02 bb 05 39 01 00 00 00 00 03 f0 a5 a5 05 01 00 00 00 00 02 29 00];
+						qcom,mdss-dsi-panel-aod-on-command-4 = [05 01 00 00 0a 00 02 28 00 05 01 00 00 78 00 02 10 00 05 01 00 00 05 00 02 11 00 15 01 00 00 00 00 02 b0 1c 15 01 00 00 0f 00 02 b5 28 15 01 00 00 00 00 02 35 00 39 01 00 00 00 00 03 fc 5a 5a 39 01 00 00 00 00 04 e8 64 08 0c 39 01 00 00 00 00 03 fc a5 a5 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 b0 01 39 01 00 00 00 00 02 ed 04 39 01 00 00 00 00 03 f0 a5 a5 15 01 00 00 64 00 02 55 00 39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 02 15 01 00 00 00 00 02 bb 05 39 01 00 00 00 00 03 f0 a5 a5 05 01 00 00 00 00 02 29 00];
+						qcom,mdss-dsi-panel-aod-off-command = [05 01 00 00 0a 00 02 28 00 05 01 00 00 78 00 02 10 00 05 01 00 00 05 00 02 11 00 15 01 00 00 00 00 02 b0 1c 15 01 00 00 0f 00 02 b5 24 15 01 00 00 00 00 02 35 00 39 01 00 00 00 00 03 fc 5a 5a 39 01 00 00 00 00 04 e8 64 08 0c 39 01 00 00 00 00 03 fc a5 a5 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 b0 01 39 01 00 00 00 00 02 ed 04 39 01 00 00 00 00 03 f0 a5 a5 15 01 00 00 64 00 02 55 00 39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 20 39 01 00 00 00 00 03 f0 a5 a5 05 01 00 00 00 00 02 29 00];
+						qcom,mdss-dsi-panel-aod-mode-command-1 = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 03 15 01 00 00 00 00 02 bb 07 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-aod-mode-command-2 = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 02 15 01 00 00 00 00 02 bb 07 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-aod-mode-command-3 = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 03 15 01 00 00 00 00 02 bb 05 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-aod-mode-command-4 = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 02 15 01 00 00 00 00 02 bb 05 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-aod-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-aod-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-serial-num-command = <0x6010000 0x1a1>;
+						qcom,mdss-dsi-panel-serial-num-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-srgb-on-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 bc 01 39 01 00 00 00 00 02 b0 01 39 01 00 00 00 00 02 bc 12 39 01 00 00 00 00 02 b0 2c 39 01 00 00 00 00 16 bc a3 05 04 46 cd 10 05 09 b0 57 ef cf bb 11 bf e1 da 17 ff f9 d8 39 01 00 00 00 00 02 b0 42 39 01 00 00 00 00 02 bc 03 39 01 00 00 00 00 02 b0 4b 39 01 00 00 00 00 02 bc a1 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-srgb-off-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 bc 0e 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-srgb-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-srgb-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-dci-p3-on-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 bc 01 39 01 00 00 00 00 02 b0 01 39 01 00 00 00 00 02 bc 12 39 01 00 00 00 00 02 b0 2c 39 01 00 00 00 00 16 bc c6 00 00 1e cf 00 06 0a c3 26 ef cd e0 04 ce e9 df 00 ff f9 d8 39 01 00 00 00 00 02 b0 42 39 01 00 00 00 00 02 bc 03 39 01 00 00 00 00 02 b0 4b 39 01 00 00 00 00 02 bc a1 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-dci-p3-off-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 bc 0e 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-dci-p3-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-dci-p3-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-night-mode-on-command = <0x39010000 0x3f0 0x5a5a3901 0x0 0x3bc0112 0x39010000 0x2b0 0x2c390100 0x16 0xbca00204 0x3bc71208 0x7a84be7 0xc9bf0ab9 0xe3da18ff 0xfefa3901 0x0 0x3f0a5a5>;
+						qcom,mdss-dsi-panel-night-mode-off-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 bc 0e 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-night-mode-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-night-mode-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-oneplus-mode-on-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 bc 01 12 39 01 00 00 00 00 02 b0 2c 39 01 00 00 00 00 16 bc b4 02 04 05 ff 02 00 00 ff 00 ff ff f0 00 f0 e0 e1 18 ff fe fb 39 01 00 00 00 00 03 f0 a5 a5 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 bc 01 39 01 00 00 00 00 02 b0 42 39 01 00 00 00 00 02 bc 03 39 01 00 00 00 00 02 b0 4b 39 01 00 00 00 00 02 bc 01 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-oneplus-mode-off-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 bc 0e 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-oneplus-mode-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-oneplus-mode-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-adaption-mode-on-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 bc 01 12 39 01 00 00 00 00 02 b0 2c 39 01 00 00 00 00 16 bc b8 03 04 45 e2 10 04 07 c1 4b eb d7 b8 0a bf ff ed 14 ff ff fa 39 01 00 00 00 00 03 f0 a5 a5 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 bc 01 39 01 00 00 00 00 02 b0 42 39 01 00 00 00 00 02 bc 03 39 01 00 00 00 00 02 b0 4b 39 01 00 00 00 00 02 bc 01 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-adaption-mode-off-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 bc 0e 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-adaption-mode-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-adaption-mode-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-phy-timings = <0x230909 0x26240909 0x6030400>;
+						qcom,display-topology = <0x1 0x0 0x1>;
+						qcom,default-topology-index = <0x0>;
+					};
+				};
+			};
+
+			qcom,mdss_dsi_samsung_s6e3fc2x01_cmd {
+				qcom,mdss-dsi-panel-name = "samsung s6e3fc2x01 cmd mode dsi panel";
+				qcom,mdss-dsi-panel-manufacture = "SAMSUNG";
+				qcom,mdss-dsi-panel-version = "S6E3FC2X01";
+				qcom,mdss-dsi-backlight-version = "SAMSUNG";
+				qcom,mdss-dsi-backlight-manufacture = "SAMSUNG";
+				qcom,mdss-dsi-panel-type = "dsi_cmd_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-reset-sequence = <0x1 0x5 0x0 0x2 0x1 0xa>;
+				qcom,mdss-pan-physical-width-dimension = <0x44>;
+				qcom,mdss-pan-physical-height-dimension = <0x91>;
+				qcom,mdss-dsi-traffic-mode = "burst_mode";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-te-pin-select = <0x1>;
+				qcom,mdss-dsi-wr-mem-start = <0x2c>;
+				qcom,mdss-dsi-wr-mem-continue = <0x3c>;
+				qcom,mdss-dsi-te-dcs-command = <0x1>;
+				qcom,mdss-dsi-te-check-enable;
+				qcom,esd-check-enabled;
+				qcom,mdss-dsi-panel-status-check-mode = "reg_read";
+				qcom,mdss-dsi-panel-status-command = [06 01 00 01 05 00 02 0a 08];
+				qcom,mdss-dsi-panel-status-command-state = "dsi_lp_mode";
+				qcom,mdss-dsi-panel-status-value = <0x9f>;
+				qcom,mdss-dsi-panel-status-read-length = <0x1>;
+				qcom,mdss-dsi-te-using-te-pin;
+				qcom,mdss-dsi-lp11-init;
+				qcom,mdss-dsi-high-brightness-panel;
+				qcom,mdss-dsi-acl-cmd-index = <0x0>;
+				qcom,mdss-dsi-acl-mode-index = <0x1>;
+				qcom,mdss-bl-high2bit;
+				qcom,mdss-dsi-panel-seria-num-year-index = <0xc>;
+				qcom,mdss-dsi-panel-seria-num-mon-index = <0xc>;
+				qcom,mdss-dsi-panel-seria-num-day-index = <0xd>;
+				qcom,mdss-dsi-panel-seria-num-hour-index = <0xe>;
+				qcom,mdss-dsi-panel-seria-num-min-index = <0xf>;
+				qcom,ulps-enabled;
+				qcom,mdss-dsi-panel-hdr-enabled;
+				qcom,mdss-dsi-panel-hdr-color-primaries = <0x3d13 0x4042 0x84d0 0x3e80 0x33c2 0x86c4 0x1d4c 0xbb8>;
+				qcom,mdss-dsi-panel-peak-brightness = <0x5265c0>;
+				qcom,mdss-dsi-panel-average-brightness = <0x1e8480>;
+				qcom,mdss-dsi-panel-blackness-level = <0x7d0>;
+				qcom,panel-supply-entries = <0x518>;
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_dcs";
+				qcom,mdss-brightness-max-level = <0x3ff>;
+				qcom,mdss-dsi-bl-min-level = <0x1>;
+				qcom,mdss-dsi-bl-max-level = <0x3ff>;
+				qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+				qcom,platform-vci-gpio = <0x34 0x1a 0x0>;
+				qcom,platform-poc-gpio = <0x34 0x19 0x0>;
+				qcom,mdss-dsi-t-clk-post = <0xe>;
+				qcom,mdss-dsi-t-clk-pre = <0x35>;
+				qcom,mdss-dsi-panel-clockrate = <0x3dcf5d40>;
+				phandle = <0x52d>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-panel-width = <0x438>;
+						qcom,mdss-dsi-panel-height = <0x924>;
+						qcom,mdss-dsi-h-front-porch = <0x48>;
+						qcom,mdss-dsi-h-back-porch = <0x24>;
+						qcom,mdss-dsi-h-pulse-width = <0x10>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x12>;
+						qcom,mdss-dsi-v-front-porch = <0x20>;
+						qcom,mdss-dsi-v-pulse-width = <0x4>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-panel-jitter = <0x4 0x1>;
+						qcom,mdss-dsi-panel-clockrate = <0x3dcf5d40>;
+						qcom,mdss-dsi-on-command = [39 01 00 00 00 00 03 9f a5 a5 05 01 00 00 0a 00 02 11 00 39 01 00 00 00 00 03 9f 5a 5a 39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 b0 01 15 01 00 00 00 00 02 cd 01 39 01 00 00 0f 00 03 f0 a5 a5 39 01 00 00 00 00 03 9f a5 a5 15 01 00 00 00 00 02 35 00 39 01 00 00 00 00 03 9f 5a 5a 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 08 eb 17 41 92 0e 10 82 5a 39 01 00 00 00 00 03 f0 a5 a5 39 01 00 00 00 00 05 2a 00 00 04 37 39 01 00 00 00 00 05 2b 00 00 09 23 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 b0 09 39 01 00 00 00 00 03 e8 10 30 39 01 00 00 00 00 03 f0 a5 a5 39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 b0 07 15 01 00 00 00 00 02 b7 01 15 01 00 00 00 00 02 b0 08 15 01 00 00 00 00 02 b7 12 39 01 00 00 00 00 03 f0 a5 a5 39 01 00 00 00 00 03 fc 5a 5a 39 01 00 00 00 00 02 b0 01 39 01 00 00 00 00 02 e3 88 39 01 00 00 00 00 02 b0 07 39 01 00 00 00 00 02 ed 67 39 01 00 00 00 00 03 fc a5 a5 39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 20 39 01 00 00 00 00 03 f0 a5 a5 39 01 00 00 01 00 02 55 00 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 b3 00 c1 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-off-command = <0x39010000 0x39f 0xa5a50501 0xa00 0x1283901 0x1000 0x3f05a5a 0x39010000 0x2b0 0x50390100 0x2 0xb9823901 0x1000 0x3f0a5a5 0x5010000 0x110 0x39010000 0x39f 0x5a5a3901 0x0 0x3f05a5a 0x15010000 0x2b0 0x5150100 0x2 0xf4013901 0x9600 0x3f0a5a5>;
+						qcom,mdss-dsi-post-panel-on-command = <0x39010000 0x39f 0xa5a50501 0x0 0x1293901 0x0 0x39f5a5a>;
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,mdss-dsi-panel-hbm-on-command = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 b0 07 15 01 00 00 00 00 02 b7 7f 15 01 00 00 00 00 02 b0 08 15 01 00 00 80 00 02 b7 92 39 01 00 00 00 00 02 53 e8 39 01 00 00 23 00 03 f0 a5 a5 39 01 00 00 00 00 03 51 00 26];
+						qcom,mdss-dsi-panel-hbm-on-command-2 = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 b0 07 15 01 00 00 00 00 02 b7 7f 15 01 00 00 00 00 02 b0 08 15 01 00 00 80 00 02 b7 92 39 01 00 00 00 00 02 53 e8 39 01 00 00 23 00 03 f0 a5 a5 39 01 00 00 00 00 03 51 00 78];
+						qcom,mdss-dsi-panel-hbm-on-command-3 = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 b0 07 15 01 00 00 00 00 02 b7 7f 15 01 00 00 00 00 02 b0 08 15 01 00 00 80 00 02 b7 92 39 01 00 00 00 00 02 53 e8 39 01 00 00 23 00 03 f0 a5 a5 39 01 00 00 00 00 03 51 00 ca];
+						qcom,mdss-dsi-panel-hbm-on-command-4 = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 b0 07 15 01 00 00 00 00 02 b7 7f 15 01 00 00 00 00 02 b0 08 15 01 00 00 80 00 02 b7 92 39 01 00 00 00 00 02 53 e8 39 01 00 00 00 00 03 f0 a5 a5 39 01 00 00 00 00 03 51 01 2a];
+						qcom,mdss-dsi-panel-hbm-on-command-5 = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 b0 07 15 01 00 00 00 00 02 b7 01 15 01 00 00 00 00 02 b0 08 15 01 00 00 00 00 02 b7 12 39 01 00 00 00 00 03 f0 a5 a5 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 04 b7 00 01 5b 39 01 00 00 00 00 03 f0 a5 a5 15 01 00 00 0a 00 02 53 e0 39 01 00 00 00 00 03 51 03 ff 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 04 b7 00 01 53 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-hbm-off-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 04 b7 00 01 5b 39 01 00 00 00 00 03 f0 a5 a5 39 01 00 00 00 00 02 53 20 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 04 b7 00 01 53 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-hbm-max-brightness-command-on = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 b0 07 15 01 00 00 00 00 02 b7 7f 15 01 00 00 00 00 02 b0 08 15 01 00 00 80 00 02 b7 92 39 01 00 00 40 00 02 53 e8 39 01 00 00 80 00 03 f0 a5 a5 39 01 00 00 00 00 03 51 03 ff];
+						qcom,mdss-dsi-panel-hbm-max-brightness-command-off = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 b0 07 15 01 00 00 40 00 02 b7 7f 15 01 00 00 00 00 02 b0 08 15 01 00 00 40 00 02 b7 92 39 01 00 00 00 00 03 f0 a5 a5 39 01 00 00 10 00 02 53 28];
+						qcom,mdss-dsi-seed-command = [29 01 00 00 00 00 02 81 90 29 01 00 00 00 00 03 f0 5a 5a 29 01 00 00 00 00 02 b0 02 29 01 00 00 00 00 16 b1 b4 02 04 05 ff 02 00 00 ff 00 ff ff f0 00 f0 e0 e1 18 ff f3 f8 29 01 00 00 00 00 03 b1 00 00 29 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-command = [29 01 00 00 00 00 02 81 90 29 01 00 00 00 00 03 f0 5a 5a 29 01 00 00 00 00 02 b0 02 29 01 00 00 00 00 16 b1 b4 02 04 05 ff 02 00 00 ff 00 ff ff f0 00 f0 e0 e1 18 ff f3 f8 29 01 00 00 00 00 03 b1 00 00 29 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-seed-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-hbm-on-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-hbm-on-command-5-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-hbm-max-brightness-command-on-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-hbm-max-brightness-command-off-state = "dsi_lp_mode";
+						qcom,mdss-dsi-hbm-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-aod-on-command-1;
+						qcom,mdss-dsi-panel-aod-on-command-2;
+						qcom,mdss-dsi-panel-aod-on-command-3;
+						qcom,mdss-dsi-panel-aod-off-command;
+						qcom,mdss-dsi-panel-aod-off-samsung-command;
+						qcom,mdss-dsi-panel-aod-off-new-command;
+						qcom,mdss-dsi-panel-aod-off-new-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-aod-off-samsung-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-aod-off-hbm-on-command = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 b0 07 15 01 00 00 00 00 02 b7 01 15 01 00 00 00 00 02 b0 08 15 01 00 00 00 00 02 b7 12 39 01 00 00 00 00 03 f0 a5 a5 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 04 b7 00 01 5b 39 01 00 00 00 00 03 f0 a5 a5 15 01 00 00 0a 00 02 53 e0 39 01 00 00 00 00 03 51 03 ff 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 04 b7 00 01 53 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-aod-off-hbm-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-hbm-off-aod-on-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 04 b7 00 01 5b 39 01 00 00 00 00 03 f0 a5 a5 39 01 00 00 00 00 02 53 20 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 04 b7 00 01 53 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-hbm-off-aod-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-aod-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-aod-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-aod-mode-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-serial-num-command = <0x6010000 0x1a1>;
+						qcom,mdss-dsi-panel-serial-num-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-display-srgb-color-mode-on-command = [39 01 00 00 00 00 02 81 90 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 b0 02 39 01 00 00 00 00 16 b1 a7 07 05 48 d5 14 06 09 a7 54 eb cb c1 14 c4 e8 e2 1a ff ff e0 39 01 00 00 00 00 03 b1 00 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-display-p3-mode-on-command = [39 01 00 00 00 00 02 81 90 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 b0 02 39 01 00 00 00 00 16 b1 ff 00 00 12 f0 00 02 02 e9 19 ff fc ed 03 ec fc f9 00 ff ff fd 39 01 00 00 00 00 03 b1 00 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-display-wide-color-mode-on-command = [39 01 00 00 02 00 02 81 90 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 b0 02 39 01 00 00 00 00 16 b1 ff 00 00 00 ff 00 00 00 ff 00 ff ff ff 00 ff ff ff 00 ff ff ff 39 01 00 00 00 00 03 b1 00 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-dci-p3-off-command = [39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 b1 00 01 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-customer-srgb-enable-command = [39 01 00 00 00 00 02 81 90 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 b0 02 39 01 00 00 00 00 16 b1 a7 07 05 48 d5 14 06 09 a7 54 eb cb c1 14 c4 e8 e2 1a ff ff e0 39 01 00 00 00 00 03 b1 00 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-customer-p3-enable-command = [39 01 00 00 00 00 02 81 90 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 b0 02 39 01 00 00 00 00 16 b1 ff 00 00 12 f0 00 02 02 e9 19 ff fc ed 03 ec fc f9 00 ff ff fd 39 01 00 00 00 00 03 b1 00 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-customer-p3-enable-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-customer-srgb-enable-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-laoding-effect-enable-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-laoding-effect-disable-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-display-srgb-color-mode-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-display-p3-mode-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-display-wide-color-mode-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-night-mode-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-dci-p3-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-adaption-mode-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-adaption-mode-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-status-command = [06 01 00 01 05 00 02 0e 08];
+						qcom,mdss-dsi-panel-status-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-id-command = [06 01 00 01 05 00 02 dc 08];
+						qcom,mdss-dsi-panel-id-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-id1-command = [06 01 00 01 05 00 02 0a 08];
+						qcom,mdss-dsi-panel-id1-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-id2-command = [06 01 00 01 05 00 02 0e 08];
+						qcom,mdss-dsi-panel-id2-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-id3-command = [06 01 00 01 05 00 02 e0 08];
+						qcom,mdss-dsi-panel-id3-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-id4-command = [06 01 00 01 05 00 02 0f 08];
+						qcom,mdss-dsi-panel-id4-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-id5-command = [06 01 00 01 05 00 02 e3 08];
+						qcom,mdss-dsi-panel-id5-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-id6-command = [06 01 00 01 05 00 02 e5 08];
+						qcom,mdss-dsi-panel-id6-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-id7-command = [06 01 00 01 05 00 02 fb 08];
+						qcom,mdss-dsi-panel-id7-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-hbm-level1-command = [15 01 00 00 00 00 02 b0 08];
+						qcom,mdss-dsi-panel-hbm-level1-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-hbm-read-command = [06 01 00 01 05 00 02 b7 08];
+						qcom,mdss-dsi-panel-hbm-read-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-read-register-open-command = [39 01 00 00 00 00 03 fc 5a 5a];
+						qcom,mdss-dsi-panel-read-register-close-command = [39 01 00 00 00 00 03 fc a5 a5];
+						qcom,mdss-dsi-panel-read-register-open-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-read-register-close-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-read-hbm-elvss-open-command = [39 01 00 00 00 00 03 f0 5a 5a];
+						qcom,mdss-dsi-panel-read-hbm-elvss-close-command = [39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-read-hbm-elvss-open-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-read-hbm-elvss-close-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-hbm-diming-on-command = [39 01 00 00 00 00 02 b7 92];
+						qcom,mdss-dsi-panel-hbm-diming-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-hbm-diming-off-command = [39 01 00 00 00 00 02 b7 12];
+						qcom,mdss-dsi-panel-hbm-diming-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-phy-timings = <0x220909 0x25240909 0x6030400>;
+						qcom,display-topology = <0x1 0x0 0x1>;
+						qcom,default-topology-index = <0x0>;
+					};
+				};
+			};
+
+			qcom,mdss_dsi_samsung_dsc_cmd {
+				qcom,mdss-dsi-panel-name = "samsung dsc cmd mode dsi panel";
+				qcom,mdss-dsi-panel-manufacture = "SAMSUNG";
+				qcom,mdss-dsi-panel-version = "DSC";
+				qcom,mdss-dsi-backlight-version = "SAMSUNG";
+				qcom,mdss-dsi-backlight-manufacture = "SAMSUNG";
+				qcom,mdss-dsi-panel-type = "dsi_cmd_mode";
+				qcom,mdss-dsi-virtual-channel-id = <0x0>;
+				qcom,mdss-dsi-stream = <0x0>;
+				qcom,mdss-dsi-bpp = <0x18>;
+				qcom,mdss-dsi-underflow-color = <0xff>;
+				qcom,mdss-dsi-border-color = <0x0>;
+				qcom,mdss-dsi-reset-sequence = <0x1 0x5 0x0 0x2 0x1 0xa>;
+				qcom,mdss-pan-physical-width-dimension = <0x44>;
+				qcom,mdss-pan-physical-height-dimension = <0x91>;
+				qcom,mdss-dsi-traffic-mode = "burst_mode";
+				qcom,mdss-dsi-bllp-eof-power-mode;
+				qcom,mdss-dsi-bllp-power-mode;
+				qcom,mdss-dsi-lane-0-state;
+				qcom,mdss-dsi-lane-1-state;
+				qcom,mdss-dsi-lane-2-state;
+				qcom,mdss-dsi-lane-3-state;
+				qcom,mdss-dsi-dma-trigger = "trigger_sw";
+				qcom,mdss-dsi-mdp-trigger = "none";
+				qcom,mdss-dsi-te-pin-select = <0x1>;
+				qcom,mdss-dsi-wr-mem-start = <0x2c>;
+				qcom,mdss-dsi-wr-mem-continue = <0x3c>;
+				qcom,mdss-dsi-te-dcs-command = <0x1>;
+				qcom,mdss-dsi-te-check-enable;
+				qcom,mdss-dsi-panel-status-check-mode = "reg_read";
+				qcom,mdss-dsi-panel-status-command = [06 01 00 01 05 00 02 0a 08];
+				qcom,mdss-dsi-panel-status-command-state = "dsi_hs_mode";
+				qcom,mdss-dsi-panel-status-value = <0x9f>;
+				qcom,mdss-dsi-panel-status-read-length = <0x1>;
+				qcom,mdss-dsi-panel-id1-command = [06 01 00 01 05 00 02 0a 08];
+				qcom,mdss-dsi-panel-id1-command-state = "dsi_hs_mode";
+				qcom,mdss-dsi-panel-id2-command = [06 01 00 01 05 00 02 0e 08];
+				qcom,mdss-dsi-panel-id2-command-state = "dsi_hs_mode";
+				qcom,mdss-dsi-panel-id3-command = [06 01 00 01 05 00 02 e0 08];
+				qcom,mdss-dsi-panel-id3-command-state = "dsi_hs_mode";
+				qcom,mdss-dsi-panel-id4-command = [06 01 00 01 05 00 02 0f 08];
+				qcom,mdss-dsi-panel-id4-command-state = "dsi_hs_mode";
+				qcom,mdss-dsi-panel-id5-command = [06 01 00 01 05 00 02 e3 08];
+				qcom,mdss-dsi-panel-id5-command-state = "dsi_hs_mode";
+				qcom,mdss-dsi-panel-id6-command = [06 01 00 01 05 00 02 e5 08];
+				qcom,mdss-dsi-panel-id6-command-state = "dsi_hs_mode";
+				qcom,mdss-dsi-panel-id7-command = [06 01 00 01 05 00 02 fb 08];
+				qcom,mdss-dsi-panel-id7-command-state = "dsi_hs_mode";
+				qcom,mdss-dsi-panel-read-register-open-command = [39 01 00 00 00 00 03 fc 5a 5a];
+				qcom,mdss-dsi-panel-read-register-close-command = [39 01 00 00 00 00 03 fc a5 a5];
+				qcom,mdss-dsi-panel-read-register-open-command-state = "dsi_hs_mode";
+				qcom,mdss-dsi-panel-read-register-close-command-state = "dsi_hs_mode";
+				qcom,mdss-dsi-te-using-te-pin;
+				qcom,mdss-dsi-lp11-init;
+				qcom,mdss-dsi-high-brightness-panel;
+				qcom,mdss-dsi-acl-cmd-index = <0x0>;
+				qcom,mdss-dsi-acl-mode-index = <0x1>;
+				qcom,mdss-bl-high2bit;
+				qcom,mdss-dsi-panel-seria-num-year-index = <0xc>;
+				qcom,mdss-dsi-panel-seria-num-mon-index = <0xc>;
+				qcom,mdss-dsi-panel-seria-num-day-index = <0xd>;
+				qcom,mdss-dsi-panel-seria-num-hour-index = <0xe>;
+				qcom,mdss-dsi-panel-seria-num-min-index = <0xf>;
+				qcom,ulps-enabled;
+				qcom,panel-supply-entries = <0x518>;
+				qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_dcs";
+				qcom,mdss-brightness-max-level = <0x3ff>;
+				qcom,mdss-dsi-bl-min-level = <0x1>;
+				qcom,mdss-dsi-bl-max-level = <0x3ff>;
+				qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+				qcom,platform-vci-gpio = <0x34 0x1a 0x0>;
+				qcom,platform-poc-gpio = <0x34 0x19 0x0>;
+				qcom,mdss-dsi-t-clk-post = <0xe>;
+				qcom,mdss-dsi-t-clk-pre = <0x35>;
+				phandle = <0x52e>;
+
+				qcom,mdss-dsi-display-timings {
+
+					timing@0 {
+						qcom,mdss-dsi-panel-framerate = <0x3c>;
+						qcom,mdss-dsi-panel-width = <0x438>;
+						qcom,mdss-dsi-panel-height = <0x924>;
+						qcom,mdss-dsi-h-front-porch = <0x48>;
+						qcom,mdss-dsi-h-back-porch = <0x24>;
+						qcom,mdss-dsi-h-pulse-width = <0x10>;
+						qcom,mdss-dsi-h-sync-skew = <0x0>;
+						qcom,mdss-dsi-v-back-porch = <0x12>;
+						qcom,mdss-dsi-v-front-porch = <0x20>;
+						qcom,mdss-dsi-v-pulse-width = <0x4>;
+						qcom,mdss-dsi-h-left-border = <0x0>;
+						qcom,mdss-dsi-h-right-border = <0x0>;
+						qcom,mdss-dsi-v-top-border = <0x0>;
+						qcom,mdss-dsi-v-bottom-border = <0x0>;
+						qcom,mdss-dsi-panel-jitter = <0x4 0x1>;
+						qcom,mdss-dsi-on-command = [29 00 00 00 00 00 03 f0 5a 5a 07 01 00 00 00 00 01 01 29 01 00 00 00 00 5a 0a 11 00 00 89 30 80 09 24 04 38 00 3c 02 1c 02 1c 02 00 02 0e 00 20 05 d2 00 07 00 0c 01 a1 01 b2 18 00 10 f0 03 0c 20 00 06 0b 0b 33 0e 1c 2a 38 46 54 62 69 70 77 79 7b 7d 7e 01 02 01 00 09 40 09 be 19 fc 19 fa 19 f8 1a 38 1a 78 1a b6 2a f6 2b 34 2b 74 3b 74 6b f4 00 29 00 00 00 00 00 03 f0 a5 a5 05 01 00 00 78 00 01 11 39 01 00 00 00 00 03 fc 5a 5a 39 01 00 00 00 00 02 b0 09 39 01 00 00 00 00 02 d7 2a 39 01 00 00 00 00 02 fe b0 39 01 00 00 00 00 02 fe 30 39 01 00 00 00 00 03 fc a5 a5 15 01 00 00 00 00 02 35 00 39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 20 39 01 00 00 00 00 03 f0 a5 a5 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 9d 01 39 01 00 00 00 00 03 f0 a5 a5 39 01 00 00 00 00 03 fc 5a 5a 39 01 00 00 00 00 06 c5 0d 10 b4 62 1a 39 01 00 00 00 00 03 fc a5 a5 05 01 00 00 00 00 02 29 00];
+						qcom,mdss-dsi-off-command = [05 01 00 00 14 00 02 28 00 05 01 00 00 00 00 02 10 00];
+						qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-h-sync-pulse = <0x0>;
+						qcom,compression-mode = "dsc";
+						qcom,mdss-dsc-slice-height = <0x3c>;
+						qcom,mdss-dsc-slice-width = <0x21c>;
+						qcom,mdss-dsc-slice-per-pkt = <0x2>;
+						qcom,mdss-dsc-bit-per-component = <0x8>;
+						qcom,mdss-dsc-bit-per-pixel = <0x8>;
+						qcom,mdss-dsc-block-prediction-enable;
+						qcom,mdss-dsi-panel-hbm-on-command = [39 01 00 00 00 00 03 51 00 26 39 01 00 00 00 00 02 53 e0];
+						qcom,mdss-dsi-panel-hbm-on-command-2 = [39 01 00 00 00 00 03 51 00 78 39 01 00 00 00 00 02 53 e0];
+						qcom,mdss-dsi-panel-hbm-on-command-3 = [39 01 00 00 00 00 03 51 00 ca 39 01 00 00 00 00 02 53 e0];
+						qcom,mdss-dsi-panel-hbm-on-command-4 = [39 01 00 00 00 00 03 51 01 2a 39 01 00 00 00 00 02 53 e0];
+						qcom,mdss-dsi-panel-hbm-on-command-5 = [39 01 00 00 00 00 03 51 03 ff 39 01 00 00 00 00 02 53 e0];
+						qcom,mdss-dsi-panel-hbm-off-command = [39 01 00 00 00 00 02 53 20];
+						qcom,mdss-dsi-hbm-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-hbm-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-aod-on-command-1 = <0x5010000 0x23000228 0x50100 0x780002 0x10000501 0xa00 0x2110039 0x1000000 0x3f05a 0x5a150100 0x2 0xb0011501 0x0 0x2cd0215 0x1000000 0x23500 0x39010000 0x8eb 0x1741920e 0x10825a39 0x1000000 0x52a00 0x43739 0x1000000 0x52b00 0x92339 0x1000000 0x2b009 0x39010000 0x3e8 0x10301501 0x0 0x2532315 0x1000000 0x2b0a5 0x15010000 0x2c7 0x1390100 0x3 0xf0a5a505 0x1000000 0x22900>;
+						qcom,mdss-dsi-panel-aod-on-command-2 = <0x5010000 0x23000228 0x50100 0x780002 0x10000501 0xa00 0x2110039 0x1000000 0x3f05a 0x5a150100 0x2 0xb0011501 0x0 0x2cd0215 0x1000000 0x23500 0x39010000 0x8eb 0x1741920e 0x10825a39 0x1000000 0x52a00 0x43739 0x1000000 0x52b00 0x92339 0x1000000 0x2b009 0x39010000 0x3e8 0x10301501 0x0 0x2532215 0x1000000 0x2b0a5 0x15010000 0x2c7 0x1390100 0x3 0xf0a5a505 0x1000000 0x22900>;
+						qcom,mdss-dsi-panel-aod-on-command-3 = <0x5010000 0x23000228 0x50100 0x780002 0x10000501 0xa00 0x2110039 0x1000000 0x3f05a 0x5a150100 0x2 0xb0011501 0x0 0x2cd0215 0x1000000 0x23500 0x39010000 0x8eb 0x1741920e 0x10825a39 0x1000000 0x52a00 0x43739 0x1000000 0x52b00 0x92339 0x1000000 0x2b009 0x39010000 0x3e8 0x10301501 0x0 0x2532315 0x1000000 0x2b0a5 0x15010000 0x2c7 0x390100 0x3 0xf0a5a505 0x1000000 0x22900>;
+						qcom,mdss-dsi-panel-aod-on-command-4 = [39 01 00 00 00 00 03 9f a5 a5 05 01 00 00 0a 00 01 28 05 01 00 00 78 00 01 10 05 01 00 00 0a 00 01 11 39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 b0 01 15 01 00 00 20 00 02 cd 01 39 01 00 00 00 00 03 f0 a5 a5 39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 b0 01 15 01 00 00 14 00 02 cd 02 39 01 00 00 00 00 03 51 03 ff 15 01 00 00 00 00 02 53 22 15 01 00 00 00 00 02 b0 a5 15 01 00 00 00 00 02 c7 00 39 01 00 00 00 00 03 f0 a5 a5 05 01 00 00 00 00 01 29 39 01 00 00 00 00 03 9f 5a 5a];
+						qcom,mdss-dsi-panel-aod-off-command = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 b0 01 15 01 00 00 00 00 02 cd 01 39 01 00 00 00 00 02 53 20 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-aod-mode-command-1 = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 23 15 01 00 00 00 00 02 b0 a5 15 01 00 00 00 00 02 c7 01 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-aod-mode-command-2 = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 22 15 01 00 00 00 00 02 b0 a5 15 01 00 00 00 00 02 c7 01 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-aod-mode-command-3 = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 23 15 01 00 00 00 00 02 b0 a5 15 01 00 00 00 00 02 c7 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-aod-mode-command-4 = [39 01 00 00 00 00 03 f0 5a 5a 15 01 00 00 00 00 02 53 22 15 01 00 00 00 00 02 b0 a5 15 01 00 00 00 00 02 c7 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-aod-on-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-aod-off-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-aod-mode-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-serial-num-command = <0x6010000 0x1a1>;
+						qcom,mdss-dsi-panel-serial-num-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-srgb-on-command = [39 01 00 00 00 00 02 81 90 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 b0 02 39 01 00 00 00 00 16 b1 a3 05 04 46 cd 10 05 09 b0 57 ef cf bb 11 bf e1 da 17 ff f9 d8 39 01 00 00 00 00 03 b1 00 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-srgb-off-command = [39 01 00 00 00 00 02 81 00 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 b1 00 01 39 01 00 00 00 00 03 b3 00 c1 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-srgb-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-srgb-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-dci-p3-on-command = [39 01 00 00 00 00 02 81 90 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 b0 02 39 01 00 00 00 00 16 b1 c6 00 00 1e cf 00 06 0a c3 26 ef cd e0 04 ce e9 df 00 ff f9 d8 39 01 00 00 00 00 03 b1 00 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-dci-p3-off-command = [39 01 00 00 00 00 02 81 00 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 b1 00 01 39 01 00 00 00 00 03 b3 00 c1 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-dci-p3-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-dci-p3-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-night-mode-on-command = [39 01 00 00 00 00 02 81 90 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 b0 02 39 01 00 00 00 00 16 b1 a0 02 04 3b c7 12 08 07 a8 4b e7 c9 bf 0a b9 e3 da 18 ff fe fa 39 01 00 00 00 00 03 b1 00 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-night-mode-off-command = [39 01 00 00 00 00 02 81 00 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 b1 00 01 39 01 00 00 00 00 03 b3 00 c1 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-night-mode-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-night-mode-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-oneplus-mode-on-command = [39 01 00 00 00 00 02 81 90 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 b0 02 39 01 00 00 00 00 16 b1 b4 02 04 05 ff 02 00 00 ff 00 ff ff f0 00 f0 e0 e1 18 ff fe fb 39 01 00 00 00 00 03 b1 00 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-oneplus-mode-off-command = [39 01 00 00 00 00 02 81 00 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 b1 00 01 39 01 00 00 00 00 03 b3 00 c1 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-oneplus-mode-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-oneplus-mode-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-adaption-mode-on-command = [39 01 00 00 00 00 02 81 90 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 02 b0 02 39 01 00 00 00 00 16 b1 b8 03 04 45 e2 10 04 07 c1 4b eb d7 b8 0a bf ff ed 14 ff ff fa 39 01 00 00 00 00 03 b1 00 00 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-panel-adaption-mode-off-command = [39 01 00 00 00 00 02 81 00 39 01 00 00 00 00 03 f0 5a 5a 39 01 00 00 00 00 03 b1 00 01 39 01 00 00 00 00 03 b3 00 c1 39 01 00 00 00 00 03 f0 a5 a5];
+						qcom,mdss-dsi-adaption-mode-on-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-adaption-mode-off-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-status-command = [06 01 00 01 05 00 02 0a 08];
+						qcom,mdss-dsi-panel-status-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-id-command = [06 01 00 01 05 00 02 dc 08];
+						qcom,mdss-dsi-panel-id-command-state = "dsi_lp_mode";
+						qcom,mdss-dsi-panel-id1-command = [06 01 00 01 05 00 02 0a 08];
+						qcom,mdss-dsi-panel-id1-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-id2-command = [06 01 00 01 05 00 02 0e 08];
+						qcom,mdss-dsi-panel-id2-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-id3-command = [06 01 00 01 05 00 02 e0 08];
+						qcom,mdss-dsi-panel-id3-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-id4-command = [06 01 00 01 05 00 02 0f 08];
+						qcom,mdss-dsi-panel-id4-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-id5-command = [06 01 00 01 05 00 02 e3 08];
+						qcom,mdss-dsi-panel-id5-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-id6-command = [06 01 00 01 05 00 02 e5 08];
+						qcom,mdss-dsi-panel-id6-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-id7-command = [06 01 00 01 05 00 02 fb 08];
+						qcom,mdss-dsi-panel-id7-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-read-register-open-command = [39 01 00 00 00 00 03 fc 5a 5a];
+						qcom,mdss-dsi-panel-read-register-close-command = [39 01 00 00 00 00 03 fc a5 a5];
+						qcom,mdss-dsi-panel-read-register-open-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-read-register-close-command-state = "dsi_hs_mode";
+						qcom,mdss-dsi-panel-phy-timings = <0x140505 0x1f0a0505 0x3030400>;
+						qcom,display-topology = <0x1 0x1 0x1 0x2 0x2 0x1 0x2 0x1 0x1>;
+						qcom,default-topology-index = <0x1>;
+					};
+				};
+			};
+		};
+
+		qcom,sde_rscc@af20000 {
+			cell-index = <0x0>;
+			compatible = "qcom,sde-rsc";
+			reg = <0xaf20000 0x1c44 0xaf30000 0x3fd4>;
+			reg-names = "drv", "wrapper";
+			qcom,sde-rsc-version = <0x1>;
+			vdd-supply = <0x19>;
+			clocks = <0x20 0x23 0x20 0x22>;
+			clock-names = "vsync_clk", "iface_clk";
+			clock-rate = <0x0 0x0>;
+			qcom,sde-dram-channels = <0x2>;
+			mboxes = <0x2b 0x0>;
+			mbox-names = "disp_rsc";
+			phandle = <0x2ba>;
+
+			qcom,sde-data-bus {
+				qcom,msm-bus,name = "disp_rsc_mnoc";
+				qcom,msm-bus,active-only;
+				qcom,msm-bus,num-cases = <0x3>;
+				qcom,msm-bus,num-paths = <0x2>;
+				qcom,msm-bus,vectors-KBps = <0x4e23 0x5023 0x0 0x0 0x4e24 0x5023 0x0 0x0 0x4e23 0x5023 0x0 0x61a800 0x4e24 0x5023 0x0 0x61a800 0x4e23 0x5023 0x0 0x61a800 0x4e24 0x5023 0x0 0x61a800>;
+			};
+
+			qcom,sde-llcc-bus {
+				qcom,msm-bus,name = "disp_rsc_llcc";
+				qcom,msm-bus,active-only;
+				qcom,msm-bus,num-cases = <0x3>;
+				qcom,msm-bus,num-paths = <0x1>;
+				qcom,msm-bus,vectors-KBps = <0x4e21 0x5021 0x0 0x0 0x4e21 0x5021 0x0 0x61a800 0x4e21 0x5021 0x0 0x61a800>;
+			};
+
+			qcom,sde-ebi-bus {
+				qcom,msm-bus,name = "disp_rsc_ebi";
+				qcom,msm-bus,active-only;
+				qcom,msm-bus,num-cases = <0x3>;
+				qcom,msm-bus,num-paths = <0x1>;
+				qcom,msm-bus,vectors-KBps = <0x4e20 0x5020 0x0 0x0 0x4e20 0x5020 0x0 0x61a800 0x4e20 0x5020 0x0 0x61a800>;
+			};
+		};
+
+		qcom,mdss_rotator@ae00000 {
+			compatible = "qcom,sde_rotator";
+			reg = <0xae00000 0xac000 0xaeb8000 0x3000>;
+			reg-names = "mdp_phys", "rot_vbif_phys";
+			#list-cells = <0x1>;
+			qcom,mdss-rot-mode = <0x1>;
+			qcom,mdss-highest-bank-bit = <0x2>;
+			qcom,msm-bus,name = "mdss_rotator";
+			qcom,msm-bus,num-cases = <0x3>;
+			qcom,msm-bus,num-paths = <0x1>;
+			qcom,msm-bus,vectors-KBps = <0x19 0x200 0x0 0x0 0x19 0x200 0x0 0x61a800 0x19 0x200 0x0 0x61a800>;
+			rot-vdd-supply = <0x19>;
+			qcom,supply-names = "rot-vdd";
+			clocks = <0x22 0x1b 0x22 0x1c 0x20 0x0 0x20 0x20 0x20 0x1>;
+			clock-names = "gcc_iface", "gcc_bus", "iface_clk", "rot_clk", "axi_clk";
+			interrupt-parent = <0x2c>;
+			interrupts = <0x2 0x0>;
+			power-domains = <0x2c>;
+			qcom,mdss-rot-vbif-qos-setting = <0x3 0x3 0x3 0x3 0x3 0x3 0x3 0x3>;
+			qcom,mdss-rot-vbif-memtype = <0x3 0x3>;
+			qcom,mdss-rot-cdp-setting = <0x1 0x1>;
+			qcom,mdss-rot-qos-lut = <0x0 0x0 0x0 0x0>;
+			qcom,mdss-rot-danger-lut = <0x0 0x0>;
+			qcom,mdss-rot-safe-lut = <0xffff 0xffff>;
+			qcom,mdss-inline-rot-qos-lut = <0x44556677 0x112233 0x44556677 0x112233>;
+			qcom,mdss-inline-rot-danger-lut = <0x55aaff 0xffff>;
+			qcom,mdss-inline-rot-safe-lut = <0xf000 0xff00>;
+			qcom,mdss-default-ot-rd-limit = <0x20>;
+			qcom,mdss-default-ot-wr-limit = <0x20>;
+			qcom,mdss-sbuf-headroom = <0x14>;
+			cache-slice-names = "rotator";
+			cache-slices = <0x2d 0x4>;
+			phandle = <0x2a>;
+
+			qcom,rot-reg-bus {
+				qcom,msm-bus,name = "mdss_rot_reg";
+				qcom,msm-bus,num-cases = <0x2>;
+				qcom,msm-bus,num-paths = <0x1>;
+				qcom,msm-bus,active-only;
+				qcom,msm-bus,vectors-KBps = <0x1 0x24e 0x0 0x0 0x1 0x24e 0x0 0x12c00>;
+				phandle = <0x2bb>;
+			};
+
+			qcom,smmu_rot_unsec_cb {
+				compatible = "qcom,smmu_sde_rot_unsec";
+				iommus = <0x29 0x1090 0x0>;
+				phandle = <0x2bc>;
+			};
+
+			qcom,smmu_rot_sec_cb {
+				compatible = "qcom,smmu_sde_rot_sec";
+				iommus = <0x29 0x1091 0x0>;
+				phandle = <0x2bd>;
+			};
+		};
+
+		qcom,mdss_dsi_ctrl0@ae94000 {
+			compatible = "qcom,dsi-ctrl-hw-v2.2";
+			label = "dsi-ctrl-0";
+			cell-index = <0x0>;
+			reg = <0xae94000 0x400 0xaf03000 0x5004>;
+			reg-names = "dsi_ctrl", "disp_cc_base";
+			interrupt-parent = <0x2c>;
+			interrupts = <0x4 0x0>;
+			vdda-1p2-supply = <0x2e>;
+			clocks = <0x20 0x2 0x20 0x3 0x20 0x4 0x20 0x1a 0x20 0x1b 0x20 0x13>;
+			clock-names = "byte_clk", "byte_clk_rcg", "byte_intf_clk", "pixel_clk", "pixel_clk_rcg", "esc_clk";
+			qcom,null-insertion-enabled;
+			phandle = <0x2be>;
+
+			qcom,ctrl-supply-entries {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				qcom,ctrl-supply-entry@0 {
+					reg = <0x0>;
+					qcom,supply-name = "vdda-1p2";
+					qcom,supply-min-voltage = <0x124f80>;
+					qcom,supply-max-voltage = <0x124f80>;
+					qcom,supply-enable-load = <0x5528>;
+					qcom,supply-disable-load = <0x0>;
+				};
+			};
+
+			qcom,core-supply-entries {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				qcom,core-supply-entry@0 {
+					reg = <0x0>;
+					qcom,supply-name = "refgen";
+					qcom,supply-min-voltage = <0x0>;
+					qcom,supply-max-voltage = <0x0>;
+					qcom,supply-enable-load = <0x0>;
+					qcom,supply-disable-load = <0x0>;
+				};
+			};
+		};
+
+		qcom,mdss_dsi_ctrl1@ae96000 {
+			compatible = "qcom,dsi-ctrl-hw-v2.2";
+			label = "dsi-ctrl-1";
+			cell-index = <0x1>;
+			reg = <0xae96000 0x400 0xaf03000 0x5004>;
+			reg-names = "dsi_ctrl", "disp_cc_base";
+			interrupt-parent = <0x2c>;
+			interrupts = <0x5 0x0>;
+			vdda-1p2-supply = <0x2e>;
+			clocks = <0x20 0x5 0x20 0x6 0x20 0x7 0x20 0x1c 0x20 0x1d 0x20 0x15>;
+			clock-names = "byte_clk", "byte_clk_rcg", "byte_intf_clk", "pixel_clk", "pixel_clk_rcg", "esc_clk";
+			qcom,null-insertion-enabled;
+			phandle = <0x2bf>;
+			status = "disabled";
+
+			qcom,ctrl-supply-entries {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				qcom,ctrl-supply-entry@0 {
+					reg = <0x0>;
+					qcom,supply-name = "vdda-1p2";
+					qcom,supply-min-voltage = <0x124f80>;
+					qcom,supply-max-voltage = <0x124f80>;
+					qcom,supply-enable-load = <0x5528>;
+					qcom,supply-disable-load = <0x0>;
+				};
+			};
+
+			qcom,core-supply-entries {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				qcom,core-supply-entry@0 {
+					reg = <0x0>;
+					qcom,supply-name = "refgen";
+					qcom,supply-min-voltage = <0x0>;
+					qcom,supply-max-voltage = <0x0>;
+					qcom,supply-enable-load = <0x0>;
+					qcom,supply-disable-load = <0x0>;
+				};
+			};
+		};
+
+		qcom,mdss_dsi_phy0@ae94400 {
+			compatible = "qcom,dsi-phy-v3.0";
+			label = "dsi-phy-0";
+			cell-index = <0x0>;
+			reg = <0xae94400 0x7c0>;
+			reg-names = "dsi_phy";
+			gdsc-supply = <0x19>;
+			vdda-0p9-supply = <0x2f>;
+			qcom,platform-strength-ctrl = [55 03 55 03 55 03 55 03 55 00];
+			qcom,platform-lane-config = <0x0 0x0 0x0 0x0 0x80>;
+			qcom,platform-regulator-settings = [1d 1d 1d 1d 1d];
+			phandle = <0x2c0>;
+
+			qcom,phy-supply-entries {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				qcom,phy-supply-entry@0 {
+					reg = <0x0>;
+					qcom,supply-name = "vdda-0p9";
+					qcom,supply-min-voltage = <0xd6d80>;
+					qcom,supply-max-voltage = <0xd6d80>;
+					qcom,supply-enable-load = <0x8ca0>;
+					qcom,supply-disable-load = <0x0>;
+				};
+			};
+		};
+
+		qcom,mdss_dsi_phy0@ae96400 {
+			compatible = "qcom,dsi-phy-v3.0";
+			label = "dsi-phy-1";
+			cell-index = <0x1>;
+			reg = <0xae96400 0x7c0>;
+			reg-names = "dsi_phy";
+			gdsc-supply = <0x19>;
+			vdda-0p9-supply = <0x2f>;
+			qcom,platform-strength-ctrl = [55 03 55 03 55 03 55 03 55 00];
+			qcom,platform-regulator-settings = [1d 1d 1d 1d 1d];
+			qcom,platform-lane-config = <0x0 0x0 0x0 0x0 0x80>;
+			phandle = <0x2c1>;
+
+			qcom,phy-supply-entries {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				qcom,phy-supply-entry@0 {
+					reg = <0x0>;
+					qcom,supply-name = "vdda-0p9";
+					qcom,supply-min-voltage = <0xd6d80>;
+					qcom,supply-max-voltage = <0xd6d80>;
+					qcom,supply-enable-load = <0x8ca0>;
+					qcom,supply-disable-load = <0x0>;
+				};
+			};
+		};
+
+		qcom,dp_display@0 {
+			cell-index = <0x0>;
+			compatible = "qcom,dp-display";
+			gdsc-supply = <0x19>;
+			vdda-1p2-supply = <0x2e>;
+			vdda-0p9-supply = <0x2f>;
+			reg = <0xae90000 0xdc 0xae90200 0xc0 0xae90400 0x508 0xae90a00 0x94 0x88eaa00 0x200 0x88ea200 0x200 0x88ea600 0x200 0xaf02000 0x1a0 0x780000 0x621c 0x88ea030 0x10 0x88e8000 0x20 0xaee1000 0x34>;
+			reg-names = "dp_ahb", "dp_aux", "dp_link", "dp_p0", "dp_phy", "dp_ln_tx0", "dp_ln_tx1", "dp_mmss_cc", "qfprom_physical", "dp_pll", "usb3_dp_com", "hdcp_physical";
+			interrupt-parent = <0x2c>;
+			interrupts = <0xc 0x0>;
+			clocks = <0x20 0x8 0x21 0x0 0x22 0x9f 0x22 0xa9 0x22 0xa3 0x20 0xc 0x20 0xe 0x20 0x11 0x20 0xa 0x20 0x12 0x30 0x5>;
+			clock-names = "core_aux_clk", "core_usb_ref_clk_src", "core_usb_ref_clk", "core_usb_cfg_ahb_clk", "core_usb_pipe_clk", "ctrl_link_clk", "ctrl_link_iface_clk", "ctrl_pixel_clk", "crypto_clk", "pixel_clk_rcg", "pixel_parent";
+			qcom,aux-cfg0-settings = [20 00];
+			qcom,aux-cfg1-settings = <0x2413231d>;
+			qcom,aux-cfg2-settings = [28 24];
+			qcom,aux-cfg3-settings = [2c 00];
+			qcom,aux-cfg4-settings = [30 0a];
+			qcom,aux-cfg5-settings = [34 26];
+			qcom,aux-cfg6-settings = [38 0a];
+			qcom,aux-cfg7-settings = [3c 03];
+			qcom,aux-cfg8-settings = [40 bb];
+			qcom,aux-cfg9-settings = [44 03];
+			qcom,max-pclk-frequency-khz = <0xa4cb8>;
+			phandle = <0x2c2>;
+			status = "disabled";
+
+			qcom,ctrl-supply-entries {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				qcom,ctrl-supply-entry@0 {
+					reg = <0x0>;
+					qcom,supply-name = "vdda-1p2";
+					qcom,supply-min-voltage = <0x124f80>;
+					qcom,supply-max-voltage = <0x124f80>;
+					qcom,supply-enable-load = <0x5528>;
+					qcom,supply-disable-load = <0x0>;
+				};
+			};
+
+			qcom,phy-supply-entries {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				qcom,phy-supply-entry@0 {
+					reg = <0x0>;
+					qcom,supply-name = "vdda-0p9";
+					qcom,supply-min-voltage = <0xd6d80>;
+					qcom,supply-max-voltage = <0xd6d80>;
+					qcom,supply-enable-load = <0x8ca0>;
+					qcom,supply-disable-load = <0x0>;
+				};
+			};
+
+			qcom,core-supply-entries {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				qcom,core-supply-entry@0 {
+					reg = <0x0>;
+					qcom,supply-name = "refgen";
+					qcom,supply-min-voltage = <0x0>;
+					qcom,supply-max-voltage = <0x0>;
+					qcom,supply-enable-load = <0x0>;
+					qcom,supply-disable-load = <0x0>;
+				};
+			};
+		};
+
+		qcom,qupv3_0_geni_se@8c0000 {
+			compatible = "qcom,qupv3-geni-se";
+			reg = <0x8c0000 0x6000>;
+			qcom,bus-mas-id = <0x56>;
+			qcom,bus-slv-id = <0x200>;
+			qcom,iommu-s1-bypass;
+			phandle = <0x35>;
+
+			qcom,iommu_qupv3_0_geni_se_cb {
+				compatible = "qcom,qupv3-geni-se-cb";
+				iommus = <0x29 0x3 0x0>;
+				phandle = <0x2c3>;
+			};
+		};
+
+		qcom,qup_uart@0x898000 {
+			compatible = "qcom,msm-geni-serial-hs";
+			reg = <0x898000 0x4000>;
+			reg-names = "se_phys";
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x58 0x22 0x6c 0x22 0x6d>;
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x31 0x32 0x33>;
+			pinctrl-1 = <0x31 0x32 0x33>;
+			interrupts-extended = <0x1 0x0 0x25f 0x0 0x34 0x30 0x0>;
+			status = "ok";
+			qcom,wakeup-byte = <0xfd>;
+			qcom,wrapper-core = <0x35>;
+			phandle = <0x2c4>;
+		};
+
+		qcom,qup_uart@0x89c000 {
+			compatible = "qcom,msm-geni-serial-hs";
+			reg = <0x89c000 0x4000>;
+			reg-names = "se_phys";
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x5a 0x22 0x6c 0x22 0x6d>;
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x36>;
+			pinctrl-1 = <0x37>;
+			interrupts-extended = <0x1 0x0 0x260 0x0 0x34 0x60 0x0>;
+			status = "disabled";
+			qcom,wakeup-byte = <0xfd>;
+			qcom,wrapper-core = <0x35>;
+			phandle = <0x2c5>;
+		};
+
+		i2c@880000 {
+			compatible = "qcom,i2c-geni";
+			reg = <0x880000 0x4000>;
+			interrupts = <0x0 0x259 0x0>;
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x4c 0x22 0x6c 0x22 0x6d>;
+			dmas = <0x38 0x0 0x0 0x3 0x40 0x0 0x38 0x1 0x0 0x3 0x40 0x0>;
+			dma-names = "tx", "rx";
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x39>;
+			pinctrl-1 = <0x3a>;
+			qcom,wrapper-core = <0x35>;
+			status = "disabled";
+			phandle = <0x2c6>;
+		};
+
+		i2c@884000 {
+			compatible = "qcom,i2c-geni";
+			reg = <0x884000 0x4000>;
+			interrupts = <0x0 0x25a 0x0>;
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x4e 0x22 0x6c 0x22 0x6d>;
+			dmas = <0x38 0x0 0x1 0x3 0x40 0x0 0x38 0x1 0x1 0x3 0x40 0x0>;
+			dma-names = "tx", "rx";
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x3b>;
+			pinctrl-1 = <0x3c>;
+			qcom,wrapper-core = <0x35>;
+			status = "disabled";
+			phandle = <0x2c7>;
+		};
+
+		i2c@888000 {
+			compatible = "qcom,i2c-geni";
+			reg = <0x888000 0x4000>;
+			interrupts = <0x0 0x25b 0x0>;
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x50 0x22 0x6c 0x22 0x6d>;
+			dmas = <0x38 0x0 0x2 0x3 0x40 0x0 0x38 0x1 0x2 0x3 0x40 0x0>;
+			dma-names = "tx", "rx";
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x3d>;
+			pinctrl-1 = <0x3e>;
+			qcom,wrapper-core = <0x35>;
+			status = "disabled";
+			phandle = <0x2c8>;
+		};
+
+		i2c@88c000 {
+			compatible = "qcom,i2c-geni";
+			reg = <0x88c000 0x4000>;
+			interrupts = <0x0 0x25c 0x0>;
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x52 0x22 0x6c 0x22 0x6d>;
+			dmas = <0x38 0x0 0x3 0x3 0x40 0x0 0x38 0x1 0x3 0x3 0x40 0x0>;
+			dma-names = "tx", "rx";
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x3f>;
+			pinctrl-1 = <0x40>;
+			qcom,wrapper-core = <0x35>;
+			status = "ok";
+			phandle = <0x2c9>;
+
+			nq@28 {
+				compatible = "qcom,nq-nci";
+				reg = <0x28>;
+				qcom,nq-irq = <0x34 0x3f 0x0>;
+				qcom,nq-ven = <0x34 0xc 0x0>;
+				qcom,nq-firm = <0x34 0x3e 0x0>;
+				qcom,nq-clkreq = <0xe7 0x15 0x0>;
+				qcom,nq-esepwr = <0x34 0x74 0x0>;
+				interrupt-parent = <0x34>;
+				interrupts = <0x3f 0x0>;
+				interrupt-names = "nfc_irq";
+				pinctrl-names = "nfc_active", "nfc_suspend";
+				pinctrl-0 = <0x469 0x46b 0x2fc>;
+				pinctrl-1 = <0x46a 0x46c>;
+				status = "disabled";
+			};
+
+			pn5xx@28 {
+				compatible = "nxp,pn544";
+				reg = <0x28>;
+				nxp,pn544-irq = <0x34 0x3f 0x0>;
+				nxp,pn544-ven = <0x34 0xc 0x0>;
+				nxp,pn544-fw-dwnld = <0x34 0x3e 0x0>;
+				nxp,pn544-clk-gpio = <0xe7 0x15 0x0>;
+				nxp,pn544-ese-pwr = <0x34 0x74 0x0>;
+				nfc_voltage_s4-supply = <0x4d3>;
+				nxp,pn544-wake-up = <0x34 0x81 0x0>;
+				interrupt-parent = <0x34>;
+				qcom,clk-src = "BBCLK3";
+				interrupts = <0x3f 0x0>;
+				interrupt-names = "nfc_irq";
+				pinctrl-names = "nfc_active", "nfc_suspend";
+				pinctrl-0 = <0x469 0x46b 0x2fc>;
+				pinctrl-1 = <0x46a 0x46c>;
+				clocks = <0x21 0x4>;
+				clock-names = "ref_clk";
+			};
+		};
+
+		i2c@890000 {
+			compatible = "qcom,i2c-geni";
+			reg = <0x890000 0x4000>;
+			interrupts = <0x0 0x25d 0x0>;
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x54 0x22 0x6c 0x22 0x6d>;
+			dmas = <0x38 0x0 0x4 0x3 0x40 0x0 0x38 0x1 0x4 0x3 0x40 0x0>;
+			dma-names = "tx", "rx";
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x41>;
+			pinctrl-1 = <0x42>;
+			qcom,wrapper-core = <0x35>;
+			status = "ok";
+			phandle = <0x2ca>;
+
+			max98927@3a {
+				compatible = "maxim,max98927L";
+				reg = <0x3a>;
+				mono_stereo_mode = <0x0>;
+				maxim,98927-reset-gpio = <0x34 0x45 0x0>;
+				status = "ok";
+			};
+		};
+
+		i2c@894000 {
+			compatible = "qcom,i2c-geni";
+			reg = <0x894000 0x4000>;
+			interrupts = <0x0 0x25e 0x0>;
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x56 0x22 0x6c 0x22 0x6d>;
+			dmas = <0x38 0x0 0x5 0x3 0x40 0x0 0x38 0x1 0x5 0x3 0x40 0x0>;
+			dma-names = "tx", "rx";
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x43>;
+			pinctrl-1 = <0x44>;
+			qcom,wrapper-core = <0x35>;
+			status = "disabled";
+			phandle = <0x2cb>;
+		};
+
+		i2c@898000 {
+			compatible = "qcom,i2c-geni";
+			reg = <0x898000 0x4000>;
+			interrupts = <0x0 0x25f 0x0>;
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x58 0x22 0x6c 0x22 0x6d>;
+			dmas = <0x38 0x0 0x6 0x3 0x40 0x0 0x38 0x1 0x6 0x3 0x40 0x0>;
+			dma-names = "tx", "rx";
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x45>;
+			pinctrl-1 = <0x46>;
+			qcom,wrapper-core = <0x35>;
+			status = "disabled";
+			phandle = <0x2cc>;
+		};
+
+		i2c@89c000 {
+			compatible = "qcom,i2c-geni";
+			reg = <0x89c000 0x4000>;
+			interrupts = <0x0 0x260 0x0>;
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x5a 0x22 0x6c 0x22 0x6d>;
+			dmas = <0x38 0x0 0x7 0x3 0x40 0x0 0x38 0x1 0x7 0x3 0x40 0x0>;
+			dma-names = "tx", "rx";
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x47>;
+			pinctrl-1 = <0x48>;
+			qcom,wrapper-core = <0x35>;
+			status = "disabled";
+			phandle = <0x2cd>;
+		};
+
+		spi@880000 {
+			compatible = "qcom,spi-geni";
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			reg = <0x880000 0x4000>;
+			reg-names = "se_phys";
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x4c 0x22 0x6c 0x22 0x6d>;
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x49>;
+			pinctrl-1 = <0x4a>;
+			interrupts = <0x0 0x259 0x0>;
+			spi-max-frequency = <0x2faf080>;
+			qcom,wrapper-core = <0x35>;
+			dmas = <0x38 0x0 0x0 0x1 0x40 0x0 0x38 0x1 0x0 0x1 0x40 0x0>;
+			dma-names = "tx", "rx";
+			status = "ok";
+			phandle = <0x2ce>;
+			qcom,disable-autosuspend;
+
+			ese@0 {
+				compatible = "nxp,p61";
+				reg = <0x0>;
+				spi-max-frequency = <0x7a1200>;
+				nxp,nfcc = "1-0028";
+			};
+		};
+
+		spi@884000 {
+			compatible = "qcom,spi-geni";
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			reg = <0x884000 0x4000>;
+			reg-names = "se_phys";
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x4e 0x22 0x6c 0x22 0x6d>;
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x4b>;
+			pinctrl-1 = <0x4c>;
+			interrupts = <0x0 0x25a 0x0>;
+			spi-max-frequency = <0x2faf080>;
+			qcom,wrapper-core = <0x35>;
+			dmas = <0x38 0x0 0x1 0x1 0x40 0x0 0x38 0x1 0x1 0x1 0x40 0x0>;
+			dma-names = "tx", "rx";
+			status = "disabled";
+			phandle = <0x2cf>;
+		};
+
+		spi@888000 {
+			compatible = "qcom,spi-geni";
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			reg = <0x888000 0x4000>;
+			reg-names = "se_phys";
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x50 0x22 0x6c 0x22 0x6d>;
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x4d>;
+			pinctrl-1 = <0x4e>;
+			interrupts = <0x0 0x25b 0x0>;
+			spi-max-frequency = <0x2faf080>;
+			qcom,wrapper-core = <0x35>;
+			dmas = <0x38 0x0 0x2 0x1 0x40 0x0 0x38 0x1 0x2 0x1 0x40 0x0>;
+			dma-names = "tx", "rx";
+			status = "disabled";
+			phandle = <0x2d0>;
+		};
+
+		spi@88c000 {
+			compatible = "qcom,spi-geni";
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			reg = <0x88c000 0x4000>;
+			reg-names = "se_phys";
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x52 0x22 0x6c 0x22 0x6d>;
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x4f>;
+			pinctrl-1 = <0x50>;
+			interrupts = <0x0 0x25c 0x0>;
+			spi-max-frequency = <0x2faf080>;
+			qcom,wrapper-core = <0x35>;
+			dmas = <0x38 0x0 0x3 0x1 0x40 0x0 0x38 0x1 0x3 0x1 0x40 0x0>;
+			dma-names = "tx", "rx";
+			status = "disabled";
+			phandle = <0x2d1>;
+		};
+
+		spi@890000 {
+			compatible = "qcom,spi-geni";
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			reg = <0x890000 0x4000>;
+			reg-names = "se_phys";
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x54 0x22 0x6c 0x22 0x6d>;
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x51>;
+			pinctrl-1 = <0x52>;
+			interrupts = <0x0 0x25d 0x0>;
+			spi-max-frequency = <0x2faf080>;
+			qcom,wrapper-core = <0x35>;
+			dmas = <0x38 0x0 0x4 0x1 0x40 0x0 0x38 0x1 0x4 0x1 0x40 0x0>;
+			dma-names = "tx", "rx";
+			status = "disabled";
+			phandle = <0x2d2>;
+		};
+
+		spi@894000 {
+			compatible = "qcom,spi-geni";
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			reg = <0x894000 0x4000>;
+			reg-names = "se_phys";
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x56 0x22 0x6c 0x22 0x6d>;
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x53>;
+			pinctrl-1 = <0x54>;
+			interrupts = <0x0 0x25e 0x0>;
+			spi-max-frequency = <0x2faf080>;
+			qcom,wrapper-core = <0x35>;
+			dmas = <0x38 0x0 0x5 0x1 0x40 0x0 0x38 0x1 0x5 0x1 0x40 0x0>;
+			dma-names = "tx", "rx";
+			status = "disabled";
+			phandle = <0x2d3>;
+		};
+
+		spi@898000 {
+			compatible = "qcom,spi-geni";
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			reg = <0x898000 0x4000>;
+			reg-names = "se_phys";
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x58 0x22 0x6c 0x22 0x6d>;
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x55>;
+			pinctrl-1 = <0x56>;
+			interrupts = <0x0 0x25f 0x0>;
+			spi-max-frequency = <0x2faf080>;
+			qcom,wrapper-core = <0x35>;
+			dmas = <0x38 0x0 0x6 0x1 0x40 0x0 0x38 0x1 0x6 0x1 0x40 0x0>;
+			dma-names = "tx", "rx";
+			status = "disabled";
+			phandle = <0x2d4>;
+		};
+
+		spi@89c000 {
+			compatible = "qcom,spi-geni";
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			reg = <0x89c000 0x4000>;
+			reg-names = "se_phys";
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x5a 0x22 0x6c 0x22 0x6d>;
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x57>;
+			pinctrl-1 = <0x58>;
+			interrupts = <0x0 0x260 0x0>;
+			spi-max-frequency = <0x2faf080>;
+			qcom,wrapper-core = <0x35>;
+			dmas = <0x38 0x0 0x7 0x1 0x40 0x0 0x38 0x1 0x7 0x1 0x40 0x0>;
+			dma-names = "tx", "rx";
+			status = "disabled";
+			phandle = <0x2d5>;
+		};
+
+		qcom,qupv3_1_geni_se@ac0000 {
+			compatible = "qcom,qupv3-geni-se";
+			reg = <0xac0000 0x6000>;
+			qcom,bus-mas-id = <0x54>;
+			qcom,bus-slv-id = <0x200>;
+			qcom,iommu-s1-bypass;
+			phandle = <0x5b>;
+
+			qcom,iommu_qupv3_1_geni_se_cb {
+				compatible = "qcom,qupv3-geni-se-cb";
+				iommus = <0x29 0x6c3 0x0>;
+				phandle = <0x2d6>;
+			};
+		};
+
+		qcom,qup_uart@0xa84000 {
+			compatible = "qcom,msm-geni-console-oem";
+			reg = <0xa84000 0x4000>;
+			reg-names = "se_phys";
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x5e 0x22 0x6e 0x22 0x6f>;
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x59>;
+			pinctrl-1 = <0x5a>;
+			interrupts = <0x0 0x162 0x0>;
+			qcom,wrapper-core = <0x5b>;
+			status = "ok";
+			phandle = <0x2d7>;
+		};
+
+		qcom,qup_uart@0xa88000 {
+			compatible = "qcom,msm-geni-console";
+			reg = <0xa88000 0x4000>;
+			reg-names = "se_phys";
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x60 0x22 0x6e 0x22 0x6f>;
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x5c>;
+			pinctrl-1 = <0x5d>;
+			interrupts = <0x0 0x163 0x0>;
+			qcom,wrapper-core = <0x5b>;
+			status = "disabled";
+			phandle = <0x2d8>;
+		};
+
+		i2c@a80000 {
+			compatible = "qcom,i2c-geni";
+			reg = <0xa80000 0x4000>;
+			interrupts = <0x0 0x161 0x0>;
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x5c 0x22 0x6e 0x22 0x6f>;
+			dmas = <0x5e 0x0 0x0 0x3 0x40 0x0 0x5e 0x1 0x0 0x3 0x40 0x0>;
+			dma-names = "tx", "rx";
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x5f>;
+			pinctrl-1 = <0x60>;
+			qcom,wrapper-core = <0x5b>;
+			status = "disabled";
+			phandle = <0x2d9>;
+		};
+
+		i2c@a84000 {
+			compatible = "qcom,i2c-geni";
+			reg = <0xa84000 0x4000>;
+			interrupts = <0x0 0x162 0x0>;
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x5e 0x22 0x6e 0x22 0x6f>;
+			dmas = <0x5e 0x0 0x1 0x3 0x40 0x0 0x5e 0x1 0x1 0x3 0x40 0x0>;
+			dma-names = "tx", "rx";
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x61>;
+			pinctrl-1 = <0x62>;
+			qcom,wrapper-core = <0x5b>;
+			status = "disabled";
+			phandle = <0x2da>;
+		};
+
+		i2c@a88000 {
+			compatible = "qcom,i2c-geni";
+			reg = <0xa88000 0x4000>;
+			interrupts = <0x0 0x163 0x0>;
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x60 0x22 0x6e 0x22 0x6f>;
+			dmas = <0x5e 0x0 0x2 0x3 0x40 0x0 0x5e 0x1 0x2 0x3 0x40 0x0>;
+			dma-names = "tx", "rx";
+			pinctrl-names = "default", "sleep", "reset";
+			pinctrl-0 = <0x63>;
+			pinctrl-1 = <0x64>;
+			pinctrl-2 = <0x65>;
+			qcom,wrapper-core = <0x5b>;
+			status = "ok";
+			phandle = <0x2db>;
+			qcom,clk-freq-out = <0x186a0>;
+
+			qcom,smb1355@8 {
+				compatible = "qcom,i2c-pmic";
+				reg = <0x8>;
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+				interrupt-parent = <0x2f1>;
+				interrupts = <0x0 0xd1 0x0 0x8>;
+				interrupt_names = "smb1355_0";
+				interrupt-controller;
+				#interrupt-cells = <0x3>;
+				qcom,periph-map = <0x10 0x12 0x13 0x16>;
+				phandle = <0x4fe>;
+
+				qcom,revid@100 {
+					compatible = "qcom,qpnp-revid";
+					reg = <0x100 0x100>;
+					phandle = <0x4fd>;
+				};
+
+				qcom,smb1355-charger@1000 {
+					compatible = "qcom,smb1355";
+					qcom,pmic-revid = <0x4fd>;
+					reg = <0x1000 0x700>;
+					#address-cells = <0x1>;
+					#size-cells = <0x1>;
+					interrupt-parent = <0x4fe>;
+					status = "ok";
+					io-channels = <0x4ec 0x2 0x4ec 0xc>;
+					io-channel-names = "charger_temp", "charger_temp_max";
+					qcom,disable-ctm;
+					phandle = <0x598>;
+
+					qcom,chgr@1000 {
+						reg = <0x1000 0x100>;
+						interrupts = <0x10 0x1 0x1>;
+						interrupt-names = "chg-state-change";
+					};
+
+					qcom,chgr-misc@1600 {
+						reg = <0x1600 0x100>;
+						interrupts = <0x16 0x1 0x1 0x16 0x6 0x1>;
+						interrupt-names = "wdog-bark", "temperature-change";
+					};
+				};
+			};
+
+			qcom,smb1355@c {
+				compatible = "qcom,i2c-pmic";
+				reg = <0xc>;
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+				interrupt-parent = <0x2f1>;
+				interrupts = <0x0 0xd1 0x0 0x8>;
+				interrupt_names = "smb1355_1";
+				interrupt-controller;
+				#interrupt-cells = <0x3>;
+				qcom,periph-map = <0x10 0x12 0x13 0x16>;
+				phandle = <0x500>;
+
+				qcom,revid@100 {
+					compatible = "qcom,qpnp-revid";
+					reg = <0x100 0x100>;
+					phandle = <0x4ff>;
+				};
+
+				qcom,smb1355-charger@1000 {
+					compatible = "qcom,smb1355";
+					qcom,pmic-revid = <0x4ff>;
+					reg = <0x1000 0x700>;
+					#address-cells = <0x1>;
+					#size-cells = <0x1>;
+					interrupt-parent = <0x500>;
+					status = "ok";
+					io-channels = <0x4ec 0x2 0x4ec 0xc>;
+					io-channel-names = "charger_temp", "charger_temp_max";
+					qcom,disable-ctm;
+					phandle = <0x599>;
+
+					qcom,chgr@1000 {
+						reg = <0x1000 0x100>;
+						interrupts = <0x10 0x1 0x1>;
+						interrupt-names = "chg-state-change";
+					};
+
+					qcom,chgr-misc@1600 {
+						reg = <0x1600 0x100>;
+						interrupts = <0x16 0x1 0x1 0x16 0x6 0x1>;
+						interrupt-names = "wdog-bark", "temperature-change";
+					};
+				};
+			};
+
+			bq27541-battery@55 {
+				status = "ok";
+				compatible = "ti,bq27541-battery";
+				reg = <0x55>;
+				qcom,modify-soc-smooth;
+			};
+
+			oneplus_fastchg@26 {
+				status = "ok";
+				compatible = "microchip,oneplus_fastchg";
+				reg = <0x26>;
+				microchip,mcu-en-gpio = <0x34 0x66 0x0>;
+				microchip,usb-sw-1-gpio = <0x34 0x25 0x0>;
+				microchip,usb-sw-2-gpio = <0x34 0x33 0x0>;
+				microchip,ap-clk = <0x34 0x2b 0x0>;
+				microchip,ap-data = <0x34 0x2c 0x0>;
+				pinctrl-names = "mux_fastchg_active", "mux_fastchg_suspend", "mcu_data_active", "mcu_data_suspend";
+				pinctrl-0 = <0x533 0x534 0x535>;
+				pinctrl-1 = <0x536 0x537 0x538>;
+				pinctrl-2 = <0x539>;
+				pinctrl-3 = <0x53a>;
+				op,fw-erase-count = <0x180>;
+				op,fw-addr-low = <0x88>;
+				op,fw-addr-high = <0x0>;
+			};
+		};
+
+		i2c@a8c000 {
+			compatible = "qcom,i2c-geni";
+			reg = <0xa8c000 0x4000>;
+			interrupts = <0x0 0x164 0x0>;
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x62 0x22 0x6e 0x22 0x6f>;
+			dmas = <0x5e 0x0 0x3 0x3 0x40 0x0 0x5e 0x1 0x3 0x3 0x40 0x0>;
+			dma-names = "tx", "rx";
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x66>;
+			pinctrl-1 = <0x67>;
+			qcom,wrapper-core = <0x5b>;
+			status = "disabled";
+			phandle = <0x2dc>;
+		};
+
+		i2c@a90000 {
+			compatible = "qcom,i2c-geni";
+			reg = <0xa90000 0x4000>;
+			interrupts = <0x0 0x165 0x0>;
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x64 0x22 0x6e 0x22 0x6f>;
+			dmas = <0x5e 0x0 0x4 0x3 0x40 0x0 0x5e 0x1 0x4 0x3 0x40 0x0>;
+			dma-names = "tx", "rx";
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x68>;
+			pinctrl-1 = <0x69>;
+			qcom,wrapper-core = <0x5b>;
+			status = "ok";
+			phandle = <0x2dd>;
+
+			synaptics-rmi-ts@20 {
+				compatible = "HWK,synaptics,s3320";
+				reg = <0x20>;
+				interrupt-parent = <0x34>;
+				interrupts = <0x7d 0x2008>;
+				vdd_2v8-supply = <0x345>;
+				synaptics,tx-rx-num = <0xf 0x1e>;
+				synaptics,avdd-voltage = <0x2de600 0x2de600>;
+				synaptics,avdd-current = <0x4e20>;
+				synaptics,display-coords = <0x438 0x870>;
+				synaptics,panel-coords = <0x438 0x870>;
+				synaptics,reset-gpio = <0x34 0x63 0x0>;
+				synaptics,irq-gpio = <0x34 0x7d 0x2008>;
+				synaptics,1v8-gpio = <0x34 0x58 0x0>;
+				oem,support_1080x2160_tp;
+				oem,support_hw_poweroff;
+				pinctrl-names = "pmx_ts_active", "pmx_ts_suspend";
+				pinctrl-0 = <0x530>;
+				pinctrl-1 = <0x531 0x532>;
+			};
+		};
+
+		i2c@a94000 {
+			compatible = "qcom,i2c-geni";
+			reg = <0xa94000 0x4000>;
+			interrupts = <0x0 0x166 0x0>;
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x66 0x22 0x6e 0x22 0x6f>;
+			dmas = <0x5e 0x0 0x5 0x3 0x40 0x0 0x5e 0x1 0x5 0x3 0x40 0x0>;
+			dma-names = "tx", "rx";
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x6a>;
+			pinctrl-1 = <0x6b>;
+			qcom,wrapper-core = <0x5b>;
+			status = "disabled";
+			phandle = <0x2de>;
+		};
+
+		i2c@a98000 {
+			compatible = "qcom,i2c-geni";
+			reg = <0xa98000 0x4000>;
+			interrupts = <0x0 0x167 0x0>;
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x68 0x22 0x6e 0x22 0x6f>;
+			dmas = <0x5e 0x0 0x6 0x3 0x40 0x0 0x5e 0x1 0x6 0x3 0x40 0x0>;
+			dma-names = "tx", "rx";
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x6c>;
+			pinctrl-1 = <0x6d>;
+			qcom,wrapper-core = <0x5b>;
+			status = "disabled";
+			phandle = <0x2df>;
+		};
+
+		i2c@a9c000 {
+			compatible = "qcom,i2c-geni";
+			reg = <0xa9c000 0x4000>;
+			interrupts = <0x0 0x168 0x0>;
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x6a 0x22 0x6e 0x22 0x6f>;
+			dmas = <0x5e 0x0 0x7 0x3 0x40 0x0 0x5e 0x1 0x7 0x3 0x40 0x0>;
+			dma-names = "tx", "rx";
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x6e>;
+			pinctrl-1 = <0x6f>;
+			qcom,wrapper-core = <0x5b>;
+			status = "disabled";
+			phandle = <0x2e0>;
+		};
+
+		spi@a80000 {
+			compatible = "qcom,spi-geni";
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			reg = <0xa80000 0x4000>;
+			reg-names = "se_phys";
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x5c 0x22 0x6e 0x22 0x6f>;
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x70>;
+			pinctrl-1 = <0x70>;
+			interrupts = <0x0 0x161 0x0>;
+			spi-max-frequency = <0x2faf080>;
+			qcom,wrapper-core = <0x5b>;
+			dmas = <0x5e 0x0 0x0 0x1 0x40 0x0 0x5e 0x1 0x0 0x1 0x40 0x0>;
+			dma-names = "tx", "rx";
+			status = "ok";
+			phandle = <0x2e1>;
+		};
+
+		spi@a84000 {
+			compatible = "qcom,spi-geni";
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			reg = <0xa84000 0x4000>;
+			reg-names = "se_phys";
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x5e 0x22 0x6e 0x22 0x6f>;
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x71>;
+			pinctrl-1 = <0x72>;
+			interrupts = <0x0 0x162 0x0>;
+			spi-max-frequency = <0x2faf080>;
+			qcom,wrapper-core = <0x5b>;
+			dmas = <0x5e 0x0 0x1 0x1 0x40 0x0 0x5e 0x1 0x1 0x1 0x40 0x0>;
+			dma-names = "tx", "rx";
+			status = "disabled";
+			phandle = <0x2e2>;
+		};
+
+		spi@a88000 {
+			compatible = "qcom,spi-geni";
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			reg = <0xa88000 0x4000>;
+			reg-names = "se_phys";
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x60 0x22 0x6e 0x22 0x6f>;
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x73>;
+			pinctrl-1 = <0x74>;
+			interrupts = <0x0 0x163 0x0>;
+			spi-max-frequency = <0x2faf080>;
+			qcom,wrapper-core = <0x5b>;
+			dmas = <0x5e 0x0 0x2 0x1 0x40 0x0 0x5e 0x1 0x2 0x1 0x40 0x0>;
+			dma-names = "tx", "rx";
+			status = "disabled";
+			phandle = <0x2e3>;
+		};
+
+		spi@a8c000 {
+			compatible = "qcom,spi-geni";
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			reg = <0xa8c000 0x4000>;
+			reg-names = "se_phys";
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x62 0x22 0x6e 0x22 0x6f>;
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x75>;
+			pinctrl-1 = <0x76>;
+			interrupts = <0x0 0x164 0x0>;
+			spi-max-frequency = <0x2faf080>;
+			qcom,wrapper-core = <0x5b>;
+			dmas = <0x5e 0x0 0x3 0x1 0x40 0x0 0x5e 0x1 0x3 0x1 0x40 0x0>;
+			dma-names = "tx", "rx";
+			status = "disabled";
+			phandle = <0x2e4>;
+		};
+
+		spi@a90000 {
+			compatible = "qcom,spi-geni";
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			reg = <0xa90000 0x4000>;
+			reg-names = "se_phys";
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x64 0x22 0x6e 0x22 0x6f>;
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x77>;
+			pinctrl-1 = <0x78>;
+			interrupts = <0x0 0x165 0x0>;
+			spi-max-frequency = <0x2faf080>;
+			qcom,wrapper-core = <0x5b>;
+			dmas = <0x5e 0x0 0x4 0x1 0x40 0x0 0x5e 0x1 0x4 0x1 0x40 0x0>;
+			dma-names = "tx", "rx";
+			status = "disabled";
+			phandle = <0x2e5>;
+		};
+
+		spi@a94000 {
+			compatible = "qcom,spi-geni";
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			reg = <0xa94000 0x4000>;
+			reg-names = "se_phys";
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x66 0x22 0x6e 0x22 0x6f>;
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x79>;
+			pinctrl-1 = <0x7a>;
+			interrupts = <0x0 0x166 0x0>;
+			spi-max-frequency = <0x2faf080>;
+			qcom,wrapper-core = <0x5b>;
+			dmas = <0x5e 0x0 0x5 0x1 0x40 0x0 0x5e 0x1 0x5 0x1 0x40 0x0>;
+			dma-names = "tx", "rx";
+			status = "disabled";
+			phandle = <0x2e6>;
+		};
+
+		spi@a98000 {
+			compatible = "qcom,spi-geni";
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			reg = <0xa98000 0x4000>;
+			reg-names = "se_phys";
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x68 0x22 0x6e 0x22 0x6f>;
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x7b>;
+			pinctrl-1 = <0x7c>;
+			interrupts = <0x0 0x167 0x0>;
+			spi-max-frequency = <0x2faf080>;
+			qcom,wrapper-core = <0x5b>;
+			dmas = <0x5e 0x0 0x6 0x1 0x40 0x0 0x5e 0x1 0x6 0x1 0x40 0x0>;
+			dma-names = "tx", "rx";
+			status = "disabled";
+			phandle = <0x2e7>;
+		};
+
+		spi@a9c000 {
+			compatible = "qcom,spi-geni";
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			reg = <0xa9c000 0x4000>;
+			reg-names = "se_phys";
+			clock-names = "se-clk", "m-ahb", "s-ahb";
+			clocks = <0x22 0x6a 0x22 0x6e 0x22 0x6f>;
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <0x7d>;
+			pinctrl-1 = <0x7e>;
+			interrupts = <0x0 0x168 0x0>;
+			spi-max-frequency = <0x2faf080>;
+			qcom,wrapper-core = <0x5b>;
+			dmas = <0x5e 0x0 0x7 0x1 0x40 0x0 0x5e 0x1 0x7 0x1 0x40 0x0>;
+			dma-names = "tx", "rx";
+			status = "disabled";
+			phandle = <0x2e8>;
+		};
+
+		jtagmm@7040000 {
+			compatible = "qcom,jtagv8-mm";
+			reg = <0x7040000 0x1000>;
+			reg-names = "etm-base";
+			clocks = <0x7f 0x0>;
+			clock-names = "core_clk";
+			qcom,coresight-jtagmm-cpu = <0x11>;
+			phandle = <0x2e9>;
+		};
+
+		jtagmm@7140000 {
+			compatible = "qcom,jtagv8-mm";
+			reg = <0x7140000 0x1000>;
+			reg-names = "etm-base";
+			clocks = <0x7f 0x0>;
+			clock-names = "core_clk";
+			qcom,coresight-jtagmm-cpu = <0x12>;
+			phandle = <0x2ea>;
+		};
+
+		jtagmm@7240000 {
+			compatible = "qcom,jtagv8-mm";
+			reg = <0x7240000 0x1000>;
+			reg-names = "etm-base";
+			clocks = <0x7f 0x0>;
+			clock-names = "core_clk";
+			qcom,coresight-jtagmm-cpu = <0x13>;
+			phandle = <0x2eb>;
+		};
+
+		jtagmm@7340000 {
+			compatible = "qcom,jtagv8-mm";
+			reg = <0x7340000 0x1000>;
+			reg-names = "etm-base";
+			clocks = <0x7f 0x0>;
+			clock-names = "core_clk";
+			qcom,coresight-jtagmm-cpu = <0x14>;
+			phandle = <0x2ec>;
+		};
+
+		jtagmm@7440000 {
+			compatible = "qcom,jtagv8-mm";
+			reg = <0x7440000 0x1000>;
+			reg-names = "etm-base";
+			clocks = <0x7f 0x0>;
+			clock-names = "core_clk";
+			qcom,coresight-jtagmm-cpu = <0x15>;
+			phandle = <0x2ed>;
+		};
+
+		jtagmm@7540000 {
+			compatible = "qcom,jtagv8-mm";
+			reg = <0x7540000 0x1000>;
+			reg-names = "etm-base";
+			clocks = <0x7f 0x0>;
+			clock-names = "core_clk";
+			qcom,coresight-jtagmm-cpu = <0x16>;
+			phandle = <0x2ee>;
+		};
+
+		jtagmm@7640000 {
+			compatible = "qcom,jtagv8-mm";
+			reg = <0x7640000 0x1000>;
+			reg-names = "etm-base";
+			clocks = <0x7f 0x0>;
+			clock-names = "core_clk";
+			qcom,coresight-jtagmm-cpu = <0x17>;
+			phandle = <0x2ef>;
+		};
+
+		jtagmm@7740000 {
+			compatible = "qcom,jtagv8-mm";
+			reg = <0x7740000 0x1000>;
+			reg-names = "etm-base";
+			clocks = <0x7f 0x0>;
+			clock-names = "core_clk";
+			qcom,coresight-jtagmm-cpu = <0x18>;
+			phandle = <0x2f0>;
+		};
+
+		interrupt-controller@17a00000 {
+			compatible = "arm,gic-v3";
+			#interrupt-cells = <0x3>;
+			interrupt-controller;
+			#redistributor-regions = <0x1>;
+			redistributor-stride = <0x0 0x20000>;
+			reg = <0x17a00000 0x10000 0x17a60000 0x100000>;
+			interrupts = <0x1 0x9 0x4>;
+			interrupt-parent = <0x80>;
+			ignored-save-restore-irqs = <0x26>;
+			phandle = <0x80>;
+		};
+
+		timer {
+			compatible = "arm,armv8-timer";
+			interrupts = <0x1 0x1 0xf08 0x1 0x2 0xf08 0x1 0x3 0xf08 0x1 0x0 0xf08>;
+			clock-frequency = <0x124f800>;
+		};
+
+		timer@0x17C90000 {
+			#address-cells = <0x1>;
+			#size-cells = <0x1>;
+			ranges;
+			compatible = "arm,armv7-timer-mem";
+			reg = <0x17c90000 0x1000>;
+			clock-frequency = <0x124f800>;
+
+			frame@0x17CA0000 {
+				frame-number = <0x0>;
+				interrupts = <0x0 0x7 0x4 0x0 0x6 0x4>;
+				reg = <0x17ca0000 0x1000 0x17cb0000 0x1000>;
+			};
+
+			frame@17cc0000 {
+				frame-number = <0x1>;
+				interrupts = <0x0 0x8 0x4>;
+				reg = <0x17cc0000 0x1000>;
+				status = "disabled";
+			};
+
+			frame@17cd0000 {
+				frame-number = <0x2>;
+				interrupts = <0x0 0x9 0x4>;
+				reg = <0x17cd0000 0x1000>;
+				status = "disabled";
+			};
+
+			frame@17ce0000 {
+				frame-number = <0x3>;
+				interrupts = <0x0 0xa 0x4>;
+				reg = <0x17ce0000 0x1000>;
+				status = "disabled";
+			};
+
+			frame@17cf0000 {
+				frame-number = <0x4>;
+				interrupts = <0x0 0xb 0x4>;
+				reg = <0x17cf0000 0x1000>;
+				status = "disabled";
+			};
+
+			frame@17d00000 {
+				frame-number = <0x5>;
+				interrupts = <0x0 0xc 0x4>;
+				reg = <0x17d00000 0x1000>;
+				status = "disabled";
+			};
+
+			frame@17d10000 {
+				frame-number = <0x6>;
+				interrupts = <0x0 0xd 0x4>;
+				reg = <0x17d10000 0x1000>;
+				status = "disabled";
+			};
+		};
+
+		restart@10ac000 {
+			compatible = "qcom,pshold";
+			reg = <0xc264000 0x4 0x1fd3000 0x4>;
+			reg-names = "pshold-base", "tcsr-boot-misc-detect";
+		};
+
+		aop-msg-client {
+			compatible = "qcom,debugfs-qmp-client";
+			mboxes = <0x81 0x0>;
+			mbox-names = "aop";
+		};
+
+		qcom,spmi@c440000 {
+			compatible = "qcom,spmi-pmic-arb";
+			reg = <0xc440000 0x1100 0xc600000 0x2000000 0xe600000 0x100000 0xe700000 0xa0000 0xc40a000 0x26000>;
+			reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
+			interrupt-names = "periph_irq";
+			interrupts = <0x0 0x1e1 0x0>;
+			qcom,ee = <0x0>;
+			qcom,channel = <0x0>;
+			#address-cells = <0x2>;
+			#size-cells = <0x0>;
+			interrupt-controller;
+			#interrupt-cells = <0x4>;
+			cell-index = <0x0>;
+			qcom,enable-ahb-bus-workaround;
+			phandle = <0x2f1>;
+
+			qcom,pm8998@0 {
+				compatible = "qcom,spmi-pmic";
+				reg = <0x0 0x0>;
+				#address-cells = <0x2>;
+				#size-cells = <0x0>;
+
+				qcom,revid@100 {
+					compatible = "qcom,qpnp-revid";
+					reg = <0x100 0x100>;
+					phandle = <0x2f2>;
+				};
+
+				qcom,power-on@800 {
+					compatible = "qcom,qpnp-power-on";
+					reg = <0x800 0x100>;
+					interrupts = <0x0 0x8 0x0 0x0 0x0 0x8 0x1 0x0 0x0 0x8 0x4 0x0 0x0 0x8 0x5 0x0>;
+					interrupt-names = "kpdpwr", "resin", "resin-bark", "kpdpwr-resin-bark";
+					qcom,pon-dbc-delay = <0x3d09>;
+					qcom,kpdpwr-sw-debounce;
+					qcom,system-reset;
+					qcom,store-hard-reset-reason;
+
+					qcom,pon_1 {
+						qcom,pon-type = <0x0>;
+						qcom,pull-up = <0x1>;
+						linux,code = <0x74>;
+						qcom,support-reset = <0x0>;
+					};
+
+					qcom,pon_2 {
+						qcom,pon-type = <0x1>;
+						qcom,pull-up = <0x1>;
+						linux,code = <0x72>;
+					};
+
+					qcom,pon_3 {
+						qcom,pon-type = <0x3>;
+						qcom,support-reset = <0x1>;
+						qcom,pull-up = <0x1>;
+						qcom,s1-timer = <0x1a40>;
+						qcom,s2-timer = <0x7d0>;
+						qcom,s2-type = <0x8>;
+						qcom,use-bark;
+					};
+				};
+
+				qcom,temp-alarm@2400 {
+					compatible = "qcom,qpnp-temp-alarm";
+					reg = <0x2400 0x100>;
+					interrupts = <0x0 0x24 0x0 0x1>;
+					label = "pm8998_tz";
+					qcom,channel-num = <0x6>;
+					qcom,temp_alarm-vadc = <0x82>;
+					#thermal-sensor-cells = <0x0>;
+					phandle = <0xfc>;
+				};
+
+				pinctrl@c000 {
+					compatible = "qcom,spmi-gpio";
+					reg = <0xc000 0x1a00>;
+					interrupts = <0x0 0xc0 0x0 0x0 0x0 0xc1 0x0 0x0 0x0 0xc3 0x0 0x0 0x0 0xc4 0x0 0x0 0x0 0xc5 0x0 0x0 0x0 0xc6 0x0 0x0 0x0 0xc7 0x0 0x0 0x0 0xc8 0x0 0x0 0x0 0xc9 0x0 0x0 0x0 0xca 0x0 0x0 0x0 0xcb 0x0 0x0 0x0 0xcc 0x0 0x0 0x0 0xcd 0x0 0x0 0x0 0xcf 0x0 0x0 0x0 0xd0 0x0 0x0 0x0 0xd1 0x0 0x0 0x0 0xd2 0x0 0x0 0x0 0xd4 0x0 0x0 0x0 0xd6 0x0 0x0>;
+					interrupt-names = "pm8998_gpio1", "pm8998_gpio2", "pm8998_gpio4", "pm8998_gpio5", "pm8998_gpio6", "pm8998_gpio7", "pm8998_gpio8", "pm8998_gpio9", "pm8998_gpio10", "pm8998_gpio11", "pm8998_gpio12", "pm8998_gpio13", "pm8998_gpio14", "pm8998_gpio16", "pm8998_gpio17", "pm8998_gpio18", "pm8998_gpio19", "pm8998_gpio21", "pm8998_gpio23";
+					gpio-controller;
+					#gpio-cells = <0x2>;
+					qcom,gpios-disallowed = <0x3 0xf 0x14 0x16 0x18 0x19 0x1a>;
+					phandle = <0xe7>;
+
+					key_home {
+
+						key_home_default {
+							pins = "gpio5";
+							function = "normal";
+							input-enable;
+							bias-pull-up;
+							power-source = <0x0>;
+							phandle = <0x2f3>;
+						};
+					};
+
+					led_bt {
+
+						led_bt_default {
+							pins = "gpio5";
+							function = "normal";
+							power-source = <0x0>;
+							output-low;
+							phandle = <0x2f4>;
+						};
+					};
+
+					key_vol_up {
+
+						key_vol_up_default {
+							pins = "gpio6";
+							function = "normal";
+							input-enable;
+							bias-pull-up;
+							power-source = <0x0>;
+							phandle = <0x2f5>;
+						};
+					};
+
+					key_cam_snapshot {
+
+						key_cam_snapshot_default {
+							pins = "gpio7";
+							function = "normal";
+							input-enable;
+							bias-pull-up;
+							power-source = <0x0>;
+							phandle = <0x2f6>;
+						};
+					};
+
+					key_cam_focus {
+
+						key_cam_focus_default {
+							pins = "gpio8";
+							function = "normal";
+							input-enable;
+							bias-pull-up;
+							power-source = <0x0>;
+							phandle = <0x2f7>;
+						};
+					};
+
+					led_wifi {
+
+						led_wifi_default {
+							pins = "gpio9";
+							function = "normal";
+							power-source = <0x0>;
+							output-low;
+							phandle = <0x2f8>;
+						};
+					};
+
+					camera_dvdd_en {
+
+						camera_dvdd_en_default {
+							pins = "gpio9";
+							function = "normal";
+							power-source = <0x0>;
+							output-low;
+							phandle = <0x2f9>;
+						};
+					};
+
+					camera_rear_avdd_en {
+
+						camera_rear_avdd_en_default {
+							pins = "gpio10";
+							function = "normal";
+							power-source = <0x0>;
+							output-low;
+							phandle = <0x2fa>;
+						};
+					};
+
+					camera_rear_dvdd_en {
+
+						camera_rear_dvdd_en_default {
+							pins = "gpio12";
+							function = "normal";
+							power-source = <0x0>;
+							output-low;
+							phandle = <0x2fb>;
+						};
+					};
+
+					nfc_clk {
+
+						nfc_clk_default {
+							pins = "gpio21";
+							function = "normal";
+							input-enable;
+							power-source = <0x1>;
+							phandle = <0x2fc>;
+						};
+					};
+
+					key_vol_down {
+
+						key_vol_down_default {
+							pins = "gpio5";
+							function = "normal";
+							input-enable;
+							bias-pull-up;
+							power-source = <0x0>;
+							phandle = <0x5a7>;
+						};
+					};
+				};
+
+				qcom,coincell@2800 {
+					compatible = "qcom,qpnp-coincell";
+					reg = <0x2800 0x100>;
+					phandle = <0x2fd>;
+				};
+
+				qcom,pm8998_rtc {
+					compatible = "qcom,qpnp-rtc";
+					#address-cells = <0x1>;
+					#size-cells = <0x1>;
+					qcom,qpnp-rtc-write = <0x0>;
+					qcom,qpnp-rtc-alarm-pwrup = <0x1>;
+					phandle = <0x2fe>;
+
+					qcom,pm8998_rtc_rw@6000 {
+						reg = <0x6000 0x100>;
+					};
+
+					qcom,pm8998_rtc_alarm@6100 {
+						reg = <0x6100 0x100>;
+						interrupts = <0x0 0x61 0x1 0x0>;
+					};
+				};
+
+				vadc@3100 {
+					compatible = "qcom,qpnp-vadc-hc";
+					reg = <0x3100 0x100>;
+					#address-cells = <0x1>;
+					#size-cells = <0x0>;
+					interrupts = <0x0 0x31 0x0 0x1>;
+					interrupt-names = "eoc-int-en-set";
+					qcom,adc-vdd-reference = <0x753>;
+					phandle = <0x82>;
+
+					chan@6 {
+						label = "die_temp";
+						reg = <0x6>;
+						qcom,decimation = <0x2>;
+						qcom,pre-div-channel-scaling = <0x0>;
+						qcom,calibration-type = "absolute";
+						qcom,scale-function = <0x3>;
+						qcom,hw-settle-time = <0x0>;
+						qcom,fast-avg-setup = <0x0>;
+						qcom,cal-val = <0x0>;
+					};
+
+					chan@0 {
+						label = "ref_gnd";
+						reg = <0x0>;
+						qcom,decimation = <0x2>;
+						qcom,pre-div-channel-scaling = <0x0>;
+						qcom,calibration-type = "absolute";
+						qcom,scale-function = <0x0>;
+						qcom,hw-settle-time = <0x0>;
+						qcom,fast-avg-setup = <0x0>;
+						qcom,cal-val = <0x0>;
+					};
+
+					chan@1 {
+						label = "ref_1250v";
+						reg = <0x1>;
+						qcom,decimation = <0x2>;
+						qcom,pre-div-channel-scaling = <0x0>;
+						qcom,calibration-type = "absolute";
+						qcom,scale-function = <0x0>;
+						qcom,hw-settle-time = <0x0>;
+						qcom,fast-avg-setup = <0x0>;
+						qcom,cal-val = <0x0>;
+					};
+
+					chan@83 {
+						label = "vph_pwr";
+						reg = <0x83>;
+						qcom,decimation = <0x2>;
+						qcom,pre-div-channel-scaling = <0x1>;
+						qcom,calibration-type = "absolute";
+						qcom,scale-function = <0x0>;
+						qcom,hw-settle-time = <0x0>;
+						qcom,fast-avg-setup = <0x0>;
+					};
+
+					chan@85 {
+						label = "vcoin";
+						reg = <0x85>;
+						qcom,decimation = <0x2>;
+						qcom,pre-div-channel-scaling = <0x1>;
+						qcom,calibration-type = "absolute";
+						qcom,scale-function = <0x0>;
+						qcom,hw-settle-time = <0x0>;
+						qcom,fast-avg-setup = <0x0>;
+					};
+
+					chan@4c {
+						label = "xo_therm";
+						reg = <0x4c>;
+						qcom,decimation = <0x2>;
+						qcom,pre-div-channel-scaling = <0x0>;
+						qcom,calibration-type = "ratiometric";
+						qcom,scale-function = <0x4>;
+						qcom,hw-settle-time = <0x2>;
+						qcom,fast-avg-setup = <0x0>;
+					};
+
+					chan@4d {
+						label = "msm_therm";
+						reg = <0x4d>;
+						qcom,decimation = <0x2>;
+						qcom,pre-div-channel-scaling = <0x0>;
+						qcom,calibration-type = "ratiometric";
+						qcom,scale-function = <0x2>;
+						qcom,hw-settle-time = <0x2>;
+						qcom,fast-avg-setup = <0x0>;
+					};
+
+					chan@4f {
+						label = "pa_therm1";
+						reg = <0x4f>;
+						qcom,decimation = <0x2>;
+						qcom,pre-div-channel-scaling = <0x0>;
+						qcom,calibration-type = "ratiometric";
+						qcom,scale-function = <0x2>;
+						qcom,hw-settle-time = <0x2>;
+						qcom,fast-avg-setup = <0x0>;
+					};
+
+					chan@51 {
+						label = "quiet_therm";
+						reg = <0x51>;
+						qcom,decimation = <0x2>;
+						qcom,pre-div-channel-scaling = <0x0>;
+						qcom,calibration-type = "ratiometric";
+						qcom,scale-function = <0x2>;
+						qcom,hw-settle-time = <0x2>;
+						qcom,fast-avg-setup = <0x0>;
+					};
+
+					chan@50 {
+						label = "pa1_therm";
+						reg = <0x50>;
+						qcom,decimation = <0x2>;
+						qcom,pre-div-channel-scaling = <0x0>;
+						qcom,calibration-type = "ratiometric";
+						qcom,scale-function = <0x2>;
+						qcom,hw-settle-time = <0x2>;
+						qcom,fast-avg-setup = <0x0>;
+					};
+				};
+
+				vadc@3400 {
+					compatible = "qcom,qpnp-adc-tm-hc";
+					reg = <0x3400 0x100>;
+					#address-cells = <0x1>;
+					#size-cells = <0x0>;
+					interrupts = <0x0 0x34 0x0 0x1>;
+					interrupt-names = "eoc-int-en-set";
+					qcom,adc-vdd-reference = <0x753>;
+					qcom,adc_tm-vadc = <0x82>;
+					qcom,decimation = <0x0>;
+					qcom,fast-avg-setup = <0x0>;
+					#thermal-sensor-cells = <0x1>;
+					phandle = <0x2ff>;
+
+					chan@83 {
+						label = "vph_pwr";
+						reg = <0x83>;
+						qcom,pre-div-channel-scaling = <0x1>;
+						qcom,calibration-type = "absolute";
+						qcom,scale-function = <0x0>;
+						qcom,hw-settle-time = <0x0>;
+						qcom,btm-channel-number = <0x60>;
+					};
+
+					chan@4c {
+						label = "xo_therm";
+						reg = <0x4c>;
+						qcom,pre-div-channel-scaling = <0x0>;
+						qcom,calibration-type = "ratiometric";
+						qcom,scale-function = <0x4>;
+						qcom,hw-settle-time = <0x2>;
+						qcom,btm-channel-number = <0x68>;
+						qcom,thermal-node;
+					};
+
+					chan@4d {
+						label = "msm_therm";
+						reg = <0x4d>;
+						qcom,pre-div-channel-scaling = <0x0>;
+						qcom,calibration-type = "ratiometric";
+						qcom,scale-function = <0x2>;
+						qcom,hw-settle-time = <0x2>;
+						qcom,btm-channel-number = <0x70>;
+						qcom,thermal-node;
+					};
+
+					chan@4f {
+						label = "pa_therm1";
+						reg = <0x4f>;
+						qcom,pre-div-channel-scaling = <0x0>;
+						qcom,calibration-type = "ratiometric";
+						qcom,scale-function = <0x2>;
+						qcom,hw-settle-time = <0x2>;
+						qcom,btm-channel-number = <0x78>;
+						qcom,thermal-node;
+					};
+
+					chan@51 {
+						label = "quiet_therm";
+						reg = <0x51>;
+						qcom,pre-div-channel-scaling = <0x0>;
+						qcom,calibration-type = "ratiometric";
+						qcom,scale-function = <0x2>;
+						qcom,hw-settle-time = <0x2>;
+						qcom,btm-channel-number = <0x80>;
+						qcom,thermal-node;
+					};
+
+					chan@50 {
+						label = "pa1_therm";
+						reg = <0x50>;
+						qcom,pre-div-channel-scaling = <0x0>;
+						qcom,calibration-type = "ratiometric";
+						qcom,scale-function = <0x2>;
+						qcom,hw-settle-time = <0x2>;
+						qcom,btm-channel-number = <0x90>;
+						qcom,thermal-node;
+					};
+				};
+
+				qcom,clkdiv@5b00 {
+					compatible = "qcom,qpnp-clkdiv";
+					reg = <0x5b00 0x100>;
+					#clock-cells = <0x1>;
+					qcom,cxo-freq = <0x124f800>;
+					qcom,clkdiv-id = <0x1>;
+					qcom,clkdiv-init-freq = <0x124f800>;
+					phandle = <0x300>;
+				};
+
+				qcom,clkdiv@5c00 {
+					compatible = "qcom,qpnp-clkdiv";
+					reg = <0x5c00 0x100>;
+					#clock-cells = <0x1>;
+					qcom,cxo-freq = <0x124f800>;
+					qcom,clkdiv-id = <0x2>;
+					qcom,clkdiv-init-freq = <0x124f800>;
+					phandle = <0x301>;
+				};
+
+				qcom,clkdiv@5d00 {
+					compatible = "qcom,qpnp-clkdiv";
+					reg = <0x5d00 0x100>;
+					#clock-cells = <0x1>;
+					qcom,cxo-freq = <0x124f800>;
+					qcom,clkdiv-id = <0x3>;
+					qcom,clkdiv-init-freq = <0x124f800>;
+					phandle = <0x302>;
+				};
+			};
+
+			qcom,pm8998@1 {
+				compatible = "qcom,spmi-pmic";
+				reg = <0x1 0x0>;
+				#address-cells = <0x2>;
+				#size-cells = <0x0>;
+			};
+
+			qcom,pm8005@4 {
+				compatible = "qcom,spmi-pmic";
+				reg = <0x4 0x0>;
+				#address-cells = <0x2>;
+				#size-cells = <0x0>;
+
+				qcom,revid@100 {
+					compatible = "qcom,qpnp-revid";
+					reg = <0x100 0x100>;
+					phandle = <0x303>;
+				};
+
+				qcom,temp-alarm@2400 {
+					compatible = "qcom,qpnp-temp-alarm";
+					reg = <0x2400 0x100>;
+					interrupts = <0x4 0x24 0x0 0x1>;
+					label = "pm8005_tz";
+					#thermal-sensor-cells = <0x0>;
+					phandle = <0xff>;
+				};
+
+				pinctrl@c000 {
+					compatible = "qcom,spmi-gpio";
+					reg = <0xc000 0x400>;
+					interrupts = <0x4 0xc0 0x0 0x0 0x4 0xc1 0x0 0x0>;
+					interrupt-names = "pm8005_gpio1", "pm8005_gpio2";
+					gpio-controller;
+					#gpio-cells = <0x2>;
+					qcom,gpios-disallowed = <0x3 0x4>;
+					phandle = <0x304>;
+				};
+			};
+
+			qcom,pm8005@5 {
+				compatible = "qcom,spmi-pmic";
+				reg = <0x5 0x0>;
+				#address-cells = <0x2>;
+				#size-cells = <0x0>;
+
+				regulator@1400 {
+					compatible = "qcom,qpnp-regulator";
+					reg = <0x1400 0x100>;
+					regulator-name = "pm8005_s1";
+					status = "disabled";
+				};
+
+				regulator@1700 {
+					compatible = "qcom,qpnp-regulator";
+					reg = <0x1700 0x100>;
+					regulator-name = "pm8005_s2";
+					status = "disabled";
+				};
+
+				regulator@1a00 {
+					compatible = "qcom,qpnp-regulator";
+					reg = <0x1a00 0x100>;
+					regulator-name = "pm8005_s3";
+					status = "disabled";
+				};
+
+				regulator@1d00 {
+					compatible = "qcom,qpnp-regulator";
+					reg = <0x1d00 0x100>;
+					regulator-name = "pm8005_s4";
+					status = "disabled";
+				};
+			};
+
+			qcom,pmi8998@2 {
+				compatible = "qcom,spmi-pmic";
+				reg = <0x2 0x0>;
+				#address-cells = <0x2>;
+				#size-cells = <0x0>;
+				phandle = <0x57d>;
+
+				qcom,revid@100 {
+					compatible = "qcom,qpnp-revid";
+					reg = <0x100 0x100>;
+					qcom,fab-id-valid;
+					phandle = <0x4ed>;
+				};
+
+				qcom,misc@900 {
+					compatible = "qcom,qpnp-misc";
+					reg = <0x900 0x100>;
+					phandle = <0x4f5>;
+				};
+
+				qcom,power-on@800 {
+					compatible = "qcom,qpnp-power-on";
+					reg = <0x800 0x100>;
+				};
+
+				qcom,temp-alarm@2400 {
+					compatible = "qcom,spmi-temp-alarm";
+					reg = <0x2400 0x100>;
+					interrupts = <0x2 0x24 0x0 0x1>;
+					io-channels = <0x4ec 0x7>;
+					io-channel-names = "thermal";
+					#thermal-sensor-cells = <0x0>;
+					phandle = <0x4f9>;
+				};
+
+				pinctrl@c000 {
+					compatible = "qcom,spmi-gpio";
+					reg = <0xc000 0xe00>;
+					interrupts = <0x2 0xc0 0x0 0x0 0x2 0xc1 0x0 0x0 0x2 0xc2 0x0 0x0 0x2 0xc4 0x0 0x0 0x2 0xc5 0x0 0x0 0x2 0xc7 0x0 0x0 0x2 0xc8 0x0 0x0 0x2 0xc9 0x0 0x0 0x2 0xca 0x0 0x0 0x2 0xcb 0x0 0x0 0x2 0xcd 0x0 0x0>;
+					interrupt-names = "pmi8998_gpio1", "pmi8998_gpio2", "pmi8998_gpio3", "pmi8998_gpio5", "pmi8998_gpio6", "pmi8998_gpio8", "pmi8998_gpio9", "pmi8998_gpio10", "pmi8998_gpio11", "pmi8998_gpio12", "pmi8998_gpio14";
+					gpio-controller;
+					#gpio-cells = <0x2>;
+					qcom,gpios-disallowed = <0x4 0x7 0xd>;
+					phandle = <0x4fa>;
+
+					usb2_vbus_boost {
+
+						usb2_vbus_boost_default {
+							pins = "gpio2";
+							function = "normal";
+							output-low;
+							power-source = <0x0>;
+							phandle = <0x57e>;
+						};
+					};
+
+					qnovo_fet_ctrl {
+
+						qnovo_fet_ctrl_default {
+							pins = "gpio6";
+							function = "func1";
+							output-low;
+							input-disable;
+							bias-disable;
+							power-source = <0x0>;
+							qcom,drive-strength = <0x1>;
+							phandle = <0x4ee>;
+						};
+					};
+
+					usb2_vbus_det {
+
+						usb2_vbus_det_default {
+							pins = "gpio8";
+							function = "normal";
+							input-enable;
+							bias-pull-down;
+							power-source = <0x1>;
+							phandle = <0x501>;
+						};
+					};
+
+					usb2_id_det {
+
+						usb2_id_det_default {
+							pins = "gpio9";
+							function = "normal";
+							input-enable;
+							bias-pull-up;
+							power-source = <0x0>;
+							phandle = <0x57f>;
+						};
+					};
+
+					usb2_ext_5v_boost {
+
+						usb2_ext_5v_boost_default {
+							pins = "gpio10";
+							function = "normal";
+							output-low;
+							power-source = <0x0>;
+							phandle = <0x4fb>;
+						};
+					};
+				};
+
+				qcom,qpnp-qnovo@1500 {
+					compatible = "qcom,qpnp-qnovo";
+					reg = <0x1500 0x100>;
+					interrupts = <0x2 0x15 0x0 0x0>;
+					interrupt-names = "ptrain-done";
+					qcom,pmic-revid = <0x4ed>;
+					pinctrl-names = "default";
+					pinctrl-0 = <0x4ee>;
+					phandle = <0x580>;
+				};
+
+				qcom,qpnp-smb2 {
+					compatible = "qcom,qpnp-smb2";
+					#address-cells = <0x1>;
+					#size-cells = <0x1>;
+					#cooling-cells = <0x2>;
+					qcom,pmic-revid = <0x4ed>;
+					io-channels = <0x4ec 0x8 0x4ec 0xa 0x4ec 0x3 0x4ec 0x4>;
+					io-channel-names = "charger_temp", "charger_temp_max", "usbin_i", "usbin_v";
+					qcom,boost-threshold-ua = <0x186a0>;
+					qcom,wipower-max-uw = <0x4c4b40>;
+					dpdm-supply = <0x2af>;
+					qcom,thermal-mitigation = <0x2dc6c0 0x16e360 0xf4240 0x7a120>;
+					qcom,auto-recharge-soc;
+					qcom,suspend-input-on-debug-batt;
+					qcom,dc-icl-ua = <0x124f80>;
+					qcom,fcc-max-ua = <0x7a120>;
+					qcom,usb-icl-ua = <0x1b7740>;
+					qcom,fv-max-uv = <0x429ac8>;
+					ibatmax-little-cold-ma = <0x113>;
+					ibatmax-cool-ma = <0x1a9>;
+					ibatmax-little-cool-ma = <0x2d5>;
+					ibatmax-pre-normal-ma = <0x55f>;
+					ibatmax-normal-ma = <0x79e>;
+					ibatmax-warm-ma = <0x2ee>;
+					vbatmax-little-cold-mv = <0xf87>;
+					vbatmax-cool-mv = <0x1130>;
+					vbatmax-little-cool-mv = <0x1130>;
+					vbatmax-pre-normal-mv = <0x1130>;
+					vbatmax-normal-mv = <0x1130>;
+					vbatmax-warm-mv = <0xff0>;
+					vbatdet-little-cold-mv = <0xe74>;
+					vbatdet-cool-mv = <0x1036>;
+					vbatdet-little-cool-mv = <0x10ae>;
+					vbatdet-pre-normal-mv = <0x10ae>;
+					vbatdet-normal-mv = <0x10ae>;
+					vbatdet-warm-mv = <0xf8c>;
+					cold-bat-decidegc = <0x1e>;
+					little-cold-bat-decidegc = <0x0>;
+					cool-bat-decidegc = <0x32>;
+					little-cool-bat-decidegc = <0x78>;
+					pre-normal-bat-decidegc = <0xa0>;
+					warm-bat-decidegc = <0x1c2>;
+					hot-bat-decidegc = <0x212>;
+					op,sw-iterm-ma = <0x108>;
+					op,sw-check-full-enable;
+					op,otg-icl-ctrl-enable;
+					otg-low-battery-thr = <0xf>;
+					otg-low-bat-icl-thr = <0xf4240>;
+					otg-normal-bat-icl-thr = <0x16e360>;
+					qcom,cutoff-voltage-with-charger = <0xcb2>;
+					disable-pd;
+					qcom,msm-bus,name = "dash_clk_vote";
+					qcom,msm-bus,num-cases = <0x2>;
+					qcom,msm-bus,num-paths = <0x1>;
+					qcom,msm-bus,vectors-KBps = <0x1 0x2db 0x0 0x11e1a300 0x1 0x2db 0x0 0x0>;
+					phandle = <0x581>;
+
+					qcom,chgr@1000 {
+						reg = <0x1000 0x100>;
+						interrupts = <0x2 0x10 0x0 0x1 0x2 0x10 0x1 0x1 0x2 0x10 0x2 0x1 0x2 0x10 0x3 0x1 0x2 0x10 0x4 0x1>;
+						interrupt-names = "chg-error", "chg-state-change", "step-chg-state-change", "step-chg-soc-update-fail", "step-chg-soc-update-request";
+					};
+
+					qcom,otg@1100 {
+						reg = <0x1100 0x100>;
+						interrupts = <0x2 0x11 0x0 0x3 0x2 0x11 0x1 0x3 0x2 0x11 0x2 0x3 0x2 0x11 0x3 0x3>;
+						interrupt-names = "otg-fail", "otg-overcurrent", "otg-oc-dis-sw-sts", "testmode-change-detect";
+					};
+
+					qcom,bat-if@1200 {
+						reg = <0x1200 0x100>;
+						interrupts = <0x2 0x12 0x0 0x1 0x2 0x12 0x1 0x3 0x2 0x12 0x2 0x3 0x2 0x12 0x3 0x3 0x2 0x12 0x4 0x3 0x2 0x12 0x5 0x3>;
+						interrupt-names = "bat-temp", "bat-ocp", "bat-ov", "bat-low", "bat-therm-or-id-missing", "bat-terminal-missing";
+					};
+
+					qcom,usb-chgpth@1300 {
+						reg = <0x1300 0x100>;
+						interrupts = <0x2 0x13 0x0 0x3 0x2 0x13 0x1 0x3 0x2 0x13 0x2 0x3 0x2 0x13 0x3 0x3 0x2 0x13 0x4 0x3 0x2 0x13 0x5 0x1 0x2 0x13 0x6 0x1 0x2 0x13 0x7 0x1>;
+						interrupt-names = "usbin-collapse", "usbin-lt-3p6v", "usbin-uv", "usbin-ov", "usbin-plugin", "usbin-src-change", "usbin-icl-change", "type-c-change";
+					};
+
+					qcom,dc-chgpth@1400 {
+						reg = <0x1400 0x100>;
+						interrupts = <0x2 0x14 0x0 0x3 0x2 0x14 0x1 0x3 0x2 0x14 0x2 0x3 0x2 0x14 0x3 0x3 0x2 0x14 0x4 0x3 0x2 0x14 0x5 0x3 0x2 0x14 0x6 0x1>;
+						interrupt-names = "dcin-collapse", "dcin-lt-3p6v", "dcin-uv", "dcin-ov", "dcin-plugin", "div2-en-dg", "dcin-icl-change";
+					};
+
+					qcom,chgr-misc@1600 {
+						reg = <0x1600 0x100>;
+						interrupts = <0x2 0x16 0x0 0x1 0x2 0x16 0x1 0x1 0x2 0x16 0x2 0x3 0x2 0x16 0x3 0x3 0x2 0x16 0x4 0x3 0x2 0x16 0x5 0x3 0x2 0x16 0x6 0x2 0x2 0x16 0x7 0x3>;
+						interrupt-names = "wdog-snarl", "wdog-bark", "aicl-fail", "aicl-done", "high-duty-cycle", "input-current-limiting", "temperature-change", "switcher-power-ok";
+					};
+
+					qcom,smb2-vconn {
+						regulator-name = "smb2-vconn";
+						phandle = <0x4f0>;
+					};
+
+					qcom,smb2-vbus {
+						regulator-name = "smb2-vbus";
+						phandle = <0x4ef>;
+					};
+				};
+
+				qcom,usb-pdphy@1700 {
+					compatible = "qcom,qpnp-pdphy";
+					reg = <0x1700 0x100>;
+					vdd-pdphy-supply = <0xbb>;
+					vbus-supply = <0x4ef>;
+					vconn-supply = <0x4f0>;
+					interrupts = <0x2 0x17 0x0 0x1 0x2 0x17 0x1 0x1 0x2 0x17 0x2 0x1 0x2 0x17 0x3 0x1 0x2 0x17 0x4 0x1 0x2 0x17 0x5 0x1 0x2 0x17 0x6 0x1>;
+					interrupt-names = "sig-tx", "sig-rx", "msg-tx", "msg-rx", "msg-tx-failed", "msg-tx-discarded", "msg-rx-discarded";
+					qcom,default-sink-caps = <0x1388 0xbb8 0x2328 0xbb8 0x2ee0 0x8ca>;
+					phandle = <0x4fc>;
+				};
+
+				bcl@4200 {
+					compatible = "qcom,msm-bcl-lmh";
+					reg = <0x4200 0xff 0x4300 0xff>;
+					reg-names = "fg_user_adc", "fg_lmh";
+					interrupts = <0x2 0x42 0x0 0x0 0x2 0x42 0x1 0x0 0x2 0x42 0x2 0x0 0x2 0x42 0x3 0x0 0x2 0x42 0x4 0x0>;
+					interrupt-names = "bcl-high-ibat", "bcl-very-high-ibat", "bcl-low-vbat", "bcl-very-low-vbat", "bcl-crit-low-vbat";
+					#thermal-sensor-cells = <0x1>;
+					phandle = <0x4f6>;
+				};
+
+				rradc@4500 {
+					compatible = "qcom,rradc";
+					reg = <0x4500 0x100>;
+					#address-cells = <0x1>;
+					#size-cells = <0x0>;
+					#io-channel-cells = <0x1>;
+					qcom,pmic-revid = <0x4ed>;
+					phandle = <0x4ec>;
+				};
+
+				qpnp,fg {
+					compatible = "qcom,fg-gen3";
+					#address-cells = <0x1>;
+					#size-cells = <0x1>;
+					qcom,pmic-revid = <0x4ed>;
+					io-channels = <0x4ec 0x0>;
+					io-channel-names = "rradc_batt_id";
+					qcom,rradc-base = <0x4500>;
+					qcom,fg-esr-timer-awake = <0x60 0x60>;
+					qcom,fg-esr-timer-asleep = <0x100 0x100>;
+					qcom,fg-esr-timer-charging = <0x0 0x60>;
+					qcom,cycle-counter-en;
+					qcom,hold-soc-while-full;
+					qcom,fg-auto-recharge-soc;
+					qcom,fg-recharge-soc-thr = <0x62>;
+					status = "okay";
+					qcom,battery-data = <0x4f1>;
+					qcom,fg-force-load-profile;
+					oem,use_external_fg;
+					qcom,fg-rsense-sel = <0x0>;
+					qcom,fg-sys-term-current = <0xb4>;
+					qcom,fg-chg-term-current = <0x96>;
+					phandle = <0x582>;
+
+					qcom,fg-batt-soc@4000 {
+						status = "okay";
+						reg = <0x4000 0x100>;
+						interrupts = <0x2 0x40 0x0 0x3 0x2 0x40 0x1 0x3 0x2 0x40 0x2 0x1 0x2 0x40 0x3 0x1 0x2 0x40 0x4 0x3 0x2 0x40 0x5 0x1 0x2 0x40 0x6 0x3 0x2 0x40 0x7 0x3>;
+						interrupt-names = "soc-update", "soc-ready", "bsoc-delta", "msoc-delta", "msoc-low", "msoc-empty", "msoc-high", "msoc-full";
+					};
+
+					qcom,fg-batt-info@4100 {
+						status = "okay";
+						reg = <0x4100 0x100>;
+						interrupts = <0x2 0x41 0x0 0x3 0x2 0x41 0x1 0x3 0x2 0x41 0x2 0x3 0x2 0x41 0x3 0x3 0x2 0x41 0x6 0x3>;
+						interrupt-names = "vbatt-pred-delta", "vbatt-low", "esr-delta", "batt-missing", "batt-temp-delta";
+					};
+
+					qcom,fg-memif@4400 {
+						status = "okay";
+						reg = <0x4400 0x100>;
+						interrupts = <0x2 0x44 0x0 0x3 0x2 0x44 0x1 0x3 0x2 0x44 0x2 0x1>;
+						interrupt-names = "ima-rdy", "mem-xcp", "dma-grant";
+					};
+				};
+			};
+
+			qcom,pmi8998@3 {
+				compatible = "qcom,spmi-pmic";
+				reg = <0x3 0x0>;
+				#address-cells = <0x2>;
+				#size-cells = <0x0>;
+				phandle = <0x583>;
+
+				pwm@b100 {
+					compatible = "qcom,qpnp-pwm";
+					reg = <0xb100 0x100 0xb042 0x7e>;
+					reg-names = "qpnp-lpg-channel-base", "qpnp-lpg-lut-base";
+					qcom,lpg-lut-size = <0x7e>;
+					qcom,channel-id = <0x1>;
+					qcom,supported-sizes = <0x6 0x9>;
+					qcom,ramp-index = <0x0>;
+					#pwm-cells = <0x2>;
+					status = "disabled";
+					phandle = <0x584>;
+				};
+
+				pwm@b200 {
+					compatible = "qcom,qpnp-pwm";
+					reg = <0xb200 0x100 0xb042 0x7e>;
+					reg-names = "qpnp-lpg-channel-base", "qpnp-lpg-lut-base";
+					qcom,lpg-lut-size = <0x7e>;
+					qcom,channel-id = <0x2>;
+					qcom,supported-sizes = <0x6 0x9>;
+					qcom,ramp-index = <0x1>;
+					#pwm-cells = <0x2>;
+					status = "disabled";
+					phandle = <0x585>;
+				};
+
+				pwm@b300 {
+					compatible = "qcom,qpnp-pwm";
+					reg = <0xb300 0x100 0xb042 0x7e>;
+					reg-names = "qpnp-lpg-channel-base", "qpnp-lpg-lut-base";
+					qcom,lpg-lut-size = <0x7e>;
+					qcom,channel-id = <0x3>;
+					qcom,supported-sizes = <0x6 0x9>;
+					qcom,ramp-index = <0x2>;
+					#pwm-cells = <0x2>;
+					phandle = <0x4f4>;
+				};
+
+				pwm@b400 {
+					compatible = "qcom,qpnp-pwm";
+					reg = <0xb400 0x100 0xb042 0x7e>;
+					reg-names = "qpnp-lpg-channel-base", "qpnp-lpg-lut-base";
+					qcom,lpg-lut-size = <0x7e>;
+					qcom,channel-id = <0x4>;
+					qcom,supported-sizes = <0x6 0x9>;
+					qcom,ramp-index = <0x3>;
+					#pwm-cells = <0x2>;
+					phandle = <0x4f3>;
+				};
+
+				pwm@b500 {
+					compatible = "qcom,qpnp-pwm";
+					reg = <0xb500 0x100 0xb042 0x7e>;
+					reg-names = "qpnp-lpg-channel-base", "qpnp-lpg-lut-base";
+					qcom,lpg-lut-size = <0x7e>;
+					qcom,channel-id = <0x5>;
+					qcom,supported-sizes = <0x6 0x9>;
+					qcom,ramp-index = <0x4>;
+					#pwm-cells = <0x2>;
+					phandle = <0x4f2>;
+				};
+
+				pwm@b600 {
+					compatible = "qcom,qpnp-pwm";
+					reg = <0xb600 0x100 0xb042 0x7e>;
+					reg-names = "qpnp-lpg-channel-base", "qpnp-lpg-lut-base";
+					qcom,lpg-lut-size = <0x7e>;
+					qcom,channel-id = <0x6>;
+					qcom,supported-sizes = <0x6 0x9>;
+					qcom,ramp-index = <0x5>;
+					#pwm-cells = <0x2>;
+					status = "disabled";
+					phandle = <0x586>;
+				};
+
+				qcom,leds@d000 {
+					compatible = "qcom,leds-qpnp";
+					reg = <0xd000 0x100>;
+					label = "rgb";
+					status = "okay";
+
+					qcom,rgb_0 {
+						label = "rgb";
+						qcom,id = <0x3>;
+						qcom,mode = "pwm";
+						pwms = <0x4f2 0x0 0x0>;
+						qcom,pwm-us = <0x3e8>;
+						qcom,max-current = <0xc>;
+						qcom,default-state = "off";
+						linux,name = "red";
+						qcom,use-blink;
+						qcom,duty-pcts = [00 05 0a 0f 14 1d 28 32 3c 4b 64];
+						qcom,duty-ms = <0x14>;
+						qcom,start-idx = <0x1>;
+						qcom,idx-len = <0xb>;
+						qcom,lut-flags = <0x1f>;
+						qcom,ramp-step-ms = <0x64>;
+						qcom,pause-lo = <0x7d0>;
+						qcom,pause-hi = <0x3e8>;
+						phandle = <0x587>;
+					};
+
+					qcom,rgb_1 {
+						label = "rgb";
+						qcom,id = <0x4>;
+						qcom,mode = "pwm";
+						pwms = <0x4f3 0x0 0x0>;
+						qcom,pwm-us = <0x3e8>;
+						qcom,max-current = <0xc>;
+						qcom,default-state = "off";
+						linux,name = "green";
+						qcom,use-blink;
+						qcom,duty-pcts = [00 05 0a 0f 14 1d 28 32 3c 4b 64];
+						qcom,duty-ms = <0x14>;
+						qcom,start-idx = <0xd>;
+						qcom,idx-len = <0xb>;
+						qcom,lut-flags = <0x1f>;
+						qcom,ramp-step-ms = <0x64>;
+						qcom,pause-lo = <0x7d0>;
+						qcom,pause-hi = <0x3e8>;
+						phandle = <0x588>;
+					};
+
+					qcom,rgb_2 {
+						label = "rgb";
+						qcom,id = <0x5>;
+						qcom,mode = "pwm";
+						pwms = <0x4f4 0x0 0x0>;
+						qcom,pwm-us = <0x3e8>;
+						qcom,max-current = <0xc>;
+						qcom,default-state = "off";
+						linux,name = "blue";
+						qcom,use-blink;
+						qcom,duty-pcts = [00 05 0a 0f 14 1d 28 32 3c 4b 64];
+						qcom,duty-ms = <0x14>;
+						qcom,start-idx = <0xd>;
+						qcom,idx-len = <0xb>;
+						qcom,lut-flags = <0x1f>;
+						qcom,ramp-step-ms = <0x64>;
+						qcom,pause-lo = <0x7d0>;
+						qcom,pause-hi = <0x3e8>;
+						phandle = <0x589>;
+					};
+				};
+
+				qpnp-labibb-regulator {
+					compatible = "qcom,qpnp-labibb-regulator";
+					#address-cells = <0x1>;
+					#size-cells = <0x1>;
+					qcom,pmic-revid = <0x4ed>;
+					status = "disabled";
+					qcom,qpnp-labibb-mode = "lcd";
+					phandle = <0x58a>;
+
+					qcom,ibb@dc00 {
+						reg = <0xdc00 0x100>;
+						reg-names = "ibb_reg";
+						regulator-name = "ibb_reg";
+						regulator-min-microvolt = <0x4630c0>;
+						regulator-max-microvolt = <0x5b8d80>;
+						interrupts = <0x3 0xdc 0x2 0x1>;
+						interrupt-names = "ibb-sc-err";
+						qcom,qpnp-ibb-min-voltage = <0x155cc0>;
+						qcom,qpnp-ibb-step-size = <0x186a0>;
+						qcom,qpnp-ibb-slew-rate = <0x1e8480>;
+						qcom,qpnp-ibb-use-default-voltage;
+						qcom,qpnp-ibb-init-voltage = <0x53ec60>;
+						qcom,qpnp-ibb-init-amoled-voltage = <0x3d0900>;
+						qcom,qpnp-ibb-init-lcd-voltage = <0x53ec60>;
+						qcom,qpnp-ibb-soft-start = <0x3e8>;
+						qcom,qpnp-ibb-lab-pwrup-delay = <0x1f40>;
+						qcom,qpnp-ibb-lab-pwrdn-delay = <0x1f40>;
+						qcom,qpnp-ibb-en-discharge;
+						qcom,qpnp-ibb-full-pull-down;
+						qcom,qpnp-ibb-pull-down-enable;
+						qcom,qpnp-ibb-switching-clock-frequency = <0x5c8>;
+						qcom,qpnp-ibb-limit-maximum-current = <0x60e>;
+						qcom,qpnp-ibb-debounce-cycle = <0x10>;
+						qcom,qpnp-ibb-limit-max-current-enable;
+						qcom,qpnp-ibb-ps-enable;
+						phandle = <0x4d9>;
+					};
+
+					qcom,lab@de00 {
+						reg = <0xde00 0x100>;
+						reg-names = "lab";
+						regulator-name = "lab_reg";
+						regulator-min-microvolt = <0x4630c0>;
+						regulator-max-microvolt = <0x5b8d80>;
+						interrupts = <0x3 0xde 0x0 0x1 0x3 0xde 0x1 0x1>;
+						interrupt-names = "lab-vreg-ok", "lab-sc-err";
+						qcom,qpnp-lab-min-voltage = <0x4630c0>;
+						qcom,qpnp-lab-step-size = <0x186a0>;
+						qcom,qpnp-lab-slew-rate = <0x1388>;
+						qcom,qpnp-lab-use-default-voltage;
+						qcom,qpnp-lab-init-voltage = <0x53ec60>;
+						qcom,qpnp-lab-init-amoled-voltage = <0x4630c0>;
+						qcom,qpnp-lab-init-lcd-voltage = <0x53ec60>;
+						qcom,qpnp-lab-soft-start = <0x320>;
+						qcom,qpnp-lab-full-pull-down;
+						qcom,qpnp-lab-pull-down-enable;
+						qcom,qpnp-lab-switching-clock-frequency = <0x640>;
+						qcom,qpnp-lab-limit-maximum-current = <0x640>;
+						qcom,qpnp-lab-limit-max-current-enable;
+						qcom,qpnp-lab-ps-threshold = <0x46>;
+						qcom,qpnp-lab-ps-enable;
+						qcom,qpnp-lab-nfet-size = <0x64>;
+						qcom,qpnp-lab-pfet-size = <0x64>;
+						qcom,qpnp-lab-max-precharge-time = <0x1f4>;
+						phandle = <0x4d8>;
+					};
+				};
+
+				qcom,leds@d800 {
+					compatible = "qcom,qpnp-wled";
+					reg = <0xd800 0x100 0xd900 0x100>;
+					reg-names = "qpnp-wled-ctrl-base", "qpnp-wled-sink-base";
+					interrupts = <0x3 0xd8 0x1 0x1 0x3 0xd8 0x2 0x1>;
+					interrupt-names = "ovp-irq", "sc-irq";
+					linux,name = "wled";
+					linux,default-trigger = "bkl-trigger";
+					qcom,fdbk-output = "auto";
+					qcom,vref-uv = <0x1f20c>;
+					qcom,switch-freq-khz = <0x320>;
+					qcom,ovp-mv = <0x73a0>;
+					qcom,ilim-ma = <0x3ca>;
+					qcom,boost-duty-ns = <0x1a>;
+					qcom,mod-freq-khz = <0x2580>;
+					qcom,dim-mode = "hybrid";
+					qcom,hyb-thres = <0x271>;
+					qcom,sync-dly-us = <0x320>;
+					qcom,fs-curr-ua = <0x61a8>;
+					qcom,cons-sync-write-delay-us = <0x3e8>;
+					qcom,led-strings-list = [01 02];
+					qcom,en-ext-pfet-sc-pro;
+					qcom,pmic-revid = <0x4ed>;
+					qcom,loop-auto-gm-en;
+					qcom,auto-calibration-enable;
+					status = "disabled";
+					phandle = <0x58b>;
+				};
+
+				qcom,leds@d300 {
+					compatible = "qcom,qpnp-flash-led-v2";
+					status = "okay";
+					reg = <0xd300 0x100>;
+					label = "flash";
+					interrupts = <0x3 0xd3 0x0 0x1 0x3 0xd3 0x3 0x1 0x3 0xd3 0x4 0x1>;
+					interrupt-names = "led-fault-irq", "all-ramp-down-done-irq", "all-ramp-up-done-irq";
+					qcom,hdrm-auto-mode;
+					qcom,short-circuit-det;
+					qcom,open-circuit-det;
+					qcom,vph-droop-det;
+					qcom,thermal-derate-en;
+					qcom,thermal-derate-current = <0xc8 0x1f4 0x3e8>;
+					qcom,isc-delay = <0xc0>;
+					qcom,pmic-revid = <0x4ed>;
+					phandle = <0x58c>;
+
+					qcom,flash_0 {
+						label = "flash";
+						qcom,led-name = "led:flash_0";
+						qcom,max-current = <0x5dc>;
+						qcom,default-led-trigger = "flash0_trigger";
+						qcom,id = <0x0>;
+						qcom,current-ma = <0x3e8>;
+						qcom,duration-ms = <0x500>;
+						qcom,ires-ua = <0x30d4>;
+						qcom,hdrm-voltage-mv = <0x145>;
+						qcom,hdrm-vol-hi-lo-win-mv = <0x64>;
+						phandle = <0x53d>;
+					};
+
+					qcom,flash_1 {
+						label = "flash";
+						qcom,led-name = "led:flash_1";
+						qcom,max-current = <0x5dc>;
+						qcom,default-led-trigger = "flash1_trigger";
+						qcom,id = <0x1>;
+						qcom,current-ma = <0x3e8>;
+						qcom,duration-ms = <0x500>;
+						qcom,ires-ua = <0x30d4>;
+						qcom,hdrm-voltage-mv = <0x145>;
+						qcom,hdrm-vol-hi-lo-win-mv = <0x64>;
+						phandle = <0x53e>;
+					};
+
+					qcom,flash_2 {
+						label = "flash";
+						qcom,led-name = "led:flash_2";
+						qcom,max-current = <0x2ee>;
+						qcom,default-led-trigger = "flash2_trigger";
+						qcom,id = <0x2>;
+						qcom,current-ma = <0x1f4>;
+						qcom,duration-ms = <0x500>;
+						qcom,ires-ua = <0x30d4>;
+						qcom,hdrm-voltage-mv = <0x145>;
+						qcom,hdrm-vol-hi-lo-win-mv = <0x64>;
+						phandle = <0x58d>;
+					};
+
+					qcom,torch_0 {
+						label = "torch";
+						qcom,led-name = "led:torch_0";
+						qcom,max-current = <0x1f4>;
+						qcom,default-led-trigger = "torch0_trigger";
+						qcom,id = <0x0>;
+						qcom,current-ma = <0x12c>;
+						qcom,ires-ua = <0x30d4>;
+						qcom,hdrm-voltage-mv = <0x145>;
+						qcom,hdrm-vol-hi-lo-win-mv = <0x64>;
+						phandle = <0x53f>;
+					};
+
+					qcom,torch_1 {
+						label = "torch";
+						qcom,led-name = "led:torch_1";
+						qcom,max-current = <0x1f4>;
+						qcom,default-led-trigger = "torch1_trigger";
+						qcom,id = <0x1>;
+						qcom,current-ma = <0x12c>;
+						qcom,ires-ua = <0x30d4>;
+						qcom,hdrm-voltage-mv = <0x145>;
+						qcom,hdrm-vol-hi-lo-win-mv = <0x64>;
+						phandle = <0x540>;
+					};
+
+					qcom,torch_2 {
+						label = "torch";
+						qcom,led-name = "led:torch_2";
+						qcom,max-current = <0x1f4>;
+						qcom,default-led-trigger = "torch2_trigger";
+						qcom,id = <0x2>;
+						qcom,current-ma = <0x12c>;
+						qcom,ires-ua = <0x30d4>;
+						qcom,hdrm-voltage-mv = <0x145>;
+						qcom,hdrm-vol-hi-lo-win-mv = <0x64>;
+						phandle = <0x58e>;
+					};
+
+					qcom,led_switch_0 {
+						label = "switch";
+						qcom,led-name = "led:switch_0";
+						qcom,led-mask = <0x3>;
+						qcom,default-led-trigger = "switch0_trigger";
+						phandle = <0x541>;
+					};
+
+					qcom,led_switch_1 {
+						label = "switch";
+						qcom,led-name = "led:switch_1";
+						qcom,led-mask = <0x4>;
+						qcom,default-led-trigger = "switch1_trigger";
+						pinctrl-names = "led_enable", "led_disable";
+						pinctrl-0 = <0x3e6>;
+						pinctrl-1 = <0x3e7>;
+						phandle = <0x58f>;
+					};
+
+					qcom,led_switch_2 {
+						label = "switch";
+						qcom,led-name = "led:switch_2";
+						qcom,led-mask = <0x4>;
+						qcom,default-led-trigger = "switch2_trigger";
+						pinctrl-names = "led_enable", "led_disable";
+						pinctrl-0 = <0x3e8>;
+						pinctrl-1 = <0x3e9>;
+						phandle = <0x590>;
+					};
+				};
+
+				qcom,haptics@c000 {
+					compatible = "qcom,qpnp-haptics";
+					reg = <0xc000 0x100>;
+					interrupts = <0x3 0xc0 0x0 0x3 0x3 0xc0 0x1 0x3>;
+					interrupt-names = "hap-sc-irq", "hap-play-irq";
+					qcom,pmic-revid = <0x4ed>;
+					qcom,pmic-misc = <0x4f5>;
+					qcom,misc-clk-trim-error-reg = <0xf3>;
+					qcom,actuator-type = <0x0>;
+					qcom,play-mode = "buffer";
+					qcom,vmax-mv = <0x828>;
+					qcom,ilim-ma = <0x320>;
+					qcom,sc-dbc-cycles = <0x8>;
+					qcom,wave-play-rate-us = <0x109f>;
+					qcom,en-brake;
+					qcom,lra-high-z = "opt1";
+					qcom,lra-auto-res-mode = "zxd-eop";
+					qcom,lra-res-cal-period = <0x20>;
+					status = "okay";
+					qcom,lra-auto-mode;
+					qcom,wave-shape = "sine";
+					qcom,brake-pattern = <0x3 0x3 0x3 0x3>;
+					qcom,drive-period-code-max-variation-pct = <0x5>;
+					qcom,drive-period-code-min-variation-pct = <0x5>;
+					qcom,wave-rep-cnt = <0x1>;
+					qcom,wave-samp-rep-cnt = <0x1>;
+					phandle = <0x591>;
+				};
+			};
+		};
+
+		qcom,spmi-debug@6b22000 {
+			compatible = "qcom,spmi-pmic-arb-debug";
+			reg = <0x6b22000 0x60 0x7820a8 0x4>;
+			reg-names = "core", "fuse";
+			clocks = <0x7f 0x0>;
+			clock-names = "core_clk";
+			qcom,fuse-disable-bit = <0xc>;
+			#address-cells = <0x2>;
+			#size-cells = <0x0>;
+			phandle = <0x305>;
+
+			qcom,pm8998-debug@0 {
+				compatible = "qcom,spmi-pmic";
+				reg = <0x0 0x0>;
+				#address-cells = <0x2>;
+				#size-cells = <0x0>;
+				qcom,can-sleep;
+			};
+
+			qcom,pm8998-debug@1 {
+				compatible = "qcom,spmi-pmic";
+				reg = <0x1 0x0>;
+				#address-cells = <0x2>;
+				#size-cells = <0x0>;
+				qcom,can-sleep;
+			};
+
+			qcom,pmi8998-debug@2 {
+				compatible = "qcom,spmi-pmic";
+				reg = <0x2 0x0>;
+				#address-cells = <0x2>;
+				#size-cells = <0x0>;
+				qcom,can-sleep;
+			};
+
+			qcom,pmi8998-debug@3 {
+				compatible = "qcom,spmi-pmic";
+				reg = <0x3 0x0>;
+				#address-cells = <0x2>;
+				#size-cells = <0x0>;
+				qcom,can-sleep;
+			};
+
+			qcom,pm8005-debug@4 {
+				compatible = "qcom,spmi-pmic";
+				reg = <0x4 0x0>;
+				#address-cells = <0x2>;
+				#size-cells = <0x0>;
+				qcom,can-sleep;
+			};
+
+			qcom,pm8005-debug@5 {
+				compatible = "qcom,spmi-pmic";
+				reg = <0x5 0x0>;
+				#address-cells = <0x2>;
+				#size-cells = <0x0>;
+				qcom,can-sleep;
+			};
+		};
+
+		qcom,cpubw {
+			compatible = "qcom,devbw";
+			governor = "performance";
+			qcom,src-dst-ports = <0x1 0x302>;
+			qcom,active-only;
+			qcom,bw-tbl = <0x8f0 0x11e1 0x1964 0x1fc4 0x23c3 0x300a 0x379c>;
+			phandle = <0x83>;
+		};
+
+		qcom,cpu-bwmon {
+			compatible = "qcom,bimc-bwmon4";
+			reg = <0x1436400 0x300 0x1436300 0x200>;
+			reg-names = "base", "global_base";
+			interrupts = <0x0 0x245 0x4>;
+			qcom,mport = <0x0>;
+			qcom,hw-timer-hz = <0x124f800>;
+			qcom,target-dev = <0x83>;
+			qcom,count-unit = <0x10000>;
+			phandle = <0x306>;
+		};
+
+		qcom,llccbw {
+			compatible = "qcom,devbw";
+			governor = "performance";
+			qcom,src-dst-ports = <0x81 0x200>;
+			qcom,active-only;
+			qcom,bw-tbl = <0x2fa 0x478 0x6b8 0x826 0xa25 0xb71 0xf27 0x134f 0x172b 0x1ae1>;
+			phandle = <0x84>;
+		};
+
+		qcom,llcc-bwmon {
+			compatible = "qcom,bimc-bwmon5";
+			reg = <0x114a000 0x1000>;
+			reg-names = "base";
+			interrupts = <0x0 0x244 0x4>;
+			qcom,hw-timer-hz = <0x124f800>;
+			qcom,target-dev = <0x84>;
+			qcom,count-unit = <0x400000>;
+			qcom,byte-mid-mask = <0xe000>;
+			qcom,byte-mid-match = <0xe000>;
+			phandle = <0x307>;
+		};
+
+		qcom,memlat-cpu0 {
+			compatible = "qcom,devbw";
+			governor = "powersave";
+			qcom,src-dst-ports = <0x1 0x200>;
+			qcom,active-only;
+			qcom,bw-tbl = <0x2fa 0x478 0x6b8 0x826 0xa25 0xb71 0xf27 0x134f 0x172b 0x1ae1>;
+			phandle = <0x85>;
+		};
+
+		qcom,memlat-cpu4 {
+			compatible = "qcom,devbw";
+			governor = "powersave";
+			qcom,src-dst-ports = <0x1 0x200>;
+			qcom,active-only;
+			status = "ok";
+			qcom,bw-tbl = <0x2fa 0x478 0x6b8 0x826 0xa25 0xb71 0xf27 0x134f 0x172b 0x1ae1>;
+			phandle = <0x86>;
+		};
+
+		qcom,snoc_cnoc_keepalive {
+			compatible = "qcom,devbw";
+			governor = "powersave";
+			qcom,src-dst-ports = <0x8b 0x273>;
+			qcom,active-only;
+			status = "ok";
+			qcom,bw-tbl = <0x1>;
+			phandle = <0x308>;
+		};
+
+		qcom,cpu0-memlat-mon {
+			compatible = "qcom,arm-memlat-mon";
+			qcom,cpulist = <0x11 0x12 0x13 0x14>;
+			qcom,target-dev = <0x85>;
+			qcom,cachemiss-ev = <0x2a>;
+			qcom,core-dev-table = <0x493e0 0x2fa 0xb6d00 0x6b8 0x114900 0x826 0x15f900 0xb71 0x185100 0xf27>;
+			phandle = <0x309>;
+		};
+
+		qcom,cpu4-memlat-mon {
+			compatible = "qcom,arm-memlat-mon";
+			qcom,cpulist = <0x15 0x16 0x17 0x18>;
+			qcom,target-dev = <0x86>;
+			qcom,cachemiss-ev = <0x2a>;
+			qcom,core-dev-table = <0x493e0 0x2fa 0x79e00 0x6b8 0xc4e00 0x826 0xfd200 0xb71 0x122a00 0xf27 0x180600 0x134f 0x1a5e00 0x172b 0x1de200 0x1ae1>;
+			phandle = <0x30a>;
+		};
+
+		qcom,l3-cpu0 {
+			compatible = "devfreq-simple-dev";
+			clock-names = "devfreq_clk";
+			clocks = <0x87 0x3>;
+			governor = "performance";
+			phandle = <0x88>;
+		};
+
+		qcom,l3-cpu4 {
+			compatible = "devfreq-simple-dev";
+			clock-names = "devfreq_clk";
+			clocks = <0x87 0x4>;
+			governor = "performance";
+			phandle = <0x89>;
+		};
+
+		qcom,cpu0-l3lat-mon {
+			compatible = "qcom,arm-memlat-mon";
+			qcom,cpulist = <0x11 0x12 0x13 0x14>;
+			qcom,target-dev = <0x88>;
+			qcom,cachemiss-ev = <0x17>;
+			qcom,core-dev-table = <0x493e0 0x11e1a300 0x75300 0x18085800 0x9f600 0x1c9c3800 0xb6d00 0x22551000 0xdc500 0x26e8f000 0xef100 0x2ca1c800 0x114900 0x325aa000 0x12c000 0x38137800 0x143700 0x3dcc5000 0x15ae00 0x43852800 0x172500 0x48190800 0x19c800 0x4dd1e000 0x1af400 0x538ab800>;
+			phandle = <0x30b>;
+		};
+
+		qcom,cpu4-l3lat-mon {
+			compatible = "qcom,arm-memlat-mon";
+			qcom,cpulist = <0x15 0x16 0x17 0x18>;
+			qcom,target-dev = <0x89>;
+			qcom,cachemiss-ev = <0x17>;
+			qcom,core-dev-table = <0x493e0 0x11e1a300 0xc9900 0x22551000 0x114900 0x2ca1c800 0x14cd00 0x38137800 0x19c800 0x48190800 0x1e7800 0x4dd1e000 0x249f00 0x538ab800 0x29e500 0x5efc6800>;
+			phandle = <0x30c>;
+		};
+
+		qcom,l3-cdsp {
+			compatible = "devfreq-simple-dev";
+			clock-names = "devfreq_clk";
+			clocks = <0x87 0xd>;
+			governor = "powersave";
+			phandle = <0xa0>;
+		};
+
+		cpu-pmu {
+			compatible = "arm,armv8-pmuv3";
+			qcom,irq-is-percpu;
+			interrupts = <0x1 0x5 0x4>;
+			phandle = <0x30d>;
+		};
+
+		qcom,mincpubw {
+			compatible = "qcom,devbw";
+			governor = "powersave";
+			qcom,src-dst-ports = <0x1 0x200>;
+			qcom,active-only;
+			qcom,bw-tbl = <0x2fa 0x478 0x6b8 0x826 0xa25 0xb71 0xf27 0x134f 0x172b 0x1ae1>;
+			phandle = <0x8a>;
+		};
+
+		devfreq-cpufreq {
+			phandle = <0x30e>;
+
+			mincpubw-cpufreq {
+				target-dev = <0x8a>;
+				cpu-to-dev-map-0 = <0x1a1300 0x2fa>;
+				cpu-to-dev-map-4 = <0x1cb600 0x2fa 0x249f00 0xf27>;
+			};
+		};
+
+		qcom,devfreq-compute {
+			compatible = "qcom,arm-cpu-mon";
+			qcom,cpulist = <0x15 0x16 0x17 0x18>;
+			qcom,target-dev = <0x8a>;
+			qcom,core-dev-table = <0x1cb600 0x2fa 0x286e00 0xf27 0x29e500 0x1ae1>;
+			phandle = <0x30f>;
+		};
+
+		qcom,rpmhclk {
+			compatible = "qcom,rpmh-clk-sdm845";
+			#clock-cells = <0x1>;
+			mboxes = <0x8b 0x0>;
+			mbox-names = "apps";
+			phandle = <0x21>;
+		};
+
+		qcom,gcc@100000 {
+			compatible = "qcom,gcc-sdm845-v2", "syscon";
+			reg = <0x100000 0x1f0000>;
+			reg-names = "cc_base";
+			vdd_cx-supply = <0x1b>;
+			vdd_cx_ao-supply = <0x8c>;
+			#clock-cells = <0x1>;
+			#reset-cells = <0x1>;
+			phandle = <0x22>;
+		};
+
+		qcom,videocc@ab00000 {
+			compatible = "qcom,video_cc-sdm845-v2", "syscon";
+			reg = <0xab00000 0x10000>;
+			reg-names = "cc_base";
+			vdd_cx-supply = <0x1b>;
+			#clock-cells = <0x1>;
+			#reset-cells = <0x1>;
+			phandle = <0xa5>;
+		};
+
+		qcom,camcc@ad00000 {
+			compatible = "qcom,cam_cc-sdm845-v2", "syscon";
+			reg = <0xad00000 0x10000>;
+			reg-names = "cc_base";
+			vdd_cx-supply = <0x1b>;
+			vdd_mx-supply = <0x8d>;
+			qcom,cam_cc_csi0phytimer_clk_src-opp-handle = <0x8e>;
+			qcom,cam_cc_csi1phytimer_clk_src-opp-handle = <0x8f>;
+			qcom,cam_cc_csi2phytimer_clk_src-opp-handle = <0x90>;
+			qcom,cam_cc_cci_clk_src-opp-handle = <0x91>;
+			qcom,cam_cc_ife_0_csid_clk_src-opp-handle = <0x92>;
+			qcom,cam_cc_ife_0_clk_src-opp-handle = <0x93>;
+			qcom,cam_cc_ife_1_csid_clk_src-opp-handle = <0x94>;
+			qcom,cam_cc_ife_1_clk_src-opp-handle = <0x95>;
+			qcom,cam_cc_ife_lite_csid_clk_src-opp-handle = <0x96>;
+			qcom,cam_cc_ife_lite_clk_src-opp-handle = <0x97>;
+			qcom,cam_cc_icp_clk_src-opp-handle = <0x98>;
+			qcom,cam_cc_ipe_0_clk_src-opp-handle = <0x99>;
+			qcom,cam_cc_ipe_1_clk_src-opp-handle = <0x9a>;
+			qcom,cam_cc_bps_clk_src-opp-handle = <0x9b>;
+			#clock-cells = <0x1>;
+			#reset-cells = <0x1>;
+			qcom,cam_cc_csi3phytimer_clk_src-opp-handle = <0x9c>;
+			phandle = <0xa6>;
+		};
+
+		qcom,dispcc@af00000 {
+			compatible = "qcom,dispcc-sdm845-v2", "syscon";
+			reg = <0xaf00000 0x10000>;
+			reg-names = "cc_base";
+			vdd_cx-supply = <0x1b>;
+			#clock-cells = <0x1>;
+			#reset-cells = <0x1>;
+			phandle = <0x20>;
+		};
+
+		qcom,gpucc@5090000 {
+			compatible = "qcom,gpucc-sdm845-v2", "syscon";
+			reg = <0x5090000 0x9000>;
+			reg-names = "cc_base";
+			vdd_cx-supply = <0x1b>;
+			vdd_mx-supply = <0x8d>;
+			qcom,gpu_cc_gmu_clk_src-opp-handle = <0x9d>;
+			#clock-cells = <0x1>;
+			#reset-cells = <0x1>;
+			phandle = <0xa7>;
+		};
+
+		qcom,gfxcc@5090000 {
+			compatible = "qcom,gfxcc-sdm845-v2";
+			reg = <0x5090000 0x9000>;
+			reg-names = "cc_base";
+			vdd_gfx-supply = <0x1d>;
+			qcom,gpu_cc_gx_gfx3d_clk_src-opp-handle = <0x9e>;
+			#clock-cells = <0x1>;
+			#reset-cells = <0x1>;
+			phandle = <0x1c>;
+		};
+
+		syscon@17970018 {
+			compatible = "syscon";
+			reg = <0x17970018 0x4>;
+			phandle = <0xa8>;
+		};
+
+		qcom,cpucc@0x17d41000 {
+			compatible = "qcom,clk-cpu-osm-v2";
+			reg = <0x17d41000 0x1400 0x17d43000 0x1400 0x17d45800 0x1400>;
+			reg-names = "osm_l3_base", "osm_pwrcl_base", "osm_perfcl_base";
+			vdd_l3_mx_ao-supply = <0x9f>;
+			vdd_pwrcl_mx_ao-supply = <0x9f>;
+			qcom,mx-turbo-freq = <0x581e9800 0x64b54000 0xc4b20101>;
+			l3-devs = <0x88 0x89 0xa0 0x9e>;
+			clock-names = "xo_ao";
+			clocks = <0x21 0x1>;
+			#clock-cells = <0x1>;
+			phandle = <0x87>;
+
+			qcom,limits-dcvs@0 {
+				compatible = "qcom,msm-hw-limits";
+				interrupts = <0x0 0x20 0x4>;
+				qcom,affinity = <0x0>;
+				#thermal-sensor-cells = <0x0>;
+				phandle = <0x2>;
+			};
+
+			qcom,limits-dcvs@1 {
+				compatible = "qcom,msm-hw-limits";
+				interrupts = <0x0 0x21 0x4>;
+				qcom,affinity = <0x1>;
+				#thermal-sensor-cells = <0x0>;
+				isens_vref-supply = <0xa1>;
+				isens-vref-settings = <0xd6d80 0xd6d80 0x4e20>;
+				phandle = <0xa>;
+			};
+
+			qcom,wil6210 {
+				compatible = "qcom,wil6210";
+				qcom,pcie-parent = <0xa2>;
+				qcom,wigig-en = <0x34 0x27 0x0>;
+				qcom,msm-bus,name = "wil6210";
+				qcom,msm-bus,num-cases = <0x2>;
+				qcom,msm-bus,num-paths = <0x1>;
+				qcom,msm-bus,vectors-KBps = <0x2d 0x200 0x0 0x0 0x2d 0x200 0x927c0 0xc3500>;
+				qcom,use-ext-supply;
+				vdd-supply = <0xa3>;
+				vddio-supply = <0xa4>;
+				qcom,use-ext-clocks;
+				clocks = <0x21 0xa 0x21 0xb>;
+				clock-names = "rf_clk3_clk", "rf_clk3_pin_clk";
+				qcom,smmu-support;
+				qcom,smmu-mapping = <0x20000000 0xe0000000>;
+				qcom,smmu-s1-en;
+				qcom,smmu-fast-map;
+				qcom,smmu-coherent;
+				qcom,keep-radio-on-during-sleep;
+				status = "ok";
+				phandle = <0x310>;
+			};
+		};
+
+		qcom,cc-debug@100000 {
+			compatible = "qcom,debugcc-sdm845";
+			qcom,cc-count = <0x6>;
+			qcom,gcc = <0x22>;
+			qcom,videocc = <0xa5>;
+			qcom,camcc = <0xa6>;
+			qcom,dispcc = <0x20>;
+			qcom,gpucc = <0xa7>;
+			qcom,cpucc = <0xa8>;
+			clock-names = "xo_clk_src";
+			clocks = <0x21 0x0>;
+			#clock-cells = <0x1>;
+			phandle = <0x311>;
+		};
+
+		qcom,aopclk {
+			compatible = "qcom,aop-qmp-clk-v1";
+			#clock-cells = <0x1>;
+			mboxes = <0x81 0x0>;
+			mbox-names = "qdss_clk";
+			phandle = <0x7f>;
+		};
+
+		ufsice@1d90000 {
+			compatible = "qcom,ice";
+			reg = <0x1d90000 0x8000>;
+			qcom,enable-ice-clk;
+			clock-names = "ufs_core_clk", "bus_clk", "iface_clk", "ice_core_clk";
+			clocks = <0x22 0x8a 0x22 0x88 0x22 0x89 0x22 0x8c>;
+			qcom,op-freq-hz = <0x0 0x0 0x0 0x11e1a300>;
+			vdd-hba-supply = <0xa9>;
+			qcom,msm-bus,name = "ufs_ice_noc";
+			qcom,msm-bus,num-cases = <0x2>;
+			qcom,msm-bus,num-paths = <0x1>;
+			qcom,msm-bus,vectors-KBps = <0x1 0x28a 0x0 0x0 0x1 0x28a 0x3e8 0x0>;
+			qcom,bus-vector-names = "MIN", "MAX";
+			qcom,instance-type = "ufs";
+			phandle = <0xab>;
+		};
+
+		ufsphy_mem@1d87000 {
+			reg = <0x1d87000 0xda8>;
+			reg-names = "phy_mem";
+			#phy-cells = <0x0>;
+			lanes-per-direction = <0x2>;
+			clock-names = "ref_clk_src", "ref_clk", "ref_aux_clk";
+			clocks = <0x21 0x0 0x22 0x88 0x22 0xb9>;
+			status = "ok";
+			phandle = <0xaa>;
+			compatible = "qcom,ufs-phy-qmp-v3";
+			vdda-phy-supply = <0x2f>;
+			vdda-pll-supply = <0x2e>;
+			vdda-phy-max-microamp = <0xf5b4>;
+			vdda-pll-max-microamp = <0x477c>;
+		};
+
+		ufshc@1d84000 {
+			compatible = "qcom,ufshc";
+			reg = <0x1d84000 0x2500>;
+			interrupts = <0x0 0x109 0x0>;
+			phys = <0xaa>;
+			phy-names = "ufsphy";
+			ufs-qcom-crypto = <0xab>;
+			lanes-per-direction = <0x2>;
+			dev-ref-clk-freq = <0x0>;
+			clock-names = "core_clk", "bus_aggr_clk", "iface_clk", "core_clk_unipro", "core_clk_ice", "ref_clk", "tx_lane0_sync_clk", "rx_lane0_sync_clk", "rx_lane1_sync_clk";
+			clocks = <0x22 0xb1 0x22 0xb7 0x22 0x89 0x22 0xb3 0x22 0xb5 0x21 0x0 0x22 0x92 0x22 0x90 0x22 0x91>;
+			freq-table-hz = <0x2faf080 0xbebc200 0x0 0x0 0x0 0x0 0x23c3460 0x8f0d180 0x47868c0 0x11e1a300 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0>;
+			non-removable;
+			qcom,msm-bus,name = "ufshc_mem";
+			qcom,msm-bus,num-cases = <0x16>;
+			qcom,msm-bus,num-paths = <0x2>;
+			qcom,msm-bus,vectors-KBps = <0x7b 0x200 0x0 0x0 0x1 0x2f5 0x0 0x0 0x7b 0x200 0x39a 0x0 0x1 0x2f5 0x3e8 0x0 0x7b 0x200 0x734 0x0 0x1 0x2f5 0x3e8 0x0 0x7b 0x200 0xe68 0x0 0x1 0x2f5 0x3e8 0x0 0x7b 0x200 0x1cd0 0x0 0x1 0x2f5 0x3e8 0x0 0x7b 0x200 0x734 0x0 0x1 0x2f5 0x3e8 0x0 0x7b 0x200 0xe68 0x0 0x1 0x2f5 0x3e8 0x0 0x7b 0x200 0x1cd0 0x0 0x1 0x2f5 0x3e8 0x0 0x7b 0x200 0x39a0 0x0 0x1 0x2f5 0x3e8 0x0 0x7b 0x200 0x1f334 0x0 0x1 0x2f5 0x3e8 0x0 0x7b 0x200 0x3e667 0x0 0x1 0x2f5 0x3e8 0x0 0x7b 0x200 0x200000 0x0 0x1 0x2f5 0x19000 0x0 0x7b 0x200 0x3e667 0x0 0x1 0x2f5 0x3e8 0x0 0x7b 0x200 0x7cccd 0x0 0x1 0x2f5 0x3e8 0x0 0x7b 0x200 0x400000 0x0 0x1 0x2f5 0x32000 0x0 0x7b 0x200 0x247ae 0x0 0x1 0x2f5 0x3e8 0x0 0x7b 0x200 0x48ccd 0x0 0x1 0x2f5 0x3e8 0x0 0x7b 0x200 0x200000 0x0 0x1 0x2f5 0x19000 0x0 0x7b 0x200 0x48ccd 0x0 0x1 0x2f5 0x3e8 0x0 0x7b 0x200 0x9199a 0x0 0x1 0x2f5 0x3e8 0x0 0x7b 0x200 0x400000 0x0 0x1 0x2f5 0x32000 0x64000 0x7b 0x200 0x74a000 0x0 0x1 0x2f5 0x4b000 0x0>;
+			qcom,bus-vector-names = "MIN", "PWM_G1_L1", "PWM_G2_L1", "PWM_G3_L1", "PWM_G4_L1", "PWM_G1_L2", "PWM_G2_L2", "PWM_G3_L2", "PWM_G4_L2", "HS_RA_G1_L1", "HS_RA_G2_L1", "HS_RA_G3_L1", "HS_RA_G1_L2", "HS_RA_G2_L2", "HS_RA_G3_L2", "HS_RB_G1_L1", "HS_RB_G2_L1", "HS_RB_G3_L1", "HS_RB_G1_L2", "HS_RB_G2_L2", "HS_RB_G3_L2", "MAX";
+			qcom,pm-qos-cpu-groups = <0xf 0xf0>;
+			qcom,pm-qos-cpu-group-latency-us = <0x2c 0x2c>;
+			qcom,pm-qos-default-cpu = <0x0>;
+			pinctrl-names = "dev-reset-assert", "dev-reset-deassert";
+			pinctrl-0 = <0xac>;
+			pinctrl-1 = <0xad>;
+			resets = <0x22 0xe>;
+			reset-names = "core_reset";
+			status = "ok";
+			phandle = <0x312>;
+			vdd-hba-supply = <0xa9>;
+			vdd-hba-fixed-regulator;
+			vcc-supply = <0x341>;
+			vcc-voltage-level = <0x2d0370 0x2d2a80>;
+			vccq2-supply = <0x4d3>;
+			vcc-max-microamp = <0x927c0>;
+			vccq2-max-microamp = <0x927c0>;
+			qcom,vddp-ref-clk-supply = <0x335>;
+			qcom,vddp-ref-clk-max-microamp = <0x64>;
+		};
+
+		sdhci@8804000 {
+			compatible = "qcom,sdhci-msm-v5";
+			reg = <0x8804000 0x1000>;
+			reg-names = "hc_mem";
+			interrupts = <0x0 0xcc 0x0 0x0 0xde 0x0>;
+			interrupt-names = "hc_irq", "pwr_irq";
+			qcom,bus-width = <0x4>;
+			qcom,large-address-bus;
+			qcom,msm-bus,name = "sdhc2";
+			qcom,msm-bus,num-cases = <0x8>;
+			qcom,msm-bus,num-paths = <0x2>;
+			qcom,msm-bus,vectors-KBps = <0x51 0x200 0x0 0x0 0x1 0x260 0x0 0x0 0x51 0x200 0x416 0x640 0x1 0x260 0x640 0x640 0x51 0x200 0xcc3e 0x13880 0x1 0x260 0x13880 0x13880 0x51 0x200 0xff50 0x186a0 0x1 0x260 0x186a0 0x186a0 0x51 0x200 0x1fe9e 0x30d40 0x1 0x260 0x208c8 0x208c8 0x51 0x200 0x3fd3e 0x30d40 0x1 0x260 0x249f0 0x249f0 0x51 0x200 0x3fd3e 0x61a80 0x1 0x260 0x493e0 0x493e0 0x51 0x200 0x146cc2 0x3e8000 0x1 0x260 0x146cc2 0x3e8000>;
+			qcom,bus-bw-vectors-bps = <0x0 0x61a80 0x1312d00 0x17d7840 0x2faf080 0x60152b0 0xbebc200 0xffffffff>;
+			qcom,restore-after-cx-collapse;
+			qcom,clk-rates = <0x61a80 0x1312d00 0x17d7840 0x2faf080 0x5f5e100 0xc02a560>;
+			qcom,bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50", "SDR104";
+			qcom,devfreq,freq-table = <0x2faf080 0xc02a560>;
+			clocks = <0x22 0x70 0x22 0x71>;
+			clock-names = "iface_clk", "core_clk";
+			qcom,pm-qos-irq-type = "affine_irq";
+			qcom,pm-qos-irq-latency = <0x2c 0x2c>;
+			qcom,pm-qos-cpu-groups = <0x3f 0xc0>;
+			qcom,pm-qos-legacy-latency-us = <0x2c 0x2c 0x2c 0x2c>;
+			status = "disabled";
+			phandle = <0x313>;
+			vdd-supply = <0x342>;
+			qcom,vdd-voltage-level = <0x2d0370 0x2d2a80>;
+			qcom,vdd-current-level = <0xc8 0xc3500>;
+			vdd-io-supply = <0x33c>;
+			qcom,vdd-io-voltage-level = <0x1b9680 0x2d2a80>;
+			qcom,vdd-io-current-level = <0xc8 0x55f0>;
+			pinctrl-names = "active", "sleep", "ds_400KHz", "ds_50MHz", "ds_100MHz", "ds_200MHz";
+			pinctrl-0 = <0x3ec 0x3f2 0x3f8 0x3eb>;
+			pinctrl-1 = <0x3ed 0x3f3 0x3f9 0x3eb>;
+			pinctrl-2 = <0x3ee 0x3f4 0x3fa>;
+			pinctrl-3 = <0x3ef 0x3f5 0x3fb>;
+			pinctrl-4 = <0x3f0 0x3f6 0x3fc>;
+			pinctrl-5 = <0x3f1 0x3f7 0x3fd>;
+			cd-gpios = <0x34 0x7e 0x1>;
+		};
+
+		qcom,mss@4080000 {
+			compatible = "qcom,pil-q6v55-mss";
+			reg = <0x4080000 0x100 0x1f63000 0x8 0x1f65000 0x8 0x1f64000 0x8 0x4180000 0x20 0xc2b0000 0x4 0xb2e0100 0x4 0x4180044 0x4>;
+			reg-names = "qdsp6_base", "halt_q6", "halt_modem", "halt_nc", "rmb_base", "restart_reg", "pdc_sync", "alt_reset";
+			clocks = <0x21 0x0 0x22 0x2c 0x22 0x2f 0x22 0xb 0x22 0x2d 0x22 0x30 0x22 0x2e 0x22 0x48>;
+			clock-names = "xo", "iface_clk", "bus_clk", "mem_clk", "gpll0_mss_clk", "snoc_axi_clk", "mnoc_axi_clk", "prng_clk";
+			qcom,proxy-clock-names = "xo", "prng_clk";
+			qcom,active-clock-names = "iface_clk", "bus_clk", "mem_clk", "gpll0_mss_clk", "snoc_axi_clk", "mnoc_axi_clk";
+			interrupts = <0x0 0x10a 0x1>;
+			vdd_cx-supply = <0x1b>;
+			vdd_cx-voltage = <0x181>;
+			vdd_mx-supply = <0x8d>;
+			vdd_mx-uV = <0x181>;
+			vdd_mss-supply = <0xae>;
+			vdd_mss-uV = <0x181>;
+			qcom,firmware-name = "modem";
+			qcom,sequential-fw-load;
+			qcom,pil-self-auth;
+			qcom,sysmon-id = <0x0>;
+			qcom,minidump-id = <0x3>;
+			qcom,ssctl-instance-id = <0x12>;
+			qcom,override-acc;
+			qcom,signal-aop;
+			qcom,qdsp6v65-1-0;
+			qcom,mss_pdc_offset = <0x9>;
+			status = "ok";
+			memory-region = <0xaf>;
+			qcom,mem-protect-id = <0xf>;
+			qcom,gpio-err-fatal = <0xb0 0x0 0x0>;
+			qcom,gpio-err-ready = <0xb0 0x1 0x0>;
+			qcom,gpio-proxy-unvote = <0xb0 0x2 0x0>;
+			qcom,gpio-stop-ack = <0xb0 0x3 0x0>;
+			qcom,gpio-shutdown-ack = <0xb0 0x7 0x0>;
+			qcom,gpio-force-stop = <0xb1 0x0 0x0>;
+			mboxes = <0x81 0x0>;
+			mbox-names = "mss-pil";
+			phandle = <0x314>;
+
+			qcom,mba-mem@0 {
+				compatible = "qcom,pil-mba-mem";
+				memory-region = <0xb2>;
+			};
+		};
+
+		qcom,lpass@17300000 {
+			compatible = "qcom,pil-tz-generic";
+			reg = <0x17300000 0x100>;
+			interrupts = <0x0 0xa2 0x1>;
+			vdd_cx-supply = <0x1b>;
+			qcom,proxy-reg-names = "vdd_cx";
+			qcom,vdd_cx-uV-uA = <0x181 0x186a0>;
+			clocks = <0x21 0x0>;
+			clock-names = "xo";
+			qcom,proxy-clock-names = "xo";
+			qcom,pas-id = <0x1>;
+			qcom,proxy-timeout-ms = <0x2710>;
+			qcom,smem-id = <0x1a7>;
+			qcom,sysmon-id = <0x1>;
+			status = "ok";
+			qcom,ssctl-instance-id = <0x14>;
+			qcom,firmware-name = "adsp";
+			qcom,signal-aop;
+			memory-region = <0xb3>;
+			qcom,gpio-err-fatal = <0xb4 0x0 0x0>;
+			qcom,gpio-proxy-unvote = <0xb4 0x2 0x0>;
+			qcom,gpio-err-ready = <0xb4 0x1 0x0>;
+			qcom,gpio-stop-ack = <0xb4 0x3 0x0>;
+			qcom,gpio-force-stop = <0xb5 0x0 0x0>;
+			mboxes = <0x81 0x0>;
+			mbox-names = "adsp-pil";
+		};
+
+		qcom,ssc@5c00000 {
+			compatible = "qcom,pil-tz-generic";
+			reg = <0x5c00000 0x4000>;
+			interrupts = <0x0 0x1ee 0x1>;
+			vdd_cx-supply = <0xb6>;
+			qcom,vdd_cx-uV-uA = <0x181 0x0>;
+			vdd_mx-supply = <0xb7>;
+			qcom,vdd_mx-uV-uA = <0x181 0x0>;
+			qcom,proxy-reg-names = "vdd_cx", "vdd_mx";
+			qcom,keep-proxy-regs-on;
+			clocks = <0x21 0x0>;
+			clock-names = "xo";
+			qcom,proxy-clock-names = "xo";
+			qcom,pas-id = <0xc>;
+			qcom,proxy-timeout-ms = <0x2710>;
+			qcom,smem-id = <0x1a8>;
+			qcom,sysmon-id = <0x3>;
+			qcom,ssctl-instance-id = <0x16>;
+			qcom,signal-aop;
+			qcom,firmware-name = "slpi";
+			status = "ok";
+			memory-region = <0xb8>;
+			qcom,gpio-err-fatal = <0xb9 0x0 0x0>;
+			qcom,gpio-proxy-unvote = <0xb9 0x2 0x0>;
+			qcom,gpio-err-ready = <0xb9 0x1 0x0>;
+			qcom,gpio-stop-ack = <0xb9 0x3 0x0>;
+			qcom,gpio-force-stop = <0xba 0x0 0x0>;
+			mboxes = <0x81 0x0>;
+			mbox-names = "slpi-pil";
+		};
+
+		slim@171c0000 {
+			cell-index = <0x1>;
+			compatible = "qcom,slim-ngd";
+			reg = <0x171c0000 0x2c000 0x17184000 0x2a000>;
+			reg-names = "slimbus_physical", "slimbus_bam_physical";
+			interrupts = <0x0 0xa3 0x0 0x0 0xa4 0x0>;
+			interrupt-names = "slimbus_irq", "slimbus_bam_irq";
+			qcom,apps-ch-pipes = <0x780000>;
+			qcom,ea-pc = <0x270>;
+			qcom,iommu-s1-bypass;
+			phandle = <0x315>;
+
+			qcom,iommu_slim_ctrl_cb {
+				compatible = "qcom,iommu-slim-ctrl-cb";
+				iommus = <0x29 0x1806 0x0 0x29 0x180d 0x0 0x29 0x180e 0x1 0x29 0x1810 0x1>;
+				phandle = <0x316>;
+			};
+
+			msm_dai_slim {
+				compatible = "qcom,msm-dai-slim";
+				elemental-addr = [ff ff ff fe 17 02];
+			};
+
+			tavil_codec {
+				compatible = "qcom,tavil-slim-pgd";
+				elemental-addr = [00 01 50 02 17 02];
+				interrupt-parent = <0x515>;
+				interrupts = <0x0 0x1 0x2 0x3 0x4 0x5 0x6 0x7 0x8 0x9 0xa 0xb 0xc 0xd 0xe 0xf 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f>;
+				qcom,wcd-rst-gpio-node = <0x516>;
+				clock-names = "wcd_clk";
+				clocks = <0x517 0x0>;
+				cdc-vdd-buck-supply = <0x4d3>;
+				qcom,cdc-vdd-buck-voltage = <0x1b7740 0x1b7740>;
+				qcom,cdc-vdd-buck-current = <0x9eb10>;
+				cdc-buck-sido-supply = <0x4d3>;
+				qcom,cdc-buck-sido-voltage = <0x1b7740 0x1b7740>;
+				qcom,cdc-buck-sido-current = <0x3d090>;
+				cdc-vdd-tx-h-supply = <0x4d3>;
+				qcom,cdc-vdd-tx-h-voltage = <0x1b7740 0x1b7740>;
+				qcom,cdc-vdd-tx-h-current = <0x61a8>;
+				cdc-vdd-rx-h-supply = <0x4d3>;
+				qcom,cdc-vdd-rx-h-voltage = <0x1b7740 0x1b7740>;
+				qcom,cdc-vdd-rx-h-current = <0x61a8>;
+				cdc-vddpx-1-supply = <0x4d3>;
+				qcom,cdc-vddpx-1-voltage = <0x1b7740 0x1b7740>;
+				qcom,cdc-vddpx-1-current = <0x2710>;
+				qcom,cdc-static-supplies = "cdc-vdd-buck", "cdc-buck-sido", "cdc-vdd-tx-h", "cdc-vdd-rx-h", "cdc-vddpx-1";
+				qcom,cdc-micbias1-mv = <0x708>;
+				qcom,cdc-micbias2-mv = <0xa8c>;
+				qcom,cdc-micbias3-mv = <0x708>;
+				qcom,cdc-micbias4-mv = <0x708>;
+				qcom,cdc-mclk-clk-rate = <0x927c00>;
+				qcom,cdc-slim-ifd = "tavil-slim-ifd";
+				qcom,cdc-slim-ifd-elemental-addr = [00 00 50 02 17 02];
+				qcom,cdc-dmic-sample-rate = <0x493e00>;
+				qcom,cdc-mad-dmic-rate = <0x927c0>;
+				qcom,wdsp-cmpnt-dev-name = "tavil_codec";
+				phandle = <0x513>;
+
+				wcd_pinctrl@5 {
+					compatible = "qcom,wcd-pinctrl";
+					qcom,num-gpios = <0x5>;
+					gpio-controller;
+					#gpio-cells = <0x2>;
+					phandle = <0x59b>;
+
+					us_euro_sw_wcd_active {
+						phandle = <0x507>;
+
+						mux {
+							pins = "gpio1";
+						};
+
+						config {
+							pins = "gpio1";
+							output-high;
+						};
+					};
+
+					us_euro_sw_wcd_sleep {
+						phandle = <0x508>;
+
+						mux {
+							pins = "gpio1";
+						};
+
+						config {
+							pins = "gpio1";
+							output-low;
+						};
+					};
+
+					spkr_1_wcd_en_active {
+						phandle = <0x503>;
+
+						mux {
+							pins = "gpio2";
+						};
+
+						config {
+							pins = "gpio2";
+							output-high;
+						};
+					};
+
+					spkr_1_wcd_en_sleep {
+						phandle = <0x504>;
+
+						mux {
+							pins = "gpio2";
+						};
+
+						config {
+							pins = "gpio2";
+							input-enable;
+						};
+					};
+
+					spkr_2_sd_n_active {
+						phandle = <0x505>;
+
+						mux {
+							pins = "gpio3";
+						};
+
+						config {
+							pins = "gpio3";
+							output-high;
+						};
+					};
+
+					spkr_2_sd_n_sleep {
+						phandle = <0x506>;
+
+						mux {
+							pins = "gpio3";
+						};
+
+						config {
+							pins = "gpio3";
+							input-enable;
+						};
+					};
+
+					hph_en0_wcd_active {
+						phandle = <0x509>;
+
+						mux {
+							pins = "gpio4";
+						};
+
+						config {
+							pins = "gpio4";
+							output-high;
+						};
+					};
+
+					hph_en0_wcd_sleep {
+						phandle = <0x50a>;
+
+						mux {
+							pins = "gpio4";
+						};
+
+						config {
+							pins = "gpio4";
+							output-low;
+						};
+					};
+
+					hph_en1_wcd_active {
+						phandle = <0x50b>;
+
+						mux {
+							pins = "gpio5";
+						};
+
+						config {
+							pins = "gpio5";
+							output-high;
+						};
+					};
+
+					hph_en1_wcd_sleep {
+						phandle = <0x50c>;
+
+						mux {
+							pins = "gpio5";
+						};
+
+						config {
+							pins = "gpio5";
+							output-low;
+						};
+					};
+				};
+
+				msm_cdc_pinctrll {
+					compatible = "qcom,msm-cdc-pinctrl";
+					pinctrl-names = "aud_active", "aud_sleep";
+					pinctrl-0 = <0x503>;
+					pinctrl-1 = <0x504>;
+					phandle = <0x50d>;
+				};
+
+				msm_cdc_pinctrlr {
+					compatible = "qcom,msm-cdc-pinctrl";
+					pinctrl-names = "aud_active", "aud_sleep";
+					pinctrl-0 = <0x505>;
+					pinctrl-1 = <0x506>;
+					phandle = <0x50e>;
+				};
+
+				msm_cdc_pinctrl_us_euro_sw {
+					compatible = "qcom,msm-cdc-pinctrl";
+					pinctrl-names = "aud_active", "aud_sleep";
+					pinctrl-0 = <0x507>;
+					pinctrl-1 = <0x508>;
+					phandle = <0x59c>;
+				};
+
+				msm_cdc_pinctrl_hph_en0 {
+					compatible = "qcom,msm-cdc-pinctrl";
+					pinctrl-names = "aud_active", "aud_sleep";
+					pinctrl-0 = <0x509>;
+					pinctrl-1 = <0x50a>;
+					phandle = <0x50f>;
+				};
+
+				msm_cdc_pinctrl_hph_en1 {
+					compatible = "qcom,msm-cdc-pinctrl";
+					pinctrl-names = "aud_active", "aud_sleep";
+					pinctrl-0 = <0x50b>;
+					pinctrl-1 = <0x50c>;
+					phandle = <0x510>;
+				};
+
+				swr_master {
+					compatible = "qcom,swr-wcd";
+					#address-cells = <0x2>;
+					#size-cells = <0x0>;
+
+					wsa881x@20170211 {
+						compatible = "qcom,wsa881x";
+						reg = <0x0 0x20170211>;
+						qcom,spkr-sd-n-node = <0x50d>;
+						status = "disabled";
+						phandle = <0x59d>;
+					};
+
+					wsa881x@20170212 {
+						compatible = "qcom,wsa881x";
+						reg = <0x0 0x20170212>;
+						qcom,spkr-sd-n-node = <0x50e>;
+						status = "disabled";
+						phandle = <0x59e>;
+					};
+
+					wsa881x@21170213 {
+						compatible = "qcom,wsa881x";
+						reg = <0x0 0x21170213>;
+						qcom,spkr-sd-n-node = <0x50d>;
+						status = "disabled";
+						phandle = <0x59f>;
+					};
+
+					wsa881x@21170214 {
+						compatible = "qcom,wsa881x";
+						reg = <0x0 0x21170214>;
+						qcom,spkr-sd-n-node = <0x50e>;
+						status = "disabled";
+						phandle = <0x5a0>;
+					};
+				};
+
+				wcd_spi {
+					compatible = "qcom,wcd-spi-v2";
+					qcom,master-bus-num = <0x0>;
+					qcom,chip-select = <0x0>;
+					qcom,max-frequency = <0x16e3600>;
+					qcom,mem-base-addr = <0x100000>;
+					phandle = <0x514>;
+				};
+			};
+		};
+
+		slim@17240000 {
+			status = "ok";
+			cell-index = <0x3>;
+			compatible = "qcom,slim-ngd";
+			reg = <0x17240000 0x2c000 0x17204000 0x20000>;
+			reg-names = "slimbus_physical", "slimbus_bam_physical";
+			interrupts = <0x0 0x123 0x0 0x0 0x124 0x0>;
+			interrupt-names = "slimbus_irq", "slimbus_bam_irq";
+			qcom,iommu-s1-bypass;
+			phandle = <0x317>;
+
+			qcom,iommu_slim_ctrl_cb {
+				compatible = "qcom,iommu-slim-ctrl-cb";
+				iommus = <0x29 0x1813 0x0>;
+				phandle = <0x318>;
+			};
+
+			wcn3990 {
+				compatible = "qcom,btfmslim_slave";
+				elemental-addr = [00 01 20 02 17 02];
+				qcom,btfm-slim-ifd = "btfmslim_slave_ifd";
+				qcom,btfm-slim-ifd-elemental-addr = [00 00 20 02 17 02];
+				phandle = <0x319>;
+			};
+		};
+
+		qcom,msm-eud@88e0000 {
+			compatible = "qcom,msm-eud";
+			interrupt-names = "eud_irq";
+			interrupts = <0x0 0x1ec 0x4>;
+			reg = <0x88e0000 0x2000>;
+			reg-names = "eud_base";
+			clocks = <0x22 0xa9>;
+			clock-names = "cfg_ahb_clk";
+			vdda33-supply = <0xbb>;
+			status = "ok";
+			phandle = <0x2ae>;
+		};
+
+		qcom,spss@1880000 {
+			compatible = "qcom,pil-tz-generic";
+			reg = <0x188101c 0x4 0x1881024 0x4 0x1881028 0x4 0x188103c 0x4 0x1882014 0x4>;
+			reg-names = "sp2soc_irq_status", "sp2soc_irq_clr", "sp2soc_irq_mask", "rmb_err", "rmb_err_spare2";
+			interrupts = <0x0 0x160 0x1>;
+			vdd_cx-supply = <0x1b>;
+			qcom,proxy-reg-names = "vdd_cx";
+			qcom,vdd_cx-uV-uA = <0x181 0x186a0>;
+			vdd_mx-supply = <0x8d>;
+			vdd_mx-uV = <0x181 0x186a0>;
+			clocks = <0x21 0x0>;
+			clock-names = "xo";
+			qcom,proxy-clock-names = "xo";
+			qcom,pil-generic-irq-handler;
+			status = "disabled";
+			qcom,pas-id = <0xe>;
+			qcom,proxy-timeout-ms = <0x2710>;
+			qcom,signal-aop;
+			qcom,firmware-name = "spss";
+			memory-region = <0xbc>;
+			qcom,spss-scsr-bits = <0x18 0x19>;
+			mboxes = <0x81 0x0>;
+			mbox-names = "spss-pil";
+		};
+
+		qcom,wdt@17980000 {
+			compatible = "qcom,msm-watchdog";
+			reg = <0x17980000 0x1000>;
+			reg-names = "wdt-base";
+			interrupts = <0x0 0x0 0x0 0x0 0x1 0x0>;
+			qcom,bark-time = <0x3a98>;
+			qcom,pet-time = <0x2490>;
+			qcom,ipi-ping;
+			qcom,wakeup-enable;
+			phandle = <0x31a>;
+		};
+
+		qcom,turing@8300000 {
+			compatible = "qcom,pil-tz-generic";
+			reg = <0x8300000 0x100000>;
+			interrupts = <0x0 0x242 0x1>;
+			vdd_cx-supply = <0x1b>;
+			qcom,proxy-reg-names = "vdd_cx";
+			qcom,vdd_cx-uV-uA = <0x181 0x186a0>;
+			clocks = <0x21 0x0>;
+			clock-names = "xo";
+			qcom,proxy-clock-names = "xo";
+			qcom,pas-id = <0x12>;
+			qcom,proxy-timeout-ms = <0x2710>;
+			qcom,smem-id = <0x259>;
+			qcom,sysmon-id = <0x7>;
+			qcom,ssctl-instance-id = <0x17>;
+			qcom,firmware-name = "cdsp";
+			qcom,signal-aop;
+			memory-region = <0xbd>;
+			qcom,gpio-err-fatal = <0xbe 0x0 0x0>;
+			qcom,gpio-proxy-unvote = <0xbe 0x2 0x0>;
+			qcom,gpio-err-ready = <0xbe 0x1 0x0>;
+			qcom,gpio-stop-ack = <0xbe 0x3 0x0>;
+			qcom,gpio-force-stop = <0xbf 0x0 0x0>;
+			status = "ok";
+			mboxes = <0x81 0x0>;
+			mbox-names = "cdsp-pil";
+		};
+
+		qcom,msm-rtb {
+			compatible = "qcom,msm-rtb";
+			qcom,rtb-size = <0x100000>;
+		};
+
+		qcom,mpm2-sleep-counter@0x0c221000 {
+			compatible = "qcom,mpm2-sleep-counter";
+			reg = <0xc221000 0x1000>;
+			clock-frequency = <0x8000>;
+		};
+
+		qcom,msm-cdsp-loader {
+			compatible = "qcom,cdsp-loader";
+			qcom,proc-img-to-load = "cdsp";
+		};
+
+		qcom,msm-adsprpc-mem {
+			compatible = "qcom,msm-adsprpc-mem-region";
+			memory-region = <0xc0>;
+		};
+
+		qcom,msm_fastrpc {
+			compatible = "qcom,msm-fastrpc-compute";
+			qcom,rpc-latency-us = <0x263>;
+
+			qcom,msm_fastrpc_compute_cb1 {
+				compatible = "qcom,msm-fastrpc-compute-cb";
+				label = "cdsprpc-smd";
+				iommus = <0x29 0x1401 0x30>;
+				dma-coherent;
+			};
+
+			qcom,msm_fastrpc_compute_cb2 {
+				compatible = "qcom,msm-fastrpc-compute-cb";
+				label = "cdsprpc-smd";
+				iommus = <0x29 0x1402 0x30>;
+				dma-coherent;
+			};
+
+			qcom,msm_fastrpc_compute_cb3 {
+				compatible = "qcom,msm-fastrpc-compute-cb";
+				label = "cdsprpc-smd";
+				iommus = <0x29 0x1403 0x30>;
+				dma-coherent;
+			};
+
+			qcom,msm_fastrpc_compute_cb4 {
+				compatible = "qcom,msm-fastrpc-compute-cb";
+				label = "cdsprpc-smd";
+				iommus = <0x29 0x1404 0x30>;
+				dma-coherent;
+			};
+
+			qcom,msm_fastrpc_compute_cb5 {
+				compatible = "qcom,msm-fastrpc-compute-cb";
+				label = "cdsprpc-smd";
+				iommus = <0x29 0x1405 0x30>;
+				dma-coherent;
+			};
+
+			qcom,msm_fastrpc_compute_cb6 {
+				compatible = "qcom,msm-fastrpc-compute-cb";
+				label = "cdsprpc-smd";
+				iommus = <0x29 0x1406 0x30>;
+				dma-coherent;
+			};
+
+			qcom,msm_fastrpc_compute_cb7 {
+				compatible = "qcom,msm-fastrpc-compute-cb";
+				label = "cdsprpc-smd";
+				iommus = <0x29 0x1407 0x30>;
+				dma-coherent;
+			};
+
+			qcom,msm_fastrpc_compute_cb8 {
+				compatible = "qcom,msm-fastrpc-compute-cb";
+				label = "cdsprpc-smd";
+				iommus = <0x29 0x1408 0x30>;
+				dma-coherent;
+			};
+
+			qcom,msm_fastrpc_compute_cb9 {
+				compatible = "qcom,msm-fastrpc-compute-cb";
+				label = "cdsprpc-smd";
+				qcom,secure-context-bank;
+				iommus = <0x29 0x1409 0x30>;
+				dma-coherent;
+			};
+
+			qcom,msm_fastrpc_compute_cb10 {
+				compatible = "qcom,msm-fastrpc-compute-cb";
+				label = "cdsprpc-smd";
+				qcom,secure-context-bank;
+				iommus = <0x29 0x140a 0x30>;
+				dma-coherent;
+			};
+
+			qcom,msm_fastrpc_compute_cb11 {
+				compatible = "qcom,msm-fastrpc-compute-cb";
+				label = "adsprpc-smd";
+				iommus = <0x29 0x1823 0x0>;
+				dma-coherent;
+			};
+
+			qcom,msm_fastrpc_compute_cb12 {
+				compatible = "qcom,msm-fastrpc-compute-cb";
+				label = "adsprpc-smd";
+				iommus = <0x29 0x1824 0x0>;
+				dma-coherent;
+			};
+		};
+
+		qcom,msm-imem@146bf000 {
+			compatible = "qcom,msm-imem";
+			reg = <0x146bf000 0x1000>;
+			ranges = <0x0 0x146bf000 0x1000>;
+			#address-cells = <0x1>;
+			#size-cells = <0x1>;
+
+			mem_dump_table@10 {
+				compatible = "qcom,msm-imem-mem_dump_table";
+				reg = <0x10 0x8>;
+			};
+
+			restart_reason@65c {
+				compatible = "qcom,msm-imem-restart_reason";
+				reg = <0x65c 0x4>;
+			};
+
+			dload_type@1c {
+				compatible = "qcom,msm-imem-dload-type";
+				reg = <0x1c 0x4>;
+			};
+
+			boot_stats@6b0 {
+				compatible = "qcom,msm-imem-boot_stats";
+				reg = <0x6b0 0x20>;
+			};
+
+			pil@94c {
+				compatible = "qcom,msm-imem-pil";
+				reg = <0x94c 0xc8>;
+			};
+
+			kaslr_offset@6d0 {
+				compatible = "qcom,msm-imem-kaslr_offset";
+				reg = <0x6d0 0xc>;
+			};
+
+			diag_dload@c8 {
+				compatible = "qcom,msm-imem-diag-dload";
+				reg = <0xc8 0xc8>;
+			};
+		};
+
+		qcom,venus@aae0000 {
+			compatible = "qcom,pil-tz-generic";
+			reg = <0xaae0000 0x4000>;
+			vdd-supply = <0xc1>;
+			qcom,proxy-reg-names = "vdd";
+			clocks = <0xa5 0xb 0xa5 0x8 0xa5 0xa>;
+			clock-names = "core_clk", "iface_clk", "bus_clk";
+			qcom,proxy-clock-names = "core_clk", "iface_clk", "bus_clk";
+			qcom,pas-id = <0x9>;
+			qcom,msm-bus,name = "pil-venus";
+			qcom,msm-bus,num-cases = <0x2>;
+			qcom,msm-bus,num-paths = <0x1>;
+			qcom,msm-bus,vectors-KBps = <0x3f 0x200 0x0 0x0 0x3f 0x200 0x0 0x4a380>;
+			qcom,proxy-timeout-ms = <0x64>;
+			qcom,firmware-name = "venus";
+			memory-region = <0xc2>;
+			status = "ok";
+		};
+
+		qcom,msm-ssc-sensors {
+			compatible = "qcom,msm-ssc-sensors";
+			status = "ok";
+			qcom,firmware-name = "slpi";
+			phandle = <0x31b>;
+		};
+
+		cpuss_dump {
+			compatible = "qcom,cpuss-dump";
+
+			qcom,l1_i_cache0 {
+				qcom,dump-node = <0xc3>;
+				qcom,dump-id = <0x60>;
+			};
+
+			qcom,l1_i_cache1 {
+				qcom,dump-node = <0xc4>;
+				qcom,dump-id = <0x61>;
+			};
+
+			qcom,l1_i_cache2 {
+				qcom,dump-node = <0xc5>;
+				qcom,dump-id = <0x62>;
+			};
+
+			qcom,l1_i_cache3 {
+				qcom,dump-node = <0xc6>;
+				qcom,dump-id = <0x63>;
+			};
+
+			qcom,l1_i_cache100 {
+				qcom,dump-node = <0xc7>;
+				qcom,dump-id = <0x64>;
+			};
+
+			qcom,l1_i_cache101 {
+				qcom,dump-node = <0xc8>;
+				qcom,dump-id = <0x65>;
+			};
+
+			qcom,l1_i_cache102 {
+				qcom,dump-node = <0xc9>;
+				qcom,dump-id = <0x66>;
+			};
+
+			qcom,l1_i_cache103 {
+				qcom,dump-node = <0xca>;
+				qcom,dump-id = <0x67>;
+			};
+
+			qcom,l1_d_cache0 {
+				qcom,dump-node = <0xcb>;
+				qcom,dump-id = <0x80>;
+			};
+
+			qcom,l1_d_cache1 {
+				qcom,dump-node = <0xcc>;
+				qcom,dump-id = <0x81>;
+			};
+
+			qcom,l1_d_cache2 {
+				qcom,dump-node = <0xcd>;
+				qcom,dump-id = <0x82>;
+			};
+
+			qcom,l1_d_cache3 {
+				qcom,dump-node = <0xce>;
+				qcom,dump-id = <0x83>;
+			};
+
+			qcom,l1_d_cache100 {
+				qcom,dump-node = <0xcf>;
+				qcom,dump-id = <0x84>;
+			};
+
+			qcom,l1_d_cache101 {
+				qcom,dump-node = <0xd0>;
+				qcom,dump-id = <0x85>;
+			};
+
+			qcom,l1_d_cache102 {
+				qcom,dump-node = <0xd1>;
+				qcom,dump-id = <0x86>;
+			};
+
+			qcom,l1_d_cache103 {
+				qcom,dump-node = <0xd2>;
+				qcom,dump-id = <0x87>;
+			};
+
+			qcom,llcc1_d_cache {
+				qcom,dump-node = <0xd3>;
+				qcom,dump-id = <0x140>;
+			};
+
+			qcom,llcc2_d_cache {
+				qcom,dump-node = <0xd4>;
+				qcom,dump-id = <0x141>;
+			};
+
+			qcom,llcc3_d_cache {
+				qcom,dump-node = <0xd5>;
+				qcom,dump-id = <0x142>;
+			};
+
+			qcom,llcc4_d_cache {
+				qcom,dump-node = <0xd6>;
+				qcom,dump-id = <0x143>;
+			};
+
+			qcom,l1_tlb_dump0 {
+				qcom,dump-node = <0xd7>;
+				qcom,dump-id = <0x120>;
+			};
+
+			qcom,l1_tlb_dump100 {
+				qcom,dump-node = <0xd8>;
+				qcom,dump-id = <0x121>;
+			};
+
+			qcom,l1_tlb_dump200 {
+				qcom,dump-node = <0xd9>;
+				qcom,dump-id = <0x122>;
+			};
+
+			qcom,l1_tlb_dump300 {
+				qcom,dump-node = <0xda>;
+				qcom,dump-id = <0x123>;
+			};
+
+			qcom,l1_tlb_dump400 {
+				qcom,dump-node = <0xdb>;
+				qcom,dump-id = <0x124>;
+			};
+
+			qcom,l1_tlb_dump500 {
+				qcom,dump-node = <0xdc>;
+				qcom,dump-id = <0x125>;
+			};
+
+			qcom,l1_tlb_dump600 {
+				qcom,dump-node = <0xdd>;
+				qcom,dump-id = <0x126>;
+			};
+
+			qcom,l1_tlb_dump700 {
+				qcom,dump-node = <0xde>;
+				qcom,dump-id = <0x127>;
+			};
+		};
+
+		kryo3xx-erp {
+			compatible = "arm,arm64-kryo3xx-cpu-erp";
+			interrupts = <0x1 0x6 0x4 0x1 0x7 0x4 0x0 0x22 0x4 0x0 0x23 0x4>;
+			interrupt-names = "l1-l2-faultirq", "l1-l2-errirq", "l3-scu-errirq", "l3-scu-faultirq";
+		};
+
+		qcom,llcc@1100000 {
+			compatible = "qcom,llcc-core", "syscon", "simple-mfd";
+			reg = <0x1100000 0x250000>;
+			reg-names = "llcc_base";
+			qcom,llcc-banks-off = <0x0 0x80000 0x100000 0x180000>;
+			qcom,llcc-broadcast-off = <0x200000>;
+
+			qcom,sdm845-llcc {
+				compatible = "qcom,sdm845-llcc";
+				#cache-cells = <0x1>;
+				max-slices = <0x20>;
+				phandle = <0x2d>;
+			};
+
+			qcom,llcc-perfmon {
+				compatible = "qcom,llcc-perfmon";
+			};
+
+			qcom,llcc-erp {
+				compatible = "qcom,llcc-erp";
+				interrupt-names = "ecc_irq";
+				interrupts = <0x0 0x246 0x4>;
+			};
+
+			qcom,llcc-amon {
+				compatible = "qcom,llcc-amon";
+			};
+
+			llcc_1_dcache {
+				qcom,dump-size = <0x1141c0>;
+				phandle = <0xd3>;
+			};
+
+			llcc_2_dcache {
+				qcom,dump-size = <0x1141c0>;
+				phandle = <0xd4>;
+			};
+
+			llcc_3_dcache {
+				qcom,dump-size = <0x1141c0>;
+				phandle = <0xd5>;
+			};
+
+			llcc_4_dcache {
+				qcom,dump-size = <0x1141c0>;
+				phandle = <0xd6>;
+			};
+		};
+
+		qcom,ipc-spinlock@1f40000 {
+			compatible = "qcom,ipc-spinlock-sfpb";
+			reg = <0x1f40000 0x8000>;
+			qcom,num-locks = <0x8>;
+		};
+
+		qcom,smem@86000000 {
+			compatible = "qcom,smem";
+			reg = <0x86000000 0x200000 0x17911008 0x4 0x778000 0x7000 0x1fd4000 0x8>;
+			reg-names = "smem", "irq-reg-base", "aux-mem1", "smem_targ_info_reg";
+			qcom,mpu-enabled;
+		};
+
+		qcom,glink-mailbox-xprt-spss@1885008 {
+			compatible = "qcom,glink-mailbox-xprt";
+			reg = <0x1885008 0x8 0x1885010 0x4 0x188501c 0x4 0x1886008 0x4>;
+			reg-names = "mbox-loc-addr", "mbox-loc-size", "irq-reg-base", "irq-rx-reset";
+			qcom,irq-mask = <0x1>;
+			interrupts = <0x0 0x15c 0x4>;
+			label = "spss";
+			qcom,tx-ring-size = <0x400>;
+			qcom,rx-ring-size = <0x400>;
+		};
+
+		qcom,qmp-aop@c300000 {
+			compatible = "qcom,qmp-mbox";
+			label = "aop";
+			reg = <0xc300000 0x100000 0x1799000c 0x4>;
+			reg-names = "msgram", "irq-reg-base";
+			qcom,irq-mask = <0x1>;
+			interrupts = <0x0 0x185 0x1>;
+			priority = <0x0>;
+			mbox-desc-offset = <0x0>;
+			#mbox-cells = <0x1>;
+			phandle = <0x81>;
+		};
+
+		mailbox@179e0000 {
+			compatible = "qcom,tcs-drv";
+			label = "apps_rsc";
+			reg = <0x179e0000 0x100 0x179e0d00 0x3000>;
+			interrupts = <0x0 0x5 0x0>;
+			#mbox-cells = <0x1>;
+			qcom,drv-id = <0x2>;
+			qcom,tcs-config = <0x2 0x2 0x0 0x3 0x1 0x3 0x3 0x1>;
+			phandle = <0x8b>;
+		};
+
+		mailbox@af20000 {
+			compatible = "qcom,tcs-drv";
+			label = "display_rsc";
+			reg = <0xaf20000 0x100 0xaf21c00 0x3000>;
+			interrupts = <0x0 0x81 0x0>;
+			#mbox-cells = <0x1>;
+			qcom,drv-id = <0x0>;
+			qcom,tcs-config = <0x0 0x1 0x1 0x1 0x2 0x0 0x3 0x1>;
+			phandle = <0x2b>;
+		};
+
+		system_pm {
+			compatible = "qcom,system-pm";
+			mboxes = <0x8b 0x0>;
+		};
+
+		qcom,glink-smem-native-xprt-modem@86000000 {
+			compatible = "qcom,glink-smem-native-xprt";
+			reg = <0x86000000 0x200000 0x1799000c 0x4>;
+			reg-names = "smem", "irq-reg-base";
+			qcom,irq-mask = <0x1000>;
+			interrupts = <0x0 0x1c1 0x1>;
+			label = "mpss";
+		};
+
+		qcom,glink-smem-native-xprt-adsp@86000000 {
+			compatible = "qcom,glink-smem-native-xprt";
+			reg = <0x86000000 0x200000 0x1799000c 0x4>;
+			reg-names = "smem", "irq-reg-base";
+			qcom,irq-mask = <0x100>;
+			interrupts = <0x0 0x9c 0x1>;
+			label = "lpass";
+			cpu-affinity = <0x1 0x2>;
+			qcom,qos-config = <0xdf>;
+			qcom,ramp-time = <0xaf>;
+		};
+
+		qcom,glink-qos-config-adsp {
+			compatible = "qcom,glink-qos-config";
+			qcom,flow-info = <0x3c 0x0 0x3c 0x0 0x3c 0x0 0x3c 0x0>;
+			qcom,mtu-size = <0x800>;
+			qcom,tput-stats-cycle = <0xa>;
+			phandle = <0xdf>;
+		};
+
+		qcom,glink-smem-native-xprt-dsps@86000000 {
+			compatible = "qcom,glink-smem-native-xprt";
+			reg = <0x86000000 0x200000 0x1799000c 0x4>;
+			reg-names = "smem", "irq-reg-base";
+			qcom,irq-mask = <0x1000000>;
+			interrupts = <0x0 0xaa 0x1>;
+			label = "dsps";
+		};
+
+		qcom,glink-spi-xprt-wdsp {
+			compatible = "qcom,glink-spi-xprt";
+			label = "wdsp";
+			qcom,remote-fifo-config = <0xe0>;
+			qcom,qos-config = <0xe1>;
+			qcom,ramp-time = <0x10 0x20 0x30 0x40>;
+			phandle = <0x31c>;
+		};
+
+		qcom,glink-fifo-config-wdsp {
+			compatible = "qcom,glink-fifo-config";
+			qcom,out-read-idx-reg = <0x12000>;
+			qcom,out-write-idx-reg = <0x12004>;
+			qcom,in-read-idx-reg = <0x1200c>;
+			qcom,in-write-idx-reg = <0x12010>;
+			phandle = <0xe0>;
+		};
+
+		qcom,glink-qos-config-wdsp {
+			compatible = "qcom,glink-qos-config";
+			qcom,flow-info = <0x80 0x0 0x70 0x1 0x60 0x2 0x50 0x3>;
+			qcom,mtu-size = <0x800>;
+			qcom,tput-stats-cycle = <0xa>;
+			phandle = <0xe1>;
+		};
+
+		qcom,glink-smem-native-xprt-cdsp@86000000 {
+			compatible = "qcom,glink-smem-native-xprt";
+			reg = <0x86000000 0x200000 0x1799000c 0x4>;
+			reg-names = "smem", "irq-reg-base";
+			qcom,irq-mask = <0x10>;
+			interrupts = <0x0 0x23e 0x1>;
+			label = "cdsp";
+		};
+
+		qcom,glink-ssr-modem {
+			compatible = "qcom,glink_ssr";
+			label = "modem";
+			qcom,edge = "mpss";
+			qcom,notify-edges = <0xe2 0xe3 0xe4 0xe5>;
+			qcom,xprt = "smem";
+			phandle = <0xe6>;
+		};
+
+		qcom,glink-ssr-adsp {
+			compatible = "qcom,glink_ssr";
+			label = "adsp";
+			qcom,edge = "lpass";
+			qcom,notify-edges = <0xe6 0xe3 0xe4>;
+			qcom,xprt = "smem";
+			phandle = <0xe2>;
+		};
+
+		qcom,glink-ssr-dsps {
+			compatible = "qcom,glink_ssr";
+			label = "slpi";
+			qcom,edge = "dsps";
+			qcom,notify-edges = <0xe6 0xe2 0xe4>;
+			qcom,xprt = "smem";
+			phandle = <0xe3>;
+		};
+
+		qcom,glink-ssr-cdsp {
+			compatible = "qcom,glink_ssr";
+			label = "cdsp";
+			qcom,edge = "cdsp";
+			qcom,notify-edges = <0xe6 0xe2 0xe3>;
+			qcom,xprt = "smem";
+			phandle = <0xe4>;
+		};
+
+		qcom,glink-ssr-spss {
+			compatible = "qcom,glink_ssr";
+			label = "spss";
+			qcom,edge = "spss";
+			qcom,notify-edges = <0xe6>;
+			qcom,xprt = "mailbox";
+			phandle = <0xe5>;
+		};
+
+		qcom,ipc_router {
+			compatible = "qcom,ipc_router";
+			qcom,node-id = <0x1>;
+		};
+
+		qcom,ipc_router_modem_xprt {
+			compatible = "qcom,ipc_router_glink_xprt";
+			qcom,ch-name = "IPCRTR";
+			qcom,xprt-remote = "mpss";
+			qcom,glink-xprt = "smem";
+			qcom,xprt-linkid = <0x1>;
+			qcom,xprt-version = <0x1>;
+			qcom,fragmented-data;
+		};
+
+		qcom,ipc_router_q6_xprt {
+			compatible = "qcom,ipc_router_glink_xprt";
+			qcom,ch-name = "IPCRTR";
+			qcom,xprt-remote = "lpass";
+			qcom,glink-xprt = "smem";
+			qcom,xprt-linkid = <0x1>;
+			qcom,xprt-version = <0x1>;
+			qcom,fragmented-data;
+		};
+
+		qcom,ipc_router_dsps_xprt {
+			compatible = "qcom,ipc_router_glink_xprt";
+			qcom,ch-name = "IPCRTR";
+			qcom,xprt-remote = "dsps";
+			qcom,glink-xprt = "smem";
+			qcom,xprt-linkid = <0x1>;
+			qcom,xprt-version = <0x1>;
+			qcom,fragmented-data;
+			qcom,dynamic-wakeup-source;
+			qcom,low-latency-xprt;
+		};
+
+		qcom,ipc_router_cdsp_xprt {
+			compatible = "qcom,ipc_router_glink_xprt";
+			qcom,ch-name = "IPCRTR";
+			qcom,xprt-remote = "cdsp";
+			qcom,glink-xprt = "smem";
+			qcom,xprt-linkid = <0x1>;
+			qcom,xprt-version = <0x1>;
+			qcom,fragmented-data;
+		};
+
+		qcom,qsee_ipc_irq_bridge {
+			compatible = "qcom,qsee-ipc-irq-bridge";
+
+			qcom,qsee-ipc-irq-spss {
+				qcom,rx-irq-clr = <0x1888008 0x4>;
+				qcom,rx-irq-clr-mask = <0x1>;
+				qcom,dev-name = "qsee_ipc_irq_spss";
+				interrupts = <0x0 0x15d 0x4>;
+				label = "spss";
+			};
+		};
+
+		qcom,spcom {
+			compatible = "qcom,spcom";
+			qcom,spcom-ch-names = "sp_kernel", "sp_ssr";
+			status = "ok";
+		};
+
+		qcom,spss_utils {
+			compatible = "qcom,spss-utils";
+			qcom,spss-fuse1-addr = <0x7841c4>;
+			qcom,spss-fuse1-bit = <0x1b>;
+			qcom,spss-fuse2-addr = <0x7841c4>;
+			qcom,spss-fuse2-bit = <0x1a>;
+			qcom,spss-dev-firmware-name = "spss2d";
+			qcom,spss-test-firmware-name = "spss2t";
+			qcom,spss-prod-firmware-name = "spss2p";
+			qcom,spss-debug-reg-addr = <0x1886020>;
+			status = "disabled";
+			phandle = <0x31d>;
+		};
+
+		qcom,glink_pkt {
+			compatible = "qcom,glinkpkt";
+
+			qcom,glinkpkt-at-mdm0 {
+				qcom,glinkpkt-transport = "smem";
+				qcom,glinkpkt-edge = "mpss";
+				qcom,glinkpkt-ch-name = "DS";
+				qcom,glinkpkt-dev-name = "at_mdm0";
+			};
+
+			qcom,glinkpkt-loopback_cntl {
+				qcom,glinkpkt-transport = "lloop";
+				qcom,glinkpkt-edge = "local";
+				qcom,glinkpkt-ch-name = "LOCAL_LOOPBACK_CLNT";
+				qcom,glinkpkt-dev-name = "glink_pkt_loopback_ctrl";
+			};
+
+			qcom,glinkpkt-loopback_data {
+				qcom,glinkpkt-transport = "lloop";
+				qcom,glinkpkt-edge = "local";
+				qcom,glinkpkt-ch-name = "glink_pkt_lloop_CLNT";
+				qcom,glinkpkt-dev-name = "glink_pkt_loopback";
+			};
+
+			qcom,glinkpkt-apr-apps2 {
+				qcom,glinkpkt-transport = "smem";
+				qcom,glinkpkt-edge = "adsp";
+				qcom,glinkpkt-ch-name = "apr_apps2";
+				qcom,glinkpkt-dev-name = "apr_apps2";
+			};
+
+			qcom,glinkpkt-data40-cntl {
+				qcom,glinkpkt-transport = "smem";
+				qcom,glinkpkt-edge = "mpss";
+				qcom,glinkpkt-ch-name = "DATA40_CNTL";
+				qcom,glinkpkt-dev-name = "smdcntl8";
+			};
+
+			qcom,glinkpkt-data1 {
+				qcom,glinkpkt-transport = "smem";
+				qcom,glinkpkt-edge = "mpss";
+				qcom,glinkpkt-ch-name = "DATA1";
+				qcom,glinkpkt-dev-name = "smd7";
+			};
+
+			qcom,glinkpkt-data4 {
+				qcom,glinkpkt-transport = "smem";
+				qcom,glinkpkt-edge = "mpss";
+				qcom,glinkpkt-ch-name = "DATA4";
+				qcom,glinkpkt-dev-name = "smd8";
+			};
+
+			qcom,glinkpkt-data11 {
+				qcom,glinkpkt-transport = "smem";
+				qcom,glinkpkt-edge = "mpss";
+				qcom,glinkpkt-ch-name = "DATA11";
+				qcom,glinkpkt-dev-name = "smd11";
+			};
+		};
+
+		qcom,sps {
+			compatible = "qcom,msm_sps_4k";
+			qcom,pipe-attr-ee;
+		};
+
+		qcom,qbt1000 {
+			compatible = "qcom,qbt1000";
+			clock-names = "core", "iface";
+			clock-frequency = <0x17d7840>;
+			qcom,ipc-gpio = <0x34 0x79 0x0>;
+			qcom,finger-detect-gpio = <0xe7 0x5 0x0>;
+			status = "disabled";
+		};
+
+		qseecom@86d00000 {
+			compatible = "qcom,qseecom";
+			reg = <0x86d00000 0x3e00000>;
+			reg-names = "secapp-region";
+			qcom,hlos-num-ce-hw-instances = <0x1>;
+			qcom,hlos-ce-hw-instance = <0x0>;
+			qcom,qsee-ce-hw-instance = <0x0>;
+			qcom,disk-encrypt-pipe-pair = <0x2>;
+			qcom,support-fde;
+			qcom,no-clock-support;
+			qcom,fde-key-size;
+			qcom,commonlib64-loaded-by-uefi;
+			qcom,msm-bus,name = "qseecom-noc";
+			qcom,msm-bus,num-cases = <0x4>;
+			qcom,msm-bus,num-paths = <0x1>;
+			qcom,msm-bus,vectors-KBps = <0x7d 0x200 0x0 0x0 0x7d 0x200 0x30d40 0x61a80 0x7d 0x200 0x493e0 0xc3500 0x7d 0x200 0x61a80 0xf4240>;
+			clock-names = "core_clk_src", "core_clk", "iface_clk", "bus_clk";
+			clocks = <0x22 0x11 0x22 0x11 0x22 0xf 0x22 0x10>;
+			qcom,ce-opp-freq = <0xa37d070>;
+			qcom,qsee-reentrancy-support = <0x2>;
+			phandle = <0x31e>;
+		};
+
+		qrng@793000 {
+			compatible = "qcom,msm-rng";
+			reg = <0x793000 0x1000>;
+			qcom,msm-rng-iface-clk;
+			qcom,no-qrng-config;
+			qcom,msm-bus,name = "msm-rng-noc";
+			qcom,msm-bus,num-cases = <0x2>;
+			qcom,msm-bus,num-paths = <0x1>;
+			qcom,msm-bus,vectors-KBps = <0x1 0x26a 0x0 0x0 0x1 0x26a 0x0 0x493e0>;
+			clocks = <0x22 0x48>;
+			clock-names = "iface_clk";
+			phandle = <0x31f>;
+		};
+
+		tz-log@146bf720 {
+			compatible = "qcom,tz-log";
+			reg = <0x146bf720 0x3000>;
+			qcom,hyplog-enabled;
+			hyplog-address-offset = <0x410>;
+			hyplog-size-offset = <0x414>;
+			phandle = <0x320>;
+		};
+
+		qcedev@1de0000 {
+			compatible = "qcom,qcedev";
+			reg = <0x1de0000 0x20000 0x1dc4000 0x24000>;
+			reg-names = "crypto-base", "crypto-bam-base";
+			interrupts = <0x0 0x110 0x0>;
+			qcom,bam-pipe-pair = <0x3>;
+			qcom,ce-hw-instance = <0x0>;
+			qcom,ce-device = <0x0>;
+			qcom,ce-hw-shared;
+			qcom,bam-ee = <0x0>;
+			qcom,msm-bus,name = "qcedev-noc";
+			qcom,msm-bus,num-cases = <0x2>;
+			qcom,msm-bus,num-paths = <0x1>;
+			qcom,msm-bus,vectors-KBps = <0x7d 0x200 0x0 0x0 0x7d 0x200 0x60180 0x60180>;
+			clock-names = "core_clk_src", "core_clk", "iface_clk", "bus_clk";
+			clocks = <0x22 0x11 0x22 0x11 0x22 0xf 0x22 0x10>;
+			qcom,ce-opp-freq = <0xa37d070>;
+			qcom,request-bw-before-clk;
+			qcom,smmu-s1-enable;
+			iommus = <0x29 0x706 0x1 0x29 0x716 0x1>;
+			phandle = <0x321>;
+
+			qcom_cedev_ns_cb {
+				compatible = "qcom,qcedev,context-bank";
+				label = "ns_context";
+				iommus = <0x29 0x712 0x0 0x29 0x71f 0x0>;
+				virtual-addr = <0x60000000>;
+				virtual-size = <0x40000000>;
+			};
+
+			qcom_cedev_s_cb {
+				compatible = "qcom,qcedev,context-bank";
+				label = "secure_context";
+				iommus = <0x29 0x713 0x0 0x29 0x71c 0x0 0x29 0x71d 0x0 0x29 0x71e 0x0>;
+				virtual-addr = <0x60200000>;
+				virtual-size = <0x40000000>;
+				qcom,secure-context-bank;
+			};
+		};
+
+		qcom,msm_hdcp {
+			compatible = "qcom,msm-hdcp";
+			phandle = <0x322>;
+		};
+
+		qcrypto@1de0000 {
+			compatible = "qcom,qcrypto";
+			reg = <0x1de0000 0x20000 0x1dc4000 0x24000>;
+			reg-names = "crypto-base", "crypto-bam-base";
+			interrupts = <0x0 0x110 0x0>;
+			qcom,bam-pipe-pair = <0x2>;
+			qcom,ce-hw-instance = <0x0>;
+			qcom,ce-device = <0x0>;
+			qcom,bam-ee = <0x0>;
+			qcom,ce-hw-shared;
+			qcom,clk-mgmt-sus-res;
+			qcom,msm-bus,name = "qcrypto-noc";
+			qcom,msm-bus,num-cases = <0x2>;
+			qcom,msm-bus,num-paths = <0x1>;
+			qcom,msm-bus,vectors-KBps = <0x7d 0x200 0x0 0x0 0x7d 0x200 0x60180 0x60180>;
+			clock-names = "core_clk_src", "core_clk", "iface_clk", "bus_clk";
+			clocks = <0x22 0x11 0x22 0x11 0x22 0xf 0x22 0x10>;
+			qcom,ce-opp-freq = <0xa37d070>;
+			qcom,request-bw-before-clk;
+			qcom,use-sw-aes-cbc-ecb-ctr-algo;
+			qcom,use-sw-aes-xts-algo;
+			qcom,use-sw-aes-ccm-algo;
+			qcom,use-sw-ahash-algo;
+			qcom,use-sw-aead-algo;
+			qcom,use-sw-hmac-algo;
+			qcom,smmu-s1-enable;
+			iommus = <0x29 0x704 0x1 0x29 0x714 0x1>;
+			phandle = <0x323>;
+		};
+
+		qcom,msm_gsi {
+			compatible = "qcom,msm_gsi";
+		};
+
+		qcom,rmtfs_sharedmem@0 {
+			compatible = "qcom,sharedmem-uio";
+			reg = <0x0 0x200000>;
+			reg-names = "rmtfs";
+			qcom,client-id = <0x1>;
+			qcom,guard-memory;
+		};
+
+		qcom,rmnet-ipa {
+			compatible = "qcom,rmnet-ipa3";
+			qcom,rmnet-ipa-ssr;
+			qcom,ipa-loaduC;
+			qcom,ipa-advertise-sg-support;
+			qcom,ipa-napi-enable;
+		};
+
+		qcom,ipa@01e00000 {
+			compatible = "qcom,ipa";
+			reg = <0x1e00000 0x34000 0x1e04000 0x2c000>;
+			reg-names = "ipa-base", "gsi-base";
+			interrupts = <0x0 0x137 0x0 0x0 0x1b0 0x0>;
+			interrupt-names = "ipa-irq", "gsi-irq";
+			qcom,ipa-hw-ver = <0xd>;
+			qcom,ipa-hw-mode = <0x0>;
+			qcom,ee = <0x0>;
+			qcom,use-ipa-tethering-bridge;
+			qcom,modem-cfg-emb-pipe-flt;
+			qcom,ipa-wdi2;
+			qcom,use-64-bit-dma-mask;
+			qcom,arm-smmu;
+			qcom,bandwidth-vote-for-ipa;
+			qcom,msm-bus,name = "ipa";
+			qcom,msm-bus,num-cases = <0x5>;
+			qcom,msm-bus,num-paths = <0x4>;
+			qcom,msm-bus,vectors-KBps = <0x5a 0x200 0x0 0x0 0x5a 0x249 0x0 0x0 0x1 0x2a4 0x0 0x0 0x8f 0x309 0x0 0x0 0x5a 0x200 0x13880 0x927c0 0x5a 0x249 0x13880 0x55730 0x1 0x2a4 0x9c40 0x9c40 0x8f 0x309 0x0 0x4b 0x5a 0x200 0x13880 0x9c400 0x5a 0x249 0x13880 0x9c400 0x1 0x2a4 0x13880 0x13880 0x8f 0x309 0x0 0x96 0x5a 0x200 0x324b0 0xea600 0x5a 0x249 0x324b0 0xea600 0x1 0x2a4 0x324b0 0x27100 0x8f 0x309 0x0 0x12c 0x5a 0x200 0x324b0 0x36ee80 0x5a 0x249 0x324b0 0x36ee80 0x1 0x2a4 0x324b0 0x493e0 0x8f 0x309 0x0 0x163>;
+			qcom,bus-vector-names = "MIN", "SVS2", "SVS", "NOMINAL", "TURBO";
+			qcom,ipa-ram-mmap = <0x280 0x0 0x0 0x288 0x78 0x4000 0x308 0x78 0x4000 0x388 0x78 0x4000 0x408 0x78 0x4000 0xf 0x0 0x7 0x8 0xe 0x488 0x78 0x4000 0x508 0x78 0x4000 0xf 0x0 0x7 0x8 0xe 0x588 0x78 0x4000 0x608 0x78 0x4000 0x688 0x140 0x7c8 0x0 0x800 0x7d0 0x200 0x9d0 0x200 0x0 0x0 0x0 0xbd8 0x1024 0x2000 0x0 0x2000 0x0 0x2000 0x0 0x2000 0x0 0x80 0x200 0x2000 0x2000 0x0 0x2000 0x0 0x2000 0x0 0x2000 0x0 0x1c00 0x400>;
+			phandle = <0x324>;
+
+			qcom,smp2pgpio_map_ipa_1_out {
+				compatible = "qcom,smp2pgpio-map-ipa-1-out";
+				gpios = <0xe8 0x0 0x0>;
+			};
+
+			qcom,smp2pgpio_map_ipa_1_in {
+				compatible = "qcom,smp2pgpio-map-ipa-1-in";
+				gpios = <0xe9 0x0 0x0>;
+			};
+
+			ipa_smmu_ap {
+				compatible = "qcom,ipa-smmu-ap-cb";
+				qcom,smmu-s1-bypass;
+				iommus = <0x29 0x720 0x0>;
+				qcom,iova-mapping = <0x20000000 0x40000000>;
+				qcom,additional-mapping = <0x146bd000 0x146bd000 0x2000>;
+				phandle = <0x325>;
+			};
+
+			ipa_smmu_wlan {
+				compatible = "qcom,ipa-smmu-wlan-cb";
+				qcom,smmu-s1-bypass;
+				iommus = <0x29 0x721 0x0>;
+				qcom,additional-mapping = <0x1e60000 0x1e60000 0x80000>;
+				phandle = <0x326>;
+			};
+
+			ipa_smmu_uc {
+				compatible = "qcom,ipa-smmu-uc-cb";
+				qcom,smmu-s1-bypass;
+				iommus = <0x29 0x722 0x0>;
+				qcom,iova-mapping = <0x40000000 0x20000000>;
+				phandle = <0x327>;
+			};
+		};
+
+		qcom,ipa_fws {
+			compatible = "qcom,pil-tz-generic";
+			qcom,pas-id = <0xf>;
+			qcom,firmware-name = "ipa_fws";
+			qcom,pil-force-shutdown;
+			memory-region = <0xea>;
+		};
+
+		qcom,chd_sliver {
+			compatible = "qcom,core-hang-detect";
+			label = "silver";
+			qcom,threshold-arr = <0x17e00058 0x17e10058 0x17e20058 0x17e30058>;
+			qcom,config-arr = <0x17e00060 0x17e10060 0x17e20060 0x17e30060>;
+		};
+
+		qcom,chd_gold {
+			compatible = "qcom,core-hang-detect";
+			label = "gold";
+			qcom,threshold-arr = <0x17e40058 0x17e50058 0x17e60058 0x17e70058>;
+			qcom,config-arr = <0x17e40060 0x17e50060 0x17e60060 0x17e70060>;
+		};
+
+		qcom,ghd {
+			compatible = "qcom,gladiator-hang-detect-v2";
+			qcom,threshold-arr = <0x1799041c 0x17990420>;
+			qcom,config-reg = <0x17990434>;
+		};
+
+		qcom,msm-gladiator-v3@17900000 {
+			compatible = "qcom,msm-gladiator-v3";
+			reg = <0x17900000 0xd080>;
+			reg-names = "gladiator_base";
+			interrupts = <0x0 0x11 0x0>;
+		};
+
+		qcom,cmd-db@861e0000 {
+			compatible = "qcom,cmd-db";
+			reg = <0xc3f000c 0x8>;
+			phandle = <0x328>;
+		};
+
+		dcc_v2@10a2000 {
+			compatible = "qcom,dcc-v2";
+			reg = <0x10a2000 0x1000 0x10ae000 0x2000>;
+			reg-names = "dcc-base", "dcc-ram-base";
+			dcc-ram-offset = <0x6000>;
+			qcom,curr-link-list = <0x2>;
+			qcom,link-list = <0x0 0x1740300 0x6 0x0 0x0 0x1620500 0x4 0x0 0x0 0x7840000 0x1 0x0 0x0 0x7841010 0xc 0x0 0x0 0x7842000 0x10 0x0 0x0 0x7842500 0x2 0x0 0x2 0x7 0x0 0x0 0x0 0x7841000 0x1 0x0 0x2 0x1 0x0 0x0 0x2 0xa5 0x0 0x0 0x0 0x7841008 0x2 0x0 0x2 0x1 0x0 0x0 0x0 0x17dc3a84 0x2 0x0 0x0 0x17db3a84 0x1 0x0 0x0 0x1301000 0x2 0x0 0x0 0x17990044 0x1 0x0 0x0 0x17d45f00 0x1 0x0 0x0 0x17d45f08 0x6 0x0 0x0 0x17d45f80 0x1 0x0 0x0 0x17d47418 0x1 0x0 0x0 0x17d47570 0x1 0x0 0x0 0x17d47588 0x1 0x0 0x0 0x17d43700 0x1 0x0 0x0 0x17d43708 0x6 0x0 0x0 0x17d43780 0x1 0x0 0x0 0x17d44c18 0x1 0x0 0x0 0x17d44d70 0x1 0x0 0x0 0x17d44d88 0x1 0x0 0x0 0x17d41700 0x1 0x0 0x0 0x17d41708 0x6 0x0 0x0 0x17d41780 0x1 0x0 0x0 0x17d42c18 0x1 0x0 0x0 0x17d42d70 0x1 0x0 0x0 0x17d42d88 0x1 0x0 0x1 0x69ea00c 0x600007 0x1 0x1 0x69ea01c 0x136800 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x136810 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x136820 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x136830 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x136840 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x136850 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x136860 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x136870 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x3e9a0 0x1 0x1 0x69ea01c 0x1368a0 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x3c0a0 0x1 0x1 0x69ea01c 0x1368a0 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x3d1a0 0x1 0x1 0x69ea01c 0x1368a0 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x3d2a0 0x1 0x1 0x69ea01c 0x1368a0 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x3d5a0 0x1 0x1 0x69ea01c 0x1368a0 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x3d6a0 0x1 0x1 0x69ea01c 0x1368a0 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x1368a0 0x1 0x1 0x69ea01c 0x1368a0 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x3b1a0 0x1 0x1 0x69ea01c 0x1368a0 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x3b2a0 0x1 0x1 0x69ea01c 0x1368a0 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x3b5a0 0x1 0x1 0x69ea01c 0x1368a0 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x3b6a0 0x1 0x1 0x69ea01c 0x1368a0 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x3c2a0 0x1 0x1 0x69ea01c 0x1368a0 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x3c5a0 0x1 0x1 0x69ea01c 0x1368a0 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0x3c6a0 0x1 0x1 0x69ea01c 0x1368a0 0x1 0x0 0x69ea014 0x1 0x1 0x1 0x69ea01c 0xf1e000 0x1 0x1 0x69ea008 0x7 0x1 0x0 0x13e7e00 0x1f 0x0 0x0 0x1132100 0x1 0x0 0x0 0x1136044 0x4 0x0 0x0 0x11360b0 0x1 0x0 0x0 0x113e030 0x2 0x0 0x0 0x1141000 0x1 0x0 0x0 0x1148058 0x4 0x0 0x0 0x1160410 0x3 0x0 0x0 0x11604a0 0x1 0x0 0x0 0x11604b8 0x1 0x0 0x0 0x1165804 0x1 0x0 0x0 0x1166418 0x1 0x0 0x0 0x11b2100 0x1 0x0 0x0 0x11b6044 0x4 0x0 0x0 0x11be030 0x2 0x0 0x0 0x11c1000 0x1 0x0 0x0 0x11c8058 0x4 0x0 0x0 0x11e0410 0x3 0x0 0x0 0x11e04a0 0x1 0x0 0x0 0x11e04b8 0x1 0x0 0x0 0x11e5804 0x1 0x0 0x0 0x11e6418 0x1 0x0 0x0 0x1232100 0x1 0x0 0x0 0x1236044 0x4 0x0 0x0 0x12360b0 0x1 0x0 0x0 0x123e030 0x2 0x0 0x0 0x1241000 0x1 0x0 0x0 0x1248058 0x4 0x0 0x0 0x1260410 0x3 0x0 0x0 0x12604a0 0x1 0x0 0x0 0x12604b8 0x1 0x0 0x0 0x1265804 0x1 0x0 0x0 0x1266418 0x1 0x0 0x0 0x12b2100 0x1 0x0 0x0 0x12b6044 0x3 0x0 0x0 0x12b6050 0x1 0x0 0x0 0x12b60b0 0x1 0x0 0x0 0x12be030 0x2 0x0 0x0 0x12c1000 0x1 0x0 0x0 0x12c8058 0x4 0x0 0x0 0x12e0410 0x3 0x0 0x0 0x12e04a0 0x1 0x0 0x0 0x12e04b8 0x1 0x0 0x0 0x12e5804 0x1 0x0 0x0 0x12e6418 0x1 0x0 0x0 0x1380900 0x8 0x0 0x0 0x1380d00 0x5 0x0 0x0 0x1430280 0x1 0x0 0x0 0x1430288 0x1 0x0 0x0 0x143028c 0x7 0x0 0x0 0x1132100 0x1 0x0 0x0 0x1136044 0x4 0x0 0x0 0x11360b0 0x1 0x0 0x0 0x113e030 0x2 0x0 0x0 0x1141000 0x1 0x0 0x0 0x1148058 0x4 0x0 0x0 0x1160410 0x3 0x0 0x0 0x11604a0 0x1 0x0 0x0 0x11604b8 0x1 0x0 0x0 0x1165804 0x1 0x0 0x0 0x1166418 0x1 0x0 0x0 0x11b2100 0x1 0x0 0x0 0x11b6044 0x4 0x0 0x0 0x11be030 0x2 0x0 0x0 0x11c1000 0x1 0x0 0x0 0x11c8058 0x4 0x0 0x0 0x11e0410 0x3 0x0 0x0 0x11e04a0 0x1 0x0 0x0 0x11e04b8 0x1 0x0 0x0 0x11e5804 0x1 0x0 0x0 0x11e6418 0x1 0x0 0x0 0x1232100 0x1 0x0 0x0 0x1236044 0x4 0x0 0x0 0x12360b0 0x1 0x0 0x0 0x123e030 0x2 0x0 0x0 0x1241000 0x1 0x0 0x0 0x1248058 0x4 0x0 0x0 0x1260410 0x3 0x0 0x0 0x12604a0 0x1 0x0 0x0 0x12604b8 0x1 0x0 0x0 0x1265804 0x1 0x0 0x0 0x1266418 0x1 0x0 0x0 0x12b2100 0x1 0x0 0x0 0x12b6044 0x3 0x0 0x0 0x12b6050 0x1 0x0 0x0 0x12b60b0 0x1 0x0 0x0 0x12be030 0x2 0x0 0x0 0x12c1000 0x1 0x0 0x0 0x12c8058 0x4 0x0 0x0 0x12e0410 0x3 0x0 0x0 0x12e04a0 0x1 0x0 0x0 0x12e04b8 0x1 0x0 0x0 0x12e5804 0x1 0x0 0x0 0x12e6418 0x1 0x0 0x0 0x1380900 0x8 0x0 0x0 0x1380d00 0x5 0x0 0x0 0x1430280 0x1 0x0 0x0 0x1430288 0x1 0x0 0x0 0x143028c 0x7 0x0 0x0 0xc201244 0x1 0x0 0x0 0xc202244 0x1 0x0>;
+			phandle = <0x329>;
+		};
+
+		qcom,msm-core@780000 {
+			compatible = "qcom,apss-core-ea";
+			reg = <0x780000 0x1000>;
+		};
+
+		qcom,icnss@18800000 {
+			compatible = "qcom,icnss";
+			reg = <0x18800000 0x800000 0xa0000000 0x10000000 0xb0000000 0x10000>;
+			reg-names = "membase", "smmu_iova_base", "smmu_iova_ipa";
+			iommus = <0x29 0x40 0x1>;
+			interrupts = <0x0 0x19e 0x0 0x0 0x19f 0x0 0x0 0x1a0 0x0 0x0 0x1a1 0x0 0x0 0x1a2 0x0 0x0 0x1a3 0x0 0x0 0x1a4 0x0 0x0 0x1a5 0x0 0x0 0x1a6 0x0 0x0 0x1a7 0x0 0x0 0x1a8 0x0 0x0 0x1a9 0x0>;
+			qcom,wlan-msa-memory = <0x100000>;
+			qcom,gpio-force-fatal-error = <0xeb 0x0 0x0>;
+			qcom,gpio-early-crash-ind = <0xeb 0x1 0x0>;
+			vdd-0.8-cx-mx-supply = <0xec>;
+			vdd-1.8-xo-supply = <0xed>;
+			vdd-1.3-rfa-supply = <0xee>;
+			vdd-3.3-ch0-supply = <0xef>;
+			qcom,vdd-0.8-cx-mx-config = <0xc3500 0xc3500>;
+			qcom,vdd-3.3-ch0-config = <0x2f5d00 0x328980>;
+			qcom,smmu-s1-bypass;
+		};
+
+		qmi-tmd-devices {
+			compatible = "qcom,qmi_cooling_devices";
+
+			modem {
+				qcom,instance-id = <0x0>;
+
+				modem_pa {
+					qcom,qmi-dev-name = "pa";
+					#cooling-cells = <0x2>;
+					phandle = <0x32a>;
+				};
+
+				modem_proc {
+					qcom,qmi-dev-name = "modem";
+					#cooling-cells = <0x2>;
+					phandle = <0x32b>;
+				};
+
+				modem_current {
+					qcom,qmi-dev-name = "modem_current";
+					#cooling-cells = <0x2>;
+					phandle = <0x32c>;
+				};
+
+				modem_skin {
+					qcom,qmi-dev-name = "modem_skin";
+					#cooling-cells = <0x2>;
+					phandle = <0x32d>;
+				};
+
+				modem_vdd {
+					qcom,qmi-dev-name = "cpuv_restriction_cold";
+					#cooling-cells = <0x2>;
+					phandle = <0x104>;
+				};
+			};
+
+			adsp {
+				qcom,instance-id = <0x1>;
+
+				adsp_vdd {
+					qcom,qmi-dev-name = "cpuv_restriction_cold";
+					#cooling-cells = <0x2>;
+					phandle = <0x105>;
+				};
+			};
+
+			cdsp {
+				qcom,instance-id = <0x43>;
+
+				cdsp_vdd {
+					qcom,qmi-dev-name = "cpuv_restriction_cold";
+					#cooling-cells = <0x2>;
+					phandle = <0x106>;
+				};
+			};
+
+			slpi {
+				qcom,instance-id = <0x53>;
+
+				slpi_vdd {
+					qcom,qmi-dev-name = "cpuv_restriction_cold";
+					#cooling-cells = <0x2>;
+					phandle = <0x107>;
+				};
+			};
+		};
+
+		thermal-zones {
+			phandle = <0x32e>;
+
+			aoss0-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "user_space";
+				thermal-sensors = <0xf0 0x0>;
+				wake-capable-sensor;
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			cpu0-silver-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "user_space";
+				thermal-sensors = <0xf0 0x1>;
+				wake-capable-sensor;
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			cpu1-silver-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "user_space";
+				thermal-sensors = <0xf0 0x2>;
+				wake-capable-sensor;
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			cpu2-silver-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "user_space";
+				thermal-sensors = <0xf0 0x3>;
+				wake-capable-sensor;
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			cpu3-silver-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf0 0x4>;
+				wake-capable-sensor;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			kryo-l3-0-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf0 0x5>;
+				wake-capable-sensor;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			kryo-l3-1-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf0 0x6>;
+				wake-capable-sensor;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			cpu0-gold-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf0 0x7>;
+				wake-capable-sensor;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			cpu1-gold-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf0 0x8>;
+				wake-capable-sensor;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			cpu2-gold-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf0 0x9>;
+				wake-capable-sensor;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			cpu3-gold-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf0 0xa>;
+				wake-capable-sensor;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			gpu0-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf0 0xb>;
+				wake-capable-sensor;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			gpu1-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "user_space";
+				thermal-sensors = <0xf0 0xc>;
+				wake-capable-sensor;
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			aoss1-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf1 0x0>;
+				wake-capable-sensor;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			mdm-dsp-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf1 0x1>;
+				wake-capable-sensor;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			ddr-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf1 0x2>;
+				wake-capable-sensor;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			wlan-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf1 0x3>;
+				wake-capable-sensor;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			compute-hvx-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf1 0x4>;
+				wake-capable-sensor;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			camera-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf1 0x5>;
+				wake-capable-sensor;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			mmss-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf1 0x6>;
+				wake-capable-sensor;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			mdm-core-usr {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf1 0x7>;
+				wake-capable-sensor;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+
+			gpu-virt-max-step {
+				polling-delay-passive = <0xa>;
+				polling-delay = <0x0>;
+				thermal-governor = "step_wise";
+				disable-thermal-zone;
+				wake-capable-sensor;
+
+				trips {
+
+					gpu-trip0 {
+						temperature = <0x17318>;
+						hysteresis = <0x0>;
+						type = "passive";
+						phandle = <0xf2>;
+					};
+				};
+
+				cooling-maps {
+
+					gpu_cdev0 {
+						trip = <0xf2>;
+						cooling-device = <0x9e 0x0 0xffffffff>;
+					};
+				};
+			};
+
+			silv-virt-max-step {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "step_wise";
+				wake-capable-sensor;
+
+				trips {
+
+					silver-trip {
+						temperature = <0x1d4c0>;
+						hysteresis = <0x0>;
+						type = "passive";
+					};
+				};
+			};
+
+			gold-virt-max-step {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "step_wise";
+				wake-capable-sensor;
+
+				trips {
+
+					gold-trip {
+						temperature = <0x1d4c0>;
+						hysteresis = <0x0>;
+						type = "passive";
+					};
+				};
+			};
+
+			pop-mem-step {
+				polling-delay-passive = <0xa>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf1 0x2>;
+				wake-capable-sensor;
+				thermal-governor = "step_wise";
+
+				trips {
+
+					pop-trip {
+						temperature = <0x17318>;
+						hysteresis = <0x0>;
+						type = "passive";
+						phandle = <0xf3>;
+					};
+				};
+
+				cooling-maps {
+
+					pop_cdev4 {
+						trip = <0xf3>;
+						cooling-device = <0x15 0xffffffff 0xfffffffd>;
+					};
+
+					pop_cdev5 {
+						trip = <0xf3>;
+						cooling-device = <0x16 0xffffffff 0xfffffffd>;
+					};
+
+					pop_cdev6 {
+						trip = <0xf3>;
+						cooling-device = <0x17 0xffffffff 0xfffffffd>;
+					};
+
+					pop_cdev7 {
+						trip = <0xf3>;
+						cooling-device = <0x18 0xffffffff 0xfffffffd>;
+					};
+				};
+			};
+
+			cpu0-silver-step {
+				polling-delay-passive = <0x64>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf0 0x1>;
+				wake-capable-sensor;
+				thermal-governor = "step_wise";
+
+				trips {
+
+					emerg-config0 {
+						temperature = <0x1adb0>;
+						hysteresis = <0x2710>;
+						type = "passive";
+						phandle = <0xf4>;
+					};
+				};
+
+				cooling-maps {
+
+					emerg_cdev0 {
+						trip = <0xf4>;
+						cooling-device = <0x11 0xfffffffe 0xfffffffe>;
+					};
+				};
+			};
+
+			cpu1-silver-step {
+				polling-delay-passive = <0x64>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf0 0x2>;
+				wake-capable-sensor;
+				thermal-governor = "step_wise";
+
+				trips {
+
+					emerg-config1 {
+						temperature = <0x1adb0>;
+						hysteresis = <0x2710>;
+						type = "passive";
+						phandle = <0xf5>;
+					};
+				};
+
+				cooling-maps {
+
+					emerg_cdev1 {
+						trip = <0xf5>;
+						cooling-device = <0x12 0xfffffffe 0xfffffffe>;
+					};
+				};
+			};
+
+			cpu2-silver-step {
+				polling-delay-passive = <0x64>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf0 0x3>;
+				wake-capable-sensor;
+				thermal-governor = "step_wise";
+
+				trips {
+
+					emerg-config2 {
+						temperature = <0x1adb0>;
+						hysteresis = <0x2710>;
+						type = "passive";
+						phandle = <0xf6>;
+					};
+				};
+
+				cooling-maps {
+
+					emerg_cdev2 {
+						trip = <0xf6>;
+						cooling-device = <0x13 0xfffffffe 0xfffffffe>;
+					};
+				};
+			};
+
+			cpu3-silver-step {
+				polling-delay-passive = <0x64>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf0 0x4>;
+				wake-capable-sensor;
+				thermal-governor = "step_wise";
+
+				trips {
+
+					emerg-config3 {
+						temperature = <0x1adb0>;
+						hysteresis = <0x2710>;
+						type = "passive";
+						phandle = <0xf7>;
+					};
+				};
+
+				cooling-maps {
+
+					emerg_cdev3 {
+						trip = <0xf7>;
+						cooling-device = <0x14 0xfffffffe 0xfffffffe>;
+					};
+				};
+			};
+
+			cpu0-gold-step {
+				polling-delay-passive = <0x64>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf0 0x7>;
+				wake-capable-sensor;
+				thermal-governor = "step_wise";
+
+				trips {
+
+					emerg-config4 {
+						temperature = <0x1adb0>;
+						hysteresis = <0x2710>;
+						type = "passive";
+						phandle = <0xf8>;
+					};
+				};
+
+				cooling-maps {
+
+					emerg_cdev4 {
+						trip = <0xf8>;
+						cooling-device = <0x15 0xfffffffe 0xfffffffe>;
+					};
+				};
+			};
+
+			cpu1-gold-step {
+				polling-delay-passive = <0x64>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf0 0x8>;
+				wake-capable-sensor;
+				thermal-governor = "step_wise";
+
+				trips {
+
+					emerg-config5 {
+						temperature = <0x1adb0>;
+						hysteresis = <0x2710>;
+						type = "passive";
+						phandle = <0xf9>;
+					};
+				};
+
+				cooling-maps {
+
+					emerg_cdev5 {
+						trip = <0xf9>;
+						cooling-device = <0x16 0xfffffffe 0xfffffffe>;
+					};
+				};
+			};
+
+			cpu2-gold-step {
+				polling-delay-passive = <0x64>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf0 0x9>;
+				wake-capable-sensor;
+				thermal-governor = "step_wise";
+
+				trips {
+
+					emerg-config6 {
+						temperature = <0x1adb0>;
+						hysteresis = <0x2710>;
+						type = "passive";
+						phandle = <0xfa>;
+					};
+				};
+
+				cooling-maps {
+
+					emerg_cdev6 {
+						trip = <0xfa>;
+						cooling-device = <0x17 0xfffffffe 0xfffffffe>;
+					};
+				};
+			};
+
+			cpu3-gold-step {
+				polling-delay-passive = <0x64>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xf0 0xa>;
+				wake-capable-sensor;
+				thermal-governor = "step_wise";
+
+				trips {
+
+					emerg-config7 {
+						temperature = <0x1adb0>;
+						hysteresis = <0x2710>;
+						type = "passive";
+						phandle = <0xfb>;
+					};
+				};
+
+				cooling-maps {
+
+					emerg_cdev7 {
+						trip = <0xfb>;
+						cooling-device = <0x18 0xfffffffe 0xfffffffe>;
+					};
+				};
+			};
+
+			lmh-dcvs-01 {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "user_space";
+				thermal-sensors = <0xa>;
+				wake-capable-sensor;
+
+				trips {
+
+					active-config {
+						temperature = <0x17318>;
+						hysteresis = <0x7530>;
+						type = "passive";
+					};
+				};
+			};
+
+			lmh-dcvs-00 {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "user_space";
+				thermal-sensors = <0x2>;
+				wake-capable-sensor;
+
+				trips {
+
+					active-config {
+						temperature = <0x17318>;
+						hysteresis = <0x7530>;
+						type = "passive";
+					};
+				};
+			};
+
+			pm8998_tz {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "step_wise";
+				thermal-sensors = <0xfc>;
+				wake-capable-sensor;
+				phandle = <0x32f>;
+
+				trips {
+
+					pm8998-trip0 {
+						temperature = <0x19a28>;
+						hysteresis = <0x0>;
+						type = "passive";
+						phandle = <0xfd>;
+					};
+
+					pm8998-trip1 {
+						temperature = <0x1e848>;
+						hysteresis = <0x0>;
+						type = "passive";
+						phandle = <0xfe>;
+					};
+
+					pm8998-trip2 {
+						temperature = <0x23668>;
+						hysteresis = <0x0>;
+						type = "passive";
+						phandle = <0x330>;
+					};
+				};
+
+				cooling-maps {
+
+					trip0_cpu0 {
+						trip = <0xfd>;
+						cooling-device = <0x11 0xfffffffd 0xfffffffd>;
+					};
+
+					trip0_cpu1 {
+						trip = <0xfd>;
+						cooling-device = <0x12 0xfffffffd 0xfffffffd>;
+					};
+
+					trip0_cpu2 {
+						trip = <0xfd>;
+						cooling-device = <0x13 0xfffffffd 0xfffffffd>;
+					};
+
+					trip0_cpu3 {
+						trip = <0xfd>;
+						cooling-device = <0x14 0xfffffffd 0xfffffffd>;
+					};
+
+					trip0_cpu4 {
+						trip = <0xfd>;
+						cooling-device = <0x15 0xfffffffd 0xfffffffd>;
+					};
+
+					trip0_cpu5 {
+						trip = <0xfd>;
+						cooling-device = <0x16 0xfffffffd 0xfffffffd>;
+					};
+
+					trip0_cpu6 {
+						trip = <0xfd>;
+						cooling-device = <0x17 0xfffffffd 0xfffffffd>;
+					};
+
+					trip0_cpu7 {
+						trip = <0xfd>;
+						cooling-device = <0x18 0xfffffffd 0xfffffffd>;
+					};
+
+					trip1_cpu1 {
+						trip = <0xfe>;
+						cooling-device = <0x12 0xfffffffe 0xfffffffe>;
+					};
+
+					trip1_cpu2 {
+						trip = <0xfe>;
+						cooling-device = <0x13 0xfffffffe 0xfffffffe>;
+					};
+
+					trip1_cpu3 {
+						trip = <0xfe>;
+						cooling-device = <0x14 0xfffffffe 0xfffffffe>;
+					};
+
+					trip1_cpu4 {
+						trip = <0xfe>;
+						cooling-device = <0x15 0xfffffffe 0xfffffffe>;
+					};
+
+					trip1_cpu5 {
+						trip = <0xfe>;
+						cooling-device = <0x16 0xfffffffe 0xfffffffe>;
+					};
+
+					trip1_cpu6 {
+						trip = <0xfe>;
+						cooling-device = <0x17 0xfffffffe 0xfffffffe>;
+					};
+
+					trip1_cpu7 {
+						trip = <0xfe>;
+						cooling-device = <0x18 0xfffffffe 0xfffffffe>;
+					};
+				};
+			};
+
+			pm8005_tz {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0xff>;
+
+				trips {
+
+					pm8005-trip0 {
+						temperature = <0x19a28>;
+						hysteresis = <0x0>;
+						type = "passive";
+					};
+
+					pm8005-trip1 {
+						temperature = <0x1e848>;
+						hysteresis = <0x0>;
+						type = "passive";
+					};
+
+					pm8005-trip2 {
+						temperature = <0x23668>;
+						hysteresis = <0x0>;
+						type = "passive";
+					};
+				};
+			};
+
+			aoss0-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf0 0x0>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					aoss0-trip {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x100>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x100>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x100>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x100>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x100>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x100>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x100>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x100>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x100>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x100>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x100>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			cpu0-silver-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf0 0x1>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					cpu0-trip {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x108>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x108>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x108>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x108>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x108>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x108>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x108>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x108>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x108>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x108>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x108>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			cpu1-silver-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf0 0x2>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					cpu1-trip {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x109>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x109>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x109>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x109>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x109>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x109>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x109>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x109>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x109>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x109>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x109>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			cpu2-silver-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf0 0x3>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					cpu2-trip {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x10a>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x10a>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x10a>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x10a>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x10a>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x10a>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x10a>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x10a>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x10a>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x10a>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x10a>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			cpu3-silver-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf0 0x4>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					cpu3-trip {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x10b>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x10b>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x10b>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x10b>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x10b>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x10b>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x10b>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x10b>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x10b>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x10b>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x10b>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			kryo-l3-0-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf0 0x5>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					l3-0-trip {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x10c>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x10c>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x10c>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x10c>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x10c>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x10c>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x10c>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x10c>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x10c>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x10c>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x10c>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			kryo-l3-1-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf0 0x6>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					l3-1-trip {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x10d>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x10d>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x10d>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x10d>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x10d>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x10d>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x10d>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x10d>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x10d>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x10d>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x10d>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			cpu0-gold-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf0 0x7>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					cpug0-trip {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x10e>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x10e>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x10e>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x10e>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x10e>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x10e>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x10e>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x10e>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x10e>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x10e>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x10e>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			cpu1-gold-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf0 0x8>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					cpug1-trip {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x10f>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x10f>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x10f>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x10f>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x10f>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x10f>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x10f>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x10f>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x10f>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x10f>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x10f>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			cpu2-gold-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf0 0x9>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					cpug2-trip {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x110>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x110>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x110>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x110>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x110>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x110>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x110>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x110>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x110>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x110>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x110>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			cpu3-gold-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf0 0xa>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					cpug3-trip {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x111>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x111>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x111>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x111>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x111>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x111>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x111>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x111>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x111>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x111>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x111>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			gpu0-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf0 0xb>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					gpu0-trip {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x112>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x112>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x112>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x112>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x112>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x112>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x112>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x112>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x112>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x112>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x112>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			gpu1-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf0 0xc>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					gpu1-trip_l {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x113>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x113>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x113>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x113>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x113>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x113>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x113>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x113>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x113>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x113>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x113>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			aoss1-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf1 0x0>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					aoss1-trip {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x114>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x114>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x114>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x114>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x114>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x114>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x114>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x114>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x114>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x114>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x114>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			mdm-dsp-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf1 0x1>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					dsp-trip {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x115>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x115>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x115>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x115>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x115>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x115>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x115>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x115>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x115>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x115>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x115>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			ddr-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf1 0x2>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					ddr-trip {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x116>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x116>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x116>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x116>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x116>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x116>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x116>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x116>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x116>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x116>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x116>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			wlan-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf1 0x3>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					wlan-trip {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x117>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x117>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x117>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x117>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x117>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x117>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x117>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x117>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x117>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x117>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x117>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			compute-hvx-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf1 0x4>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					hvx-trip {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x118>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x118>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x118>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x118>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x118>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x118>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x118>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x118>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x118>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x118>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x118>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			camera-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf1 0x5>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					camera-trip {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x119>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x119>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x119>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x119>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x119>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x119>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x119>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x119>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x119>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x119>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x119>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			mmss-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf1 0x6>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					mmss-trip {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x11a>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x11a>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x11a>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x11a>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x11a>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x11a>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x11a>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x11a>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x11a>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x11a>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x11a>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			mdm-core-lowf {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_floor";
+				thermal-sensors = <0xf1 0x7>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					mdm-trip {
+						temperature = <0x1388>;
+						hysteresis = <0x1388>;
+						type = "passive";
+						phandle = <0x11b>;
+					};
+				};
+
+				cooling-maps {
+
+					cpu0_vdd_cdev {
+						trip = <0x11b>;
+						cooling-device = <0x11 0x4 0x4>;
+					};
+
+					cpu4_vdd_cdev {
+						trip = <0x11b>;
+						cooling-device = <0x15 0x9 0x9>;
+					};
+
+					gpu_vdd_cdev {
+						trip = <0x11b>;
+						cooling-device = <0x9e 0x1 0x1>;
+					};
+
+					cx_vdd_cdev {
+						trip = <0x11b>;
+						cooling-device = <0x101 0x0 0x0>;
+					};
+
+					mx_vdd_cdev {
+						trip = <0x11b>;
+						cooling-device = <0x102 0x0 0x0>;
+					};
+
+					ebi_vdd_cdev {
+						trip = <0x11b>;
+						cooling-device = <0x103 0x0 0x0>;
+					};
+
+					modem_vdd_cdev {
+						trip = <0x11b>;
+						cooling-device = <0x104 0x0 0x0>;
+					};
+
+					adsp_vdd_cdev {
+						trip = <0x11b>;
+						cooling-device = <0x105 0x0 0x0>;
+					};
+
+					cdsp_vdd_cdev {
+						trip = <0x11b>;
+						cooling-device = <0x106 0x0 0x0>;
+					};
+
+					slpi_vdd_cdev {
+						trip = <0x11b>;
+						cooling-device = <0x107 0x0 0x0>;
+					};
+				};
+			};
+
+			ibat-high {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "step_wise";
+				thermal-sensors = <0x4f6 0x0>;
+				wake-capable-sensor;
+
+				trips {
+
+					low-ibat {
+						temperature = <0x1388>;
+						hysteresis = <0xc8>;
+						type = "passive";
+						phandle = <0x592>;
+					};
+				};
+			};
+
+			ibat-vhigh {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "step_wise";
+				thermal-sensors = <0x4f6 0x1>;
+				wake-capable-sensor;
+
+				trips {
+
+					ibat_vhigh {
+						temperature = <0x1770>;
+						hysteresis = <0x64>;
+						type = "passive";
+						phandle = <0x593>;
+					};
+				};
+			};
+
+			vbat {
+				polling-delay-passive = <0x64>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_cap";
+				thermal-sensors = <0x4f6 0x2>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					low-vbat {
+						temperature = <0xc80>;
+						hysteresis = <0x64>;
+						type = "passive";
+						phandle = <0x4f7>;
+					};
+				};
+
+				cooling-maps {
+
+					vbat_cpu4 {
+						trip = <0x4f7>;
+						cooling-device = <0x15 0xfffffffe 0xfffffffe>;
+					};
+
+					vbat_cpu5 {
+						trip = <0x4f7>;
+						cooling-device = <0x16 0xfffffffe 0xfffffffe>;
+					};
+
+					vbat_map6 {
+						trip = <0x4f7>;
+						cooling-device = <0x17 0xfffffffe 0xfffffffe>;
+					};
+
+					vbat_map7 {
+						trip = <0x4f7>;
+						cooling-device = <0x18 0xfffffffe 0xfffffffe>;
+					};
+				};
+			};
+
+			vbat_low {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_cap";
+				thermal-sensors = <0x4f6 0x3>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					low-vbat {
+						temperature = <0xaf0>;
+						hysteresis = <0x0>;
+						type = "passive";
+					};
+				};
+			};
+
+			vbat_too_low {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_cap";
+				thermal-sensors = <0x4f6 0x4>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					low-vbat {
+						temperature = <0xa28>;
+						hysteresis = <0x0>;
+						type = "passive";
+					};
+				};
+			};
+
+			soc {
+				polling-delay-passive = <0x64>;
+				polling-delay = <0x0>;
+				thermal-governor = "low_limits_cap";
+				thermal-sensors = <0x4f6 0x5>;
+				wake-capable-sensor;
+				tracks-low;
+
+				trips {
+
+					low-soc {
+						temperature = <0x5>;
+						hysteresis = <0x0>;
+						type = "passive";
+						phandle = <0x4f8>;
+					};
+				};
+
+				cooling-maps {
+
+					soc_map6 {
+						trip = <0x4f8>;
+						cooling-device = <0x17 0xfffffffe 0xfffffffe>;
+					};
+
+					soc_map7 {
+						trip = <0x4f8>;
+						cooling-device = <0x18 0xfffffffe 0xfffffffe>;
+					};
+				};
+			};
+
+			pmi8998_tz {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0x4f9>;
+				wake-capable-sensor;
+
+				trips {
+
+					pmi8998-trip0 {
+						temperature = <0x19a28>;
+						hysteresis = <0x0>;
+						type = "passive";
+						phandle = <0x594>;
+					};
+
+					pmi8998-trip1 {
+						temperature = <0x1e848>;
+						hysteresis = <0x0>;
+						type = "passive";
+						phandle = <0x595>;
+					};
+
+					pmi8998-trip2 {
+						temperature = <0x23668>;
+						hysteresis = <0x0>;
+						type = "passive";
+						phandle = <0x596>;
+					};
+				};
+			};
+
+			xo-therm-adc {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0x2ff 0x4c>;
+				wake-capable-sensor;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x2710>;
+						type = "passive";
+					};
+				};
+			};
+
+			msm-therm-adc {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0x2ff 0x4d>;
+				wake-capable-sensor;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x2710>;
+						type = "passive";
+					};
+				};
+			};
+
+			pa-therm1-adc {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0x2ff 0x4f>;
+				wake-capable-sensor;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x2710>;
+						type = "passive";
+					};
+				};
+			};
+
+			quiet-therm-adc {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0x2ff 0x51>;
+				wake-capable-sensor;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0x1e848>;
+						hysteresis = <0x2710>;
+						type = "passive";
+					};
+				};
+			};
+
+			pa1-therml-adc {
+				polling-delay-passive = <0x0>;
+				polling-delay = <0x0>;
+				thermal-sensors = <0x2ff 0x50>;
+				thermal-governor = "user_space";
+
+				trips {
+
+					active-config0 {
+						temperature = <0xfde8>;
+						hysteresis = <0x3e8>;
+						type = "passive";
+					};
+				};
+			};
+		};
+
+		tsens@c222000 {
+			compatible = "qcom,sdm845-tsens";
+			reg = <0xc222000 0x4 0xc263000 0x1ff>;
+			reg-names = "tsens_srot_physical", "tsens_tm_physical";
+			interrupts = <0x0 0x1fa 0x0 0x0 0x1fc 0x0>;
+			interrupt-names = "tsens-upper-lower", "tsens-critical";
+			#thermal-sensor-cells = <0x1>;
+			phandle = <0xf0>;
+		};
+
+		tsens@c223000 {
+			compatible = "qcom,sdm845-tsens";
+			reg = <0xc223000 0x4 0xc265000 0x1ff>;
+			reg-names = "tsens_srot_physical", "tsens_tm_physical";
+			interrupts = <0x0 0x1fb 0x0 0x0 0x1fd 0x0>;
+			interrupt-names = "tsens-upper-lower", "tsens-critical";
+			#thermal-sensor-cells = <0x1>;
+			phandle = <0xf1>;
+		};
+
+		mem_dump {
+			compatible = "qcom,mem-dump";
+			memory-region = <0x11c>;
+
+			rpmh {
+				qcom,dump-size = <0x2000000>;
+				qcom,dump-id = <0xec>;
+			};
+
+			fcm {
+				qcom,dump-size = <0x8400>;
+				qcom,dump-id = <0xee>;
+			};
+
+			rpm_sw {
+				qcom,dump-size = <0x28000>;
+				qcom,dump-id = <0xea>;
+			};
+
+			pmic {
+				qcom,dump-size = <0x10000>;
+				qcom,dump-id = <0xe4>;
+			};
+
+			tmc_etf {
+				qcom,dump-size = <0x10000>;
+				qcom,dump-id = <0xf0>;
+			};
+
+			tmc_etfswao {
+				qcom,dump-size = <0x8400>;
+				qcom,dump-id = <0xf1>;
+			};
+
+			tmc_etr_reg {
+				qcom,dump-size = <0x1000>;
+				qcom,dump-id = <0x100>;
+			};
+
+			tmc_etf_reg {
+				qcom,dump-size = <0x1000>;
+				qcom,dump-id = <0x101>;
+			};
+
+			etfswao_reg {
+				qcom,dump-size = <0x1000>;
+				qcom,dump-id = <0x102>;
+			};
+
+			misc_data {
+				qcom,dump-size = <0x1000>;
+				qcom,dump-id = <0xe8>;
+			};
+
+			tpdm_swao {
+				qcom,dump-size = <0x512>;
+				qcom,dump-id = <0xf2>;
+			};
+		};
+
+		qcom,gpi-dma@0x800000 {
+			#dma-cells = <0x5>;
+			compatible = "qcom,gpi-dma";
+			reg = <0x800000 0x60000>;
+			reg-names = "gpi-top";
+			interrupts = <0x0 0xf4 0x0 0x0 0xf5 0x0 0x0 0xf6 0x0 0x0 0xf7 0x0 0x0 0xf8 0x0 0x0 0xf9 0x0 0x0 0xfa 0x0 0x0 0xfb 0x0 0x0 0xfc 0x0 0x0 0xfd 0x0 0x0 0xfe 0x0 0x0 0xff 0x0 0x0 0x100 0x0>;
+			qcom,max-num-gpii = <0xd>;
+			qcom,gpii-mask = <0xfa>;
+			qcom,ev-factor = <0x2>;
+			iommus = <0x29 0x16 0x0>;
+			qcom,smmu-cfg = <0x1>;
+			qcom,iova-range = <0x0 0x100000 0x0 0x100000>;
+			status = "ok";
+			phandle = <0x38>;
+		};
+
+		qcom,gpi-dma@0xa00000 {
+			#dma-cells = <0x5>;
+			compatible = "qcom,gpi-dma";
+			reg = <0xa00000 0x60000>;
+			reg-names = "gpi-top";
+			interrupts = <0x0 0x117 0x0 0x0 0x118 0x0 0x0 0x119 0x0 0x0 0x11a 0x0 0x0 0x11b 0x0 0x0 0x11c 0x0 0x0 0x125 0x0 0x0 0x126 0x0 0x0 0x127 0x0 0x0 0x128 0x0 0x0 0x129 0x0 0x0 0x12a 0x0 0x0 0x12b 0x0>;
+			qcom,max-num-gpii = <0xd>;
+			qcom,gpii-mask = <0xfa>;
+			qcom,ev-factor = <0x2>;
+			iommus = <0x29 0x6d6 0x0>;
+			qcom,smmu-cfg = <0x1>;
+			qcom,iova-range = <0x0 0x100000 0x0 0x100000>;
+			status = "ok";
+			phandle = <0x5e>;
+		};
+
+		msm_tspp@0x8880000 {
+			compatible = "qcom,msm_tspp";
+			reg = <0x88a7000 0x200 0x88a8000 0x200 0x88a9000 0x1000 0x8884000 0x23000>;
+			reg-names = "MSM_TSIF0_PHYS", "MSM_TSIF1_PHYS", "MSM_TSPP_PHYS", "MSM_TSPP_BAM_PHYS";
+			interrupts = <0x0 0x79 0x0 0x0 0x77 0x0 0x0 0x78 0x0 0x0 0x7a 0x0>;
+			interrupt-names = "TSIF_TSPP_IRQ", "TSIF0_IRQ", "TSIF1_IRQ", "TSIF_BAM_IRQ";
+			clock-names = "iface_clk", "ref_clk";
+			clocks = <0x22 0x77 0x22 0x79>;
+			qcom,msm-bus,name = "tsif";
+			qcom,msm-bus,num-cases = <0x2>;
+			qcom,msm-bus,num-paths = <0x1>;
+			qcom,msm-bus,vectors-KBps = <0x52 0x200 0x0 0x0 0x52 0x200 0x3000 0x6000>;
+			pinctrl-names = "disabled", "tsif0-mode1", "tsif0-mode2", "tsif1-mode1", "tsif1-mode2", "dual-tsif-mode1", "dual-tsif-mode2";
+			pinctrl-0;
+			pinctrl-1 = <0x11d>;
+			pinctrl-2 = <0x11d 0x11e>;
+			pinctrl-3 = <0x11f>;
+			pinctrl-4 = <0x11f 0x120>;
+			pinctrl-5 = <0x11d 0x11f>;
+			pinctrl-6 = <0x11d 0x11e 0x11f 0x120>;
+			qcom,smmu-s1-bypass;
+			iommus = <0x29 0x20 0xf>;
+			phandle = <0x331>;
+		};
+
+		rpmh-regulator-ebilvl {
+			compatible = "qcom,rpmh-arc-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ebi.lvl";
+
+			regulator-s1 {
+				regulator-name = "pm8998_s1_level";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x1>;
+				regulator-max-microvolt = <0x10000>;
+				phandle = <0x332>;
+			};
+
+			regulator-cdev {
+				compatible = "qcom,rpmh-reg-cdev";
+				mboxes = <0x81 0x0>;
+				qcom,reg-resource-name = "ebi";
+				#cooling-cells = <0x2>;
+				phandle = <0x103>;
+			};
+		};
+
+		rpmh-regulator-smpa2 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "smpa2";
+
+			regulator-s2 {
+				regulator-name = "pm8998_s2";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x10c8e0>;
+				regulator-max-microvolt = <0x10c8e0>;
+				qcom,init-voltage = <0x10c8e0>;
+				phandle = <0x333>;
+			};
+		};
+
+		rpmh-regulator-smpa3 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "smpa3";
+
+			regulator-s3 {
+				regulator-name = "pm8998_s3";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x14a140>;
+				regulator-max-microvolt = <0x14a140>;
+				qcom,init-voltage = <0x14a140>;
+				phandle = <0x334>;
+			};
+		};
+
+		rpmh-regulator-smpa5 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "smpa5";
+
+			regulator-s5 {
+				regulator-name = "pm8998_s5";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x1d0d80>;
+				regulator-max-microvolt = <0x1f20c0>;
+				qcom,init-voltage = <0x1d0d80>;
+				phandle = <0xa4>;
+			};
+		};
+
+		rpmh-regulator-mxlvl {
+			compatible = "qcom,rpmh-arc-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "mx.lvl";
+
+			regulator-s6-level {
+				regulator-name = "pm8998_s6_level";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x1>;
+				regulator-max-microvolt = <0x10000>;
+				phandle = <0x8d>;
+			};
+
+			regulator-s6-level-ao {
+				regulator-name = "pm8998_s6_level_ao";
+				qcom,set = <0x1>;
+				regulator-min-microvolt = <0x1>;
+				regulator-max-microvolt = <0x10000>;
+				phandle = <0x9f>;
+			};
+
+			mx-cdev-lvl {
+				compatible = "qcom,regulator-cooling-device";
+				regulator-cdev-supply = <0x8d>;
+				regulator-levels = <0x101 0x1>;
+				#cooling-cells = <0x2>;
+				phandle = <0x102>;
+			};
+		};
+
+		rpmh-regulator-smpa7 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "smpa7";
+
+			regulator-s7 {
+				regulator-name = "pm8998_s7";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0xdbba0>;
+				regulator-max-microvolt = <0xfafa0>;
+				qcom,init-voltage = <0xdbba0>;
+				phandle = <0xa3>;
+			};
+		};
+
+		rpmh-regulator-cxlvl {
+			compatible = "qcom,rpmh-arc-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "cx.lvl";
+			pm8998_s9_level-parent-supply = <0x8d>;
+			pm8998_s9_level_ao-parent-supply = <0x9f>;
+
+			regulator-s9-level {
+				regulator-name = "pm8998_s9_level";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x11>;
+				regulator-max-microvolt = <0x10000>;
+				qcom,min-dropout-voltage-level = <0xffffffff>;
+				phandle = <0x1b>;
+			};
+
+			regulator-s9-level-ao {
+				regulator-name = "pm8998_s9_level_ao";
+				qcom,set = <0x1>;
+				regulator-min-microvolt = <0x11>;
+				regulator-max-microvolt = <0x10000>;
+				qcom,min-dropout-voltage-level = <0xffffffff>;
+				phandle = <0x8c>;
+			};
+
+			regulator-cdev {
+				compatible = "qcom,rpmh-reg-cdev";
+				mboxes = <0x81 0x0>;
+				qcom,reg-resource-name = "cx";
+				#cooling-cells = <0x2>;
+				phandle = <0x101>;
+			};
+		};
+
+		rpmh-regulator-ldoa1 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa1";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x1>;
+			proxy-supply = <0x2f>;
+
+			regulator-l1 {
+				regulator-name = "pm8998_l1";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0xd6d80>;
+				regulator-max-microvolt = <0xd6d80>;
+				qcom,proxy-consumer-enable;
+				qcom,proxy-consumer-current = <0x11940>;
+				qcom,init-voltage = <0xd6d80>;
+				qcom,init-mode = <0x2>;
+				phandle = <0x2f>;
+			};
+
+			regulator-l1-ao {
+				regulator-name = "pm8998_l1_ao";
+				qcom,set = <0x1>;
+				regulator-min-microvolt = <0xd6d80>;
+				regulator-max-microvolt = <0xd6d80>;
+				qcom,init-voltage = <0xd6d80>;
+				qcom,init-mode = <0x2>;
+				phandle = <0xa1>;
+			};
+
+			regulator-l1-so {
+				regulator-name = "pm8998_l1_so";
+				qcom,set = <0x2>;
+				regulator-min-microvolt = <0xd6d80>;
+				regulator-max-microvolt = <0xd6d80>;
+				qcom,init-voltage = <0xd6d80>;
+				qcom,init-mode = <0x2>;
+				qcom,init-enable = <0x0>;
+			};
+		};
+
+		rpmh-regulator-ldoa2 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa2";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x7530>;
+
+			regulator-l2 {
+				regulator-name = "pm8998_l2";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x124f80>;
+				regulator-max-microvolt = <0x124f80>;
+				qcom,init-voltage = <0x124f80>;
+				qcom,init-mode = <0x2>;
+				regulator-always-on;
+				phandle = <0x335>;
+			};
+		};
+
+		rpmh-regulator-ldoa3 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa3";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x1>;
+
+			regulator-l3 {
+				regulator-name = "pm8998_l3";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0xf4240>;
+				regulator-max-microvolt = <0xf4240>;
+				qcom,init-voltage = <0xf4240>;
+				qcom,init-mode = <0x2>;
+				phandle = <0x336>;
+			};
+		};
+
+		rpmh-regulator-lmxlvl {
+			compatible = "qcom,rpmh-arc-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "lmx.lvl";
+
+			regulator-l4-level {
+				regulator-name = "pm8998_l4_level";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x1>;
+				regulator-max-microvolt = <0x10000>;
+				phandle = <0xb7>;
+			};
+		};
+
+		rpmh-regulator-ldoa5 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa5";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x1>;
+
+			regulator-l5 {
+				regulator-name = "pm8998_l5";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0xc3500>;
+				regulator-max-microvolt = <0xc3500>;
+				qcom,init-voltage = <0xc3500>;
+				qcom,init-mode = <0x2>;
+				phandle = <0xec>;
+			};
+		};
+
+		rpmh-regulator-ldoa6 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa6";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x1>;
+
+			regulator-l6 {
+				regulator-name = "pm8998_l6";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x1c5200>;
+				regulator-max-microvolt = <0x1c5200>;
+				qcom,init-voltage = <0x1c5200>;
+				qcom,init-mode = <0x2>;
+				phandle = <0x337>;
+			};
+		};
+
+		rpmh-regulator-ldoa7 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa7";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x2710>;
+
+			regulator-l7 {
+				regulator-name = "pm8998_l7";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x1b7740>;
+				regulator-max-microvolt = <0x1b7740>;
+				qcom,init-voltage = <0x1b7740>;
+				qcom,init-mode = <0x2>;
+				phandle = <0xed>;
+			};
+		};
+
+		rpmh-regulator-ldoa8 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa8";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x1>;
+
+			regulator-l8 {
+				regulator-name = "pm8998_l8";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x124f80>;
+				regulator-max-microvolt = <0x130b00>;
+				qcom,init-voltage = <0x124f80>;
+				qcom,init-mode = <0x2>;
+				phandle = <0x338>;
+			};
+		};
+
+		rpmh-regulator-ldoa9 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa9";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x1>;
+
+			regulator-l9 {
+				regulator-name = "pm8998_l9";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x1a0040>;
+				regulator-max-microvolt = <0x2cad80>;
+				qcom,init-voltage = <0x1a0040>;
+				qcom,init-mode = <0x2>;
+				phandle = <0x339>;
+			};
+		};
+
+		rpmh-regulator-ldoa10 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa10";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x1>;
+
+			regulator-l10 {
+				regulator-name = "pm8998_l10";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x1a0040>;
+				regulator-max-microvolt = <0x2cad80>;
+				qcom,init-voltage = <0x1a0040>;
+				qcom,init-mode = <0x2>;
+				phandle = <0x33a>;
+			};
+		};
+
+		rpmh-regulator-ldoa11 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa11";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x1>;
+
+			regulator-l11 {
+				regulator-name = "pm8998_l11";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0xf4240>;
+				regulator-max-microvolt = <0xffdc0>;
+				qcom,init-voltage = <0xf4240>;
+				qcom,init-mode = <0x2>;
+				phandle = <0x33b>;
+			};
+		};
+
+		rpmh-regulator-ldoa12 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa12";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x1>;
+
+			regulator-l12 {
+				regulator-name = "pm8998_l12";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x1b7740>;
+				regulator-max-microvolt = <0x1b7740>;
+				qcom,init-voltage = <0x1b7740>;
+				qcom,init-mode = <0x2>;
+				phandle = <0x122>;
+			};
+		};
+
+		rpmh-regulator-ldoa13 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa13";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x2710>;
+
+			regulator-l13 {
+				regulator-name = "pm8998_l13";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x1b7740>;
+				regulator-max-microvolt = <0x2d2a80>;
+				qcom,init-voltage = <0x1b7740>;
+				qcom,init-mode = <0x2>;
+				phandle = <0x33c>;
+			};
+		};
+
+		rpmh-regulator-ldoa14 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa14";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x2710>;
+			proxy-supply = <0x121>;
+
+			regulator-l14 {
+				regulator-name = "pm8998_l14";
+				qcom,set = <0x3>;
+				qcom,proxy-consumer-enable;
+				qcom,proxy-consumer-current = <0x1c138>;
+				regulator-min-microvolt = <0x1b7740>;
+				regulator-max-microvolt = <0x1cafc0>;
+				qcom,init-voltage = <0x1b7740>;
+				qcom,init-mode = <0x2>;
+				phandle = <0x121>;
+			};
+		};
+
+		rpmh-regulator-ldoa15 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa15";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x1>;
+
+			regulator-l15 {
+				regulator-name = "pm8998_l15";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x1b7740>;
+				regulator-max-microvolt = <0x1b7740>;
+				qcom,init-voltage = <0x1b7740>;
+				qcom,init-mode = <0x2>;
+				phandle = <0x33d>;
+			};
+		};
+
+		rpmh-regulator-ldoa16 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa16";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x1>;
+
+			regulator-l16 {
+				regulator-name = "pm8998_l16";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x294280>;
+				regulator-max-microvolt = <0x294280>;
+				qcom,init-voltage = <0x294280>;
+				qcom,init-mode = <0x2>;
+				phandle = <0x33e>;
+			};
+		};
+
+		rpmh-regulator-ldoa17 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa17";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x2710>;
+
+			regulator-l17 {
+				regulator-name = "pm8998_l17";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x13e5c0>;
+				regulator-max-microvolt = <0x13e5c0>;
+				qcom,init-voltage = <0x13e5c0>;
+				qcom,init-mode = <0x2>;
+				phandle = <0xee>;
+			};
+		};
+
+		rpmh-regulator-ldoa18 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa18";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x1>;
+
+			regulator-l18 {
+				regulator-name = "pm8998_l18";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x294280>;
+				regulator-max-microvolt = <0x2d2a80>;
+				qcom,init-voltage = <0x294280>;
+				qcom,init-mode = <0x2>;
+				phandle = <0x33f>;
+			};
+		};
+
+		rpmh-regulator-ldoa19 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa19";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x1>;
+
+			regulator-l19 {
+				regulator-name = "pm8998_l19";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x2b9440>;
+				regulator-max-microvolt = <0x2f5d00>;
+				qcom,init-voltage = <0x2b9440>;
+				qcom,init-mode = <0x2>;
+				phandle = <0x340>;
+			};
+		};
+
+		rpmh-regulator-ldoa20 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa20";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x2710>;
+
+			regulator-l20 {
+				regulator-name = "pm8998_l20";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x294280>;
+				regulator-max-microvolt = <0x2d2a80>;
+				qcom,init-voltage = <0x294280>;
+				qcom,init-mode = <0x4>;
+				phandle = <0x341>;
+			};
+		};
+
+		rpmh-regulator-ldoa21 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa21";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x2710>;
+
+			regulator-l21 {
+				regulator-name = "pm8998_l21";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x294280>;
+				regulator-max-microvolt = <0x2d2a80>;
+				qcom,init-voltage = <0x294280>;
+				qcom,init-mode = <0x2>;
+				phandle = <0x342>;
+			};
+		};
+
+		rpmh-regulator-ldoa22 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa22";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x2710>;
+
+			regulator-l22 {
+				regulator-name = "pm8998_l22";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x2bb380>;
+				regulator-max-microvolt = <0x328980>;
+				qcom,init-voltage = <0x2bb380>;
+				qcom,init-mode = <0x2>;
+				phandle = <0x343>;
+			};
+		};
+
+		rpmh-regulator-ldoa23 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa23";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x2710>;
+
+			regulator-l23 {
+				regulator-name = "pm8998_l23";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x2dc6c0>;
+				regulator-max-microvolt = <0x328980>;
+				qcom,init-voltage = <0x2dc6c0>;
+				qcom,init-mode = <0x2>;
+				phandle = <0x344>;
+			};
+		};
+
+		rpmh-regulator-ldoa24 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa24";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x2710>;
+			pm8998_l24-parent-supply = <0x122>;
+
+			regulator-l24 {
+				regulator-name = "pm8998_l24";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x2f1e80>;
+				regulator-max-microvolt = <0x2f1e80>;
+				qcom,init-voltage = <0x2f1e80>;
+				qcom,init-mode = <0x2>;
+				phandle = <0xbb>;
+			};
+		};
+
+		rpmh-regulator-ldoa25 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa25";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x2710>;
+
+			regulator-l25 {
+				regulator-name = "pm8998_l25";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x2dc6c0>;
+				regulator-max-microvolt = <0x328980>;
+				qcom,init-voltage = <0x2dc6c0>;
+				qcom,init-mode = <0x2>;
+				phandle = <0xef>;
+			};
+		};
+
+		rpmh-regulator-ldoa26 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa26";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x1>;
+			proxy-supply = <0x2e>;
+
+			regulator-l26 {
+				regulator-name = "pm8998_l26";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x124f80>;
+				regulator-max-microvolt = <0x124f80>;
+				qcom,proxy-consumer-enable;
+				qcom,proxy-consumer-current = <0xaa50>;
+				qcom,init-voltage = <0x124f80>;
+				qcom,init-mode = <0x2>;
+				phandle = <0x2e>;
+			};
+		};
+
+		rpmh-regulator-lcxlvl {
+			compatible = "qcom,rpmh-arc-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "lcx.lvl";
+
+			regulator-l27-level {
+				regulator-name = "pm8998_l27_level";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x1>;
+				regulator-max-microvolt = <0x10000>;
+				phandle = <0xb6>;
+			};
+		};
+
+		rpmh-regulator-ldoa28 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "ldoa28";
+			qcom,regulator-type = "pmic4-ldo";
+			qcom,supported-modes = <0x2 0x4>;
+			qcom,mode-threshold-currents = <0x0 0x1>;
+
+			regulator-l28 {
+				regulator-name = "pm8998_l28";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x2b9440>;
+				regulator-max-microvolt = <0x2de600>;
+				qcom,init-voltage = <0x2b9440>;
+				qcom,init-mode = <0x2>;
+				phandle = <0x345>;
+			};
+		};
+
+		rpmh-regulator-vsa1 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "vsa1";
+
+			regulator-lvs1 {
+				regulator-name = "pm8998_lvs1";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x1b7740>;
+				regulator-max-microvolt = <0x1b7740>;
+				phandle = <0x346>;
+			};
+		};
+
+		rpmh-regulator-vsa2 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "vsa2";
+
+			regulator-lvs2 {
+				regulator-name = "pm8998_lvs2";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x1b7740>;
+				regulator-max-microvolt = <0x1b7740>;
+				phandle = <0x347>;
+			};
+		};
+
+		rpmh-regulator-bobb1 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "bobb1";
+			qcom,regulator-type = "pmic4-bob";
+			qcom,send-defaults;
+
+			regulator-bob {
+				regulator-name = "pmi8998_bob";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x328980>;
+				regulator-max-microvolt = <0x36ee80>;
+				qcom,init-voltage = <0x328980>;
+				qcom,init-mode = <0x0>;
+				phandle = <0x348>;
+			};
+
+			regulator-bob-ao {
+				regulator-name = "pmi8998_bob_ao";
+				qcom,set = <0x1>;
+				regulator-min-microvolt = <0x328980>;
+				regulator-max-microvolt = <0x36ee80>;
+				qcom,init-voltage = <0x328980>;
+				qcom,init-mode = <0x3>;
+				phandle = <0x349>;
+			};
+		};
+
+		rpmh-regulator-gfxlvl {
+			compatible = "qcom,rpmh-arc-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "gfx.lvl";
+
+			regulator-s1-level {
+				regulator-name = "pm8005_s1_level";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x31>;
+				regulator-max-microvolt = <0x10000>;
+				qcom,init-voltage-level = <0x31>;
+				phandle = <0x1d>;
+			};
+		};
+
+		rpmh-regulator-msslvl {
+			compatible = "qcom,rpmh-arc-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "mss.lvl";
+
+			regulator-s2-level {
+				regulator-name = "pm8005_s2_level";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x1>;
+				regulator-max-microvolt = <0x10000>;
+				phandle = <0xae>;
+			};
+		};
+
+		rpmh-regulator-smpc3 {
+			compatible = "qcom,rpmh-vrm-regulator";
+			mboxes = <0x8b 0x0>;
+			qcom,resource-name = "smpc3";
+
+			regulator-s3 {
+				regulator-name = "pm8005_s3";
+				qcom,set = <0x3>;
+				regulator-min-microvolt = <0x927c0>;
+				regulator-max-microvolt = <0x927c0>;
+				qcom,init-voltage = <0x927c0>;
+				phandle = <0x34a>;
+			};
+		};
+
+		refgen-regulator@ff1000 {
+			compatible = "qcom,refgen-regulator";
+			reg = <0xff1000 0x60>;
+			regulator-name = "refgen";
+			regulator-enable-ramp-delay = <0x5>;
+			status = "ok";
+			proxy-supply = <0x123>;
+			qcom,proxy-consumer-enable;
+			phandle = <0x123>;
+		};
+
+		csr@6001000 {
+			compatible = "qcom,coresight-csr";
+			reg = <0x6001000 0x1000>;
+			reg-names = "csr-base";
+			coresight-name = "coresight-csr";
+			qcom,usb-bam-support;
+			qcom,hwctrl-set-support;
+			qcom,set-byte-cntr-support;
+			qcom,blk-size = <0x1>;
+			phandle = <0x129>;
+		};
+
+		csr@6b0e000 {
+			compatible = "qcom,coresight-csr";
+			reg = <0x6b0e000 0x1000>;
+			reg-names = "csr-base";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			coresight-name = "coresight-swao-csr";
+			qcom,timestamp-support;
+			qcom,blk-size = <0x1>;
+			phandle = <0x34b>;
+		};
+
+		replicator@6046000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b909>;
+			reg = <0x6046000 0x1000>;
+			reg-names = "replicator-base";
+			coresight-name = "coresight-replicator";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x34c>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x124>;
+						phandle = <0x136>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x125>;
+						phandle = <0x137>;
+					};
+				};
+			};
+		};
+
+		replicator@6b0a000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b909>;
+			reg = <0x6b0a000 0x1000>;
+			reg-names = "replicator-base";
+			coresight-name = "coresight-replicator-swao";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x34d>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x126>;
+						phandle = <0x12a>;
+					};
+				};
+
+				port@1 {
+					reg = <0x1>;
+
+					endpoint {
+						remote-endpoint = <0x127>;
+						phandle = <0x188>;
+					};
+				};
+
+				port@2 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x128>;
+						phandle = <0x143>;
+					};
+				};
+			};
+		};
+
+		tmc@6b09000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b961>;
+			reg = <0x6b09000 0x1000>;
+			reg-names = "tmc-base";
+			coresight-name = "coresight-tmc-etf-swao";
+			coresight-csr = <0x129>;
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x34e>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x12a>;
+						phandle = <0x126>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x12b>;
+						phandle = <0x12c>;
+					};
+				};
+			};
+		};
+
+		funnel@0x6b08000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b908>;
+			reg = <0x6b08000 0x1000>;
+			reg-names = "funnel-base";
+			coresight-name = "coresight-funnel-swao";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x34f>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x12c>;
+						phandle = <0x12b>;
+					};
+				};
+
+				port@1 {
+					reg = <0x6>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x12d>;
+						phandle = <0x189>;
+					};
+				};
+
+				port@2 {
+					reg = <0x7>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x12e>;
+						phandle = <0x12f>;
+					};
+				};
+			};
+		};
+
+		tpda@6b01000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b969>;
+			reg = <0x6b01000 0x1000>;
+			reg-names = "tpda-base";
+			coresight-name = "coresight-tpda-swao";
+			qcom,tpda-atid = <0x47>;
+			qcom,dsb-elem-size = <0x1 0x20>;
+			qcom,cmb-elem-size = <0x0 0x40>;
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x350>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x12f>;
+						phandle = <0x12e>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x130>;
+						phandle = <0x132>;
+					};
+				};
+
+				port@2 {
+					reg = <0x1>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x131>;
+						phandle = <0x133>;
+					};
+				};
+			};
+		};
+
+		tpdm@6b02000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b968>;
+			reg = <0x6b02000 0x1000>;
+			reg-names = "tpdm-base";
+			coresight-name = "coresight-tpdm-swao-0";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x351>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x132>;
+					phandle = <0x130>;
+				};
+			};
+		};
+
+		tpdm@6b03000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b968>;
+			reg = <0x6b03000 0x1000>;
+			reg-names = "tpdm-base";
+			coresight-name = "coresight-tpdm-swao-1";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			qcom,msr-fix-req;
+			phandle = <0x352>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x133>;
+					phandle = <0x131>;
+				};
+			};
+		};
+
+		tmc@6048000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b961>;
+			reg = <0x6048000 0x1000 0x6064000 0x15000>;
+			reg-names = "tmc-base", "bam-base";
+			arm,buffer-size = <0x400000>;
+			arm,sg-enable;
+			coresight-name = "coresight-tmc-etr";
+			coresight-ctis = <0x134 0x135>;
+			coresight-csr = <0x129>;
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			interrupts = <0x0 0x10e 0x1>;
+			interrupt-names = "byte-cntr-irq";
+			phandle = <0x353>;
+
+			port {
+
+				endpoint {
+					slave-mode;
+					remote-endpoint = <0x136>;
+					phandle = <0x124>;
+				};
+			};
+		};
+
+		tmc@6047000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b961>;
+			reg = <0x6047000 0x1000>;
+			reg-names = "tmc-base";
+			coresight-name = "coresight-tmc-etf";
+			coresight-ctis = <0x134 0x135>;
+			coresight-csr = <0x129>;
+			arm,default-sink;
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x354>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x137>;
+						phandle = <0x125>;
+					};
+				};
+
+				port@1 {
+					reg = <0x1>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x138>;
+						phandle = <0x139>;
+					};
+				};
+			};
+		};
+
+		funnel@6045000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b908>;
+			reg = <0x6045000 0x1000>;
+			reg-names = "funnel-base";
+			coresight-name = "coresight-funnel-merg";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x355>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x139>;
+						phandle = <0x138>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x13a>;
+						phandle = <0x13d>;
+					};
+				};
+
+				port@2 {
+					reg = <0x2>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x13b>;
+						phandle = <0x141>;
+					};
+				};
+			};
+		};
+
+		stm@6002000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b962>;
+			reg = <0x6002000 0x1000 0x16280000 0x180000>;
+			reg-names = "stm-base", "stm-stimulus-base";
+			coresight-name = "coresight-stm";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x356>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x13c>;
+					phandle = <0x140>;
+				};
+			};
+		};
+
+		hwevent@0x014066f0 {
+			compatible = "qcom,coresight-hwevent";
+			reg = <0x14066f0 0x4 0x14166f0 0x4 0x1406038 0x4 0x1416038 0x4>;
+			reg-names = "ddr-ch0-cfg", "ddr-ch23-cfg", "ddr-ch0-ctrl", "ddr-ch23-ctrl";
+			coresight-name = "coresight-hwevent";
+			coresight-csr = <0x129>;
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x357>;
+		};
+
+		funnel@0x6041000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b908>;
+			reg = <0x6041000 0x1000>;
+			reg-names = "funnel-base";
+			coresight-name = "coresight-funnel-in0";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x358>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x13d>;
+						phandle = <0x13a>;
+					};
+				};
+
+				port@1 {
+					reg = <0x3>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x13e>;
+						phandle = <0x17f>;
+					};
+				};
+
+				port@2 {
+					reg = <0x6>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x13f>;
+						phandle = <0x182>;
+					};
+				};
+
+				port@3 {
+					reg = <0x7>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x140>;
+						phandle = <0x13c>;
+					};
+				};
+			};
+		};
+
+		funnel@0x6043000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b908>;
+			reg = <0x6043000 0x1000>;
+			reg-names = "funnel-base";
+			coresight-name = "coresight-funnel-in2";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x359>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x141>;
+						phandle = <0x13b>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x142>;
+						phandle = <0x18a>;
+					};
+				};
+
+				port@2 {
+					reg = <0x1>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x143>;
+						phandle = <0x128>;
+					};
+				};
+
+				port@3 {
+					reg = <0x2>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x144>;
+						phandle = <0x155>;
+					};
+				};
+
+				port@4 {
+					reg = <0x5>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x145>;
+						phandle = <0x18d>;
+					};
+				};
+
+				port@5 {
+					reg = <0x6>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x146>;
+						phandle = <0x147>;
+					};
+				};
+			};
+		};
+
+		funnel@0x6943000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b908>;
+			reg = <0x6943000 0x1000>;
+			reg-names = "funnel-base";
+			coresight-name = "coresight-funnel-gfx";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			status = "disabled";
+			phandle = <0x35a>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x147>;
+						phandle = <0x146>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x148>;
+						phandle = <0x2aa>;
+					};
+				};
+
+				port@2 {
+					reg = <0x1>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x149>;
+						phandle = <0x2ab>;
+					};
+				};
+			};
+		};
+
+		tpda@6004000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b969>;
+			reg = <0x6004000 0x1000>;
+			reg-names = "tpda-base";
+			coresight-name = "coresight-tpda";
+			qcom,tpda-atid = <0x41>;
+			qcom,bc-elem-size = <0xa 0x20 0xd 0x20>;
+			qcom,tc-elem-size = <0xd 0x20>;
+			qcom,dsb-elem-size = <0x0 0x20 0x2 0x20 0x3 0x20 0x5 0x20 0x6 0x20 0xa 0x20 0xb 0x20 0xd 0x20>;
+			qcom,cmb-elem-size = <0x3 0x40 0x7 0x40 0x9 0x40 0xd 0x40>;
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x35b>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x14a>;
+						phandle = <0x183>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x14b>;
+						phandle = <0x15f>;
+					};
+				};
+
+				port@2 {
+					reg = <0x2>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x14c>;
+						phandle = <0x16b>;
+					};
+				};
+
+				port@3 {
+					reg = <0x3>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x14d>;
+						phandle = <0x173>;
+					};
+				};
+
+				port@4 {
+					reg = <0x5>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x14e>;
+						phandle = <0x15a>;
+					};
+				};
+
+				port@5 {
+					reg = <0x6>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x14f>;
+						phandle = <0x16e>;
+					};
+				};
+
+				port@6 {
+					reg = <0x7>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x150>;
+						phandle = <0x178>;
+					};
+				};
+
+				port@7 {
+					reg = <0x9>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x151>;
+						phandle = <0x177>;
+					};
+				};
+
+				port@8 {
+					reg = <0xa>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x152>;
+						phandle = <0x161>;
+					};
+				};
+
+				port@9 {
+					reg = <0xb>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x153>;
+						phandle = <0x160>;
+					};
+				};
+
+				port@10 {
+					reg = <0xd>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x154>;
+						phandle = <0x176>;
+					};
+				};
+			};
+		};
+
+		funnel@6832000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b908>;
+			reg = <0x6832000 0x1000>;
+			reg-names = "funnel-base";
+			coresight-name = "coresight-funnel-modem";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x35c>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x155>;
+						phandle = <0x144>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x156>;
+						phandle = <0x157>;
+					};
+				};
+			};
+		};
+
+		tpda@6831000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b969>;
+			reg = <0x6831000 0x1000>;
+			reg-names = "tpda-base";
+			coresight-name = "coresight-tpda-modem";
+			qcom,tpda-atid = <0x43>;
+			qcom,dsb-elem-size = <0x0 0x20>;
+			qcom,cmb-elem-size = <0x0 0x40>;
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x35d>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x157>;
+						phandle = <0x156>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x158>;
+						phandle = <0x159>;
+					};
+				};
+			};
+		};
+
+		tpdm@6830000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b968>;
+			reg = <0x6830000 0x1000>;
+			reg-names = "tpdm-base";
+			coresight-name = "coresight-tpdm-modem";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x35e>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x159>;
+					phandle = <0x158>;
+				};
+			};
+		};
+
+		funnel@6845000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b908>;
+			reg = <0x6845000 0x1000>;
+			reg-names = "funnel-base";
+			coresight-name = "coresight-funnel-lpass";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x35f>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x15a>;
+						phandle = <0x14e>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x15b>;
+						phandle = <0x15e>;
+					};
+				};
+			};
+		};
+
+		funnel_1@6845000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b908>;
+			reg = <0x6867010 0x10 0x6845000 0x1000>;
+			reg-names = "funnel-base-dummy", "funnel-base-real";
+			coresight-name = "coresight-funnel-lpass-1";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			qcom,duplicate-funnel;
+			phandle = <0x360>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x15c>;
+						phandle = <0x184>;
+					};
+				};
+
+				port@1 {
+					reg = <0x1>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x15d>;
+						phandle = <0x18b>;
+					};
+				};
+			};
+		};
+
+		tpdm@6844000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b968>;
+			reg = <0x6844000 0x1000>;
+			reg-names = "tpdm-base";
+			coresight-name = "coresight-tpdm-lpass";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			qcom,msr-fix-req;
+			phandle = <0x361>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x15e>;
+					phandle = <0x15b>;
+				};
+			};
+		};
+
+		tpdm@6c28000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b968>;
+			reg = <0x6c28000 0x1000>;
+			reg-names = "tpdm-base";
+			coresight-name = "coresight-tpdm-center";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			qcom,msr-fix-req;
+			phandle = <0x362>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x15f>;
+					phandle = <0x14b>;
+				};
+			};
+		};
+
+		tpdm@6a24000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b968>;
+			reg = <0x6a24000 0x1000>;
+			reg-names = "tpdm-base";
+			coresight-name = "coresight-tpdm-north";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			qcom,msr-fix-req;
+			phandle = <0x363>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x160>;
+					phandle = <0x153>;
+				};
+			};
+		};
+
+		tpdm@69d0000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b968>;
+			reg = <0x69d0000 0x1000>;
+			reg-names = "tpdm-base";
+			coresight-name = "coresight-tpdm-qm";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x364>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x161>;
+					phandle = <0x152>;
+				};
+			};
+		};
+
+		tpda@7862000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b969>;
+			reg = <0x7862000 0x1000>;
+			reg-names = "tpda-base";
+			coresight-name = "coresight-tpda-apss";
+			qcom,tpda-atid = <0x42>;
+			qcom,dsb-elem-size = <0x0 0x20>;
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x365>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x162>;
+						phandle = <0x190>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x163>;
+						phandle = <0x164>;
+					};
+				};
+			};
+		};
+
+		tpdm@7860000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b968>;
+			reg = <0x7860000 0x1000>;
+			reg-names = "tpdm-base";
+			coresight-name = "coresight-tpdm-apss";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x366>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x164>;
+					phandle = <0x163>;
+				};
+			};
+		};
+
+		tpda@78c0000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b969>;
+			reg = <0x78c0000 0x1000>;
+			reg-names = "tpda-base";
+			coresight-name = "coresight-tpda-llm-silver";
+			qcom,tpda-atid = <0x48>;
+			qcom,cmb-elem-size = <0x0 0x20>;
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x367>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x165>;
+						phandle = <0x191>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x166>;
+						phandle = <0x167>;
+					};
+				};
+			};
+		};
+
+		tpdm@78a0000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b968>;
+			reg = <0x78a0000 0x1000>;
+			reg-names = "tpdm-base";
+			coresight-name = "coresight-tpdm-llm-silver";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x368>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x167>;
+					phandle = <0x166>;
+				};
+			};
+		};
+
+		tpda@78d0000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b969>;
+			reg = <0x78d0000 0x1000>;
+			reg-names = "tpda-base";
+			coresight-name = "coresight-tpda-llm-gold";
+			qcom,tpda-atid = <0x49>;
+			qcom,cmb-elem-size = <0x0 0x20>;
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x369>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x168>;
+						phandle = <0x192>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x169>;
+						phandle = <0x16a>;
+					};
+				};
+			};
+		};
+
+		tpdm@78b0000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b968>;
+			reg = <0x78b0000 0x1000>;
+			reg-names = "tpdm-base";
+			coresight-name = "coresight-tpdm-llm-gold";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x36a>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x16a>;
+					phandle = <0x169>;
+				};
+			};
+		};
+
+		funnel@6c0b000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b908>;
+			reg = <0x6c0b000 0x1000>;
+			reg-names = "funnel-base";
+			coresight-name = "coresight-funnel-dl-mm";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x36b>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x16b>;
+						phandle = <0x14c>;
+					};
+				};
+
+				port@1 {
+					reg = <0x1>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x16c>;
+						phandle = <0x16d>;
+					};
+				};
+			};
+		};
+
+		tpdm@6c08000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b968>;
+			reg = <0x6c08000 0x1000>;
+			reg-names = "tpdm-base";
+			coresight-name = "coresight-tpdm-mm";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			qcom,msr-fix-req;
+			phandle = <0x36c>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x16d>;
+					phandle = <0x16c>;
+				};
+			};
+		};
+
+		funnel@6861000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b908>;
+			reg = <0x6861000 0x1000>;
+			reg-names = "funnel-base";
+			coresight-name = "coresight-funnel-turing";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x36d>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x16e>;
+						phandle = <0x14f>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x16f>;
+						phandle = <0x172>;
+					};
+				};
+			};
+		};
+
+		funnel_1@6861000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b908>;
+			reg = <0x6867000 0x10 0x6861000 0x1000>;
+			reg-names = "funnel-base-dummy", "funnel-base-real";
+			coresight-name = "coresight-funnel-turing-1";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			qcom,duplicate-funnel;
+			phandle = <0x36e>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x170>;
+						phandle = <0x185>;
+					};
+				};
+
+				port@1 {
+					reg = <0x1>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x171>;
+						phandle = <0x187>;
+					};
+				};
+			};
+		};
+
+		tpdm@6860000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b968>;
+			reg = <0x6860000 0x1000>;
+			reg-names = "tpdm-base";
+			coresight-name = "coresight-tpdm-turing";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			qcom,msr-fix-req;
+			phandle = <0x36f>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x172>;
+					phandle = <0x16f>;
+				};
+			};
+		};
+
+		funnel@69e2000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b908>;
+			reg = <0x69e2000 0x1000>;
+			reg-names = "funnel-base";
+			coresight-name = "coresight-funnel-ddr-0";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x370>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x173>;
+						phandle = <0x14d>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x174>;
+						phandle = <0x175>;
+					};
+				};
+			};
+		};
+
+		tpdm@69e0000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b968>;
+			reg = <0x69e0000 0x1000>;
+			reg-names = "tpdm-base";
+			coresight-name = "coresight-tpdm-ddr";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			qcom,msr-fix-req;
+			phandle = <0x371>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x175>;
+					phandle = <0x174>;
+				};
+			};
+		};
+
+		tpdm@6850000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b968>;
+			reg = <0x6850000 0x1000>;
+			reg-names = "tpdm-base";
+			coresight-name = "coresight-tpdm-pimem";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x372>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x176>;
+					phandle = <0x154>;
+				};
+			};
+		};
+
+		tpdm@684c000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b968>;
+			reg = <0x684c000 0x1000>;
+			reg-names = "tpdm-base";
+			coresight-name = "coresight-tpdm-prng";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x373>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x177>;
+					phandle = <0x151>;
+				};
+			};
+		};
+
+		tpdm@6840000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b968>;
+			reg = <0x6840000 0x1000>;
+			reg-names = "tpdm-base";
+			coresight-name = "coresight-tpdm-vsense";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x374>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x178>;
+					phandle = <0x150>;
+				};
+			};
+		};
+
+		tpda@7832000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b969>;
+			reg = <0x7832000 0x1000>;
+			reg-names = "tpda-base";
+			coresight-name = "coresight-tpda-olc";
+			qcom,tpda-atid = <0x45>;
+			qcom,cmb-elem-size = <0x0 0x40>;
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x375>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x179>;
+						phandle = <0x18f>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x17a>;
+						phandle = <0x17b>;
+					};
+				};
+			};
+		};
+
+		tpdm@7830000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b968>;
+			reg = <0x7830000 0x1000>;
+			reg-names = "tpdm-base";
+			coresight-name = "coresight-tpdm-olc";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x376>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x17b>;
+					phandle = <0x17a>;
+				};
+			};
+		};
+
+		tpda@6882000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b969>;
+			reg = <0x6882000 0x1000>;
+			reg-names = "tpda-base";
+			coresight-name = "coresight-tpda-spss";
+			qcom,tpda-atid = <0x46>;
+			qcom,dsb-elem-size = <0x0 0x20>;
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x377>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x17c>;
+						phandle = <0x180>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x17d>;
+						phandle = <0x17e>;
+					};
+				};
+			};
+		};
+
+		tpdm@6880000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b968>;
+			reg = <0x6880000 0x1000>;
+			reg-names = "tpdm-base";
+			coresight-name = "coresight-tpdm-spss";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x378>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x17e>;
+					phandle = <0x17d>;
+				};
+			};
+		};
+
+		funnel@6883000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b908>;
+			reg = <0x6883000 0x1000>;
+			reg-names = "funnel-base";
+			coresight-name = "coresight-funnel-spss";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x379>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x17f>;
+						phandle = <0x13e>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x180>;
+						phandle = <0x17c>;
+					};
+				};
+
+				port@2 {
+					reg = <0x1>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x181>;
+						phandle = <0x18c>;
+					};
+				};
+			};
+		};
+
+		funnel@6005000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b908>;
+			reg = <0x6005000 0x1000>;
+			reg-names = "funnel-base";
+			coresight-name = "coresight-funnel-qatb";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x37a>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x182>;
+						phandle = <0x13f>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x183>;
+						phandle = <0x14a>;
+					};
+				};
+
+				port@2 {
+					reg = <0x6>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x184>;
+						phandle = <0x15c>;
+					};
+				};
+
+				port@3 {
+					reg = <0x7>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x185>;
+						phandle = <0x170>;
+					};
+				};
+			};
+		};
+
+		cti@69e1000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x69e1000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti-ddr_dl_0_cti";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x37b>;
+		};
+
+		cti@69e4000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x69e4000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti-ddr_dl_1_cti0";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x37c>;
+		};
+
+		cti@69e5000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x69e5000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti-ddr_dl_1_cti1";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x37d>;
+		};
+
+		cti@6c09000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x6c09000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti-dlmm_cti0";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x37e>;
+		};
+
+		cti@6c0a000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x6c0a000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti-dlmm_cti1";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x37f>;
+		};
+
+		cti@78e0000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x78e0000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti-apss_cti0";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x380>;
+		};
+
+		cti@78f0000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x78f0000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti-apss_cti1";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x381>;
+		};
+
+		cti@7900000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x7900000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti-apss_cti2";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x382>;
+		};
+
+		cti@6010000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x6010000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti0";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x134>;
+		};
+
+		cti@6011000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x6011000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti1";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x383>;
+		};
+
+		cti@6012000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x6012000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti2";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			qcom,cti-gpio-trigout = <0x4>;
+			pinctrl-names = "cti-trigout-pctrl";
+			pinctrl-0 = <0x186>;
+			phandle = <0x384>;
+		};
+
+		cti@6013000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x6013000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti3";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x385>;
+		};
+
+		cti@6014000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x6014000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti4";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x386>;
+		};
+
+		cti@6015000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x6015000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti5";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x387>;
+		};
+
+		cti@6016000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x6016000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti6";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x388>;
+		};
+
+		cti@6017000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x6017000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti7";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x389>;
+		};
+
+		cti@6018000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x6018000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti8";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x135>;
+		};
+
+		cti@6019000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x6019000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti9";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x38a>;
+		};
+
+		cti@601a000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x601a000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti10";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x38b>;
+		};
+
+		cti@601b000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x601b000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti11";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x38c>;
+		};
+
+		cti@601c000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x601c000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti12";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x38d>;
+		};
+
+		cti@601d000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x601d000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti13";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x38e>;
+		};
+
+		cti@601e000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x601e000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti14";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x38f>;
+		};
+
+		cti@601f000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x601f000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti15";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x390>;
+		};
+
+		cti@7020000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x7020000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti-cpu0";
+			cpu = <0x11>;
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x391>;
+		};
+
+		cti@7120000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x7120000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti-cpu1";
+			cpu = <0x12>;
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x392>;
+		};
+
+		cti@7220000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x7220000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti-cpu2";
+			cpu = <0x13>;
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x393>;
+		};
+
+		cti@7320000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x7320000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti-cpu3";
+			cpu = <0x14>;
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x394>;
+		};
+
+		cti@7420000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x7420000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti-cpu4";
+			cpu = <0x15>;
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x395>;
+		};
+
+		cti@7520000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x7520000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti-cpu5";
+			cpu = <0x16>;
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x396>;
+		};
+
+		cti@7620000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x7620000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti-cpu6";
+			cpu = <0x17>;
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x397>;
+		};
+
+		cti@7720000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x7720000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti-cpu7";
+			cpu = <0x18>;
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x398>;
+		};
+
+		cti@6b04000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b966>;
+			reg = <0x6b04000 0x1000>;
+			reg-names = "cti-base";
+			coresight-name = "coresight-cti-swao_cti0";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x399>;
+		};
+
+		tgu@6b0c000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b999>;
+			reg = <0x6b0c000 0x1000>;
+			reg-names = "tgu-base";
+			tgu-steps = <0x3>;
+			tgu-conditions = <0x4>;
+			tgu-regs = <0x4>;
+			tgu-timer-counters = <0x8>;
+			coresight-name = "coresight-tgu-ipcb";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x39a>;
+		};
+
+		turing_etm0 {
+			compatible = "qcom,coresight-remote-etm";
+			coresight-name = "coresight-turing-etm0";
+			qcom,inst-id = <0xd>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x187>;
+					phandle = <0x171>;
+				};
+			};
+		};
+
+		dummy_sink {
+			compatible = "qcom,coresight-dummy";
+			coresight-name = "coresight-eud";
+			qcom,dummy-sink;
+			phandle = <0x39b>;
+
+			port {
+
+				endpoint {
+					slave-mode;
+					remote-endpoint = <0x188>;
+					phandle = <0x127>;
+				};
+			};
+		};
+
+		sensor_etm0 {
+			compatible = "qcom,coresight-remote-etm";
+			coresight-name = "coresight-sensor-etm0";
+			qcom,inst-id = <0x8>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x189>;
+					phandle = <0x12d>;
+				};
+			};
+		};
+
+		modem_etm0 {
+			compatible = "qcom,coresight-remote-etm";
+			coresight-name = "coresight-modem-etm0";
+			qcom,inst-id = <0x2>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x18a>;
+					phandle = <0x142>;
+				};
+			};
+		};
+
+		audio_etm0 {
+			compatible = "qcom,coresight-remote-etm";
+			coresight-name = "coresight-audio-etm0";
+			qcom,inst-id = <0x5>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x18b>;
+					phandle = <0x15d>;
+				};
+			};
+		};
+
+		spss_etm0 {
+			compatible = "qcom,coresight-dummy";
+			coresight-name = "coresight-spss-etm0";
+			qcom,dummy-source;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x18c>;
+					phandle = <0x181>;
+				};
+			};
+		};
+
+		funnel@7810000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b908>;
+			reg = <0x7810000 0x1000>;
+			reg-names = "funnel-base";
+			coresight-name = "coresight-funnel-apss-merg";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x39c>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x18d>;
+						phandle = <0x145>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x18e>;
+						phandle = <0x19b>;
+					};
+				};
+
+				port@2 {
+					reg = <0x2>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x18f>;
+						phandle = <0x179>;
+					};
+				};
+
+				port@3 {
+					reg = <0x4>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x190>;
+						phandle = <0x162>;
+					};
+				};
+
+				port@4 {
+					reg = <0x5>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x191>;
+						phandle = <0x165>;
+					};
+				};
+
+				port@5 {
+					reg = <0x6>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x192>;
+						phandle = <0x168>;
+					};
+				};
+			};
+		};
+
+		etm@7040000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0xbb95d>;
+			reg = <0x7040000 0x1000>;
+			cpu = <0x11>;
+			coresight-name = "coresight-etm0";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x39d>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x193>;
+					phandle = <0x19c>;
+				};
+			};
+		};
+
+		etm@7140000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0xbb95d>;
+			reg = <0x7140000 0x1000>;
+			cpu = <0x12>;
+			coresight-name = "coresight-etm1";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x39e>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x194>;
+					phandle = <0x19d>;
+				};
+			};
+		};
+
+		etm@7240000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0xbb95d>;
+			reg = <0x7240000 0x1000>;
+			cpu = <0x13>;
+			coresight-name = "coresight-etm2";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x39f>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x195>;
+					phandle = <0x19e>;
+				};
+			};
+		};
+
+		etm@7340000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0xbb95d>;
+			reg = <0x7340000 0x1000>;
+			cpu = <0x14>;
+			coresight-name = "coresight-etm3";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x3a0>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x196>;
+					phandle = <0x19f>;
+				};
+			};
+		};
+
+		etm@7440000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0xbb95d>;
+			reg = <0x7440000 0x1000>;
+			cpu = <0x15>;
+			coresight-name = "coresight-etm4";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x3a1>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x197>;
+					phandle = <0x1a0>;
+				};
+			};
+		};
+
+		etm@7540000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0xbb95d>;
+			reg = <0x7540000 0x1000>;
+			cpu = <0x16>;
+			coresight-name = "coresight-etm5";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x3a2>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x198>;
+					phandle = <0x1a1>;
+				};
+			};
+		};
+
+		etm@7640000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0xbb95d>;
+			reg = <0x7640000 0x1000>;
+			cpu = <0x17>;
+			coresight-name = "coresight-etm6";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x3a3>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x199>;
+					phandle = <0x1a2>;
+				};
+			};
+		};
+
+		etm@7740000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0xbb95d>;
+			reg = <0x7740000 0x1000>;
+			cpu = <0x18>;
+			coresight-name = "coresight-etm7";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x3a4>;
+
+			port {
+
+				endpoint {
+					remote-endpoint = <0x19a>;
+					phandle = <0x1a3>;
+				};
+			};
+		};
+
+		funnel@7800000 {
+			compatible = "arm,primecell";
+			arm,primecell-periphid = <0x3b908>;
+			reg = <0x7800000 0x1000>;
+			reg-names = "funnel-base";
+			coresight-name = "coresight-funnel-apss";
+			clocks = <0x7f 0x0>;
+			clock-names = "apb_pclk";
+			phandle = <0x3a5>;
+
+			ports {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+
+				port@0 {
+					reg = <0x0>;
+
+					endpoint {
+						remote-endpoint = <0x19b>;
+						phandle = <0x18e>;
+					};
+				};
+
+				port@1 {
+					reg = <0x0>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x19c>;
+						phandle = <0x193>;
+					};
+				};
+
+				port@2 {
+					reg = <0x1>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x19d>;
+						phandle = <0x194>;
+					};
+				};
+
+				port@3 {
+					reg = <0x2>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x19e>;
+						phandle = <0x195>;
+					};
+				};
+
+				port@4 {
+					reg = <0x3>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x19f>;
+						phandle = <0x196>;
+					};
+				};
+
+				port@5 {
+					reg = <0x4>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x1a0>;
+						phandle = <0x197>;
+					};
+				};
+
+				port@6 {
+					reg = <0x5>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x1a1>;
+						phandle = <0x198>;
+					};
+				};
+
+				port@7 {
+					reg = <0x6>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x1a2>;
+						phandle = <0x199>;
+					};
+				};
+
+				port@8 {
+					reg = <0x7>;
+
+					endpoint {
+						slave-mode;
+						remote-endpoint = <0x1a3>;
+						phandle = <0x19a>;
+					};
+				};
+			};
+		};
+
+		arm,smmu-kgsl@5040000 {
+			status = "ok";
+			compatible = "qcom,smmu-v2";
+			reg = <0x5040000 0x10000>;
+			#iommu-cells = <0x1>;
+			qcom,dynamic;
+			qcom,use-3-lvl-tables;
+			qcom,disable-atos;
+			#global-interrupts = <0x2>;
+			qcom,regulator-names = "vdd";
+			vdd-supply = <0x1a4>;
+			interrupts = <0x0 0xe5 0x4 0x0 0xe7 0x4 0x0 0x16c 0x4 0x0 0x16d 0x4 0x0 0x16e 0x4 0x0 0x16f 0x4 0x0 0x170 0x4 0x0 0x171 0x4 0x0 0x172 0x4 0x0 0x173 0x4>;
+			clock-names = "gcc_gpu_memnoc_gfx_clk";
+			clocks = <0x22 0x29>;
+			attach-impl-defs = <0x6000 0x2378 0x6060 0x1055 0x678c 0x8 0x6794 0x28 0x6800 0x6 0x6900 0x3ff 0x6924 0x204 0x6928 0x11000 0x6930 0x800 0x6960 0xffffffff 0x6b64 0x1a5551 0x6b68 0x9a82a382>;
+			phandle = <0x1ac>;
+		};
+
+		apps-smmu@0x15000000 {
+			compatible = "qcom,qsmmu-v500";
+			reg = <0x15000000 0x80000 0x150c2000 0x20>;
+			reg-names = "base", "tcu-base";
+			#iommu-cells = <0x2>;
+			qcom,skip-init;
+			qcom,use-3-lvl-tables;
+			qcom,no-asid-retention;
+			qcom,disable-atos;
+			#global-interrupts = <0x1>;
+			#size-cells = <0x1>;
+			#address-cells = <0x1>;
+			ranges;
+			interrupts = <0x0 0x41 0x4 0x0 0x60 0x4 0x0 0x61 0x4 0x0 0x62 0x4 0x0 0x63 0x4 0x0 0x64 0x4 0x0 0x65 0x4 0x0 0x66 0x4 0x0 0x67 0x4 0x0 0x68 0x4 0x0 0x69 0x4 0x0 0x6a 0x4 0x0 0x6b 0x4 0x0 0x6c 0x4 0x0 0x6d 0x4 0x0 0x6e 0x4 0x0 0x6f 0x4 0x0 0x70 0x4 0x0 0x71 0x4 0x0 0x72 0x4 0x0 0x73 0x4 0x0 0x74 0x4 0x0 0x75 0x4 0x0 0x76 0x4 0x0 0xb5 0x4 0x0 0xb6 0x4 0x0 0xb7 0x4 0x0 0xb8 0x4 0x0 0xb9 0x4 0x0 0xba 0x4 0x0 0xbb 0x4 0x0 0xbc 0x4 0x0 0xbd 0x4 0x0 0xbe 0x4 0x0 0xbf 0x4 0x0 0xc0 0x4 0x0 0x13b 0x4 0x0 0x13c 0x4 0x0 0x13d 0x4 0x0 0x13e 0x4 0x0 0x13f 0x4 0x0 0x140 0x4 0x0 0x141 0x4 0x0 0x142 0x4 0x0 0x143 0x4 0x0 0x144 0x4 0x0 0x145 0x4 0x0 0x146 0x4 0x0 0x147 0x4 0x0 0x148 0x4 0x0 0x149 0x4 0x0 0x14a 0x4 0x0 0x14b 0x4 0x0 0x14c 0x4 0x0 0x14d 0x4 0x0 0x14e 0x4 0x0 0x14f 0x4 0x0 0x150 0x4 0x0 0x151 0x4 0x0 0x152 0x4 0x0 0x153 0x4 0x0 0x154 0x4 0x0 0x155 0x4 0x0 0x156 0x4 0x0 0x157 0x4>;
+			qcom,msm-bus,name = "apps_smmu";
+			qcom,msm-bus,num-cases = <0x2>;
+			qcom,msm-bus,active-only;
+			qcom,msm-bus,num-paths = <0x1>;
+			qcom,msm-bus,vectors-KBps = <0x8b 0x273 0x0 0x0 0x8b 0x273 0x0 0x3e8>;
+			qcom,actlr = <0x880 0x8 0x103 0x881 0x8 0x103 0xc80 0x8 0x103 0xc81 0x8 0x103 0x1090 0x0 0x103 0x1091 0x0 0x103 0x10a0 0x8 0x103 0x10b0 0x0 0x103 0x10a1 0x8 0x103 0x10a3 0x8 0x103 0x10a4 0x8 0x103 0x10b4 0x0 0x103 0x10a5 0x8 0x103>;
+			qcom,mmu500-errata-1 = <0x800 0x3ff 0xc00 0x3ff>;
+			phandle = <0x29>;
+
+			anoc_1_tbu@0x150c5000 {
+				compatible = "qcom,qsmmuv500-tbu";
+				reg = <0x150c5000 0x1000 0x150c2200 0x8>;
+				reg-names = "base", "status-reg";
+				qcom,stream-id-range = <0x0 0x400>;
+				qcom,regulator-names = "vdd";
+				vdd-supply = <0x1a5>;
+				qcom,msm-bus,name = "apps_smmu";
+				qcom,msm-bus,num-cases = <0x2>;
+				qcom,msm-bus,active-only;
+				qcom,msm-bus,num-paths = <0x1>;
+				qcom,msm-bus,vectors-KBps = <0x8b 0x273 0x0 0x0 0x8b 0x273 0x0 0x3e8>;
+				phandle = <0x3a6>;
+			};
+
+			anoc_2_tbu@0x150c9000 {
+				compatible = "qcom,qsmmuv500-tbu";
+				reg = <0x150c9000 0x1000 0x150c2208 0x8>;
+				reg-names = "base", "status-reg";
+				qcom,stream-id-range = <0x400 0x400>;
+				qcom,regulator-names = "vdd";
+				vdd-supply = <0x1a6>;
+				qcom,msm-bus,name = "apps_smmu";
+				qcom,msm-bus,num-cases = <0x2>;
+				qcom,msm-bus,active-only;
+				qcom,msm-bus,num-paths = <0x1>;
+				qcom,msm-bus,vectors-KBps = <0x8b 0x273 0x0 0x0 0x8b 0x273 0x0 0x3e8>;
+				phandle = <0x3a7>;
+			};
+
+			mnoc_hf_0_tbu@0x150cd000 {
+				compatible = "qcom,qsmmuv500-tbu";
+				reg = <0x150cd000 0x1000 0x150c2210 0x8>;
+				reg-names = "base", "status-reg";
+				qcom,stream-id-range = <0x800 0x400>;
+				qcom,regulator-names = "vdd";
+				vdd-supply = <0x1a7>;
+				qcom,msm-bus,name = "mnoc_hf_0_tbu";
+				qcom,msm-bus,num-cases = <0x2>;
+				qcom,msm-bus,active-only;
+				qcom,msm-bus,num-paths = <0x1>;
+				qcom,msm-bus,vectors-KBps = <0x16 0x305 0x0 0x0 0x16 0x305 0x0 0x3e8>;
+				phandle = <0x3a8>;
+			};
+
+			mnoc_hf_1_tbu@0x150d1000 {
+				compatible = "qcom,qsmmuv500-tbu";
+				reg = <0x150d1000 0x1000 0x150c2218 0x8>;
+				reg-names = "base", "status-reg";
+				qcom,stream-id-range = <0xc00 0x400>;
+				qcom,regulator-names = "vdd";
+				vdd-supply = <0x1a8>;
+				qcom,msm-bus,name = "mnoc_hf_1_tbu";
+				qcom,msm-bus,num-cases = <0x2>;
+				qcom,msm-bus,active-only;
+				qcom,msm-bus,num-paths = <0x1>;
+				qcom,msm-bus,vectors-KBps = <0x16 0x305 0x0 0x0 0x16 0x305 0x0 0x3e8>;
+				phandle = <0x3a9>;
+			};
+
+			mnoc_sf_0_tbu@0x150d5000 {
+				compatible = "qcom,qsmmuv500-tbu";
+				reg = <0x150d5000 0x1000 0x150c2220 0x8>;
+				reg-names = "base", "status-reg";
+				qcom,stream-id-range = <0x1000 0x400>;
+				qcom,regulator-names = "vdd";
+				vdd-supply = <0x1a9>;
+				qcom,msm-bus,name = "mnoc_sf_0_tbu";
+				qcom,msm-bus,num-cases = <0x2>;
+				qcom,msm-bus,active-only;
+				qcom,msm-bus,num-paths = <0x1>;
+				qcom,msm-bus,vectors-KBps = <0x89 0x304 0x0 0x0 0x89 0x304 0x0 0x3e8>;
+				phandle = <0x3aa>;
+			};
+
+			compute_dsp_tbu@0x150d9000 {
+				compatible = "qcom,qsmmuv500-tbu";
+				reg = <0x150d9000 0x1000 0x150c2228 0x8>;
+				reg-names = "base", "status-reg";
+				qcom,stream-id-range = <0x1400 0x400>;
+				qcom,msm-bus,name = "apps_smmu";
+				qcom,msm-bus,num-cases = <0x2>;
+				qcom,msm-bus,active-only;
+				qcom,msm-bus,num-paths = <0x1>;
+				qcom,msm-bus,vectors-KBps = <0x8b 0x273 0x0 0x0 0x8b 0x273 0x0 0x3e8>;
+				phandle = <0x3ab>;
+			};
+
+			adsp_tbu@0x150dd000 {
+				compatible = "qcom,qsmmuv500-tbu";
+				reg = <0x150dd000 0x1000 0x150c2230 0x8>;
+				reg-names = "base", "status-reg";
+				qcom,stream-id-range = <0x1800 0x400>;
+				qcom,regulator-names = "vdd";
+				vdd-supply = <0x1aa>;
+				qcom,msm-bus,name = "apps_smmu";
+				qcom,msm-bus,num-cases = <0x2>;
+				qcom,msm-bus,active-only;
+				qcom,msm-bus,num-paths = <0x1>;
+				qcom,msm-bus,vectors-KBps = <0x8b 0x273 0x0 0x0 0x8b 0x273 0x0 0x3e8>;
+				phandle = <0x3ac>;
+			};
+
+			anoc_1_pcie_tbu@0x150e1000 {
+				compatible = "qcom,qsmmuv500-tbu";
+				reg = <0x150e1000 0x1000 0x150c2238 0x8>;
+				reg-names = "base", "status-reg";
+				qcom,stream-id-range = <0x1c00 0x400>;
+				qcom,regulator-names = "vdd";
+				vdd-supply = <0x1ab>;
+				clock-names = "gcc_aggre_noc_pcie_tbu_clk";
+				clocks = <0x22 0x6>;
+				qcom,msm-bus,name = "apps_smmu";
+				qcom,msm-bus,num-cases = <0x2>;
+				qcom,msm-bus,active-only;
+				qcom,msm-bus,num-paths = <0x1>;
+				qcom,msm-bus,vectors-KBps = <0x8b 0x273 0x0 0x0 0x8b 0x273 0x0 0x3e8>;
+				phandle = <0x3ad>;
+			};
+		};
+
+		kgsl_iommu_test_device {
+			status = "disabled";
+			compatible = "iommu-debug-test";
+			iommus = <0x1ac 0x7>;
+		};
+
+		apps_iommu_test_device {
+			compatible = "iommu-debug-test";
+			iommus = <0x29 0x20 0x0>;
+		};
+
+		apps_iommu_coherent_test_device {
+			compatible = "iommu-debug-test";
+			iommus = <0x29 0x20 0x0>;
+			dma-coherent;
+		};
+
+		qcom,ion {
+			compatible = "qcom,msm-ion";
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+
+			qcom,ion-heap@25 {
+				reg = <0x19>;
+				qcom,ion-heap-type = "SYSTEM";
+				phandle = <0x3ae>;
+			};
+
+			qcom,ion-heap@22 {
+				reg = <0x16>;
+				memory-region = <0xc0>;
+				qcom,ion-heap-type = "DMA";
+			};
+
+			qcom,ion-heap@27 {
+				reg = <0x1b>;
+				memory-region = <0x1ad>;
+				qcom,ion-heap-type = "DMA";
+			};
+
+			qcom,ion-heap@19 {
+				reg = <0x13>;
+				memory-region = <0x1ae>;
+				qcom,ion-heap-type = "DMA";
+			};
+
+			qcom,ion-heap@13 {
+				reg = <0xd>;
+				memory-region = <0x1af>;
+				qcom,ion-heap-type = "HYP_CMA";
+			};
+
+			qcom,ion-heap@10 {
+				reg = <0xa>;
+				memory-region = <0x1b0>;
+				qcom,ion-heap-type = "HYP_CMA";
+			};
+
+			qcom,ion-heap@9 {
+				reg = <0x9>;
+				qcom,ion-heap-type = "SYSTEM_SECURE";
+			};
+		};
+
+		qcom,smp2p-modem@1799000c {
+			compatible = "qcom,smp2p";
+			reg = <0x1799000c 0x4>;
+			qcom,remote-pid = <0x1>;
+			qcom,irq-bitmask = <0x4000>;
+			interrupts = <0x0 0x1c3 0x1>;
+		};
+
+		qcom,smp2p-adsp@1799000c {
+			compatible = "qcom,smp2p";
+			reg = <0x1799000c 0x4>;
+			qcom,remote-pid = <0x2>;
+			qcom,irq-bitmask = <0x400>;
+			interrupts = <0x0 0x9e 0x1>;
+		};
+
+		qcom,smp2p-dsps@1799000c {
+			compatible = "qcom,smp2p";
+			reg = <0x1799000c 0x4>;
+			qcom,remote-pid = <0x3>;
+			qcom,irq-bitmask = <0x4000000>;
+			interrupts = <0x0 0xac 0x1>;
+		};
+
+		qcom,smp2p-cdsp@1799000c {
+			compatible = "qcom,smp2p";
+			reg = <0x1799000c 0x4>;
+			qcom,remote-pid = <0x5>;
+			qcom,irq-bitmask = <0x40>;
+			interrupts = <0x0 0x240 0x1>;
+		};
+
+		qcom,smp2pgpio-smp2p-15-in {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "smp2p";
+			qcom,remote-pid = <0xf>;
+			qcom,is-inbound;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0x1b1>;
+		};
+
+		qcom,smp2pgpio_test_smp2p_15_in {
+			compatible = "qcom,smp2pgpio_test_smp2p_15_in";
+			gpios = <0x1b1 0x0 0x0>;
+		};
+
+		qcom,smp2pgpio-smp2p-15-out {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "smp2p";
+			qcom,remote-pid = <0xf>;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0x1b2>;
+		};
+
+		qcom,smp2pgpio_test_smp2p_15_out {
+			compatible = "qcom,smp2pgpio_test_smp2p_15_out";
+			gpios = <0x1b2 0x0 0x0>;
+		};
+
+		qcom,smp2pgpio-smp2p-1-in {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "smp2p";
+			qcom,remote-pid = <0x1>;
+			qcom,is-inbound;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0x1b3>;
+		};
+
+		qcom,smp2pgpio_test_smp2p_1_in {
+			compatible = "qcom,smp2pgpio_test_smp2p_1_in";
+			gpios = <0x1b3 0x0 0x0>;
+		};
+
+		qcom,smp2pgpio-smp2p-1-out {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "smp2p";
+			qcom,remote-pid = <0x1>;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0x1b4>;
+		};
+
+		qcom,smp2pgpio_test_smp2p_1_out {
+			compatible = "qcom,smp2pgpio_test_smp2p_1_out";
+			gpios = <0x1b4 0x0 0x0>;
+		};
+
+		qcom,smp2pgpio-smp2p-2-in {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "smp2p";
+			qcom,remote-pid = <0x2>;
+			qcom,is-inbound;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0x1b5>;
+		};
+
+		qcom,smp2pgpio_test_smp2p_2_in {
+			compatible = "qcom,smp2pgpio_test_smp2p_2_in";
+			gpios = <0x1b5 0x0 0x0>;
+		};
+
+		qcom,smp2pgpio-smp2p-2-out {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "smp2p";
+			qcom,remote-pid = <0x2>;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0x1b6>;
+		};
+
+		qcom,smp2pgpio_test_smp2p_2_out {
+			compatible = "qcom,smp2pgpio_test_smp2p_2_out";
+			gpios = <0x1b6 0x0 0x0>;
+		};
+
+		qcom,smp2pgpio-smp2p-3-in {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "smp2p";
+			qcom,remote-pid = <0x3>;
+			qcom,is-inbound;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0x1b7>;
+		};
+
+		qcom,smp2pgpio_test_smp2p_3_in {
+			compatible = "qcom,smp2pgpio_test_smp2p_3_in";
+			gpios = <0x1b7 0x0 0x0>;
+		};
+
+		qcom,smp2pgpio-smp2p-3-out {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "smp2p";
+			qcom,remote-pid = <0x3>;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0x1b8>;
+		};
+
+		qcom,smp2pgpio_test_smp2p_3_out {
+			compatible = "qcom,smp2pgpio_test_smp2p_3_out";
+			gpios = <0x1b8 0x0 0x0>;
+		};
+
+		qcom,smp2pgpio-smp2p-5-in {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "smp2p";
+			qcom,remote-pid = <0x5>;
+			qcom,is-inbound;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0x1b9>;
+		};
+
+		qcom,smp2pgpio_test_smp2p_5_in {
+			compatible = "qcom,smp2pgpio_test_smp2p_5_in";
+			gpios = <0x1b9 0x0 0x0>;
+		};
+
+		qcom,smp2pgpio-smp2p-5-out {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "smp2p";
+			qcom,remote-pid = <0x5>;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0x1ba>;
+		};
+
+		qcom,smp2pgpio_test_smp2p_5_out {
+			compatible = "qcom,smp2pgpio_test_smp2p_5_out";
+			gpios = <0x1ba 0x0 0x0>;
+		};
+
+		qcom,smp2pgpio-sleepstate-gpio-3-out {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "sleepstate";
+			qcom,remote-pid = <0x3>;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0x1bb>;
+		};
+
+		qcom,smp2pgpio-sleepstate-3-out {
+			compatible = "qcom,smp2pgpio_sleepstate_3_out";
+			gpios = <0x1bb 0x0 0x0>;
+		};
+
+		qcom,smp2pgpio-ssr-smp2p-1-in {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "slave-kernel";
+			qcom,remote-pid = <0x1>;
+			qcom,is-inbound;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0xb0>;
+		};
+
+		qcom,smp2pgpio-ssr-smp2p-1-out {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "master-kernel";
+			qcom,remote-pid = <0x1>;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0xb1>;
+		};
+
+		qcom,smp2pgpio-ssr-smp2p-2-in {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "slave-kernel";
+			qcom,remote-pid = <0x2>;
+			qcom,is-inbound;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0xb4>;
+		};
+
+		qcom,smp2pgpio-ssr-smp2p-2-out {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "master-kernel";
+			qcom,remote-pid = <0x2>;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0xb5>;
+		};
+
+		qcom,smp2pgpio-ssr-smp2p-3-in {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "slave-kernel";
+			qcom,remote-pid = <0x3>;
+			qcom,is-inbound;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0xb9>;
+		};
+
+		qcom,smp2pgpio-ssr-smp2p-3-out {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "master-kernel";
+			qcom,remote-pid = <0x3>;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0xba>;
+		};
+
+		qcom,smp2pgpio-ssr-smp2p-5-in {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "slave-kernel";
+			qcom,remote-pid = <0x5>;
+			qcom,is-inbound;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0xbe>;
+		};
+
+		qcom,smp2pgpio-ssr-smp2p-5-out {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "master-kernel";
+			qcom,remote-pid = <0x5>;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0xbf>;
+		};
+
+		qcom,smp2pgpio-ipa-1-out {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "ipa";
+			qcom,remote-pid = <0x1>;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0xe8>;
+		};
+
+		qcom,smp2pgpio-ipa-1-in {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "ipa";
+			qcom,remote-pid = <0x1>;
+			qcom,is-inbound;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0xe9>;
+		};
+
+		qcom,smp2pgpio-wlan-1-in {
+			compatible = "qcom,smp2pgpio";
+			qcom,entry-name = "wlan";
+			qcom,remote-pid = <0x1>;
+			qcom,is-inbound;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			phandle = <0xeb>;
+		};
+
+		qcom,cam-req-mgr {
+			compatible = "qcom,cam-req-mgr";
+			status = "ok";
+		};
+
+		qcom,csiphy@ac65000 {
+			cell-index = <0x0>;
+			compatible = "qcom,csiphy-v1.0", "qcom,csiphy";
+			reg = <0xac65000 0x1000>;
+			reg-names = "csiphy";
+			reg-cam-base = <0x65000>;
+			interrupts = <0x0 0x1dd 0x0>;
+			interrupt-names = "csiphy";
+			gdscr-supply = <0x1bc>;
+			regulator-names = "gdscr", "refgen";
+			csi-vdd-voltage = <0x124f80>;
+			mipi-csi-vdd-supply = <0x2f>;
+			clocks = <0xa6 0x6 0xa6 0x55 0xa6 0x54 0xa6 0x9 0xa6 0xa 0xa6 0x13 0xa6 0xc 0xa6 0xb>;
+			clock-names = "camnoc_axi_clk", "soc_ahb_clk", "slow_ahb_src_clk", "cpas_ahb_clk", "cphy_rx_clk_src", "csiphy0_clk", "csi0phytimer_clk_src", "csi0phytimer_clk";
+			src-clock-name = "csi0phytimer_clk_src";
+			clock-cntl-level = "turbo";
+			clock-rates = <0x0 0x0 0x0 0x0 0x16e36000 0x0 0x100db355 0x0>;
+			status = "ok";
+			refgen-supply = <0x123>;
+			phandle = <0x8e>;
+		};
+
+		qcom,csiphy@ac66000 {
+			cell-index = <0x1>;
+			compatible = "qcom,csiphy-v1.0", "qcom,csiphy";
+			reg = <0xac66000 0x1000>;
+			reg-names = "csiphy";
+			reg-cam-base = <0x66000>;
+			interrupts = <0x0 0x1de 0x0>;
+			interrupt-names = "csiphy";
+			gdscr-supply = <0x1bc>;
+			regulator-names = "gdscr", "refgen";
+			csi-vdd-voltage = <0x124f80>;
+			mipi-csi-vdd-supply = <0x2f>;
+			clocks = <0xa6 0x6 0xa6 0x55 0xa6 0x54 0xa6 0x9 0xa6 0xa 0xa6 0x14 0xa6 0xe 0xa6 0xd>;
+			clock-names = "camnoc_axi_clk", "soc_ahb_clk", "slow_ahb_src_clk", "cpas_ahb_clk", "cphy_rx_clk_src", "csiphy1_clk", "csi1phytimer_clk_src", "csi1phytimer_clk";
+			src-clock-name = "csi1phytimer_clk_src";
+			clock-cntl-level = "turbo";
+			clock-rates = <0x0 0x0 0x0 0x0 0x16e36000 0x0 0x100db355 0x0>;
+			status = "ok";
+			refgen-supply = <0x123>;
+			phandle = <0x8f>;
+		};
+
+		qcom,csiphy@ac67000 {
+			cell-index = <0x2>;
+			compatible = "qcom,csiphy-v1.0", "qcom,csiphy";
+			reg = <0xac67000 0x1000>;
+			reg-names = "csiphy";
+			reg-cam-base = <0x67000>;
+			interrupts = <0x0 0x1df 0x0>;
+			interrupt-names = "csiphy";
+			gdscr-supply = <0x1bc>;
+			regulator-names = "gdscr", "refgen";
+			csi-vdd-voltage = <0x124f80>;
+			mipi-csi-vdd-supply = <0x2f>;
+			clocks = <0xa6 0x6 0xa6 0x55 0xa6 0x54 0xa6 0x9 0xa6 0xa 0xa6 0x15 0xa6 0x10 0xa6 0xf>;
+			clock-names = "camnoc_axi_clk", "soc_ahb_clk", "slow_ahb_src_clk", "cpas_ahb_clk", "cphy_rx_clk_src", "csiphy2_clk", "csi2phytimer_clk_src", "csi2phytimer_clk";
+			src-clock-name = "csi2phytimer_clk_src";
+			clock-cntl-level = "turbo";
+			clock-rates = <0x0 0x0 0x0 0x0 0x16e36000 0x0 0x100db355 0x0>;
+			status = "ok";
+			refgen-supply = <0x123>;
+			phandle = <0x90>;
+		};
+
+		qcom,cci@ac4a000 {
+			cell-index = <0x0>;
+			compatible = "qcom,cci";
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			reg = <0xac4a000 0x4000>;
+			reg-names = "cci";
+			reg-cam-base = <0x4a000>;
+			interrupt-names = "cci";
+			interrupts = <0x0 0x1cc 0x0>;
+			status = "ok";
+			gdscr-supply = <0x1bc>;
+			regulator-names = "gdscr";
+			clocks = <0xa6 0x6 0xa6 0x55 0xa6 0x54 0xa6 0x9 0xa6 0x7 0xa6 0x8>;
+			clock-names = "camnoc_axi_clk", "soc_ahb_clk", "slow_ahb_src_clk", "cpas_ahb_clk", "cci_clk", "cci_clk_src";
+			src-clock-name = "cci_clk_src";
+			clock-cntl-level = "lowsvs";
+			clock-rates = <0x0 0x0 0x0 0x0 0x0 0x23c3460>;
+			pinctrl-names = "cam_default", "cam_suspend";
+			pinctrl-0 = <0x1bd 0x1be>;
+			pinctrl-1 = <0x1bf 0x1c0>;
+			gpios = <0x34 0x11 0x0 0x34 0x12 0x0 0x34 0x13 0x0 0x34 0x14 0x0>;
+			gpio-req-tbl-num = <0x0 0x1 0x2 0x3>;
+			gpio-req-tbl-flags = <0x1 0x1 0x1 0x1>;
+			gpio-req-tbl-label = "CCI_I2C_DATA0", "CCI_I2C_CLK0", "CCI_I2C_DATA1", "CCI_I2C_CLK1";
+			phandle = <0x91>;
+
+			qcom,i2c_standard_mode {
+				hw-thigh = <0xc9>;
+				hw-tlow = <0xae>;
+				hw-tsu-sto = <0xcc>;
+				hw-tsu-sta = <0xe7>;
+				hw-thd-dat = <0x16>;
+				hw-thd-sta = <0xa2>;
+				hw-tbuf = <0xe3>;
+				hw-scl-stretch-en = <0x0>;
+				hw-trdhld = <0x6>;
+				hw-tsp = <0x3>;
+				cci-clk-src = <0x23c3460>;
+				status = "ok";
+				phandle = <0x3af>;
+			};
+
+			qcom,i2c_fast_mode {
+				hw-thigh = <0x26>;
+				hw-tlow = <0x38>;
+				hw-tsu-sto = <0x28>;
+				hw-tsu-sta = <0x28>;
+				hw-thd-dat = <0x16>;
+				hw-thd-sta = <0x23>;
+				hw-tbuf = <0x3e>;
+				hw-scl-stretch-en = <0x0>;
+				hw-trdhld = <0x6>;
+				hw-tsp = <0x3>;
+				cci-clk-src = <0x23c3460>;
+				status = "ok";
+				phandle = <0x3b0>;
+			};
+
+			qcom,i2c_custom_mode {
+				hw-thigh = <0x26>;
+				hw-tlow = <0x38>;
+				hw-tsu-sto = <0x28>;
+				hw-tsu-sta = <0x28>;
+				hw-thd-dat = <0x16>;
+				hw-thd-sta = <0x23>;
+				hw-tbuf = <0x3e>;
+				hw-scl-stretch-en = <0x1>;
+				hw-trdhld = <0x6>;
+				hw-tsp = <0x3>;
+				cci-clk-src = <0x23c3460>;
+				status = "ok";
+				phandle = <0x3b1>;
+			};
+
+			qcom,i2c_fast_plus_mode {
+				hw-thigh = <0x10>;
+				hw-tlow = <0x16>;
+				hw-tsu-sto = <0x11>;
+				hw-tsu-sta = <0x12>;
+				hw-thd-dat = <0x10>;
+				hw-thd-sta = <0xf>;
+				hw-tbuf = <0x18>;
+				hw-scl-stretch-en = <0x0>;
+				hw-trdhld = <0x3>;
+				hw-tsp = <0x3>;
+				cci-clk-src = <0x23c3460>;
+				status = "ok";
+				phandle = <0x3b2>;
+			};
+
+			qcom,cam-res-mgr {
+				compatible = "qcom,cam-res-mgr";
+				status = "ok";
+			};
+
+			qcom,actuator@0 {
+				cell-index = <0x0>;
+				reg = <0x0>;
+				compatible = "qcom,actuator";
+				cci-master = <0x0>;
+				cam_vaf-supply = <0x542>;
+				regulator-names = "cam_vaf";
+				rgltr-cntrl-support;
+				rgltr-min-voltage = <0x2ab980>;
+				rgltr-max-voltage = <0x2ab980>;
+				rgltr-load-current = <0x0>;
+				phandle = <0x55d>;
+			};
+
+			qcom,actuator@1 {
+				cell-index = <0x1>;
+				reg = <0x1>;
+				compatible = "qcom,actuator";
+				cci-master = <0x1>;
+				cam_vaf-supply = <0x543>;
+				regulator-names = "cam_vaf";
+				rgltr-cntrl-support;
+				rgltr-min-voltage = <0x2ab980>;
+				rgltr-max-voltage = <0x2ab980>;
+				rgltr-load-current = <0x0>;
+				phandle = <0x560>;
+			};
+
+			qcom,ois@0 {
+				cell-index = <0x0>;
+				reg = <0x0>;
+				compatible = "qcom,ois";
+				cam_vaf-supply = <0x342>;
+				regulator-names = "cam_vaf";
+				rgltr-cntrl-support;
+				rgltr-min-voltage = <0x2b7cd0>;
+				rgltr-max-voltage = <0x2b7cd0>;
+				rgltr-load-current = <0x7a120>;
+				gpio-no-mux = <0x0>;
+				gpios = <0x34 0x28 0x0>;
+				gpio-vaf = <0x0>;
+				gpio-req-tbl-num = <0x0>;
+				gpio-req-tbl-flags = <0x0>;
+				gpio-req-tbl-label = "CAM_OIS_PWD_0";
+				cci-master = <0x0>;
+				status = "ok";
+				phandle = <0x55e>;
+			};
+
+			qcom,eeprom@0 {
+				cell-index = <0x0>;
+				reg = <0x0>;
+				compatible = "qcom,eeprom";
+				cam_vio-supply = <0x346>;
+				cam_vana-supply = <0x348>;
+				cam_vdig-supply = <0x348>;
+				cam_clk-supply = <0x1bc>;
+				regulator-names = "cam_vio", "cam_vana", "cam_vdig", "cam_clk";
+				rgltr-cntrl-support;
+				rgltr-min-voltage = <0x0 0x328980 0x328980 0x0>;
+				rgltr-max-voltage = <0x0 0x36ee80 0x36ee80 0x0>;
+				rgltr-load-current = <0x0 0x36ee80 0x36ee80 0x0>;
+				gpio-no-mux = <0x0>;
+				pinctrl-names = "cam_default", "cam_suspend";
+				pinctrl-0 = <0x544 0x545 0x546 0x547>;
+				pinctrl-1 = <0x548 0x549 0x54a 0x54b>;
+				gpios = <0x34 0xd 0x0 0x34 0x1c 0x0 0x34 0x1b 0x0 0x34 0x8 0x0>;
+				gpio-reset = <0x1>;
+				gpio-vana = <0x2>;
+				gpio-vdig = <0x3>;
+				gpio-req-tbl-num = <0x0 0x1 0x2 0x3>;
+				gpio-req-tbl-flags = <0x1 0x0 0x0 0x0>;
+				gpio-req-tbl-label = "CAMIF_MCLK_0", "CAM_RESET_0", "CAM_VANA_0", "CAM_DIG_0";
+				sensor-position = <0x0>;
+				sensor-mode = <0x0>;
+				cci-master = <0x0>;
+				status = "ok";
+				clocks = <0xa6 0x42>;
+				clock-names = "cam_clk";
+				clock-cntl-level = "turbo";
+				clock-rates = <0x16e3600>;
+				phandle = <0x55f>;
+			};
+
+			qcom,eeprom@1 {
+				cell-index = <0x1>;
+				reg = <0x1>;
+				compatible = "qcom,eeprom";
+				cam_vdig-supply = <0x348>;
+				cam_vio-supply = <0x346>;
+				cam_vana-supply = <0x348>;
+				cam_clk-supply = <0x1bc>;
+				regulator-names = "cam_vdig", "cam_vio", "cam_vana", "cam_clk";
+				rgltr-cntrl-support;
+				rgltr-min-voltage = <0x328980 0x0 0x328980 0x0>;
+				rgltr-max-voltage = <0x36ee80 0x0 0x36ee80 0x0>;
+				rgltr-load-current = <0x13880 0x0 0x13880 0x0>;
+				gpio-no-mux = <0x0>;
+				pinctrl-names = "cam_default", "cam_suspend";
+				pinctrl-0 = <0x54c 0x54d 0x54e 0x54f>;
+				pinctrl-1 = <0x550 0x551 0x552 0x553>;
+				gpios = <0x34 0xf 0x0 0x34 0x17 0x0 0x34 0x4e 0x0 0x34 0x4f 0x0>;
+				gpio-reset = <0x1>;
+				gpio-vana = <0x2>;
+				gpio-vdig = <0x3>;
+				gpio-req-tbl-num = <0x0 0x1 0x2 0x3>;
+				gpio-req-tbl-flags = <0x1 0x0 0x0 0x0>;
+				gpio-req-tbl-label = "CAMIF_MCLK_1", "CAM_RESET_1", "CAM_VANA_1", "CAM_DIG_1";
+				sensor-position = <0x0>;
+				sensor-mode = <0x0>;
+				cci-master = <0x1>;
+				status = "ok";
+				clocks = <0xa6 0x46>;
+				clock-names = "cam_clk";
+				clock-cntl-level = "turbo";
+				clock-rates = <0x16e3600>;
+				phandle = <0x561>;
+			};
+
+			qcom,eeprom@2 {
+				cell-index = <0x2>;
+				reg = <0x2>;
+				compatible = "qcom,eeprom";
+				cam_vio-supply = <0x346>;
+				cam_vana-supply = <0x348>;
+				cam_vdig-supply = <0x348>;
+				cam_clk-supply = <0x1bc>;
+				regulator-names = "cam_vio", "cam_vana", "cam_vdig", "cam_clk";
+				rgltr-cntrl-support;
+				rgltr-min-voltage = <0x0 0x328980 0x328980 0x0>;
+				rgltr-max-voltage = <0x0 0x36ee80 0x36ee80 0x0>;
+				rgltr-load-current = <0x0 0x13880 0x13880 0x0>;
+				gpio-no-mux = <0x0>;
+				pinctrl-names = "cam_default", "cam_suspend";
+				pinctrl-0 = <0x554 0x555 0x556 0x557>;
+				pinctrl-1 = <0x558 0x559 0x55a 0x55b>;
+				gpios = <0x34 0xe 0x0 0x34 0x9 0x0 0x34 0x68 0x0 0x34 0x75 0x0>;
+				gpio-reset = <0x1>;
+				gpio-vana = <0x2>;
+				gpio-vdig = <0x3>;
+				gpio-req-tbl-num = <0x0 0x1 0x2 0x3>;
+				gpio-req-tbl-flags = <0x1 0x0 0x0 0x0>;
+				gpio-req-tbl-label = "CAMIF_MCLK_2", "CAM_RESET_2", "CAM_VANA_2", "CAM_DIG_2";
+				sensor-position = <0x1>;
+				sensor-mode = <0x0>;
+				cci-master = <0x0>;
+				status = "ok";
+				clocks = <0xa6 0x44>;
+				clock-names = "cam_clk";
+				clock-cntl-level = "turbo";
+				clock-rates = <0x16e3600>;
+				phandle = <0x562>;
+			};
+
+			qcom,cam-sensor@0 {
+				cell-index = <0x0>;
+				compatible = "qcom,cam-sensor";
+				reg = <0x0>;
+				csiphy-sd-index = <0x0>;
+				sensor-position-roll = <0x10e>;
+				sensor-position-pitch = <0x0>;
+				sensor-position-yaw = <0xb4>;
+				led-flash-src = <0x55c>;
+				actuator-src = <0x55d>;
+				ois-src = <0x55e>;
+				eeprom-src = <0x55f>;
+				cam_vio-supply = <0x346>;
+				cam_vana-supply = <0x348>;
+				cam_vdig-supply = <0x348>;
+				cam_clk-supply = <0x1bc>;
+				regulator-names = "cam_vio", "cam_vana", "cam_vdig", "cam_clk";
+				rgltr-cntrl-support;
+				rgltr-min-voltage = <0x0 0x328980 0x328980 0x0>;
+				rgltr-max-voltage = <0x0 0x36ee80 0x36ee80 0x0>;
+				rgltr-load-current = <0x0 0x36ee80 0x36ee80 0x0>;
+				gpio-no-mux = <0x0>;
+				pinctrl-names = "cam_default", "cam_suspend";
+				pinctrl-0 = <0x544 0x545 0x546 0x547>;
+				pinctrl-1 = <0x548 0x549 0x54a 0x54b>;
+				gpios = <0x34 0xd 0x0 0x34 0x1c 0x0 0x34 0x1b 0x0 0x34 0x8 0x0>;
+				gpio-reset = <0x1>;
+				gpio-vana = <0x2>;
+				gpio-vdig = <0x3>;
+				gpio-req-tbl-num = <0x0 0x1 0x2 0x3>;
+				gpio-req-tbl-flags = <0x1 0x0 0x0 0x0>;
+				gpio-req-tbl-label = "CAMIF_MCLK_0", "CAM_RESET_0", "CAM_VANA_0", "CAM_DIG_0";
+				sensor-mode = <0x0>;
+				cci-master = <0x0>;
+				status = "ok";
+				clocks = <0xa6 0x42>;
+				clock-names = "cam_clk";
+				clock-cntl-level = "turbo";
+				clock-rates = <0x16e3600>;
+			};
+
+			qcom,cam-sensor@1 {
+				cell-index = <0x1>;
+				compatible = "qcom,cam-sensor";
+				reg = <0x1>;
+				csiphy-sd-index = <0x1>;
+				sensor-position-roll = <0x5a>;
+				sensor-position-pitch = <0x0>;
+				sensor-position-yaw = <0xb4>;
+				led-flash-src = <0x55c>;
+				actuator-src = <0x560>;
+				eeprom-src = <0x561>;
+				cam_vdig-supply = <0x348>;
+				cam_vio-supply = <0x346>;
+				cam_vana-supply = <0x348>;
+				cam_clk-supply = <0x1bc>;
+				regulator-names = "cam_vdig", "cam_vio", "cam_vana", "cam_clk";
+				rgltr-cntrl-support;
+				rgltr-min-voltage = <0x328980 0x0 0x328980 0x0>;
+				rgltr-max-voltage = <0x36ee80 0x0 0x36ee80 0x0>;
+				rgltr-load-current = <0x13880 0x0 0x13880 0x0>;
+				gpio-no-mux = <0x0>;
+				pinctrl-names = "cam_default", "cam_suspend";
+				pinctrl-0 = <0x54c 0x54d 0x54e 0x54f>;
+				pinctrl-1 = <0x550 0x551 0x552 0x553>;
+				gpios = <0x34 0xf 0x0 0x34 0x17 0x0 0x34 0x4e 0x0 0x34 0x4f 0x0>;
+				gpio-reset = <0x1>;
+				gpio-vana = <0x2>;
+				gpio-vdig = <0x3>;
+				gpio-req-tbl-num = <0x0 0x1 0x2 0x3>;
+				gpio-req-tbl-flags = <0x1 0x0 0x0 0x0>;
+				gpio-req-tbl-label = "CAMIF_MCLK_1", "CAM_RESET_1", "CAM_VANA_1", "CAM_DIG_1";
+				sensor-mode = <0x0>;
+				cci-master = <0x1>;
+				status = "ok";
+				clocks = <0xa6 0x46>;
+				clock-names = "cam_clk";
+				clock-cntl-level = "turbo";
+				clock-rates = <0x16e3600>;
+			};
+
+			qcom,cam-sensor@2 {
+				cell-index = <0x2>;
+				compatible = "qcom,cam-sensor";
+				reg = <0x2>;
+				csiphy-sd-index = <0x2>;
+				sensor-position-roll = <0x10e>;
+				sensor-position-pitch = <0x0>;
+				sensor-position-yaw = <0x0>;
+				eeprom-src = <0x562>;
+				cam_vio-supply = <0x346>;
+				cam_vana-supply = <0x348>;
+				cam_vdig-supply = <0x348>;
+				cam_clk-supply = <0x1bc>;
+				regulator-names = "cam_vio", "cam_vana", "cam_vdig", "cam_clk";
+				rgltr-cntrl-support;
+				rgltr-min-voltage = <0x0 0x328980 0x328980 0x0>;
+				rgltr-max-voltage = <0x0 0x36ee80 0x36ee80 0x0>;
+				rgltr-load-current = <0x0 0x13880 0x13880 0x0>;
+				gpio-no-mux = <0x0>;
+				pinctrl-names = "cam_default", "cam_suspend";
+				pinctrl-0 = <0x554 0x555 0x556 0x557>;
+				pinctrl-1 = <0x558 0x559 0x55a 0x55b>;
+				gpios = <0x34 0xe 0x0 0x34 0x9 0x0 0x34 0x68 0x0 0x34 0x75 0x0>;
+				gpio-reset = <0x1>;
+				gpio-vana = <0x2>;
+				gpio-vdig = <0x3>;
+				gpio-req-tbl-num = <0x0 0x1 0x2 0x3>;
+				gpio-req-tbl-flags = <0x1 0x0 0x0 0x0>;
+				gpio-req-tbl-label = "CAMIF_MCLK_2", "CAM_RESET_2", "CAM_VANA_2", "CAM_DIG_2";
+				sensor-mode = <0x0>;
+				cci-master = <0x0>;
+				status = "ok";
+				clocks = <0xa6 0x44>;
+				clock-names = "cam_clk";
+				clock-cntl-level = "turbo";
+				clock-rates = <0x16e3600>;
+			};
+		};
+
+		qcom,cam_smmu {
+			compatible = "qcom,msm-cam-smmu";
+			status = "ok";
+			non-fatal-fault-disabled;
+
+			msm_cam_smmu_ife {
+				compatible = "qcom,msm-cam-smmu-cb";
+				iommus = <0x29 0x808 0x0 0x29 0x810 0x8 0x29 0xc08 0x0 0x29 0xc10 0x8>;
+				label = "ife";
+
+				iova-mem-map {
+					phandle = <0x3b3>;
+
+					iova-mem-region-io {
+						iova-region-name = "io";
+						iova-region-start = <0x7400000>;
+						iova-region-len = <0xd8c00000>;
+						iova-region-id = <0x3>;
+						status = "ok";
+					};
+				};
+			};
+
+			msm_cam_smmu_jpeg {
+				compatible = "qcom,msm-cam-smmu-cb";
+				iommus = <0x29 0x1060 0x8 0x29 0x1068 0x8>;
+				label = "jpeg";
+
+				iova-mem-map {
+					phandle = <0x3b4>;
+
+					iova-mem-region-io {
+						iova-region-name = "io";
+						iova-region-start = <0x7400000>;
+						iova-region-len = <0xd8c00000>;
+						iova-region-id = <0x3>;
+						status = "ok";
+					};
+				};
+			};
+
+			msm_cam_icp_fw {
+				compatible = "qcom,msm-cam-smmu-fw-dev";
+				label = "icp";
+				memory-region = <0x1c1>;
+			};
+
+			msm_cam_smmu_icp {
+				compatible = "qcom,msm-cam-smmu-cb";
+				iommus = <0x29 0x107a 0x2 0x29 0x1020 0x8 0x29 0x1040 0x8 0x29 0x1030 0x0 0x29 0x1050 0x0>;
+				label = "icp";
+
+				iova-mem-map {
+					phandle = <0x3b5>;
+
+					iova-mem-region-firmware {
+						iova-region-name = "firmware";
+						iova-region-start = <0x0>;
+						iova-region-len = <0x500000>;
+						iova-region-id = <0x0>;
+						status = "ok";
+					};
+
+					iova-mem-region-shared {
+						iova-region-name = "shared";
+						iova-region-start = <0x7400000>;
+						iova-region-len = <0x9600000>;
+						iova-region-id = <0x1>;
+						status = "ok";
+						iova-granularity = <0x15>;
+					};
+
+					iova-mem-region-secondary-heap {
+						iova-region-name = "secheap";
+						iova-region-start = <0x10a00000>;
+						iova-region-len = <0x100000>;
+						iova-region-id = <0x4>;
+						status = "ok";
+					};
+
+					iova-mem-region-io {
+						iova-region-name = "io";
+						iova-region-start = <0x10c00000>;
+						iova-region-len = <0xcf300000>;
+						iova-region-id = <0x3>;
+						status = "ok";
+					};
+
+					iova-mem-qdss-region {
+						iova-region-name = "qdss";
+						iova-region-start = <0x10b00000>;
+						iova-region-len = <0x100000>;
+						iova-region-id = <0x5>;
+						qdss-phy-addr = <0x16790000>;
+						status = "ok";
+					};
+				};
+			};
+
+			msm_cam_smmu_cpas_cdm {
+				compatible = "qcom,msm-cam-smmu-cb";
+				iommus = <0x29 0x1000 0x0>;
+				label = "cpas-cdm0";
+
+				iova-mem-map {
+					phandle = <0x3b6>;
+
+					iova-mem-region-io {
+						iova-region-name = "io";
+						iova-region-start = <0x7400000>;
+						iova-region-len = <0xd8c00000>;
+						iova-region-id = <0x3>;
+						status = "ok";
+					};
+				};
+			};
+
+			msm_cam_smmu_secure {
+				compatible = "qcom,msm-cam-smmu-cb";
+				label = "cam-secure";
+				qcom,secure-cb;
+			};
+
+			msm_cam_smmu_fd {
+				compatible = "qcom,msm-cam-smmu-cb";
+				iommus = <0x29 0x1070 0x0>;
+				label = "fd";
+
+				iova-mem-map {
+					phandle = <0x3b7>;
+
+					iova-mem-region-io {
+						iova-region-name = "io";
+						iova-region-start = <0x7400000>;
+						iova-region-len = <0xd8c00000>;
+						iova-region-id = <0x3>;
+						status = "ok";
+					};
+				};
+			};
+
+			msm_cam_smmu_lrme {
+				compatible = "qcom,msm-cam-smmu-cb";
+				iommus = <0x29 0x1038 0x0 0x29 0x1058 0x0>;
+				label = "lrme";
+
+				iova-mem-map {
+					phandle = <0x3b8>;
+
+					iova-mem-region-shared {
+						iova-region-name = "shared";
+						iova-region-start = <0x7400000>;
+						iova-region-len = <0x6400000>;
+						iova-region-id = <0x1>;
+						status = "ok";
+					};
+
+					iova-mem-region-io {
+						iova-region-name = "io";
+						iova-region-start = <0xd800000>;
+						iova-region-len = <0xd2800000>;
+						iova-region-id = <0x3>;
+						status = "ok";
+					};
+				};
+			};
+		};
+
+		qcom,cam-cpas@ac40000 {
+			cell-index = <0x0>;
+			compatible = "qcom,cam-cpas";
+			label = "cpas";
+			arch-compat = "cpas_top";
+			status = "ok";
+			reg-names = "cam_cpas_top", "cam_camnoc";
+			reg = <0xac40000 0x1000 0xac42000 0x5000>;
+			reg-cam-base = <0x40000 0x42000>;
+			interrupt-names = "cpas_camnoc";
+			interrupts = <0x0 0x1cb 0x0>;
+			qcom,cpas-hw-ver = <0x170110>;
+			camnoc-axi-min-ib-bw = <0xb2d05e00>;
+			regulator-names = "camss-vdd";
+			camss-vdd-supply = <0x1bc>;
+			clock-names = "gcc_ahb_clk", "gcc_axi_clk", "soc_ahb_clk", "slow_ahb_clk_src", "cpas_ahb_clk", "camnoc_axi_clk";
+			clocks = <0x22 0xc 0x22 0xd 0xa6 0x55 0xa6 0x54 0xa6 0x9 0xa6 0x6>;
+			src-clock-name = "slow_ahb_clk_src";
+			clock-rates = <0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x124f800 0x0 0x0 0x0 0x0 0x0 0x4c4b400 0x0 0x0 0x0 0x0 0x0 0x4c4b400 0x0 0x0 0x0 0x0 0x0 0x4c4b400 0x0 0x0 0x0 0x0 0x0 0x4c4b400 0x0 0x0 0x0 0x0 0x0 0x4c4b400 0x0 0x0>;
+			clock-cntl-level = "suspend", "minsvs", "lowsvs", "svs", "svs_l1", "nominal", "turbo";
+			qcom,msm-bus,name = "cam_ahb";
+			qcom,msm-bus,num-cases = <0x7>;
+			qcom,msm-bus,num-paths = <0x1>;
+			qcom,msm-bus,vectors-KBps = <0x1 0x24d 0x0 0x0 0x1 0x24d 0x0 0x12ad4 0x1 0x24d 0x0 0x12ad4 0x1 0x24d 0x0 0x249f0 0x1 0x24d 0x0 0x249f0 0x1 0x24d 0x0 0x493e0 0x1 0x24d 0x0 0x493e0>;
+			vdd-corners = <0x1 0x11 0x31 0x41 0x81 0xc1 0x101 0x141 0x151 0x181 0x1a1>;
+			vdd-corner-ahb-mapping = "suspend", "suspend", "minsvs", "lowsvs", "svs", "svs_l1", "nominal", "nominal", "nominal", "turbo", "turbo";
+			client-id-based;
+			client-names = "csiphy0", "csiphy1", "csiphy2", "csiphy3", "cci0", "csid0", "csid1", "csid2", "ife0", "ife1", "ife2", "ipe0", "ipe1", "cam-cdm-intf0", "cpas-cdm0", "bps0", "icp0", "jpeg-dma0", "jpeg-enc0", "fd0", "lrmecpas0";
+			client-axi-port-names = "cam_hf_1", "cam_hf_2", "cam_hf_2", "cam_hf_2", "cam_sf_1", "cam_hf_1", "cam_hf_2", "cam_hf_2", "cam_hf_1", "cam_hf_2", "cam_hf_2", "cam_sf_1", "cam_sf_1", "cam_sf_1", "cam_sf_1", "cam_sf_1", "cam_sf_1", "cam_sf_1", "cam_sf_1", "cam_sf_1", "cam_sf_1";
+			client-bus-camnoc-based;
+
+			qcom,axi-port-list {
+
+				qcom,axi-port1 {
+					qcom,axi-port-name = "cam_hf_1";
+
+					qcom,axi-port-mnoc {
+						qcom,msm-bus,name = "cam_hf_1_mnoc";
+						qcom,msm-bus-vector-dyn-vote;
+						qcom,msm-bus,num-cases = <0x2>;
+						qcom,msm-bus,num-paths = <0x1>;
+						qcom,msm-bus,vectors-KBps = <0x88 0x200 0x0 0x0 0x88 0x200 0x0 0x0>;
+					};
+
+					qcom,axi-port-camnoc {
+						qcom,msm-bus,name = "cam_hf_1_camnoc";
+						qcom,msm-bus-vector-dyn-vote;
+						qcom,msm-bus,num-cases = <0x2>;
+						qcom,msm-bus,num-paths = <0x1>;
+						qcom,msm-bus,vectors-KBps = <0x92 0x30a 0x0 0x0 0x92 0x30a 0x0 0x0>;
+					};
+				};
+
+				qcom,axi-port2 {
+					qcom,axi-port-name = "cam_hf_2";
+
+					qcom,axi-port-mnoc {
+						qcom,msm-bus,name = "cam_hf_2_mnoc";
+						qcom,msm-bus-vector-dyn-vote;
+						qcom,msm-bus,num-cases = <0x2>;
+						qcom,msm-bus,num-paths = <0x1>;
+						qcom,msm-bus,vectors-KBps = <0x91 0x200 0x0 0x0 0x91 0x200 0x0 0x0>;
+					};
+
+					qcom,axi-port-camnoc {
+						qcom,msm-bus,name = "cam_hf_2_camnoc";
+						qcom,msm-bus-vector-dyn-vote;
+						qcom,msm-bus,num-cases = <0x2>;
+						qcom,msm-bus,num-paths = <0x1>;
+						qcom,msm-bus,vectors-KBps = <0x93 0x30a 0x0 0x0 0x93 0x30a 0x0 0x0>;
+					};
+				};
+
+				qcom,axi-port3 {
+					qcom,axi-port-name = "cam_sf_1";
+
+					qcom,axi-port-mnoc {
+						qcom,msm-bus,name = "cam_sf_1_mnoc";
+						qcom,msm-bus-vector-dyn-vote;
+						qcom,msm-bus,num-cases = <0x2>;
+						qcom,msm-bus,num-paths = <0x1>;
+						qcom,msm-bus,vectors-KBps = <0x89 0x200 0x0 0x0 0x89 0x200 0x0 0x0>;
+					};
+
+					qcom,axi-port-camnoc {
+						qcom,msm-bus,name = "cam_sf_1_camnoc";
+						qcom,msm-bus-vector-dyn-vote;
+						qcom,msm-bus,num-cases = <0x2>;
+						qcom,msm-bus,num-paths = <0x1>;
+						qcom,msm-bus,vectors-KBps = <0x94 0x30a 0x0 0x0 0x94 0x30a 0x0 0x0>;
+					};
+				};
+			};
+		};
+
+		qcom,cam-cdm-intf {
+			compatible = "qcom,cam-cdm-intf";
+			cell-index = <0x0>;
+			label = "cam-cdm-intf";
+			num-hw-cdm = <0x1>;
+			cdm-client-names = "vfe", "jpegdma", "jpegenc", "fd", "lrmecdm";
+			status = "ok";
+		};
+
+		qcom,cpas-cdm0@ac48000 {
+			cell-index = <0x0>;
+			compatible = "qcom,cam170-cpas-cdm0";
+			label = "cpas-cdm";
+			reg = <0xac48000 0x1000>;
+			reg-names = "cpas-cdm";
+			reg-cam-base = <0x48000>;
+			interrupts = <0x0 0x1cd 0x0>;
+			interrupt-names = "cpas-cdm";
+			regulator-names = "camss";
+			camss-supply = <0x1bc>;
+			clock-names = "gcc_camera_ahb", "gcc_camera_axi", "cam_cc_soc_ahb_clk", "cam_cc_cpas_ahb_clk", "cam_cc_camnoc_axi_clk";
+			clocks = <0x22 0xc 0x22 0xd 0xa6 0x55 0xa6 0x9 0xa6 0x6>;
+			clock-rates = <0x0 0x0 0x0 0x0 0x0>;
+			clock-cntl-level = "svs";
+			cdm-client-names = "ife";
+			status = "ok";
+		};
+
+		qcom,cam-isp {
+			compatible = "qcom,cam-isp";
+			arch-compat = "ife";
+			status = "ok";
+		};
+
+		qcom,csid0@acb3000 {
+			cell-index = <0x0>;
+			compatible = "qcom,csid170";
+			reg-names = "csid";
+			reg = <0xacb3000 0x1000>;
+			reg-cam-base = <0xb3000>;
+			interrupt-names = "csid";
+			interrupts = <0x0 0x1d0 0x0>;
+			regulator-names = "camss", "ife0";
+			camss-supply = <0x1bc>;
+			ife0-supply = <0x1c2>;
+			clock-names = "camera_ahb", "camera_axi", "soc_ahb_clk", "cpas_ahb_clk", "slow_ahb_clk_src", "ife_csid_clk", "ife_csid_clk_src", "ife_cphy_rx_clk", "cphy_rx_clk_src", "ife_clk", "ife_clk_src", "camnoc_axi_clk", "ife_axi_clk";
+			clocks = <0x22 0xc 0x22 0xd 0xa6 0x55 0xa6 0x9 0xa6 0x54 0xa6 0x25 0xa6 0x26 0xa6 0x24 0xa6 0xa 0xa6 0x22 0xa6 0x23 0xa6 0x6 0xa6 0x21>;
+			clock-rates = <0x0 0x0 0x0 0x0 0x0 0x0 0x16e36000 0x0 0x0 0x0 0x18148d00 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x20113a80 0x0 0x0 0x0 0x23c34600 0x0 0x0>;
+			clock-cntl-level = "svs", "turbo";
+			src-clock-name = "ife_csid_clk_src";
+			clock-control-debugfs = "true";
+			status = "ok";
+			phandle = <0x92>;
+		};
+
+		qcom,vfe0@acaf000 {
+			cell-index = <0x0>;
+			compatible = "qcom,vfe170";
+			reg-names = "ife";
+			reg = <0xacaf000 0x4000>;
+			reg-cam-base = <0xaf000>;
+			interrupt-names = "ife";
+			interrupts = <0x0 0x1d1 0x0>;
+			regulator-names = "camss", "ife0";
+			camss-supply = <0x1bc>;
+			ife0-supply = <0x1c2>;
+			clock-names = "camera_ahb", "camera_axi", "soc_ahb_clk", "cpas_ahb_clk", "slow_ahb_clk_src", "ife_clk", "ife_clk_src", "camnoc_axi_clk", "ife_axi_clk";
+			clocks = <0x22 0xc 0x22 0xd 0xa6 0x55 0xa6 0x9 0xa6 0x54 0xa6 0x22 0xa6 0x23 0xa6 0x6 0xa6 0x21>;
+			clock-rates = <0x0 0x0 0x0 0x0 0x0 0x0 0x18148d00 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x1c9c3800 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x23c34600 0x0 0x0>;
+			clock-cntl-level = "svs", "svs_l1", "turbo";
+			src-clock-name = "ife_clk_src";
+			clock-control-debugfs = "true";
+			clock-names-option = "ife_dsp_clk";
+			clocks-option = <0xa6 0x27>;
+			clock-rates-option = <0x23c34600>;
+			status = "ok";
+			phandle = <0x93>;
+		};
+
+		qcom,csid1@acba000 {
+			cell-index = <0x1>;
+			compatible = "qcom,csid170";
+			reg-names = "csid";
+			reg = <0xacba000 0x1000>;
+			reg-cam-base = <0xba000>;
+			interrupt-names = "csid";
+			interrupts = <0x0 0x1d2 0x0>;
+			regulator-names = "camss", "ife1";
+			camss-supply = <0x1bc>;
+			ife1-supply = <0x1c3>;
+			clock-names = "camera_ahb", "camera_axi", "soc_ahb_clk", "cpas_ahb_clk", "slow_ahb_clk_src", "ife_csid_clk", "ife_csid_clk_src", "ife_cphy_rx_clk", "cphy_rx_clk_src", "ife_clk", "ife_clk_src", "camnoc_axi_clk", "ife_axi_clk";
+			clocks = <0x22 0xc 0x22 0xd 0xa6 0x55 0xa6 0x9 0xa6 0x54 0xa6 0x2c 0xa6 0x2d 0xa6 0x2b 0xa6 0xa 0xa6 0x29 0xa6 0x2a 0xa6 0x6 0xa6 0x28>;
+			clock-rates = <0x0 0x0 0x0 0x0 0x0 0x0 0x16e36000 0x0 0x0 0x0 0x18148d00 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x20113a80 0x0 0x0 0x0 0x23c34600 0x0 0x0>;
+			clock-cntl-level = "svs", "turbo";
+			src-clock-name = "ife_csid_clk_src";
+			clock-control-debugfs = "true";
+			status = "ok";
+			phandle = <0x94>;
+		};
+
+		qcom,vfe1@acb6000 {
+			cell-index = <0x1>;
+			compatible = "qcom,vfe170";
+			reg-names = "ife";
+			reg = <0xacb6000 0x4000>;
+			reg-cam-base = <0xb6000>;
+			interrupt-names = "ife";
+			interrupts = <0x0 0x1d3 0x0>;
+			regulator-names = "camss", "ife1";
+			camss-supply = <0x1bc>;
+			ife1-supply = <0x1c3>;
+			clock-names = "camera_ahb", "camera_axi", "soc_ahb_clk", "cpas_ahb_clk", "slow_ahb_clk_src", "ife_clk", "ife_clk_src", "camnoc_axi_clk", "ife_axi_clk";
+			clocks = <0x22 0xc 0x22 0xd 0xa6 0x55 0xa6 0x9 0xa6 0x54 0xa6 0x29 0xa6 0x2a 0xa6 0x6 0xa6 0x28>;
+			clock-rates = <0x0 0x0 0x0 0x0 0x0 0x0 0x18148d00 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x1c9c3800 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x23c34600 0x0 0x0>;
+			clock-cntl-level = "svs", "svs_l1", "turbo";
+			src-clock-name = "ife_clk_src";
+			clock-control-debugfs = "true";
+			clock-names-option = "ife_dsp_clk";
+			clocks-option = <0xa6 0x2e>;
+			clock-rates-option = <0x23c34600>;
+			status = "ok";
+			phandle = <0x95>;
+		};
+
+		qcom,csid-lite@acc8000 {
+			cell-index = <0x2>;
+			compatible = "qcom,csid-lite170";
+			reg-names = "csid-lite";
+			reg = <0xacc8000 0x1000>;
+			reg-cam-base = <0xc8000>;
+			interrupt-names = "csid-lite";
+			interrupts = <0x0 0x1d4 0x0>;
+			regulator-names = "camss";
+			camss-supply = <0x1bc>;
+			clock-names = "camera_ahb", "camera_axi", "soc_ahb_clk", "cpas_ahb_clk", "slow_ahb_clk_src", "ife_csid_clk", "ife_csid_clk_src", "ife_cphy_rx_clk", "cphy_rx_clk_src", "ife_clk", "ife_clk_src", "camnoc_axi_clk";
+			clocks = <0x22 0xc 0x22 0xd 0xa6 0x55 0xa6 0x9 0xa6 0x54 0xa6 0x32 0xa6 0x33 0xa6 0x31 0xa6 0xa 0xa6 0x2f 0xa6 0x30 0xa6 0x6>;
+			clock-rates = <0x0 0x0 0x0 0x0 0x0 0x0 0x16e36000 0x0 0x0 0x0 0x18148d00 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x20113a80 0x0 0x0 0x0 0x23c34600 0x0>;
+			clock-cntl-level = "svs", "turbo";
+			src-clock-name = "ife_csid_clk_src";
+			clock-control-debugfs = "true";
+			status = "ok";
+			phandle = <0x96>;
+		};
+
+		qcom,vfe-lite@acc4000 {
+			cell-index = <0x2>;
+			compatible = "qcom,vfe-lite170";
+			reg-names = "ife-lite";
+			reg = <0xacc4000 0x4000>;
+			reg-cam-base = <0xc4000>;
+			interrupt-names = "ife-lite";
+			interrupts = <0x0 0x1d5 0x0>;
+			regulator-names = "camss";
+			camss-supply = <0x1bc>;
+			clock-names = "camera_ahb", "camera_axi", "soc_ahb_clk", "cpas_ahb_clk", "slow_ahb_clk_src", "ife_clk", "ife_clk_src", "camnoc_axi_clk";
+			clocks = <0x22 0xc 0x22 0xd 0xa6 0x55 0xa6 0x9 0xa6 0x54 0xa6 0x2f 0xa6 0x30 0xa6 0x6>;
+			clock-rates = <0x0 0x0 0x0 0x0 0x0 0x0 0x18148d00 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x1c9c3800 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x23c34600 0x0>;
+			clock-cntl-level = "svs", "svs_l1", "turbo";
+			src-clock-name = "ife_clk_src";
+			clock-control-debugfs = "true";
+			status = "ok";
+			phandle = <0x97>;
+		};
+
+		qcom,cam-icp {
+			compatible = "qcom,cam-icp";
+			compat-hw-name = "qcom,a5", "qcom,ipe0", "qcom,ipe1", "qcom,bps";
+			num-a5 = <0x1>;
+			num-ipe = <0x2>;
+			num-bps = <0x1>;
+			status = "ok";
+		};
+
+		qcom,a5@ac00000 {
+			cell-index = <0x0>;
+			compatible = "qcom,cam-a5";
+			reg = <0xac00000 0x6000 0xac10000 0x8000 0xac18000 0x3000>;
+			reg-names = "a5_qgic", "a5_sierra", "a5_csr";
+			reg-cam-base = <0x0 0x10000 0x18000>;
+			interrupts = <0x0 0x1cf 0x0>;
+			interrupt-names = "a5";
+			regulator-names = "camss-vdd";
+			camss-vdd-supply = <0x1bc>;
+			clock-names = "gcc_cam_ahb_clk", "gcc_cam_axi_clk", "soc_fast_ahb", "soc_ahb_clk", "cpas_ahb_clk", "camnoc_axi_clk", "icp_clk", "icp_clk_src";
+			clocks = <0x22 0xc 0x22 0xd 0xa6 0x17 0xa6 0x55 0xa6 0x9 0xa6 0x6 0xa6 0x1d 0xa6 0x1e>;
+			clock-rates = <0x0 0x0 0xbebc200 0x0 0x0 0x0 0x0 0x17d78400 0x0 0x0 0xbebc200 0x0 0x0 0x0 0x0 0x23c34600>;
+			clock-cntl-level = "svs", "turbo";
+			fw_name = "CAMERA_ICP.elf";
+			ubwc-cfg = <0x7b 0x1ef>;
+			status = "ok";
+			phandle = <0x98>;
+		};
+
+		qcom,ipe0 {
+			cell-index = <0x0>;
+			compatible = "qcom,cam-ipe";
+			reg = <0xac87000 0x3000>;
+			reg-names = "ipe0_top";
+			reg-cam-base = <0x87000>;
+			regulator-names = "ipe0-vdd";
+			ipe0-vdd-supply = <0x1c4>;
+			clock-names = "ipe_0_ahb_clk", "ipe_0_areg_clk", "ipe_0_axi_clk", "ipe_0_clk", "ipe_0_clk_src";
+			src-clock-name = "ipe_0_clk_src";
+			clock-control-debugfs = "true";
+			clocks = <0xa6 0x34 0xa6 0x35 0xa6 0x36 0xa6 0x37 0xa6 0x38>;
+			clock-rates = <0x0 0x0 0x0 0x0 0x18148d00 0x0 0x0 0x0 0x0 0x1c9c3800 0x0 0x0 0x0 0x0 0x20113a80 0x0 0x0 0x0 0x0 0x23c34600>;
+			clock-cntl-level = "svs", "svs_l1", "nominal", "turbo";
+			status = "ok";
+			phandle = <0x99>;
+		};
+
+		qcom,ipe1 {
+			cell-index = <0x1>;
+			compatible = "qcom,cam-ipe";
+			reg = <0xac91000 0x3000>;
+			reg-names = "ipe1_top";
+			reg-cam-base = <0x91000>;
+			regulator-names = "ipe1-vdd";
+			ipe1-vdd-supply = <0x1c5>;
+			clock-names = "ipe_1_ahb_clk", "ipe_1_areg_clk", "ipe_1_axi_clk", "ipe_1_clk", "ipe_1_clk_src";
+			src-clock-name = "ipe_1_clk_src";
+			clock-control-debugfs = "true";
+			clocks = <0xa6 0x39 0xa6 0x3a 0xa6 0x3b 0xa6 0x3c 0xa6 0x3d>;
+			clock-rates = <0x0 0x0 0x0 0x0 0x18148d00 0x0 0x0 0x0 0x0 0x1c9c3800 0x0 0x0 0x0 0x0 0x20113a80 0x0 0x0 0x0 0x0 0x23c34600>;
+			clock-cntl-level = "svs", "svs_l1", "nominal", "turbo";
+			status = "ok";
+			phandle = <0x9a>;
+		};
+
+		qcom,bps {
+			cell-index = <0x0>;
+			compatible = "qcom,cam-bps";
+			reg = <0xac6f000 0x3000>;
+			reg-names = "bps_top";
+			reg-cam-base = <0x6f000>;
+			regulator-names = "bps-vdd";
+			bps-vdd-supply = <0x1c6>;
+			clock-names = "bps_ahb_clk", "bps_areg_clk", "bps_axi_clk", "bps_clk", "bps_clk_src";
+			src-clock-name = "bps_clk_src";
+			clock-control-debugfs = "true";
+			clocks = <0xa6 0x0 0xa6 0x1 0xa6 0x2 0xa6 0x3 0xa6 0x4>;
+			clock-rates = <0x0 0x0 0x0 0x0 0x18148d00 0x0 0x0 0x0 0x0 0x1c9c3800 0x0 0x0 0x0 0x0 0x23c34600 0x0 0x0 0x0 0x0 0x23c34600>;
+			clock-cntl-level = "svs", "svs_l1", "nominal", "turbo";
+			status = "ok";
+			phandle = <0x9b>;
+		};
+
+		qcom,cam-jpeg {
+			compatible = "qcom,cam-jpeg";
+			compat-hw-name = "qcom,jpegenc", "qcom,jpegdma";
+			num-jpeg-enc = <0x1>;
+			num-jpeg-dma = <0x1>;
+			status = "ok";
+		};
+
+		qcom,jpegenc@ac4e000 {
+			cell-index = <0x0>;
+			compatible = "qcom,cam_jpeg_enc";
+			reg-names = "jpege_hw";
+			reg = <0xac4e000 0x4000>;
+			reg-cam-base = <0x4e000>;
+			interrupt-names = "jpeg";
+			interrupts = <0x0 0x1da 0x0>;
+			regulator-names = "camss-vdd";
+			camss-vdd-supply = <0x1bc>;
+			clock-names = "camera_ahb", "camera_axi", "soc_ahb_clk", "cpas_ahb_clk", "camnoc_axi_clk", "jpegenc_clk_src", "jpegenc_clk";
+			clocks = <0x22 0xc 0x22 0xd 0xa6 0x55 0xa6 0x9 0xa6 0x6 0xa6 0x3f 0xa6 0x3e>;
+			clock-rates = <0x0 0x0 0x0 0x0 0x0 0x23c34600 0x0>;
+			src-clock-name = "jpegenc_clk_src";
+			clock-cntl-level = "nominal";
+			status = "ok";
+			phandle = <0x3b9>;
+		};
+
+		qcom,jpegdma@0xac52000 {
+			cell-index = <0x0>;
+			compatible = "qcom,cam_jpeg_dma";
+			reg-names = "jpegdma_hw";
+			reg = <0xac52000 0x4000>;
+			reg-cam-base = <0x52000>;
+			interrupt-names = "jpegdma";
+			interrupts = <0x0 0x1db 0x0>;
+			regulator-names = "camss-vdd";
+			camss-vdd-supply = <0x1bc>;
+			clock-names = "camera_ahb", "camera_axi", "soc_ahb_clk", "cpas_ahb_clk", "camnoc_axi_clk", "jpegdma_clk_src", "jpegdma_clk";
+			clocks = <0x22 0xc 0x22 0xd 0xa6 0x55 0xa6 0x9 0xa6 0x6 0xa6 0x3f 0xa6 0x3e>;
+			clock-rates = <0x0 0x0 0x0 0x0 0x0 0x23c34600 0x0>;
+			src-clock-name = "jpegdma_clk_src";
+			clock-cntl-level = "nominal";
+			status = "ok";
+			phandle = <0x3ba>;
+		};
+
+		qcom,cam-fd {
+			compatible = "qcom,cam-fd";
+			compat-hw-name = "qcom,fd";
+			num-fd = <0x1>;
+			status = "ok";
+		};
+
+		qcom,fd@ac5a000 {
+			cell-index = <0x0>;
+			compatible = "qcom,fd41";
+			reg-names = "fd_core", "fd_wrapper";
+			reg = <0xac5a000 0x1000 0xac5b000 0x400>;
+			reg-cam-base = <0x5a000 0x5b000>;
+			interrupt-names = "fd";
+			interrupts = <0x0 0x1ce 0x0>;
+			regulator-names = "camss-vdd";
+			camss-vdd-supply = <0x1bc>;
+			clock-names = "gcc_ahb_clk", "gcc_axi_clk", "soc_ahb_clk", "cpas_ahb_clk", "camnoc_axi_clk", "fd_core_clk_src", "fd_core_clk", "fd_core_uar_clk";
+			clocks = <0x22 0xc 0x22 0xd 0xa6 0x55 0xa6 0x9 0xa6 0x6 0xa6 0x19 0xa6 0x18 0xa6 0x1a>;
+			src-clock-name = "fd_core_clk_src";
+			clock-control-debugfs = "true";
+			clock-cntl-level = "svs", "svs_l1", "turbo";
+			clock-rates = <0x0 0x0 0x0 0x0 0x0 0x17d78400 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x20113a80 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x23c34600 0x0 0x0>;
+			status = "ok";
+			phandle = <0x3bb>;
+		};
+
+		ad-hoc-bus {
+			compatible = "qcom,msm-bus-device";
+			reg = <0x16e0000 0x40000 0x1700000 0x40000 0x1500000 0x40000 0x14e0000 0x40000 0x17900000 0x40000 0x1380000 0x40000 0x1380000 0x40000 0x1740000 0x40000 0x1620000 0x40000 0x1620000 0x40000 0x1620000 0x40000>;
+			reg-names = "aggre1_noc-base", "aggre2_noc-base", "config_noc-base", "dc_noc-base", "gladiator_noc-base", "mc_virt-base", "mem_noc-base", "mmss_noc-base", "system_noc-base", "ipa_virt-base", "camnoc_virt-base";
+			mbox-names = "apps_rsc", "disp_rsc";
+			mboxes = <0x8b 0x0 0x2b 0x0>;
+			phandle = <0x3bc>;
+
+			rsc-apps {
+				cell-id = <0x1f40>;
+				label = "apps_rsc";
+				qcom,rsc-dev;
+				qcom,req_state = <0x2>;
+				phandle = <0x1c7>;
+			};
+
+			rsc-disp {
+				cell-id = <0x1f41>;
+				label = "disp_rsc";
+				qcom,rsc-dev;
+				qcom,req_state = <0x3>;
+				phandle = <0x1c8>;
+			};
+
+			bcm-acv {
+				cell-id = <0x1b7d>;
+				label = "ACV";
+				qcom,bcm-name = "ACV";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x245>;
+			};
+
+			bcm-alc {
+				cell-id = <0x1b7e>;
+				label = "ALC";
+				qcom,bcm-name = "ALC";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x22d>;
+			};
+
+			bcm-mc0 {
+				cell-id = <0x1b58>;
+				label = "MC0";
+				qcom,bcm-name = "MC0";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x244>;
+			};
+
+			bcm-sh0 {
+				cell-id = <0x1b5b>;
+				label = "SH0";
+				qcom,bcm-name = "SH0";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x248>;
+			};
+
+			bcm-mm0 {
+				cell-id = <0x1b63>;
+				label = "MM0";
+				qcom,bcm-name = "MM0";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x24e>;
+			};
+
+			bcm-sh1 {
+				cell-id = <0x1b5c>;
+				label = "SH1";
+				qcom,bcm-name = "SH1";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x246>;
+			};
+
+			bcm-mm1 {
+				cell-id = <0x1b64>;
+				label = "MM1";
+				qcom,bcm-name = "MM1";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x1d5>;
+			};
+
+			bcm-sh2 {
+				cell-id = <0x1b5d>;
+				label = "SH2";
+				qcom,bcm-name = "SH2";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x24a>;
+			};
+
+			bcm-mm2 {
+				cell-id = <0x1b65>;
+				label = "MM2";
+				qcom,bcm-name = "MM2";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x24c>;
+			};
+
+			bcm-sh3 {
+				cell-id = <0x1b5e>;
+				label = "SH3";
+				qcom,bcm-name = "SH3";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x212>;
+			};
+
+			bcm-mm3 {
+				cell-id = <0x1b66>;
+				label = "MM3";
+				qcom,bcm-name = "MM3";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x21a>;
+			};
+
+			bcm-sh4 {
+				cell-id = <0x1b5f>;
+				label = "SH4";
+				qcom,bcm-name = "SH4";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x3bd>;
+			};
+
+			bcm-sh5 {
+				cell-id = <0x1b60>;
+				label = "SH5";
+				qcom,bcm-name = "SH5";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x215>;
+			};
+
+			bcm-sn0 {
+				cell-id = <0x1b6a>;
+				label = "SN0";
+				qcom,bcm-name = "SN0";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x255>;
+			};
+
+			bcm-ce0 {
+				cell-id = <0x1b7a>;
+				label = "CE0";
+				qcom,bcm-name = "CE0";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x1d1>;
+			};
+
+			bcm-ip0 {
+				cell-id = <0x1b7b>;
+				label = "IP0";
+				qcom,bcm-name = "IP0";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x243>;
+			};
+
+			bcm-cn0 {
+				cell-id = <0x1b7c>;
+				label = "CN0";
+				qcom,bcm-name = "CN0";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x1d8>;
+			};
+
+			bcm-qup0 {
+				cell-id = <0x1b7f>;
+				label = "QUP0";
+				qcom,bcm-name = "QUP0";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x1cc>;
+			};
+
+			bcm-sn1 {
+				cell-id = <0x1b6b>;
+				label = "SN1";
+				qcom,bcm-name = "SN1";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x256>;
+			};
+
+			bcm-sn2 {
+				cell-id = <0x1b6c>;
+				label = "SN2";
+				qcom,bcm-name = "SN2";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x253>;
+			};
+
+			bcm-sn3 {
+				cell-id = <0x1b6d>;
+				label = "SN3";
+				qcom,bcm-name = "SN3";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x251>;
+			};
+
+			bcm-sn4 {
+				cell-id = <0x1b6e>;
+				label = "SN4";
+				qcom,bcm-name = "SN4";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x22c>;
+			};
+
+			bcm-sn5 {
+				cell-id = <0x1b6f>;
+				label = "SN5";
+				qcom,bcm-name = "SN5";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x259>;
+			};
+
+			bcm-sn6 {
+				cell-id = <0x1b70>;
+				label = "SN6";
+				qcom,bcm-name = "SN6";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x24f>;
+			};
+
+			bcm-sn7 {
+				cell-id = <0x1b71>;
+				label = "SN7";
+				qcom,bcm-name = "SN7";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x257>;
+			};
+
+			bcm-sn8 {
+				cell-id = <0x1b72>;
+				label = "SN8";
+				qcom,bcm-name = "SN8";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x258>;
+			};
+
+			bcm-sn9 {
+				cell-id = <0x1b73>;
+				label = "SN9";
+				qcom,bcm-name = "SN9";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x223>;
+			};
+
+			bcm-sn11 {
+				cell-id = <0x1b75>;
+				label = "SN11";
+				qcom,bcm-name = "SN11";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x227>;
+			};
+
+			bcm-sn12 {
+				cell-id = <0x1b76>;
+				label = "SN12";
+				qcom,bcm-name = "SN12";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x228>;
+			};
+
+			bcm-sn14 {
+				cell-id = <0x1b78>;
+				label = "SN14";
+				qcom,bcm-name = "SN14";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x22a>;
+			};
+
+			bcm-sn15 {
+				cell-id = <0x1b79>;
+				label = "SN15";
+				qcom,bcm-name = "SN15";
+				qcom,rscs = <0x1c7>;
+				qcom,bcm-dev;
+				phandle = <0x229>;
+			};
+
+			bcm-mc0_display {
+				cell-id = <0x6978>;
+				label = "MC0_DISPLAY";
+				qcom,bcm-name = "MC0";
+				qcom,rscs = <0x1c8>;
+				qcom,bcm-dev;
+				phandle = <0x25a>;
+			};
+
+			bcm-sh0_display {
+				cell-id = <0x6979>;
+				label = "SH0_DISPLAY";
+				qcom,bcm-name = "SH0";
+				qcom,rscs = <0x1c8>;
+				qcom,bcm-dev;
+				phandle = <0x25c>;
+			};
+
+			bcm-mm0_display {
+				cell-id = <0x697a>;
+				label = "MM0_DISPLAY";
+				qcom,bcm-name = "MM0";
+				qcom,rscs = <0x1c8>;
+				qcom,bcm-dev;
+				phandle = <0x260>;
+			};
+
+			bcm-mm1_display {
+				cell-id = <0x697b>;
+				label = "MM1_DISPLAY";
+				qcom,bcm-name = "MM1";
+				qcom,rscs = <0x1c8>;
+				qcom,bcm-dev;
+				phandle = <0x234>;
+			};
+
+			bcm-mm2_display {
+				cell-id = <0x697c>;
+				label = "MM2_DISPLAY";
+				qcom,bcm-name = "MM2";
+				qcom,rscs = <0x1c8>;
+				qcom,bcm-dev;
+				phandle = <0x25e>;
+			};
+
+			bcm-mm3_display {
+				cell-id = <0x697d>;
+				label = "MM3_DISPLAY";
+				qcom,bcm-name = "MM3";
+				qcom,rscs = <0x1c8>;
+				qcom,bcm-dev;
+				phandle = <0x236>;
+			};
+
+			fab-aggre1_noc {
+				cell-id = <0x1802>;
+				label = "fab-aggre1_noc";
+				qcom,fab-dev;
+				qcom,base-name = "aggre1_noc-base";
+				qcom,qos-off = <0x1000>;
+				qcom,base-offset = <0x4000>;
+				qcom,bus-type = <0x1>;
+				clocks;
+				phandle = <0x1ca>;
+			};
+
+			fab-aggre2_noc {
+				cell-id = <0x1803>;
+				label = "fab-aggre2_noc";
+				qcom,fab-dev;
+				qcom,base-name = "aggre2_noc-base";
+				qcom,qos-off = <0x1000>;
+				qcom,base-offset = <0x4000>;
+				qcom,bus-type = <0x1>;
+				clocks;
+				phandle = <0x1cf>;
+			};
+
+			fab-camnoc_virt {
+				cell-id = <0x180a>;
+				label = "fab-camnoc_virt";
+				qcom,fab-dev;
+				qcom,base-name = "camnoc_virt-base";
+				qcom,bypass-qos-prg;
+				clocks;
+				phandle = <0x1d4>;
+			};
+
+			fab-config_noc {
+				cell-id = <0x1400>;
+				label = "fab-config_noc";
+				qcom,fab-dev;
+				qcom,base-name = "config_noc-base";
+				qcom,bypass-qos-prg;
+				qcom,bus-type = <0x1>;
+				clocks;
+				phandle = <0x1d7>;
+			};
+
+			fab-dc_noc {
+				cell-id = <0x1806>;
+				label = "fab-dc_noc";
+				qcom,fab-dev;
+				qcom,base-name = "dc_noc-base";
+				qcom,bypass-qos-prg;
+				qcom,bus-type = <0x1>;
+				clocks;
+				phandle = <0x205>;
+			};
+
+			fab-gladiator_noc {
+				cell-id = <0x1804>;
+				label = "fab-gladiator_noc";
+				qcom,fab-dev;
+				qcom,base-name = "gladiator_noc-base";
+				qcom,bypass-qos-prg;
+				qcom,bus-type = <0x1>;
+				clocks;
+				phandle = <0x209>;
+			};
+
+			fab-ipa_virt {
+				cell-id = <0x1809>;
+				label = "fab-ipa_virt";
+				qcom,fab-dev;
+				qcom,base-name = "ipa_virt-base";
+				qcom,bypass-qos-prg;
+				clocks;
+				phandle = <0x20b>;
+			};
+
+			fab-mc_virt {
+				cell-id = <0x1807>;
+				label = "fab-mc_virt";
+				qcom,fab-dev;
+				qcom,base-name = "mc_virt-base";
+				qcom,bypass-qos-prg;
+				clocks;
+				phandle = <0x20d>;
+			};
+
+			fab-mem_noc {
+				cell-id = <0x1808>;
+				label = "fab-mem_noc";
+				qcom,fab-dev;
+				qcom,base-name = "mem_noc-base";
+				qcom,qos-off = <0x1000>;
+				qcom,base-offset = <0x10000>;
+				qcom,bus-type = <0x1>;
+				clocks;
+				phandle = <0x211>;
+			};
+
+			fab-mmss_noc {
+				cell-id = <0x800>;
+				label = "fab-mmss_noc";
+				qcom,fab-dev;
+				qcom,base-name = "mmss_noc-base";
+				qcom,qos-off = <0x1000>;
+				qcom,base-offset = <0x9000>;
+				qcom,bus-type = <0x1>;
+				clocks;
+				phandle = <0x217>;
+			};
+
+			fab-system_noc {
+				cell-id = <0x400>;
+				label = "fab-system_noc";
+				qcom,fab-dev;
+				qcom,base-name = "system_noc-base";
+				qcom,qos-off = <0x1000>;
+				qcom,base-offset = <0x9000>;
+				qcom,bus-type = <0x1>;
+				clocks;
+				phandle = <0x21c>;
+			};
+
+			fab-mc_virt_display {
+				cell-id = <0x6590>;
+				label = "fab-mc_virt_display";
+				qcom,fab-dev;
+				qcom,base-name = "mc_virt-base";
+				qcom,bypass-qos-prg;
+				clocks;
+				phandle = <0x22f>;
+			};
+
+			fab-mem_noc_display {
+				cell-id = <0x6591>;
+				label = "fab-mem_noc_display";
+				qcom,fab-dev;
+				qcom,base-name = "mem_noc-base";
+				qcom,qos-off = <0x1000>;
+				qcom,base-offset = <0x10000>;
+				qcom,bypass-qos-prg;
+				qcom,bus-type = <0x1>;
+				clocks;
+				phandle = <0x231>;
+			};
+
+			fab-mmss_noc_display {
+				cell-id = <0x6592>;
+				label = "fab-mmss_noc_display";
+				qcom,fab-dev;
+				qcom,base-name = "mmss_noc-base";
+				qcom,bypass-qos-prg;
+				qcom,bus-type = <0x1>;
+				clocks;
+				phandle = <0x233>;
+			};
+
+			mas-qhm-a1noc-cfg {
+				cell-id = <0x79>;
+				label = "mas-qhm-a1noc-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x1c9>;
+				qcom,bus-dev = <0x1ca>;
+				phandle = <0x23a>;
+			};
+
+			mas-qhm-qup1 {
+				cell-id = <0x56>;
+				label = "mas-qhm-qup1";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x1cb>;
+				qcom,bus-dev = <0x1ca>;
+				qcom,bcms = <0x1cc>;
+				phandle = <0x3be>;
+			};
+
+			mas-qhm-tsif {
+				cell-id = <0x52>;
+				label = "mas-qhm-tsif";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x1cb>;
+				qcom,bus-dev = <0x1ca>;
+				phandle = <0x3bf>;
+			};
+
+			mas-xm-sdc2 {
+				cell-id = <0x51>;
+				label = "mas-xm-sdc2";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x1>;
+				qcom,connections = <0x1cb>;
+				qcom,bus-dev = <0x1ca>;
+				qcom,ap-owned;
+				qcom,prio = <0x1>;
+				phandle = <0x3c0>;
+			};
+
+			mas-xm-sdc4 {
+				cell-id = <0x50>;
+				label = "mas-xm-sdc4";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x2>;
+				qcom,connections = <0x1cb>;
+				qcom,bus-dev = <0x1ca>;
+				qcom,ap-owned;
+				qcom,prio = <0x1>;
+				phandle = <0x3c1>;
+			};
+
+			mas-xm-ufs-card {
+				cell-id = <0x7a>;
+				label = "mas-xm-ufs-card";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x3>;
+				qcom,connections = <0x1cb>;
+				qcom,bus-dev = <0x1ca>;
+				qcom,ap-owned;
+				qcom,prio = <0x2>;
+				phandle = <0x3c2>;
+			};
+
+			mas-xm-ufs-mem {
+				cell-id = <0x7b>;
+				label = "mas-xm-ufs-mem";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x4>;
+				qcom,connections = <0x1cb>;
+				qcom,bus-dev = <0x1ca>;
+				qcom,ap-owned;
+				qcom,prio = <0x2>;
+				phandle = <0x3c3>;
+			};
+
+			mas-xm-pcie-0 {
+				cell-id = <0x2d>;
+				label = "mas-xm-pcie-0";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x5>;
+				qcom,connections = <0x1cd>;
+				qcom,bus-dev = <0x1ca>;
+				qcom,ap-owned;
+				qcom,prio = <0x2>;
+				phandle = <0x3c4>;
+			};
+
+			mas-qhm-a2noc-cfg {
+				cell-id = <0x7c>;
+				label = "mas-qhm-a2noc-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x1ce>;
+				qcom,bus-dev = <0x1cf>;
+				phandle = <0x23b>;
+			};
+
+			mas-qhm-qdss-bam {
+				cell-id = <0x35>;
+				label = "mas-qhm-qdss-bam";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x1d0>;
+				qcom,bus-dev = <0x1cf>;
+				phandle = <0x3c5>;
+			};
+
+			mas-qhm-qup2 {
+				cell-id = <0x54>;
+				label = "mas-qhm-qup2";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x1d0>;
+				qcom,bus-dev = <0x1cf>;
+				qcom,bcms = <0x1cc>;
+				phandle = <0x3c6>;
+			};
+
+			mas-qnm-cnoc {
+				cell-id = <0x76>;
+				label = "mas-qnm-cnoc";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x0>;
+				qcom,connections = <0x1d0>;
+				qcom,bus-dev = <0x1cf>;
+				qcom,ap-owned;
+				qcom,prio = <0x1>;
+				phandle = <0x23f>;
+			};
+
+			mas-qxm-crypto {
+				cell-id = <0x7d>;
+				label = "mas-qxm-crypto";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x1>;
+				qcom,connections = <0x1d0>;
+				qcom,bus-dev = <0x1cf>;
+				qcom,bcms = <0x1d1>;
+				qcom,ap-owned;
+				qcom,prio = <0x2>;
+				phandle = <0x3c7>;
+			};
+
+			mas-qxm-ipa {
+				cell-id = <0x5a>;
+				label = "mas-qxm-ipa";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x2>;
+				qcom,connections = <0x1d0>;
+				qcom,bus-dev = <0x1cf>;
+				qcom,ap-owned;
+				qcom,prio = <0x2>;
+				qcom,defer-init-qos;
+				qcom,node-qos-bcms = <0x1b7b 0x0 0x1>;
+				phandle = <0x3c8>;
+			};
+
+			mas-xm-pcie3-1 {
+				cell-id = <0x64>;
+				label = "mas-xm-pcie3-1";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x6>;
+				qcom,connections = <0x1d2>;
+				qcom,bus-dev = <0x1cf>;
+				qcom,ap-owned;
+				qcom,prio = <0x2>;
+				phandle = <0x3c9>;
+			};
+
+			mas-xm-qdss-etr {
+				cell-id = <0x3c>;
+				label = "mas-xm-qdss-etr";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x7>;
+				qcom,connections = <0x1d0>;
+				qcom,bus-dev = <0x1cf>;
+				qcom,ap-owned;
+				qcom,prio = <0x2>;
+				phandle = <0x3ca>;
+			};
+
+			mas-xm-usb3-0 {
+				cell-id = <0x3d>;
+				label = "mas-xm-usb3-0";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0xa>;
+				qcom,connections = <0x1d0>;
+				qcom,bus-dev = <0x1cf>;
+				qcom,ap-owned;
+				qcom,prio = <0x2>;
+				phandle = <0x3cb>;
+
+				qcom,node-qos-clks {
+					clocks = <0x22 0x9>;
+					clock-names = "clk-usb3-prim-axi-no-rate";
+				};
+			};
+
+			mas-xm-usb3-1 {
+				cell-id = <0x65>;
+				label = "mas-xm-usb3-1";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0xb>;
+				qcom,connections = <0x1d0>;
+				qcom,bus-dev = <0x1cf>;
+				qcom,ap-owned;
+				qcom,prio = <0x2>;
+				phandle = <0x3cc>;
+
+				qcom,node-qos-clks {
+					clocks = <0x22 0xa>;
+					clock-names = "clk-usb3-sec-axi-no-rate";
+				};
+			};
+
+			mas-qxm-camnoc-hf0-uncomp {
+				cell-id = <0x92>;
+				label = "mas-qxm-camnoc-hf0-uncomp";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x1d3>;
+				qcom,bus-dev = <0x1d4>;
+				qcom,bcms = <0x1d5>;
+				phandle = <0x3cd>;
+			};
+
+			mas-qxm-camnoc-hf1-uncomp {
+				cell-id = <0x93>;
+				label = "mas-qxm-camnoc-hf1-uncomp";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x1d3>;
+				qcom,bus-dev = <0x1d4>;
+				qcom,bcms = <0x1d5>;
+				phandle = <0x3ce>;
+			};
+
+			mas-qxm-camnoc-sf-uncomp {
+				cell-id = <0x94>;
+				label = "mas-qxm-camnoc-sf-uncomp";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x1d3>;
+				qcom,bus-dev = <0x1d4>;
+				qcom,bcms = <0x1d5>;
+				phandle = <0x3cf>;
+			};
+
+			mas-qhm-spdm {
+				cell-id = <0x24>;
+				label = "mas-qhm-spdm";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x1d6>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x3d0>;
+			};
+
+			mas-qnm-snoc {
+				cell-id = <0x2733>;
+				label = "mas-qnm-snoc";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x1d9 0x1da 0x1db 0x1dc 0x1dd 0x1de 0x1df 0x1e0 0x1e1 0x1e2 0x1e3 0x1e4 0x1e5 0x1e6 0x1e7 0x1e8 0x1e9 0x1ea 0x1eb 0x1ec 0x1ed 0x1ee 0x1ef 0x1f0 0x1f1 0x1f2 0x1f3 0x1f4 0x1f5 0x1f6 0x1f7 0x1f8 0x1f9 0x1fa 0x1fb 0x1fc 0x1fd 0x1fe 0x1ff 0x200 0x201 0x202>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x250>;
+			};
+
+			mas-qhm-cnoc {
+				cell-id = <0x7e>;
+				label = "mas-qhm-cnoc";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x203 0x204>;
+				qcom,bus-dev = <0x205>;
+				phandle = <0x23c>;
+			};
+
+			mas-acm-l3 {
+				cell-id = <0x1>;
+				label = "mas-acm-l3";
+				qcom,buswidth = <0x10>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x206 0x207 0x208>;
+				qcom,bus-dev = <0x209>;
+				phandle = <0x3d1>;
+			};
+
+			mas-pm-gnoc-cfg {
+				cell-id = <0x7f>;
+				label = "mas-pm-gnoc-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x206>;
+				qcom,bus-dev = <0x209>;
+				phandle = <0x3d2>;
+			};
+
+			mas-ipa-core-master {
+				cell-id = <0x8f>;
+				label = "mas-ipa-core-master";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x20a>;
+				qcom,bus-dev = <0x20b>;
+				phandle = <0x3d3>;
+			};
+
+			mas-llcc-mc {
+				cell-id = <0x81>;
+				label = "mas-llcc-mc";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x4>;
+				qcom,connections = <0x20c>;
+				qcom,bus-dev = <0x20d>;
+				phandle = <0x247>;
+			};
+
+			mas-acm-tcu {
+				cell-id = <0x68>;
+				label = "mas-acm-tcu";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x0>;
+				qcom,connections = <0x20e 0x20f 0x210>;
+				qcom,bus-dev = <0x211>;
+				qcom,bcms = <0x212>;
+				qcom,ap-owned;
+				qcom,prio = <0x7>;
+				phandle = <0x3d4>;
+			};
+
+			mas-qhm-memnoc-cfg {
+				cell-id = <0x82>;
+				label = "mas-qhm-memnoc-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x213 0x214>;
+				qcom,bus-dev = <0x211>;
+				phandle = <0x240>;
+			};
+
+			mas-qnm-apps {
+				cell-id = <0x83>;
+				label = "mas-qnm-apps";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x2>;
+				qcom,qport = <0x2 0x3>;
+				qcom,connections = <0x20f>;
+				qcom,bus-dev = <0x211>;
+				qcom,bcms = <0x215>;
+				qcom,ap-owned;
+				qcom,prio = <0x0>;
+				phandle = <0x242>;
+			};
+
+			mas-qnm-mnoc-hf {
+				cell-id = <0x84>;
+				label = "mas-qnm-mnoc-hf";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x2>;
+				qcom,qport = <0x4 0x5>;
+				qcom,connections = <0x20e 0x20f>;
+				qcom,bus-dev = <0x211>;
+				qcom,ap-owned;
+				qcom,prio = <0x0>;
+				qcom,forwarding;
+				qcom,node-qos-bcms = <0x1b64 0x0 0x1>;
+				phandle = <0x24d>;
+			};
+
+			mas-qnm-mnoc-sf {
+				cell-id = <0x85>;
+				label = "mas-qnm-mnoc-sf";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x7>;
+				qcom,connections = <0x20e 0x20f 0x210>;
+				qcom,bus-dev = <0x211>;
+				qcom,ap-owned;
+				qcom,prio = <0x0>;
+				qcom,forwarding;
+				qcom,node-qos-bcms = <0x1b64 0x0 0x1>;
+				phandle = <0x24b>;
+			};
+
+			mas-qnm-snoc-gc {
+				cell-id = <0x86>;
+				label = "mas-qnm-snoc-gc";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x8>;
+				qcom,connections = <0x20f>;
+				qcom,bus-dev = <0x211>;
+				qcom,ap-owned;
+				qcom,prio = <0x0>;
+				qcom,forwarding;
+				phandle = <0x252>;
+			};
+
+			mas-qnm-snoc-sf {
+				cell-id = <0x87>;
+				label = "mas-qnm-snoc-sf";
+				qcom,buswidth = <0x10>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x9>;
+				qcom,connections = <0x20e 0x20f>;
+				qcom,bus-dev = <0x211>;
+				qcom,ap-owned;
+				qcom,prio = <0x0>;
+				qcom,forwarding;
+				phandle = <0x254>;
+			};
+
+			mas-qxm-gpu {
+				cell-id = <0x1a>;
+				label = "mas-qxm-gpu";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x2>;
+				qcom,qport = <0xa 0xb>;
+				qcom,connections = <0x20e 0x20f 0x210>;
+				qcom,bus-dev = <0x211>;
+				qcom,ap-owned;
+				qcom,prio = <0x0>;
+				phandle = <0x3d5>;
+			};
+
+			mas-qhm-mnoc-cfg {
+				cell-id = <0x67>;
+				label = "mas-qhm-mnoc-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x216>;
+				qcom,bus-dev = <0x217>;
+				phandle = <0x23d>;
+			};
+
+			mas-qxm-camnoc-hf0 {
+				cell-id = <0x88>;
+				label = "mas-qxm-camnoc-hf0";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x1>;
+				qcom,connections = <0x218>;
+				qcom,bus-dev = <0x217>;
+				qcom,bcms = <0x1d5>;
+				qcom,ap-owned;
+				qcom,prio = <0x0>;
+				qcom,forwarding;
+				qcom,node-qos-bcms = <0x1b64 0x0 0x1>;
+				phandle = <0x3d6>;
+			};
+
+			mas-qxm-camnoc-hf1 {
+				cell-id = <0x91>;
+				label = "mas-qxm-camnoc-hf1";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x2>;
+				qcom,connections = <0x218>;
+				qcom,bus-dev = <0x217>;
+				qcom,bcms = <0x1d5>;
+				qcom,ap-owned;
+				qcom,prio = <0x0>;
+				qcom,forwarding;
+				qcom,node-qos-bcms = <0x1b64 0x0 0x1>;
+				phandle = <0x3d7>;
+			};
+
+			mas-qxm-camnoc-sf {
+				cell-id = <0x89>;
+				label = "mas-qxm-camnoc-sf";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x0>;
+				qcom,connections = <0x219>;
+				qcom,bus-dev = <0x217>;
+				qcom,bcms = <0x21a>;
+				qcom,ap-owned;
+				qcom,prio = <0x0>;
+				qcom,forwarding;
+				qcom,node-qos-bcms = <0x1b64 0x0 0x1>;
+				phandle = <0x3d8>;
+			};
+
+			mas-qxm-mdp0 {
+				cell-id = <0x16>;
+				label = "mas-qxm-mdp0";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x3>;
+				qcom,connections = <0x218>;
+				qcom,bus-dev = <0x217>;
+				qcom,bcms = <0x1d5>;
+				qcom,ap-owned;
+				qcom,prio = <0x0>;
+				qcom,forwarding;
+				qcom,node-qos-bcms = <0x1b64 0x0 0x1>;
+				phandle = <0x3d9>;
+			};
+
+			mas-qxm-mdp1 {
+				cell-id = <0x17>;
+				label = "mas-qxm-mdp1";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x4>;
+				qcom,connections = <0x218>;
+				qcom,bus-dev = <0x217>;
+				qcom,bcms = <0x1d5>;
+				qcom,ap-owned;
+				qcom,prio = <0x0>;
+				qcom,forwarding;
+				qcom,node-qos-bcms = <0x1b64 0x0 0x1>;
+				phandle = <0x3da>;
+			};
+
+			mas-qxm-rot {
+				cell-id = <0x19>;
+				label = "mas-qxm-rot";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x5>;
+				qcom,connections = <0x219>;
+				qcom,bus-dev = <0x217>;
+				qcom,bcms = <0x21a>;
+				qcom,ap-owned;
+				qcom,prio = <0x0>;
+				qcom,forwarding;
+				qcom,node-qos-bcms = <0x1b64 0x0 0x1>;
+				phandle = <0x3db>;
+			};
+
+			mas-qxm-venus0 {
+				cell-id = <0x3f>;
+				label = "mas-qxm-venus0";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x6>;
+				qcom,connections = <0x219>;
+				qcom,bus-dev = <0x217>;
+				qcom,bcms = <0x21a>;
+				qcom,ap-owned;
+				qcom,prio = <0x0>;
+				qcom,forwarding;
+				qcom,node-qos-bcms = <0x1b64 0x0 0x1>;
+				phandle = <0x3dc>;
+			};
+
+			mas-qxm-venus1 {
+				cell-id = <0x40>;
+				label = "mas-qxm-venus1";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x7>;
+				qcom,connections = <0x219>;
+				qcom,bus-dev = <0x217>;
+				qcom,bcms = <0x21a>;
+				qcom,ap-owned;
+				qcom,prio = <0x0>;
+				qcom,forwarding;
+				qcom,node-qos-bcms = <0x1b64 0x0 0x1>;
+				phandle = <0x3dd>;
+			};
+
+			mas-qxm-venus-arm9 {
+				cell-id = <0x8a>;
+				label = "mas-qxm-venus-arm9";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x8>;
+				qcom,connections = <0x219>;
+				qcom,bus-dev = <0x217>;
+				qcom,bcms = <0x21a>;
+				qcom,ap-owned;
+				qcom,prio = <0x0>;
+				qcom,forwarding;
+				qcom,node-qos-bcms = <0x1b64 0x0 0x1>;
+				phandle = <0x3de>;
+			};
+
+			mas-qhm-snoc-cfg {
+				cell-id = <0x36>;
+				label = "mas-qhm-snoc-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x21b>;
+				qcom,bus-dev = <0x21c>;
+				phandle = <0x23e>;
+			};
+
+			mas-qnm-aggre1-noc {
+				cell-id = <0x274f>;
+				label = "mas-qnm-aggre1-noc";
+				qcom,buswidth = <0x10>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x21d 0x21e 0x21f 0x220 0x221 0x222>;
+				qcom,bus-dev = <0x21c>;
+				qcom,bcms = <0x223>;
+				phandle = <0x237>;
+			};
+
+			mas-qnm-aggre2-noc {
+				cell-id = <0x2750>;
+				label = "mas-qnm-aggre2-noc";
+				qcom,buswidth = <0x10>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x21d 0x21e 0x224 0x21f 0x220 0x221 0x225 0x226 0x222>;
+				qcom,bus-dev = <0x21c>;
+				qcom,bcms = <0x227>;
+				phandle = <0x239>;
+			};
+
+			mas-qnm-gladiator-sodv {
+				cell-id = <0x8b>;
+				label = "mas-qnm-gladiator-sodv";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x21d 0x224 0x21f 0x220 0x221 0x225 0x226 0x222>;
+				qcom,bus-dev = <0x21c>;
+				qcom,bcms = <0x228>;
+				phandle = <0x241>;
+			};
+
+			mas-qnm-memnoc {
+				cell-id = <0x8e>;
+				label = "mas-qnm-memnoc";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x21f 0x220 0x21d 0x221 0x222>;
+				qcom,bus-dev = <0x21c>;
+				qcom,bcms = <0x229>;
+				phandle = <0x249>;
+			};
+
+			mas-qnm-pcie-anoc {
+				cell-id = <0x8c>;
+				label = "mas-qnm-pcie-anoc";
+				qcom,buswidth = <0x10>;
+				qcom,agg-ports = <0x1>;
+				qcom,connections = <0x21f 0x220 0x221 0x21e 0x222>;
+				qcom,bus-dev = <0x21c>;
+				qcom,bcms = <0x22a>;
+				phandle = <0x238>;
+			};
+
+			mas-qxm-pimem {
+				cell-id = <0x8d>;
+				label = "mas-qxm-pimem";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x3>;
+				qcom,connections = <0x21f 0x22b>;
+				qcom,bus-dev = <0x21c>;
+				qcom,bcms = <0x22c>;
+				qcom,ap-owned;
+				qcom,prio = <0x2>;
+				phandle = <0x3df>;
+			};
+
+			mas-xm-gic {
+				cell-id = <0x95>;
+				label = "mas-xm-gic";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x0>;
+				qcom,connections = <0x21f 0x22b>;
+				qcom,bus-dev = <0x21c>;
+				qcom,bcms = <0x228>;
+				qcom,ap-owned;
+				qcom,prio = <0x1>;
+				phandle = <0x3e0>;
+			};
+
+			mas-alc {
+				cell-id = <0x90>;
+				label = "mas-alc";
+				qcom,buswidth = <0x1>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x20d>;
+				qcom,bcms = <0x22d>;
+				phandle = <0x3e1>;
+			};
+
+			mas-llcc-mc_display {
+				cell-id = <0x4e20>;
+				label = "mas-llcc-mc_display";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x4>;
+				qcom,connections = <0x22e>;
+				qcom,bus-dev = <0x22f>;
+				phandle = <0x25b>;
+			};
+
+			mas-qnm-mnoc-hf_display {
+				cell-id = <0x4e21>;
+				label = "mas-qnm-mnoc-hf_display";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x2>;
+				qcom,qport = <0x4 0x5>;
+				qcom,connections = <0x230>;
+				qcom,bus-dev = <0x231>;
+				phandle = <0x25f>;
+			};
+
+			mas-qnm-mnoc-sf_display {
+				cell-id = <0x4e22>;
+				label = "mas-qnm-mnoc-sf_display";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x7>;
+				qcom,connections = <0x230>;
+				qcom,bus-dev = <0x231>;
+				phandle = <0x25d>;
+			};
+
+			mas-qxm-mdp0_display {
+				cell-id = <0x4e23>;
+				label = "mas-qxm-mdp0_display";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x3>;
+				qcom,connections = <0x232>;
+				qcom,bus-dev = <0x233>;
+				qcom,bcms = <0x234>;
+				phandle = <0x3e2>;
+			};
+
+			mas-qxm-mdp1_display {
+				cell-id = <0x4e24>;
+				label = "mas-qxm-mdp1_display";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x4>;
+				qcom,connections = <0x232>;
+				qcom,bus-dev = <0x233>;
+				qcom,bcms = <0x234>;
+				phandle = <0x3e3>;
+			};
+
+			mas-qxm-rot_display {
+				cell-id = <0x4e25>;
+				label = "mas-qxm-rot_display";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x1>;
+				qcom,qport = <0x5>;
+				qcom,connections = <0x235>;
+				qcom,bus-dev = <0x233>;
+				qcom,bcms = <0x236>;
+				phandle = <0x3e4>;
+			};
+
+			slv-qns-a1noc-snoc {
+				cell-id = <0x274e>;
+				label = "slv-qns-a1noc-snoc";
+				qcom,buswidth = <0x10>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1ca>;
+				qcom,connections = <0x237>;
+				phandle = <0x1cb>;
+			};
+
+			slv-srvc-aggre1-noc {
+				cell-id = <0x2e8>;
+				label = "slv-srvc-aggre1-noc";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1ca>;
+				qcom,bcms = <0x223>;
+				phandle = <0x1c9>;
+			};
+
+			slv-qns-pcie-a1noc-snoc {
+				cell-id = <0x2754>;
+				label = "slv-qns-pcie-a1noc-snoc";
+				qcom,buswidth = <0x10>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1ca>;
+				qcom,connections = <0x238>;
+				phandle = <0x1cd>;
+			};
+
+			slv-qns-a2noc-snoc {
+				cell-id = <0x2751>;
+				label = "slv-qns-a2noc-snoc";
+				qcom,buswidth = <0x10>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1cf>;
+				qcom,connections = <0x239>;
+				phandle = <0x1d0>;
+			};
+
+			slv-qns-pcie-snoc {
+				cell-id = <0x2e9>;
+				label = "slv-qns-pcie-snoc";
+				qcom,buswidth = <0x10>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1cf>;
+				qcom,connections = <0x238>;
+				phandle = <0x1d2>;
+			};
+
+			slv-srvc-aggre2-noc {
+				cell-id = <0x2ea>;
+				label = "slv-srvc-aggre2-noc";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1cf>;
+				qcom,bcms = <0x227>;
+				phandle = <0x1ce>;
+			};
+
+			slv-qns-camnoc-uncomp {
+				cell-id = <0x30a>;
+				label = "slv-qns-camnoc-uncomp";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d4>;
+				phandle = <0x1d3>;
+			};
+
+			slv-qhs-a1-noc-cfg {
+				cell-id = <0x2af>;
+				label = "slv-qhs-a1-noc-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,connections = <0x23a>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1f8>;
+			};
+
+			slv-qhs-a2-noc-cfg {
+				cell-id = <0x2b0>;
+				label = "slv-qhs-a2-noc-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,connections = <0x23b>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1e3>;
+			};
+
+			slv-qhs-aop {
+				cell-id = <0x2eb>;
+				label = "slv-qhs-aop";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1f0>;
+			};
+
+			slv-qhs-aoss {
+				cell-id = <0x2ec>;
+				label = "slv-qhs-aoss";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1f9>;
+			};
+
+			slv-qhs-camera-cfg {
+				cell-id = <0x24d>;
+				label = "slv-qhs-camera-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1db>;
+			};
+
+			slv-qhs-clk-ctl {
+				cell-id = <0x26c>;
+				label = "slv-qhs-clk-ctl";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x201>;
+			};
+
+			slv-qhs-compute-dsp-cfg {
+				cell-id = <0x2ed>;
+				label = "slv-qhs-compute-dsp-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1ef>;
+			};
+
+			slv-qhs-cpr-cx {
+				cell-id = <0x28b>;
+				label = "slv-qhs-cpr-cx";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1f7>;
+			};
+
+			slv-qhs-crypto0-cfg {
+				cell-id = <0x271>;
+				label = "slv-qhs-crypto0-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1fe>;
+			};
+
+			slv-qhs-dcc-cfg {
+				cell-id = <0x2aa>;
+				label = "slv-qhs-dcc-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,connections = <0x23c>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1e7>;
+			};
+
+			slv-qhs-ddrss-cfg {
+				cell-id = <0x2ee>;
+				label = "slv-qhs-ddrss-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1e8>;
+			};
+
+			slv-qhs-display-cfg {
+				cell-id = <0x24e>;
+				label = "slv-qhs-display-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1e5>;
+			};
+
+			slv-qhs-glm {
+				cell-id = <0x2d6>;
+				label = "slv-qhs-glm";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1e1>;
+			};
+
+			slv-qhs-gpuss-cfg {
+				cell-id = <0x256>;
+				label = "slv-qhs-gpuss-cfg";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1ec>;
+			};
+
+			slv-qhs-imem-cfg {
+				cell-id = <0x273>;
+				label = "slv-qhs-imem-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x202>;
+			};
+
+			slv-qhs-ipa {
+				cell-id = <0x2a4>;
+				label = "slv-qhs-ipa";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1f6>;
+			};
+
+			slv-qhs-mnoc-cfg {
+				cell-id = <0x280>;
+				label = "slv-qhs-mnoc-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,connections = <0x23d>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1de>;
+			};
+
+			slv-qhs-pcie0-cfg {
+				cell-id = <0x29b>;
+				label = "slv-qhs-pcie0-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1eb>;
+			};
+
+			slv-qhs-pcie-gen3-cfg {
+				cell-id = <0x29c>;
+				label = "slv-qhs-pcie-gen3-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1ea>;
+			};
+
+			slv-qhs-pdm {
+				cell-id = <0x267>;
+				label = "slv-qhs-pdm";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1e2>;
+			};
+
+			slv-qhs-phy-refgen-south {
+				cell-id = <0x2f0>;
+				label = "slv-qhs-phy-refgen-south";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1e9>;
+			};
+
+			slv-qhs-pimem-cfg {
+				cell-id = <0x2a9>;
+				label = "slv-qhs-pimem-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1ff>;
+			};
+
+			slv-qhs-prng {
+				cell-id = <0x26a>;
+				label = "slv-qhs-prng";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1fa>;
+			};
+
+			slv-qhs-qdss-cfg {
+				cell-id = <0x27b>;
+				label = "slv-qhs-qdss-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1e4>;
+			};
+
+			slv-qhs-qupv3-north {
+				cell-id = <0x263>;
+				label = "slv-qhs-qupv3-north";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1f1>;
+			};
+
+			slv-qhs-qupv3-south {
+				cell-id = <0x265>;
+				label = "slv-qhs-qupv3-south";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1fc>;
+			};
+
+			slv-qhs-sdc2 {
+				cell-id = <0x260>;
+				label = "slv-qhs-sdc2";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1dd>;
+			};
+
+			slv-qhs-sdc4 {
+				cell-id = <0x261>;
+				label = "slv-qhs-sdc4";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1dc>;
+			};
+
+			slv-qhs-snoc-cfg {
+				cell-id = <0x282>;
+				label = "slv-qhs-snoc-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,connections = <0x23e>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1e0>;
+			};
+
+			slv-qhs-spdm {
+				cell-id = <0x279>;
+				label = "slv-qhs-spdm";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1fd>;
+			};
+
+			slv-qhs-spss-cfg {
+				cell-id = <0x2f1>;
+				label = "slv-qhs-spss-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1da>;
+			};
+
+			slv-qhs-tcsr {
+				cell-id = <0x26f>;
+				label = "slv-qhs-tcsr";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1e6>;
+			};
+
+			slv-qhs-tlmm-north {
+				cell-id = <0x2db>;
+				label = "slv-qhs-tlmm-north";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x200>;
+			};
+
+			slv-qhs-tlmm-south {
+				cell-id = <0x2f3>;
+				label = "slv-qhs-tlmm-south";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1d9>;
+			};
+
+			slv-qhs-tsif {
+				cell-id = <0x23f>;
+				label = "slv-qhs-tsif";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1ee>;
+			};
+
+			slv-qhs-ufs-card-cfg {
+				cell-id = <0x2f4>;
+				label = "slv-qhs-ufs-card-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1f4>;
+			};
+
+			slv-qhs-ufs-mem-cfg {
+				cell-id = <0x2f5>;
+				label = "slv-qhs-ufs-mem-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1df>;
+			};
+
+			slv-qhs-usb3-0 {
+				cell-id = <0x247>;
+				label = "slv-qhs-usb3-0";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1f2>;
+			};
+
+			slv-qhs-usb3-1 {
+				cell-id = <0x2ef>;
+				label = "slv-qhs-usb3-1";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1f5>;
+			};
+
+			slv-qhs-venus-cfg {
+				cell-id = <0x254>;
+				label = "slv-qhs-venus-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1ed>;
+			};
+
+			slv-qhs-vsense-ctrl-cfg {
+				cell-id = <0x2f6>;
+				label = "slv-qhs-vsense-ctrl-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1fb>;
+			};
+
+			slv-qns-cnoc-a2noc {
+				cell-id = <0x2d5>;
+				label = "slv-qns-cnoc-a2noc";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,connections = <0x23f>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1d6>;
+			};
+
+			slv-srvc-cnoc {
+				cell-id = <0x286>;
+				label = "slv-srvc-cnoc";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x1d7>;
+				qcom,bcms = <0x1d8>;
+				phandle = <0x1f3>;
+			};
+
+			slv-qhs-llcc {
+				cell-id = <0x2f8>;
+				label = "slv-qhs-llcc";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x205>;
+				phandle = <0x204>;
+			};
+
+			slv-qhs-memnoc {
+				cell-id = <0x2f9>;
+				label = "slv-qhs-memnoc";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x205>;
+				qcom,connections = <0x240>;
+				phandle = <0x203>;
+			};
+
+			slv-qns-gladiator-sodv {
+				cell-id = <0x2d8>;
+				label = "slv-qns-gladiator-sodv";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x209>;
+				qcom,connections = <0x241>;
+				phandle = <0x207>;
+			};
+
+			slv-qns-gnoc-memnoc {
+				cell-id = <0x2fb>;
+				label = "slv-qns-gnoc-memnoc";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x2>;
+				qcom,bus-dev = <0x209>;
+				qcom,connections = <0x242>;
+				phandle = <0x208>;
+			};
+
+			slv-srvc-gnoc {
+				cell-id = <0x2fc>;
+				label = "slv-srvc-gnoc";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x209>;
+				phandle = <0x206>;
+			};
+
+			slv-ipa-core-slave {
+				cell-id = <0x309>;
+				label = "slv-ipa-core-slave";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x20b>;
+				qcom,bcms = <0x243>;
+				phandle = <0x20a>;
+			};
+
+			slv-ebi {
+				cell-id = <0x200>;
+				label = "slv-ebi";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x4>;
+				qcom,bus-dev = <0x20d>;
+				qcom,bcms = <0x244 0x245>;
+				phandle = <0x20c>;
+			};
+
+			slv-qhs-mdsp-ms-mpu-cfg {
+				cell-id = <0x2fd>;
+				label = "slv-qhs-mdsp-ms-mpu-cfg";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x211>;
+				phandle = <0x214>;
+			};
+
+			slv-qns-apps-io {
+				cell-id = <0x2fe>;
+				label = "slv-qns-apps-io";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x211>;
+				qcom,bcms = <0x246>;
+				phandle = <0x20e>;
+			};
+
+			slv-qns-llcc {
+				cell-id = <0x302>;
+				label = "slv-qns-llcc";
+				qcom,buswidth = <0x10>;
+				qcom,agg-ports = <0x4>;
+				qcom,bus-dev = <0x211>;
+				qcom,connections = <0x247>;
+				qcom,bcms = <0x248>;
+				phandle = <0x20f>;
+			};
+
+			slv-qns-memnoc-snoc {
+				cell-id = <0x308>;
+				label = "slv-qns-memnoc-snoc";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x211>;
+				qcom,connections = <0x249>;
+				qcom,bcms = <0x24a>;
+				phandle = <0x210>;
+			};
+
+			slv-srvc-memnoc {
+				cell-id = <0x303>;
+				label = "slv-srvc-memnoc";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x211>;
+				phandle = <0x213>;
+			};
+
+			slv-qns2-mem-noc {
+				cell-id = <0x304>;
+				label = "slv-qns2-mem-noc";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x217>;
+				qcom,connections = <0x24b>;
+				qcom,bcms = <0x24c>;
+				phandle = <0x219>;
+			};
+
+			slv-qns-mem-noc-hf {
+				cell-id = <0x305>;
+				label = "slv-qns-mem-noc-hf";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x2>;
+				qcom,bus-dev = <0x217>;
+				qcom,connections = <0x24d>;
+				qcom,bcms = <0x24e>;
+				phandle = <0x218>;
+			};
+
+			slv-srvc-mnoc {
+				cell-id = <0x25b>;
+				label = "slv-srvc-mnoc";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x217>;
+				phandle = <0x216>;
+			};
+
+			slv-qhs-apss {
+				cell-id = <0x2a1>;
+				label = "slv-qhs-apss";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x21c>;
+				qcom,bcms = <0x24f>;
+				phandle = <0x220>;
+			};
+
+			slv-qns-cnoc {
+				cell-id = <0x2734>;
+				label = "slv-qns-cnoc";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x21c>;
+				qcom,connections = <0x250>;
+				qcom,bcms = <0x251>;
+				phandle = <0x221>;
+			};
+
+			slv-qns-memnoc-gc {
+				cell-id = <0x306>;
+				label = "slv-qns-memnoc-gc";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x21c>;
+				qcom,connections = <0x252>;
+				qcom,bcms = <0x253>;
+				phandle = <0x22b>;
+			};
+
+			slv-qns-memnoc-sf {
+				cell-id = <0x307>;
+				label = "slv-qns-memnoc-sf";
+				qcom,buswidth = <0x10>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x21c>;
+				qcom,connections = <0x254>;
+				qcom,bcms = <0x255>;
+				phandle = <0x21e>;
+			};
+
+			slv-qxs-imem {
+				cell-id = <0x249>;
+				label = "slv-qxs-imem";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x21c>;
+				qcom,bcms = <0x256>;
+				phandle = <0x21f>;
+			};
+
+			slv-qxs-pcie {
+				cell-id = <0x299>;
+				label = "slv-qxs-pcie";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x21c>;
+				qcom,bcms = <0x257>;
+				phandle = <0x225>;
+			};
+
+			slv-qxs-pcie-gen3 {
+				cell-id = <0x29a>;
+				label = "slv-qxs-pcie-gen3";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x21c>;
+				qcom,bcms = <0x258>;
+				phandle = <0x224>;
+			};
+
+			slv-qxs-pimem {
+				cell-id = <0x2c8>;
+				label = "slv-qxs-pimem";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x21c>;
+				phandle = <0x21d>;
+			};
+
+			slv-srvc-snoc {
+				cell-id = <0x24b>;
+				label = "slv-srvc-snoc";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x21c>;
+				qcom,bcms = <0x24f>;
+				phandle = <0x21b>;
+			};
+
+			slv-xs-qdss-stm {
+				cell-id = <0x24c>;
+				label = "slv-xs-qdss-stm";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x21c>;
+				qcom,bcms = <0x259>;
+				phandle = <0x222>;
+			};
+
+			slv-xs-sys-tcu-cfg {
+				cell-id = <0x2a0>;
+				label = "slv-xs-sys-tcu-cfg";
+				qcom,buswidth = <0x8>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x21c>;
+				qcom,bcms = <0x24f>;
+				phandle = <0x226>;
+			};
+
+			slv-ebi_display {
+				cell-id = <0x5020>;
+				label = "slv-ebi_display";
+				qcom,buswidth = <0x4>;
+				qcom,agg-ports = <0x4>;
+				qcom,bus-dev = <0x22f>;
+				qcom,bcms = <0x25a>;
+				phandle = <0x22e>;
+			};
+
+			slv-qns-llcc_display {
+				cell-id = <0x5021>;
+				label = "slv-qns-llcc_display";
+				qcom,buswidth = <0x10>;
+				qcom,agg-ports = <0x4>;
+				qcom,bus-dev = <0x231>;
+				qcom,connections = <0x25b>;
+				qcom,bcms = <0x25c>;
+				phandle = <0x230>;
+			};
+
+			slv-qns2-mem-noc_display {
+				cell-id = <0x5022>;
+				label = "slv-qns2-mem-noc_display";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x1>;
+				qcom,bus-dev = <0x233>;
+				qcom,connections = <0x25d>;
+				qcom,bcms = <0x25e>;
+				phandle = <0x235>;
+			};
+
+			slv-qns-mem-noc-hf_display {
+				cell-id = <0x5023>;
+				label = "slv-qns-mem-noc-hf_display";
+				qcom,buswidth = <0x20>;
+				qcom,agg-ports = <0x2>;
+				qcom,bus-dev = <0x233>;
+				qcom,connections = <0x25f>;
+				qcom,bcms = <0x260>;
+				phandle = <0x232>;
+			};
+		};
+
+		qcom,vidc@aa00000 {
+			compatible = "qcom,msm-vidc", "qcom,sdm845-vidc";
+			status = "ok";
+			reg = <0xaa00000 0x200000>;
+			interrupts = <0x0 0xae 0x4>;
+			cache-slice-names = "vidsc0", "vidsc1";
+			cache-slices = <0x2d 0x2 0x2d 0x3>;
+			venus-supply = <0xc1>;
+			venus-core0-supply = <0x261>;
+			venus-core1-supply = <0x262>;
+			clock-names = "core_clk", "iface_clk", "bus_clk", "core0_clk", "core0_bus_clk", "core1_clk", "core1_bus_clk";
+			clocks = <0xa5 0xb 0xa5 0x8 0xa5 0xa 0xa5 0x5 0xa5 0x4 0xa5 0x7 0xa5 0x6>;
+			qcom,proxy-clock-names = "core_clk", "iface_clk", "bus_clk", "core0_clk", "core0_bus_clk", "core1_clk", "core1_bus_clk";
+			qcom,clock-configs = <0x1 0x0 0x0 0x1 0x0 0x1 0x0>;
+			qcom,allowed-clock-rates = <0x5f5e100 0xbebc200 0x13ab6680 0x18148d00 0x1a76e700 0x1fc4ef40>;
+			phandle = <0x3e5>;
+
+			bus_cnoc {
+				compatible = "qcom,msm-vidc,bus";
+				label = "cnoc";
+				qcom,bus-master = <0x1>;
+				qcom,bus-slave = <0x254>;
+				qcom,bus-governor = "performance";
+				qcom,bus-range-kbps = <0x3e8 0x3e8>;
+			};
+
+			venus_bus_ddr {
+				compatible = "qcom,msm-vidc,bus";
+				label = "venus-ddr";
+				qcom,bus-master = <0x81>;
+				qcom,bus-slave = <0x200>;
+				qcom,bus-governor = "msm-vidc-ddr";
+				qcom,bus-range-kbps = <0x3e8 0x33b260>;
+			};
+
+			arm9_bus_ddr {
+				compatible = "qcom,msm-vidc,bus";
+				label = "venus-arm9-ddr";
+				qcom,bus-master = <0x3f>;
+				qcom,bus-slave = <0x200>;
+				qcom,bus-governor = "performance";
+				qcom,bus-range-kbps = <0x3e8 0x3e8>;
+			};
+
+			venus_bus_llcc {
+				compatible = "qcom,msm-vidc,bus";
+				label = "venus-llcc";
+				qcom,bus-master = <0x3f>;
+				qcom,bus-slave = <0x302>;
+				qcom,bus-governor = "msm-vidc-llcc";
+				qcom,bus-range-kbps = <0x4268 0x33b260>;
+			};
+
+			non_secure_cb {
+				compatible = "qcom,msm-vidc,context-bank";
+				label = "venus_ns";
+				iommus = <0x29 0x10a0 0x8 0x29 0x10b0 0x0>;
+				buffer-types = <0xfff>;
+				virtual-addr-pool = <0x70800000 0x6f800000>;
+			};
+
+			secure_bitstream_cb {
+				compatible = "qcom,msm-vidc,context-bank";
+				label = "venus_sec_bitstream";
+				iommus = <0x29 0x10a1 0x8 0x29 0x10a5 0x8>;
+				buffer-types = <0x241>;
+				virtual-addr-pool = <0x4b000000 0x25800000>;
+				qcom,secure-context-bank;
+			};
+
+			secure_pixel_cb {
+				compatible = "qcom,msm-vidc,context-bank";
+				label = "venus_sec_pixel";
+				iommus = <0x29 0x10a3 0x8>;
+				buffer-types = <0x106>;
+				virtual-addr-pool = <0x25800000 0x25800000>;
+				qcom,secure-context-bank;
+			};
+
+			secure_non_pixel_cb {
+				compatible = "qcom,msm-vidc,context-bank";
+				label = "venus_sec_non_pixel";
+				iommus = <0x29 0x10a4 0x8 0x29 0x10b4 0x0>;
+				buffer-types = <0x480>;
+				virtual-addr-pool = <0x1000000 0x24800000>;
+				qcom,secure-context-bank;
+			};
+		};
+
+		qcom,lpm-levels {
+			compatible = "qcom,lpm-levels";
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+
+			qcom,pm-cluster@0 {
+				reg = <0x0>;
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+				label = "L3";
+				qcom,clstr-tmr-add = <0x3e8>;
+				qcom,psci-mode-shift = <0x4>;
+				qcom,psci-mode-mask = <0xfff>;
+
+				qcom,pm-cluster-level@0 {
+					reg = <0x0>;
+					label = "l3-wfi";
+					qcom,psci-mode = <0x1>;
+					qcom,latency-us = <0x33>;
+					qcom,ss-power = <0x1c4>;
+					qcom,energy-overhead = <0x10eeb>;
+					qcom,time-overhead = <0x63>;
+				};
+
+				qcom,pm-cluster-level@1 {
+					reg = <0x1>;
+					label = "llcc-off";
+					qcom,psci-mode = <0xc24>;
+					qcom,latency-us = <0x19a2>;
+					qcom,ss-power = <0x6c>;
+					qcom,energy-overhead = <0x3d0900>;
+					qcom,time-overhead = <0x1388>;
+					qcom,min-child-idx = <0x2>;
+					qcom,is-reset;
+					qcom,notify-rpm;
+				};
+
+				qcom,pm-cpu@0 {
+					#address-cells = <0x1>;
+					#size-cells = <0x0>;
+					qcom,psci-mode-shift = <0x0>;
+					qcom,psci-mode-mask = <0xf>;
+					qcom,ref-stddev = <0x1f4>;
+					qcom,tmr-add = <0x3e8>;
+					qcom,ref-premature-cnt = <0x1>;
+					qcom,cpu = <0x11 0x12 0x13 0x14>;
+
+					qcom,pm-cpu-level@0 {
+						reg = <0x0>;
+						label = "wfi";
+						qcom,psci-cpu-mode = <0x1>;
+						qcom,latency-us = <0x2b>;
+						qcom,ss-power = <0x96>;
+						qcom,energy-overhead = <0x2710>;
+						qcom,time-overhead = <0x64>;
+					};
+
+					qcom,pm-cpu-level@1 {
+						reg = <0x1>;
+						label = "pc";
+						qcom,psci-cpu-mode = <0x3>;
+						qcom,latency-us = <0x1cd>;
+						qcom,ss-power = <0x64>;
+						qcom,energy-overhead = <0x61a80>;
+						qcom,time-overhead = <0x1f4>;
+						qcom,is-reset;
+						qcom,use-broadcast-timer;
+					};
+
+					qcom,pm-cpu-level@2 {
+						reg = <0x2>;
+						label = "rail-pc";
+						qcom,psci-cpu-mode = <0x4>;
+						qcom,latency-us = <0x213>;
+						qcom,ss-power = <0x49>;
+						qcom,energy-overhead = <0x7a120>;
+						qcom,time-overhead = <0x258>;
+						qcom,is-reset;
+						qcom,use-broadcast-timer;
+					};
+				};
+
+				qcom,pm-cpu@1 {
+					#address-cells = <0x1>;
+					#size-cells = <0x0>;
+					qcom,psci-mode-shift = <0x0>;
+					qcom,psci-mode-mask = <0xf>;
+					qcom,ref-stddev = <0x64>;
+					qcom,tmr-add = <0x64>;
+					qcom,ref-premature-cnt = <0x3>;
+					qcom,cpu = <0x15 0x16 0x17 0x18>;
+
+					qcom,pm-cpu-level@0 {
+						reg = <0x0>;
+						label = "wfi";
+						qcom,psci-cpu-mode = <0x1>;
+						qcom,latency-us = <0x2b>;
+						qcom,ss-power = <0x1c6>;
+						qcom,energy-overhead = <0x96ef>;
+						qcom,time-overhead = <0x53>;
+					};
+
+					qcom,pm-cpu-level@1 {
+						reg = <0x1>;
+						label = "pc";
+						qcom,psci-cpu-mode = <0x3>;
+						qcom,latency-us = <0x26d>;
+						qcom,ss-power = <0x1b4>;
+						qcom,energy-overhead = <0x661b1>;
+						qcom,time-overhead = <0x375>;
+						qcom,is-reset;
+						qcom,use-broadcast-timer;
+					};
+
+					qcom,pm-cpu-level@2 {
+						reg = <0x2>;
+						label = "rail-pc";
+						qcom,psci-cpu-mode = <0x4>;
+						qcom,latency-us = <0x425>;
+						qcom,ss-power = <0x190>;
+						qcom,energy-overhead = <0x688c1>;
+						qcom,time-overhead = <0x3e8>;
+						qcom,is-reset;
+						qcom,use-broadcast-timer;
+					};
+				};
+			};
+		};
+
+		qcom,rpm-stats@c300000 {
+			compatible = "qcom,rpm-stats";
+			reg = <0xc300000 0x1000 0xc3f0004 0x4>;
+			reg-names = "phys_addr_base", "offset_addr";
+		};
+
+		qcom,rpmh-master-stats@b221200 {
+			compatible = "qcom,rpmh-master-stats-v1";
+			reg = <0xb221200 0x60>;
+			qcom,use-alt-unit = <0x3>;
+		};
+
+		pinctrl@03400000 {
+			compatible = "qcom,sdm845-pinctrl-v2";
+			reg = <0x3400000 0xc00000 0x179900f0 0x60>;
+			reg-names = "pinctrl_regs", "spi_cfg_regs";
+			interrupts = <0x0 0xd0 0x0>;
+			gpio-controller;
+			#gpio-cells = <0x2>;
+			interrupt-controller;
+			#interrupt-cells = <0x2>;
+			interrupt-parent = <0x1>;
+			phandle = <0x34>;
+
+			ufs_dev_reset_assert {
+				phandle = <0xac>;
+
+				config {
+					pins = "ufs_reset";
+					bias-pull-down;
+					drive-strength = <0x8>;
+					output-low;
+				};
+			};
+
+			ufs_dev_reset_deassert {
+				phandle = <0xad>;
+
+				config {
+					pins = "ufs_reset";
+					bias-pull-down;
+					drive-strength = <0x8>;
+					output-high;
+				};
+			};
+
+			flash_led3_front {
+
+				flash_led3_front_en {
+					phandle = <0x3e6>;
+
+					mux {
+						pins = "gpio21";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio21";
+						drive_strength = <0x2>;
+						output-high;
+						bias-disable;
+					};
+				};
+
+				flash_led3_front_dis {
+					phandle = <0x3e7>;
+
+					mux {
+						pins = "gpio21";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio21";
+						drive_strength = <0x2>;
+						output-low;
+						bias-disable;
+					};
+				};
+			};
+
+			flash_led3_iris {
+
+				flash_led3_iris_en {
+					phandle = <0x3e8>;
+
+					mux {
+						pins = "gpio23";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio23";
+						drive_strength = <0x2>;
+						output-high;
+						bias-disable;
+					};
+				};
+
+				flash_led3_iris_dis {
+					phandle = <0x3e9>;
+
+					mux {
+						pins = "gpio23";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio23";
+						drive_strength = <0x2>;
+						output-low;
+						bias-disable;
+					};
+				};
+			};
+
+			wcd9xxx_intr {
+
+				wcd_intr_default {
+					phandle = <0x3ea>;
+
+					mux {
+						pins = "gpio54";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio54";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+			};
+
+			storage_cd {
+				phandle = <0x3eb>;
+
+				mux {
+					pins = "gpio126";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio126";
+					bias-pull-up;
+					drive-strength = <0x2>;
+				};
+			};
+
+			sdc2_clk_on {
+				phandle = <0x3ec>;
+
+				config {
+					pins = "sdc2_clk";
+					bias-disable;
+					drive-strength = <0x10>;
+				};
+			};
+
+			sdc2_clk_off {
+				phandle = <0x3ed>;
+
+				config {
+					pins = "sdc2_clk";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			sdc2_clk_ds_400KHz {
+				phandle = <0x3ee>;
+
+				config {
+					pins = "sdc2_clk";
+					bias-disable;
+					drive-strength = <0x10>;
+				};
+			};
+
+			sdc2_clk_ds_50MHz {
+				phandle = <0x3ef>;
+
+				config {
+					pins = "sdc2_clk";
+					bias-disable;
+					drive-strength = <0x10>;
+				};
+			};
+
+			sdc2_clk_ds_100MHz {
+				phandle = <0x3f0>;
+
+				config {
+					pins = "sdc2_clk";
+					bias-disable;
+					drive-strength = <0x10>;
+				};
+			};
+
+			sdc2_clk_ds_200MHz {
+				phandle = <0x3f1>;
+
+				config {
+					pins = "sdc2_clk";
+					bias-disable;
+					drive-strength = <0x10>;
+				};
+			};
+
+			sdc2_cmd_on {
+				phandle = <0x3f2>;
+
+				config {
+					pins = "sdc2_cmd";
+					bias-pull-up;
+					drive-strength = <0xa>;
+				};
+			};
+
+			sdc2_cmd_off {
+				phandle = <0x3f3>;
+
+				config {
+					pins = "sdc2_cmd";
+					bias-pull-up;
+					drive-strength = <0x2>;
+				};
+			};
+
+			sdc2_cmd_ds_400KHz {
+				phandle = <0x3f4>;
+
+				config {
+					pins = "sdc2_cmd";
+					bias-pull-up;
+					drive-strength = <0xa>;
+				};
+			};
+
+			sdc2_cmd_ds_50MHz {
+				phandle = <0x3f5>;
+
+				config {
+					pins = "sdc2_cmd";
+					bias-pull-up;
+					drive-strength = <0xa>;
+				};
+			};
+
+			sdc2_cmd_ds_100MHz {
+				phandle = <0x3f6>;
+
+				config {
+					pins = "sdc2_cmd";
+					bias-pull-up;
+					drive-strength = <0xa>;
+				};
+			};
+
+			sdc2_cmd_ds_200MHz {
+				phandle = <0x3f7>;
+
+				config {
+					pins = "sdc2_cmd";
+					bias-pull-up;
+					drive-strength = <0xa>;
+				};
+			};
+
+			sdc2_data_on {
+				phandle = <0x3f8>;
+
+				config {
+					pins = "sdc2_data";
+					bias-pull-up;
+					drive-strength = <0xa>;
+				};
+			};
+
+			sdc2_data_off {
+				phandle = <0x3f9>;
+
+				config {
+					pins = "sdc2_data";
+					bias-pull-up;
+					drive-strength = <0x2>;
+				};
+			};
+
+			sdc2_data_ds_400KHz {
+				phandle = <0x3fa>;
+
+				config {
+					pins = "sdc2_data";
+					bias-pull-up;
+					drive-strength = <0xa>;
+				};
+			};
+
+			sdc2_data_ds_50MHz {
+				phandle = <0x3fb>;
+
+				config {
+					pins = "sdc2_data";
+					bias-pull-up;
+					drive-strength = <0xa>;
+				};
+			};
+
+			sdc2_data_ds_100MHz {
+				phandle = <0x3fc>;
+
+				config {
+					pins = "sdc2_data";
+					bias-pull-up;
+					drive-strength = <0xa>;
+				};
+			};
+
+			sdc2_data_ds_200MHz {
+				phandle = <0x3fd>;
+
+				config {
+					pins = "sdc2_data";
+					bias-pull-up;
+					drive-strength = <0xa>;
+				};
+			};
+
+			pcie0 {
+
+				pcie0_clkreq_default {
+					phandle = <0x263>;
+
+					mux {
+						pins = "gpio36";
+						function = "pci_e0";
+					};
+
+					config {
+						pins = "gpio36";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+
+				pcie0_perst_default {
+					phandle = <0x264>;
+
+					mux {
+						pins = "gpio35";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio35";
+						drive-strength = <0x2>;
+						bias-pull-down;
+					};
+				};
+
+				pcie0_wake_default {
+					phandle = <0x265>;
+
+					mux {
+						pins = "gpio37";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio37";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+
+				pcie0_3v3_on {
+					phandle = <0x3fe>;
+
+					mux {
+						pins = "gpio90";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio90";
+						drive_strength = <0x2>;
+						bias-disable;
+						output-high;
+					};
+				};
+
+				pcie0_1v5_on {
+					phandle = <0x3ff>;
+
+					mux {
+						pins = "gpio90";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio90";
+						drive_strength = <0x2>;
+						bias-disable;
+						output-high;
+					};
+				};
+			};
+
+			pcie1 {
+
+				pcie1_clkreq_default {
+					phandle = <0x268>;
+
+					mux {
+						pins = "gpio103";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio103";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+
+				pcie1_perst_default {
+					phandle = <0x269>;
+
+					mux {
+						pins = "gpio102";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio102";
+						drive-strength = <0x2>;
+						bias-pull-down;
+					};
+				};
+
+				pcie1_wake_default {
+					phandle = <0x26a>;
+
+					mux {
+						pins = "gpio104";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio104";
+						drive-strength = <0x2>;
+						bias-pull-down;
+					};
+				};
+			};
+
+			cdc_reset_ctrl {
+
+				cdc_reset_sleep {
+					phandle = <0x400>;
+
+					mux {
+						pins = "gpio64";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio64";
+						drive-strength = <0x2>;
+						bias-disable;
+						output-low;
+					};
+				};
+
+				cdc_reset_active {
+					phandle = <0x401>;
+
+					mux {
+						pins = "gpio64";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio64";
+						drive-strength = <0x8>;
+						bias-pull-down;
+						output-high;
+					};
+				};
+			};
+
+			spkr_i2s_clk_pin {
+
+				spkr_i2s_clk_sleep {
+					phandle = <0x402>;
+
+					mux {
+						pins = "gpio69";
+						function = "spkr_i2s";
+					};
+
+					config {
+						pins = "gpio69";
+						drive-strength = <0x2>;
+						bias-pull-down;
+					};
+				};
+
+				spkr_i2s_clk_active {
+					phandle = <0x403>;
+
+					mux {
+						pins = "gpio69";
+						function = "spkr_i2s";
+					};
+
+					config {
+						pins = "gpio69";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			wcd_gnd_mic_swap {
+
+				wcd_gnd_mic_swap_idle {
+					phandle = <0x404>;
+
+					mux {
+						pins = "gpio51";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio51";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						output-low;
+					};
+				};
+
+				wcd_gnd_mic_swap_active {
+					phandle = <0x405>;
+
+					mux {
+						pins = "gpio51";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio51";
+						drive-strength = <0x2>;
+						bias-disable;
+						output-high;
+					};
+				};
+			};
+
+			wcd_usbc_analog_en1 {
+
+				wcd_usbc_ana_en1_idle {
+					phandle = <0x406>;
+
+					mux {
+						pins = "gpio49";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio49";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						output-low;
+					};
+				};
+
+				wcd_usbc_ana_en1_active {
+					phandle = <0x407>;
+
+					mux {
+						pins = "gpio49";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio49";
+						drive-strength = <0x2>;
+						bias-disable;
+						output-high;
+					};
+				};
+			};
+
+			wcd_usbc_analog_en2 {
+
+				wcd_usbc_ana_en2_idle {
+					phandle = <0x408>;
+
+					mux {
+						pins = "gpio51";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio51";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						output-low;
+					};
+				};
+
+				wcd_usbc_ana_en2_active {
+					phandle = <0x409>;
+
+					mux {
+						pins = "gpio51";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio51";
+						drive-strength = <0x2>;
+						bias-disable;
+						output-high;
+					};
+				};
+			};
+
+			pri_aux_pcm_clk {
+
+				pri_aux_pcm_clk_sleep {
+					phandle = <0x40a>;
+
+					mux {
+						pins = "gpio65";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio65";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				pri_aux_pcm_clk_active {
+					phandle = <0x40b>;
+
+					mux {
+						pins = "gpio65";
+						function = "pri_mi2s";
+					};
+
+					config {
+						pins = "gpio65";
+						drive-strength = <0x8>;
+						bias-disable;
+						output-high;
+					};
+				};
+			};
+
+			pri_aux_pcm_sync {
+
+				pri_aux_pcm_sync_sleep {
+					phandle = <0x40c>;
+
+					mux {
+						pins = "gpio66";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio66";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				pri_aux_pcm_sync_active {
+					phandle = <0x40d>;
+
+					mux {
+						pins = "gpio66";
+						function = "pri_mi2s_ws";
+					};
+
+					config {
+						pins = "gpio66";
+						drive-strength = <0x8>;
+						bias-disable;
+						output-high;
+					};
+				};
+			};
+
+			pri_aux_pcm_din {
+
+				pri_aux_pcm_din_sleep {
+					phandle = <0x40e>;
+
+					mux {
+						pins = "gpio67";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio67";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				pri_aux_pcm_din_active {
+					phandle = <0x40f>;
+
+					mux {
+						pins = "gpio67";
+						function = "pri_mi2s";
+					};
+
+					config {
+						pins = "gpio67";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			pri_aux_pcm_dout {
+
+				pri_aux_pcm_dout_sleep {
+					phandle = <0x410>;
+
+					mux {
+						pins = "gpio68";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio68";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				pri_aux_pcm_dout_active {
+					phandle = <0x411>;
+
+					mux {
+						pins = "gpio68";
+						function = "pri_mi2s";
+					};
+
+					config {
+						pins = "gpio68";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			pmx_sde {
+				phandle = <0x412>;
+
+				sde_dsi_active {
+					phandle = <0x413>;
+
+					mux {
+						pins = "gpio6", "gpio25", "gpio26";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio6", "gpio25", "gpio26";
+						drive-strength = <0x8>;
+						bias-disable = <0x0>;
+					};
+				};
+
+				sde_dsi_suspend {
+					phandle = <0x414>;
+
+					mux {
+						pins = "gpio6", "gpio25", "gpio26";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio6", "gpio25", "gpio26";
+						drive-strength = <0x2>;
+						bias-pull-down;
+					};
+				};
+			};
+
+			pmx_sde_te {
+
+				sde_te_active {
+					phandle = <0x415>;
+
+					mux {
+						pins = "gpio10";
+						function = "mdp_vsync";
+					};
+
+					config {
+						pins = "gpio10";
+						drive-strength = <0x2>;
+						bias-pull-down;
+					};
+				};
+
+				sde_te_suspend {
+					phandle = <0x416>;
+
+					mux {
+						pins = "gpio10";
+						function = "mdp_vsync";
+					};
+
+					config {
+						pins = "gpio10";
+						drive-strength = <0x2>;
+						bias-pull-down;
+					};
+				};
+			};
+
+			sde_dp_aux_active {
+				phandle = <0x417>;
+
+				mux {
+					pins = "gpio43", "gpio51";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio43", "gpio51";
+					bias-disable = <0x0>;
+					drive-strength = <0x8>;
+				};
+			};
+
+			sde_dp_aux_suspend {
+				phandle = <0x418>;
+
+				mux {
+					pins = "gpio43", "gpio51";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio43", "gpio51";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+
+			sde_dp_usbplug_cc_active {
+				phandle = <0x419>;
+
+				mux {
+					pins = "gpio38";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio38";
+					bias-disable;
+					drive-strength = <0x10>;
+				};
+			};
+
+			sde_dp_usbplug_cc_suspend {
+				phandle = <0x41a>;
+
+				mux {
+					pins = "gpio38";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio38";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+
+			pmx_ts_int_active {
+
+				ts_int_active {
+					phandle = <0x41b>;
+
+					mux {
+						pins = "gpio122";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio122";
+						drive-strength = <0x8>;
+						bias-pull-up;
+					};
+				};
+			};
+
+			pmx_ts_int_suspend {
+
+				ts_int_suspend1 {
+					phandle = <0x41c>;
+
+					mux {
+						pins = "gpio122";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio122";
+						drive-strength = <0x2>;
+						bias-pull-down;
+					};
+				};
+			};
+
+			pmx_ts_reset_active {
+
+				ts_reset_active {
+					phandle = <0x41d>;
+
+					mux {
+						pins = "gpio99";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio99";
+						drive-strength = <0x8>;
+						bias-pull-up;
+					};
+				};
+			};
+
+			pmx_ts_reset_suspend {
+
+				ts_reset_suspend1 {
+					phandle = <0x41e>;
+
+					mux {
+						pins = "gpio99";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio99";
+						drive-strength = <0x2>;
+						bias-pull-down;
+					};
+				};
+			};
+
+			pmx_ts_release {
+
+				ts_release {
+					phandle = <0x41f>;
+
+					mux {
+						pins = "gpio122", "gpio99";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio122", "gpio99";
+						drive-strength = <0x2>;
+						bias-pull-down;
+					};
+				};
+			};
+
+			ts_mux {
+
+				ts_active {
+					phandle = <0x530>;
+
+					mux {
+						pins = "gpio99", "gpio125";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio99", "gpio125";
+						drive-strength = <0x10>;
+						bias-pull-up;
+					};
+				};
+
+				ts_reset_suspend {
+					phandle = <0x532>;
+
+					mux {
+						pins = "gpio99";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio99";
+						drive-strength = <0x2>;
+						bias-pull-down;
+					};
+				};
+
+				ts_int_suspend {
+					phandle = <0x531>;
+
+					mux {
+						pins = "gpio125";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio125";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+			};
+
+			ext_bridge_mux {
+
+				lt9611_pins {
+					phandle = <0x423>;
+
+					mux {
+						pins = "gpio84", "gpio128", "gpio89";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio84", "gpio128", "gpio89";
+						bias-disable = <0x0>;
+						drive-strength = <0x8>;
+					};
+				};
+			};
+
+			sec_aux_pcm {
+
+				sec_aux_pcm_sleep {
+					phandle = <0x424>;
+
+					mux {
+						pins = "gpio80", "gpio81";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio80", "gpio81";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				sec_aux_pcm_active {
+					phandle = <0x425>;
+
+					mux {
+						pins = "gpio80", "gpio81";
+						function = "sec_mi2s";
+					};
+
+					config {
+						pins = "gpio80", "gpio81";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			sec_aux_pcm_din {
+
+				sec_aux_pcm_din_sleep {
+					phandle = <0x426>;
+
+					mux {
+						pins = "gpio82";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio82";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				sec_aux_pcm_din_active {
+					phandle = <0x427>;
+
+					mux {
+						pins = "gpio82";
+						function = "sec_mi2s";
+					};
+
+					config {
+						pins = "gpio82";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			sec_aux_pcm_dout {
+
+				sec_aux_pcm_dout_sleep {
+					phandle = <0x428>;
+
+					mux {
+						pins = "gpio83";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio83";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				sec_aux_pcm_dout_active {
+					phandle = <0x429>;
+
+					mux {
+						pins = "gpio83";
+						function = "sec_mi2s";
+					};
+
+					config {
+						pins = "gpio83";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			tert_aux_pcm {
+
+				tert_aux_pcm_sleep {
+					phandle = <0x42a>;
+
+					mux {
+						pins = "gpio75", "gpio76";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio75", "gpio76";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				tert_aux_pcm_active {
+					phandle = <0x42b>;
+
+					mux {
+						pins = "gpio75", "gpio76";
+						function = "ter_mi2s";
+					};
+
+					config {
+						pins = "gpio75", "gpio76";
+						drive-strength = <0x8>;
+						bias-disable;
+						output-high;
+					};
+				};
+			};
+
+			tert_aux_pcm_din {
+
+				tert_aux_pcm_din_sleep {
+					phandle = <0x42c>;
+
+					mux {
+						pins = "gpio77";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio77";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				tert_aux_pcm_din_active {
+					phandle = <0x42d>;
+
+					mux {
+						pins = "gpio77";
+						function = "ter_mi2s";
+					};
+
+					config {
+						pins = "gpio77";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			tert_aux_pcm_dout {
+
+				tert_aux_pcm_dout_sleep {
+					phandle = <0x42e>;
+
+					mux {
+						pins = "gpio78";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio78";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				tert_aux_pcm_dout_active {
+					phandle = <0x42f>;
+
+					mux {
+						pins = "gpio78";
+						function = "ter_mi2s";
+					};
+
+					config {
+						pins = "gpio78";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			quat_aux_pcm {
+
+				quat_aux_pcm_sleep {
+					phandle = <0x430>;
+
+					mux {
+						pins = "gpio58", "gpio59";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio58", "gpio59";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				quat_aux_pcm_active {
+					phandle = <0x431>;
+
+					mux {
+						pins = "gpio58", "gpio59";
+						function = "qua_mi2s";
+					};
+
+					config {
+						pins = "gpio58", "gpio59";
+						drive-strength = <0x8>;
+						bias-disable;
+						output-high;
+					};
+				};
+			};
+
+			quat_aux_pcm_din {
+
+				quat_aux_pcm_din_sleep {
+					phandle = <0x432>;
+
+					mux {
+						pins = "gpio60";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio60";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				quat_aux_pcm_din_active {
+					phandle = <0x433>;
+
+					mux {
+						pins = "gpio60";
+						function = "qua_mi2s";
+					};
+
+					config {
+						pins = "gpio60";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			quat_aux_pcm_dout {
+
+				quat_aux_pcm_dout_sleep {
+					phandle = <0x434>;
+
+					mux {
+						pins = "gpio61";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio61";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				quat_aux_pcm_dout_active {
+					phandle = <0x435>;
+
+					mux {
+						pins = "gpio61";
+						function = "qua_mi2s";
+					};
+
+					config {
+						pins = "gpio61";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			pri_mi2s_mclk {
+
+				pri_mi2s_mclk_sleep {
+					phandle = <0x436>;
+
+					mux {
+						pins = "gpio64";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio64";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				pri_mi2s_mclk_active {
+					phandle = <0x437>;
+
+					mux {
+						pins = "gpio64";
+						function = "pri_mi2s";
+					};
+
+					config {
+						pins = "gpio64";
+						drive-strength = <0x8>;
+						bias-disable;
+						output-high;
+					};
+				};
+			};
+
+			pri_mi2s_sck {
+
+				pri_mi2s_sck_sleep {
+					phandle = <0x438>;
+
+					mux {
+						pins = "gpio65";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio65";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				pri_mi2s_sck_active {
+					phandle = <0x439>;
+
+					mux {
+						pins = "gpio65";
+						function = "pri_mi2s";
+					};
+
+					config {
+						pins = "gpio65";
+						drive-strength = <0x8>;
+						bias-disable;
+						output-high;
+					};
+				};
+			};
+
+			pri_mi2s_ws {
+
+				pri_mi2s_ws_sleep {
+					phandle = <0x43a>;
+
+					mux {
+						pins = "gpio66";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio66";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				pri_mi2s_ws_active {
+					phandle = <0x43b>;
+
+					mux {
+						pins = "gpio66";
+						function = "pri_mi2s_ws";
+					};
+
+					config {
+						pins = "gpio66";
+						drive-strength = <0x8>;
+						bias-disable;
+						output-high;
+					};
+				};
+			};
+
+			pri_mi2s_sd0 {
+
+				pri_mi2s_sd0_sleep {
+					phandle = <0x43c>;
+
+					mux {
+						pins = "gpio67";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio67";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				pri_mi2s_sd0_active {
+					phandle = <0x43d>;
+
+					mux {
+						pins = "gpio67";
+						function = "pri_mi2s";
+					};
+
+					config {
+						pins = "gpio67";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			pri_mi2s_sd1 {
+
+				pri_mi2s_sd1_sleep {
+					phandle = <0x43e>;
+
+					mux {
+						pins = "gpio68";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio68";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				pri_mi2s_sd1_active {
+					phandle = <0x43f>;
+
+					mux {
+						pins = "gpio68";
+						function = "pri_mi2s";
+					};
+
+					config {
+						pins = "gpio68";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			sec_mi2s_mclk {
+
+				sec_mi2s_mclk_sleep {
+					phandle = <0x440>;
+
+					mux {
+						pins = "gpio79";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio79";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				sec_mi2s_mclk_active {
+					phandle = <0x441>;
+
+					mux {
+						pins = "gpio79";
+						function = "sec_mi2s";
+					};
+
+					config {
+						pins = "gpio79";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			sec_mi2s {
+
+				sec_mi2s_sleep {
+					phandle = <0x442>;
+
+					mux {
+						pins = "gpio80", "gpio81";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio80", "gpio81";
+						drive-strength = <0x2>;
+						bias-disable;
+						input-enable;
+					};
+				};
+
+				sec_mi2s_active {
+					phandle = <0x443>;
+
+					mux {
+						pins = "gpio80", "gpio81";
+						function = "sec_mi2s";
+					};
+
+					config {
+						pins = "gpio80", "gpio81";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			sec_mi2s_sd0 {
+
+				sec_mi2s_sd0_sleep {
+					phandle = <0x444>;
+
+					mux {
+						pins = "gpio82";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio82";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				sec_mi2s_sd0_active {
+					phandle = <0x445>;
+
+					mux {
+						pins = "gpio82";
+						function = "sec_mi2s";
+					};
+
+					config {
+						pins = "gpio82";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			sec_mi2s_sd1 {
+
+				sec_mi2s_sd1_sleep {
+					phandle = <0x446>;
+
+					mux {
+						pins = "gpio83";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio83";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				sec_mi2s_sd1_active {
+					phandle = <0x447>;
+
+					mux {
+						pins = "gpio83";
+						function = "sec_mi2s";
+					};
+
+					config {
+						pins = "gpio83";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			tert_mi2s_mclk {
+
+				tert_mi2s_mclk_sleep {
+					phandle = <0x448>;
+
+					mux {
+						pins = "gpio74";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio74";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				tert_mi2s_mclk_active {
+					phandle = <0x449>;
+
+					mux {
+						pins = "gpio74";
+						function = "ter_mi2s";
+					};
+
+					config {
+						pins = "gpio74";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			tert_mi2s {
+
+				tert_mi2s_sleep {
+					phandle = <0x44a>;
+
+					mux {
+						pins = "gpio75", "gpio76";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio75", "gpio76";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				tert_mi2s_active {
+					phandle = <0x44b>;
+
+					mux {
+						pins = "gpio75", "gpio76";
+						function = "ter_mi2s";
+					};
+
+					config {
+						pins = "gpio75", "gpio76";
+						drive-strength = <0x8>;
+						bias-disable;
+						output-high;
+					};
+				};
+			};
+
+			tert_mi2s_sd0 {
+
+				tert_mi2s_sd0_sleep {
+					phandle = <0x44c>;
+
+					mux {
+						pins = "gpio77";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio77";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				tert_mi2s_sd0_active {
+					phandle = <0x44d>;
+
+					mux {
+						pins = "gpio77";
+						function = "ter_mi2s";
+					};
+
+					config {
+						pins = "gpio77";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			tert_mi2s_sd1 {
+
+				tert_mi2s_sd1_sleep {
+					phandle = <0x44e>;
+
+					mux {
+						pins = "gpio78";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio78";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				tert_mi2s_sd1_active {
+					phandle = <0x44f>;
+
+					mux {
+						pins = "gpio78";
+						function = "ter_mi2s";
+					};
+
+					config {
+						pins = "gpio78";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			quat_mi2s_mclk {
+
+				quat_mi2s_mclk_sleep {
+					phandle = <0x450>;
+
+					mux {
+						pins = "gpio57";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio57";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				quat_mi2s_mclk_active {
+					phandle = <0x451>;
+
+					mux {
+						pins = "gpio57";
+						function = "qua_mi2s";
+					};
+
+					config {
+						pins = "gpio57";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			quat_mi2s {
+
+				quat_mi2s_sleep {
+					phandle = <0x452>;
+
+					mux {
+						pins = "gpio58", "gpio59";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio58", "gpio59";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				quat_mi2s_active {
+					phandle = <0x453>;
+
+					mux {
+						pins = "gpio58", "gpio59";
+						function = "qua_mi2s";
+					};
+
+					config {
+						pins = "gpio58", "gpio59";
+						drive-strength = <0x8>;
+						bias-disable;
+						output-high;
+					};
+				};
+			};
+
+			quat_mi2s_sd0 {
+
+				quat_mi2s_sd0_sleep {
+					phandle = <0x454>;
+
+					mux {
+						pins = "gpio60";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio60";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				quat_mi2s_sd0_active {
+					phandle = <0x455>;
+
+					mux {
+						pins = "gpio60";
+						function = "qua_mi2s";
+					};
+
+					config {
+						pins = "gpio60";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			quat_mi2s_sd1 {
+
+				quat_mi2s_sd1_sleep {
+					phandle = <0x456>;
+
+					mux {
+						pins = "gpio61";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio61";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				quat_mi2s_sd1_active {
+					phandle = <0x457>;
+
+					mux {
+						pins = "gpio61";
+						function = "qua_mi2s";
+					};
+
+					config {
+						pins = "gpio61";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			quat_mi2s_sd2 {
+
+				quat_mi2s_sd2_sleep {
+					phandle = <0x458>;
+
+					mux {
+						pins = "gpio62";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio62";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				quat_mi2s_sd2_active {
+					phandle = <0x459>;
+
+					mux {
+						pins = "gpio62";
+						function = "qua_mi2s";
+					};
+
+					config {
+						pins = "gpio62";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			quat_mi2s_sd3 {
+
+				quat_mi2s_sd3_sleep {
+					phandle = <0x45a>;
+
+					mux {
+						pins = "gpio63";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio63";
+						drive-strength = <0x2>;
+						bias-pull-down;
+						input-enable;
+					};
+				};
+
+				quat_mi2s_sd3_active {
+					phandle = <0x45b>;
+
+					mux {
+						pins = "gpio63";
+						function = "qua_mi2s";
+					};
+
+					config {
+						pins = "gpio63";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			quat_tdm {
+
+				quat_tdm_sleep {
+					phandle = <0x45c>;
+
+					mux {
+						pins = "gpio58", "gpio59";
+						function = "qua_mi2s";
+					};
+
+					config {
+						pins = "gpio58", "gpio59";
+						drive-strength = <0x2>;
+						bias-pull-down;
+					};
+				};
+
+				quat_tdm_active {
+					phandle = <0x45d>;
+
+					mux {
+						pins = "gpio58", "gpio59";
+						function = "qua_mi2s";
+					};
+
+					config {
+						pins = "gpio58", "gpio59";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			quat_tdm_dout {
+
+				quat_tdm_dout_sleep {
+					phandle = <0x45e>;
+
+					mux {
+						pins = "gpio61";
+						function = "qua_mi2s";
+					};
+
+					config {
+						pins = "gpio61";
+						drive-strength = <0x2>;
+						bias-pull-down;
+					};
+				};
+
+				quat_tdm_dout_active {
+					phandle = <0x45f>;
+
+					mux {
+						pins = "gpio61";
+						function = "qua_mi2s";
+					};
+
+					config {
+						pins = "gpio61";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+			};
+
+			quat_tdm_din {
+
+				quat_tdm_din_sleep {
+					phandle = <0x460>;
+
+					mux {
+						pins = "gpio60";
+						function = "qua_mi2s";
+					};
+
+					config {
+						pins = "gpio60";
+						drive-strength = <0x2>;
+						bias-pull-down;
+					};
+				};
+
+				quat_tdm_din_active {
+					phandle = <0x461>;
+
+					mux {
+						pins = "gpio60";
+						function = "qua_mi2s";
+					};
+
+					config {
+						pins = "gpio60";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se0_i2c_pins {
+				phandle = <0x462>;
+
+				qupv3_se0_i2c_active {
+					phandle = <0x39>;
+
+					mux {
+						pins = "gpio0", "gpio1";
+						function = "qup0";
+					};
+
+					config {
+						pins = "gpio0", "gpio1";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se0_i2c_sleep {
+					phandle = <0x3a>;
+
+					mux {
+						pins = "gpio0", "gpio1";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio0", "gpio1";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+			};
+
+			qupv3_se0_spi_pins {
+				phandle = <0x463>;
+
+				qupv3_se0_spi_active {
+					phandle = <0x49>;
+
+					mux {
+						pins = "gpio0", "gpio1", "gpio2", "gpio3";
+						function = "qup0";
+					};
+
+					config {
+						pins = "gpio0", "gpio1", "gpio2", "gpio3";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se0_spi_sleep {
+					phandle = <0x4a>;
+
+					mux {
+						pins = "gpio0", "gpio1", "gpio2", "gpio3";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio0", "gpio1", "gpio2", "gpio3";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se1_i2c_pins {
+				phandle = <0x464>;
+
+				qupv3_se1_i2c_active {
+					phandle = <0x3b>;
+
+					mux {
+						pins = "gpio17", "gpio18";
+						function = "qup1";
+					};
+
+					config {
+						pins = "gpio17", "gpio18";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se1_i2c_sleep {
+					phandle = <0x3c>;
+
+					mux {
+						pins = "gpio17", "gpio18";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio17", "gpio18";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+			};
+
+			qupv3_se1_spi_pins {
+				phandle = <0x465>;
+
+				qupv3_se1_spi_active {
+					phandle = <0x4b>;
+
+					mux {
+						pins = "gpio17", "gpio18", "gpio19", "gpio20";
+						function = "qup1";
+					};
+
+					config {
+						pins = "gpio17", "gpio18", "gpio19", "gpio20";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se1_spi_sleep {
+					phandle = <0x4c>;
+
+					mux {
+						pins = "gpio17", "gpio18", "gpio19", "gpio20";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio17", "gpio18", "gpio19", "gpio20";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se2_i2c_pins {
+				phandle = <0x466>;
+
+				qupv3_se2_i2c_active {
+					phandle = <0x3d>;
+
+					mux {
+						pins = "gpio27", "gpio28";
+						function = "qup2";
+					};
+
+					config {
+						pins = "gpio27", "gpio28";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se2_i2c_sleep {
+					phandle = <0x3e>;
+
+					mux {
+						pins = "gpio27", "gpio28";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio27", "gpio28";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+			};
+
+			qupv3_se2_spi_pins {
+				phandle = <0x467>;
+
+				qupv3_se2_spi_active {
+					phandle = <0x4d>;
+
+					mux {
+						pins = "gpio27", "gpio28", "gpio29", "gpio30";
+						function = "qup2";
+					};
+
+					config {
+						pins = "gpio27", "gpio28", "gpio29", "gpio30";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se2_spi_sleep {
+					phandle = <0x4e>;
+
+					mux {
+						pins = "gpio27", "gpio28", "gpio29", "gpio30";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio27", "gpio28", "gpio29", "gpio30";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se3_i2c_pins {
+				phandle = <0x468>;
+
+				qupv3_se3_i2c_active {
+					phandle = <0x3f>;
+
+					mux {
+						pins = "gpio41", "gpio42";
+						function = "qup3";
+					};
+
+					config {
+						pins = "gpio41", "gpio42";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se3_i2c_sleep {
+					phandle = <0x40>;
+
+					mux {
+						pins = "gpio41", "gpio42";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio41", "gpio42";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+			};
+
+			nfc {
+
+				nfc_int_active {
+					phandle = <0x469>;
+
+					mux {
+						pins = "gpio63";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio63";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+
+				nfc_int_suspend {
+					phandle = <0x46a>;
+
+					mux {
+						pins = "gpio63";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio63";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+
+				nfc_enable_active {
+					phandle = <0x46b>;
+
+					mux {
+						pins = "gpio12", "gpio62", "gpio116";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio12", "gpio62", "gpio116";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+
+				nfc_enable_suspend {
+					phandle = <0x46c>;
+
+					mux {
+						pins = "gpio12", "gpio62", "gpio116";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio12", "gpio62", "gpio116";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se3_spi_pins {
+				phandle = <0x46d>;
+
+				qupv3_se3_spi_active {
+					phandle = <0x4f>;
+
+					mux {
+						pins = "gpio41", "gpio42", "gpio43", "gpio44";
+						function = "qup3";
+					};
+
+					config {
+						pins = "gpio41", "gpio42", "gpio43", "gpio44";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se3_spi_sleep {
+					phandle = <0x50>;
+
+					mux {
+						pins = "gpio41", "gpio42", "gpio43", "gpio44";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio41", "gpio42", "gpio43", "gpio44";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se4_i2c_pins {
+				phandle = <0x46e>;
+
+				qupv3_se4_i2c_active {
+					phandle = <0x41>;
+
+					mux {
+						pins = "gpio89", "gpio90";
+						function = "qup4";
+					};
+
+					config {
+						pins = "gpio89", "gpio90";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se4_i2c_sleep {
+					phandle = <0x42>;
+
+					mux {
+						pins = "gpio89", "gpio90";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio89", "gpio90";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+			};
+
+			qupv3_se4_spi_pins {
+				phandle = <0x46f>;
+
+				qupv3_se4_spi_active {
+					phandle = <0x51>;
+
+					mux {
+						pins = "gpio89", "gpio90", "gpio91", "gpio92";
+						function = "qup4";
+					};
+
+					config {
+						pins = "gpio89", "gpio90", "gpio91", "gpio92";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se4_spi_sleep {
+					phandle = <0x52>;
+
+					mux {
+						pins = "gpio89", "gpio90", "gpio91", "gpio92";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio89", "gpio90", "gpio91", "gpio92";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se5_i2c_pins {
+				phandle = <0x470>;
+
+				qupv3_se5_i2c_active {
+					phandle = <0x43>;
+
+					mux {
+						pins = "gpio85", "gpio86";
+						function = "qup5";
+					};
+
+					config {
+						pins = "gpio85", "gpio86";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se5_i2c_sleep {
+					phandle = <0x44>;
+
+					mux {
+						pins = "gpio85", "gpio86";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio85", "gpio86";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+			};
+
+			qupv3_se5_spi_pins {
+				phandle = <0x471>;
+
+				qupv3_se5_spi_active {
+					phandle = <0x53>;
+
+					mux {
+						pins = "gpio85", "gpio86", "gpio87", "gpio88";
+						function = "qup5";
+					};
+
+					config {
+						pins = "gpio85", "gpio86", "gpio87", "gpio88";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se5_spi_sleep {
+					phandle = <0x54>;
+
+					mux {
+						pins = "gpio85", "gpio86", "gpio87", "gpio88";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio85", "gpio86", "gpio87", "gpio88";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se6_i2c_pins {
+				phandle = <0x472>;
+
+				qupv3_se6_i2c_active {
+					phandle = <0x45>;
+
+					mux {
+						pins = "gpio45", "gpio46";
+						function = "qup6";
+					};
+
+					config {
+						pins = "gpio45", "gpio46";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se6_i2c_sleep {
+					phandle = <0x46>;
+
+					mux {
+						pins = "gpio45", "gpio46";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio45", "gpio46";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+			};
+
+			qupv3_se6_4uart_pins {
+				phandle = <0x473>;
+
+				qupv3_se6_ctsrx {
+					phandle = <0x31>;
+
+					mux {
+						pins = "gpio45", "gpio48";
+						function = "qup6";
+					};
+
+					config {
+						pins = "gpio45", "gpio48";
+						drive-strength = <0x2>;
+						bias-no-pull;
+					};
+				};
+
+				qupv3_se6_rts {
+					phandle = <0x32>;
+
+					mux {
+						pins = "gpio46";
+						function = "qup6";
+					};
+
+					config {
+						pins = "gpio46";
+						drive-strength = <0x2>;
+						bias-pull-down;
+					};
+				};
+
+				qupv3_se6_tx {
+					phandle = <0x33>;
+
+					mux {
+						pins = "gpio47";
+						function = "qup6";
+					};
+
+					config {
+						pins = "gpio47";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+			};
+
+			qupv3_se6_spi_pins {
+				phandle = <0x474>;
+
+				qupv3_se6_spi_active {
+					phandle = <0x55>;
+
+					mux {
+						pins = "gpio45", "gpio46", "gpio47", "gpio48";
+						function = "qup6";
+					};
+
+					config {
+						pins = "gpio45", "gpio46", "gpio47", "gpio48";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se6_spi_sleep {
+					phandle = <0x56>;
+
+					mux {
+						pins = "gpio45", "gpio46", "gpio47", "gpio48";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio45", "gpio46", "gpio47", "gpio48";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se7_i2c_pins {
+				phandle = <0x475>;
+
+				qupv3_se7_i2c_active {
+					phandle = <0x47>;
+
+					mux {
+						pins = "gpio93", "gpio94";
+						function = "qup7";
+					};
+
+					config {
+						pins = "gpio93", "gpio94";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se7_i2c_sleep {
+					phandle = <0x48>;
+
+					mux {
+						pins = "gpio93", "gpio94";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio93", "gpio94";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+			};
+
+			qupv3_se7_4uart_pins {
+				phandle = <0x476>;
+
+				qupv3_se7_4uart_active {
+					phandle = <0x36>;
+
+					mux {
+						pins = "gpio93", "gpio94", "gpio95", "gpio96";
+						function = "qup7";
+					};
+
+					config {
+						pins = "gpio93", "gpio94", "gpio95", "gpio96";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se7_4uart_sleep {
+					phandle = <0x37>;
+
+					mux {
+						pins = "gpio93", "gpio94", "gpio95", "gpio96";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio93", "gpio94", "gpio95", "gpio96";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se7_spi_pins {
+				phandle = <0x477>;
+
+				qupv3_se7_spi_active {
+					phandle = <0x57>;
+
+					mux {
+						pins = "gpio93", "gpio94", "gpio95", "gpio96";
+						function = "qup7";
+					};
+
+					config {
+						pins = "gpio93", "gpio94", "gpio95", "gpio96";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se7_spi_sleep {
+					phandle = <0x58>;
+
+					mux {
+						pins = "gpio93", "gpio94", "gpio95", "gpio96";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio93", "gpio94", "gpio95", "gpio96";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se8_i2c_pins {
+				phandle = <0x478>;
+
+				qupv3_se8_i2c_active {
+					phandle = <0x5f>;
+
+					mux {
+						pins = "gpio65", "gpio66";
+						function = "qup8";
+					};
+
+					config {
+						pins = "gpio65", "gpio66";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se8_i2c_sleep {
+					phandle = <0x60>;
+
+					mux {
+						pins = "gpio65", "gpio66";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio65", "gpio66";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+			};
+
+			qupv3_se8_spi_pins {
+				phandle = <0x479>;
+
+				qupv3_se8_spi_active {
+					phandle = <0x70>;
+
+					mux {
+						pins = "gpio65", "gpio66", "gpio67", "gpio68";
+						function = "qup8";
+					};
+
+					config {
+						pins = "gpio65", "gpio66", "gpio67", "gpio68";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se8_spi_sleep {
+					phandle = <0x47a>;
+
+					mux {
+						pins = "gpio65", "gpio66", "gpio67", "gpio68";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio65", "gpio66", "gpio67", "gpio68";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se9_i2c_pins {
+				phandle = <0x47b>;
+
+				qupv3_se9_i2c_active {
+					phandle = <0x61>;
+
+					mux {
+						pins = "gpio6", "gpio7";
+						function = "qup9";
+					};
+
+					config {
+						pins = "gpio6", "gpio7";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se9_i2c_sleep {
+					phandle = <0x62>;
+
+					mux {
+						pins = "gpio6", "gpio7";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio6", "gpio7";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+			};
+
+			qupv3_se9_2uart_pins {
+				phandle = <0x47c>;
+
+				qupv3_se9_2uart_active {
+					phandle = <0x59>;
+
+					mux {
+						pins = "gpio4", "gpio5";
+						function = "qup9";
+					};
+
+					config {
+						pins = "gpio4", "gpio5";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se9_2uart_sleep {
+					phandle = <0x5a>;
+
+					mux {
+						pins = "gpio4", "gpio5";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio4", "gpio5";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se9_spi_pins {
+				phandle = <0x47d>;
+
+				qupv3_se9_spi_active {
+					phandle = <0x71>;
+
+					mux {
+						pins = "gpio4", "gpio5", "gpio6", "gpio7";
+						function = "qup9";
+					};
+
+					config {
+						pins = "gpio4", "gpio5", "gpio6", "gpio7";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se9_spi_sleep {
+					phandle = <0x72>;
+
+					mux {
+						pins = "gpio4", "gpio5", "gpio6", "gpio7";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio4", "gpio5", "gpio6", "gpio7";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se10_i2c_pins {
+				phandle = <0x47e>;
+
+				qupv3_se10_i2c_active {
+					phandle = <0x63>;
+
+					mux {
+						pins = "gpio55", "gpio56";
+						function = "qup10";
+					};
+
+					config {
+						pins = "gpio55", "gpio56";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se10_i2c_sleep {
+					phandle = <0x64>;
+
+					mux {
+						pins = "gpio55", "gpio56";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio55", "gpio56";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+
+				qupv3_se10_i2c_reset {
+					phandle = <0x65>;
+
+					mux {
+						pins = "gpio55", "gpio56";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio55", "gpio56";
+						drive-strength = <0x2>;
+						bias-pull-down;
+					};
+				};
+			};
+
+			qupv3_se10_2uart_pins {
+				phandle = <0x47f>;
+
+				qupv3_se10_2uart_active {
+					phandle = <0x5c>;
+
+					mux {
+						pins = "gpio53", "gpio54";
+						function = "qup10";
+					};
+
+					config {
+						pins = "gpio53", "gpio54";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se10_2uart_sleep {
+					phandle = <0x5d>;
+
+					mux {
+						pins = "gpio53", "gpio54";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio53", "gpio54";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se10_spi_pins {
+				phandle = <0x480>;
+
+				qupv3_se10_spi_active {
+					phandle = <0x73>;
+
+					mux {
+						pins = "gpio53", "gpio54", "gpio55", "gpio56";
+						function = "qup10";
+					};
+
+					config {
+						pins = "gpio53", "gpio54", "gpio55", "gpio56";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se10_spi_sleep {
+					phandle = <0x74>;
+
+					mux {
+						pins = "gpio53", "gpio54", "gpio55", "gpio56";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio53", "gpio54", "gpio55", "gpio56";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se11_i2c_pins {
+				phandle = <0x481>;
+
+				qupv3_se11_i2c_active {
+					phandle = <0x66>;
+
+					mux {
+						pins = "gpio31", "gpio32";
+						function = "qup11";
+					};
+
+					config {
+						pins = "gpio31", "gpio32";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se11_i2c_sleep {
+					phandle = <0x67>;
+
+					mux {
+						pins = "gpio31", "gpio32";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio31", "gpio32";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+			};
+
+			qupv3_se11_spi_pins {
+				phandle = <0x482>;
+
+				qupv3_se11_spi_active {
+					phandle = <0x75>;
+
+					mux {
+						pins = "gpio31", "gpio32", "gpio33", "gpio34";
+						function = "qup11";
+					};
+
+					config {
+						pins = "gpio31", "gpio32", "gpio33", "gpio34";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se11_spi_sleep {
+					phandle = <0x76>;
+
+					mux {
+						pins = "gpio31", "gpio32", "gpio33", "gpio34";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio31", "gpio32", "gpio33", "gpio34";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se12_i2c_pins {
+				phandle = <0x483>;
+
+				qupv3_se12_i2c_active {
+					phandle = <0x68>;
+
+					mux {
+						pins = "gpio49", "gpio50";
+						function = "qup12";
+					};
+
+					config {
+						pins = "gpio49", "gpio50";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se12_i2c_sleep {
+					phandle = <0x69>;
+
+					mux {
+						pins = "gpio49", "gpio50";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio49", "gpio50";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+			};
+
+			qupv3_se12_spi_pins {
+				phandle = <0x484>;
+
+				qupv3_se12_spi_active {
+					phandle = <0x77>;
+
+					mux {
+						pins = "gpio49", "gpio50", "gpio51", "gpio52";
+						function = "qup12";
+					};
+
+					config {
+						pins = "gpio49", "gpio50", "gpio51", "gpio52";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se12_spi_sleep {
+					phandle = <0x78>;
+
+					mux {
+						pins = "gpio49", "gpio50", "gpio51", "gpio52";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio49", "gpio50", "gpio51", "gpio52";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se13_i2c_pins {
+				phandle = <0x485>;
+
+				qupv3_se13_i2c_active {
+					phandle = <0x6a>;
+
+					mux {
+						pins = "gpio105", "gpio106";
+						function = "qup13";
+					};
+
+					config {
+						pins = "gpio105", "gpio106";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se13_i2c_sleep {
+					phandle = <0x6b>;
+
+					mux {
+						pins = "gpio105", "gpio106";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio105", "gpio106";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+			};
+
+			qupv3_se13_spi_pins {
+				phandle = <0x486>;
+
+				qupv3_se13_spi_active {
+					phandle = <0x79>;
+
+					mux {
+						pins = "gpio105", "gpio106", "gpio107", "gpio108";
+						function = "qup13";
+					};
+
+					config {
+						pins = "gpio105", "gpio106", "gpio107", "gpio108";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se13_spi_sleep {
+					phandle = <0x7a>;
+
+					mux {
+						pins = "gpio105", "gpio106", "gpio107", "gpio108";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio105", "gpio106", "gpio107", "gpio108";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se14_i2c_pins {
+				phandle = <0x487>;
+
+				qupv3_se14_i2c_active {
+					phandle = <0x6c>;
+
+					mux {
+						pins = "gpio33", "gpio34";
+						function = "qup14";
+					};
+
+					config {
+						pins = "gpio33", "gpio34";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se14_i2c_sleep {
+					phandle = <0x6d>;
+
+					mux {
+						pins = "gpio33", "gpio34";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio33", "gpio34";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+			};
+
+			qupv3_se14_spi_pins {
+				phandle = <0x488>;
+
+				qupv3_se14_spi_active {
+					phandle = <0x7b>;
+
+					mux {
+						pins = "gpio31", "gpio32", "gpio33", "gpio34";
+						function = "qup14";
+					};
+
+					config {
+						pins = "gpio31", "gpio32", "gpio33", "gpio34";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se14_spi_sleep {
+					phandle = <0x7c>;
+
+					mux {
+						pins = "gpio31", "gpio32", "gpio33", "gpio34";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio31", "gpio32", "gpio33", "gpio34";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se15_i2c_pins {
+				phandle = <0x489>;
+
+				qupv3_se15_i2c_active {
+					phandle = <0x6e>;
+
+					mux {
+						pins = "gpio81", "gpio82";
+						function = "qup15";
+					};
+
+					config {
+						pins = "gpio81", "gpio82";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se15_i2c_sleep {
+					phandle = <0x6f>;
+
+					mux {
+						pins = "gpio81", "gpio82";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio81", "gpio82";
+						drive-strength = <0x2>;
+						bias-pull-up;
+					};
+				};
+			};
+
+			qupv3_se15_spi_pins {
+				phandle = <0x48a>;
+
+				qupv3_se15_spi_active {
+					phandle = <0x7d>;
+
+					mux {
+						pins = "gpio81", "gpio82", "gpio83", "gpio84";
+						function = "qup15";
+					};
+
+					config {
+						pins = "gpio81", "gpio82", "gpio83", "gpio84";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+
+				qupv3_se15_spi_sleep {
+					phandle = <0x7e>;
+
+					mux {
+						pins = "gpio81", "gpio82", "gpio83", "gpio84";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio81", "gpio82", "gpio83", "gpio84";
+						drive-strength = <0x6>;
+						bias-disable;
+					};
+				};
+			};
+
+			cci0_active {
+				phandle = <0x1bd>;
+
+				mux {
+					pins = "gpio17", "gpio18";
+					function = "cci_i2c";
+				};
+
+				config {
+					pins = "gpio17", "gpio18";
+					bias-pull-up;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cci0_suspend {
+				phandle = <0x1bf>;
+
+				mux {
+					pins = "gpio17", "gpio18";
+					function = "cci_i2c";
+				};
+
+				config {
+					pins = "gpio17", "gpio18";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cci1_active {
+				phandle = <0x1be>;
+
+				mux {
+					pins = "gpio19", "gpio20";
+					function = "cci_i2c";
+				};
+
+				config {
+					pins = "gpio19", "gpio20";
+					bias-pull-up;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cci1_suspend {
+				phandle = <0x1c0>;
+
+				mux {
+					pins = "gpio19", "gpio20";
+					function = "cci_i2c";
+				};
+
+				config {
+					pins = "gpio19", "gpio20";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_fisheye_active {
+				phandle = <0x48b>;
+
+				mux {
+					pins = "gpio76", "gpio75";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio76", "gpio75";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_fisheye_suspend {
+				phandle = <0x48c>;
+
+				mux {
+					pins = "gpio76", "gpio75";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio76", "gpio75";
+					bias-pull-down;
+					drive-strength = <0x2>;
+					output-low;
+				};
+			};
+
+			cam_sensor_depth_active {
+				phandle = <0x48d>;
+
+				mux {
+					pins = "gpio28", "gpio23", "gpio24";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio28", "gpio23", "gpio24";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_depth_suspend {
+				phandle = <0x48e>;
+
+				mux {
+					pins = "gpio28", "gpio23", "gpio24";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio28", "gpio23", "gpio24";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+
+			max_rst_active {
+				phandle = <0x48f>;
+
+				mux {
+					pins = "gpio31", "gpio77", "gpio78", "gpio32";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio31", "gpio77", "gpio78", "gpio32";
+					bias-disable;
+					drive-strength = <0x8>;
+				};
+			};
+
+			max_rst_suspend {
+				phandle = <0x490>;
+
+				mux {
+					pins = "gpio31", "gpio77", "gpio78", "gpio32";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio31", "gpio77", "gpio78", "gpio32";
+					bias-pull-down;
+					drive-strength = <0x8>;
+				};
+			};
+
+			max_6dof_active {
+				phandle = <0x491>;
+
+				mux {
+					pins = "gpio30", "gpio95", "gpio94";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio30", "gpio95", "gpio94";
+					bias-disable;
+					drive-strength = <0x8>;
+				};
+			};
+
+			max_6dof_suspend {
+				phandle = <0x492>;
+
+				mux {
+					pins = "gpio30", "gpio95", "gpio94";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio30", "gpio95", "gpio94";
+					bias-pull-down;
+					drive-strength = <0x8>;
+				};
+			};
+
+			cam_sensor_mclk0_active {
+				phandle = <0x493>;
+
+				mux {
+					pins = "gpio13";
+					function = "cam_mclk";
+				};
+
+				config {
+					pins = "gpio13";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_mclk0_suspend {
+				phandle = <0x494>;
+
+				mux {
+					pins = "gpio13";
+					function = "cam_mclk";
+				};
+
+				config {
+					pins = "gpio13";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear_active {
+				phandle = <0x495>;
+
+				mux {
+					pins = "gpio80", "gpio79";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio80", "gpio79";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear_suspend {
+				phandle = <0x496>;
+
+				mux {
+					pins = "gpio80", "gpio79";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio80", "gpio79";
+					bias-pull-down;
+					drive-strength = <0x2>;
+					output-low;
+				};
+			};
+
+			cam_sensor_mclk1_active {
+				phandle = <0x497>;
+
+				mux {
+					pins = "gpio14";
+					function = "cam_mclk";
+				};
+
+				config {
+					pins = "gpio14";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_mclk1_suspend {
+				phandle = <0x498>;
+
+				mux {
+					pins = "gpio14";
+					function = "cam_mclk";
+				};
+
+				config {
+					pins = "gpio14";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_mclk3_active {
+				phandle = <0x499>;
+
+				mux {
+					pins = "gpio16";
+					function = "cam_mclk";
+				};
+
+				config {
+					pins = "gpio16";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_mclk3_suspend {
+				phandle = <0x49a>;
+
+				mux {
+					pins = "gpio16";
+					function = "cam_mclk";
+				};
+
+				config {
+					pins = "gpio16";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_front_active {
+				phandle = <0x49b>;
+
+				mux {
+					pins = "gpio28";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio28";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_front_suspend {
+				phandle = <0x49c>;
+
+				mux {
+					pins = "gpio28";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio28";
+					bias-pull-down;
+					drive-strength = <0x2>;
+					output-low;
+				};
+			};
+
+			cam_sensor_iris_active {
+				phandle = <0x49d>;
+
+				mux {
+					pins = "gpio9";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio9";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_iris_suspend {
+				phandle = <0x49e>;
+
+				mux {
+					pins = "gpio9";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio9";
+					bias-pull-down;
+					drive-strength = <0x2>;
+					output-low;
+				};
+			};
+
+			cam_sensor_mclk2_active {
+				phandle = <0x49f>;
+
+				mux {
+					pins = "gpio15";
+					function = "cam_mclk";
+				};
+
+				config {
+					pins = "gpio15";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_mclk2_suspend {
+				phandle = <0x4a0>;
+
+				mux {
+					pins = "gpio15";
+					function = "cam_mclk";
+				};
+
+				config {
+					pins = "gpio15";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear2_active {
+				phandle = <0x4a1>;
+
+				mux {
+					pins = "gpio9";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio9";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear2_suspend {
+				phandle = <0x4a2>;
+
+				mux {
+					pins = "gpio9";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio9";
+					bias-pull-down;
+					drive-strength = <0x2>;
+					output-low;
+				};
+			};
+
+			cam_sensor_rear_vana {
+				phandle = <0x4a3>;
+
+				mux {
+					pins = "gpio8";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio8";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_res_mgr_active {
+				phandle = <0x4a4>;
+
+				mux {
+					pins = "gpio8";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio8";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_res_mgr_suspend {
+				phandle = <0x4a5>;
+
+				mux {
+					pins = "gpio8";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio8";
+					bias-disable;
+					drive-strength = <0x2>;
+					output-low;
+				};
+			};
+
+			trigout_a {
+				phandle = <0x186>;
+
+				mux {
+					pins = "gpio90";
+					function = "qdss_cti";
+				};
+
+				config {
+					pins = "gpio90";
+					drive-strength = <0x2>;
+					bias-disable;
+				};
+			};
+
+			tsif0_signals_active {
+				phandle = <0x11d>;
+
+				tsif1_clk {
+					pins = "gpio89";
+					function = "tsif1_clk";
+				};
+
+				tsif1_en {
+					pins = "gpio90";
+					function = "tsif1_en";
+				};
+
+				tsif1_data {
+					pins = "gpio91";
+					function = "tsif1_data";
+				};
+
+				signals_cfg {
+					pins = "gpio89", "gpio90", "gpio91";
+					drive_strength = <0x2>;
+					bias-pull-down;
+				};
+			};
+
+			tsif0_sync_active {
+				phandle = <0x11e>;
+
+				tsif1_sync {
+					pins = "gpio12";
+					function = "tsif1_sync";
+					drive_strength = <0x2>;
+					bias-pull-down;
+				};
+			};
+
+			tsif1_signals_active {
+				phandle = <0x11f>;
+
+				tsif2_clk {
+					pins = "gpio93";
+					function = "tsif2_clk";
+				};
+
+				tsif2_en {
+					pins = "gpio94";
+					function = "tsif2_en";
+				};
+
+				tsif2_data {
+					pins = "gpio95";
+					function = "tsif2_data";
+				};
+
+				signals_cfg {
+					pins = "gpio93", "gpio94", "gpio95";
+					drive_strength = <0x2>;
+					bias-pull-down;
+				};
+			};
+
+			tsif1_sync_active {
+				phandle = <0x120>;
+
+				tsif2_sync {
+					pins = "gpio96";
+					function = "tsif2_sync";
+					drive_strength = <0x2>;
+					bias-pull-down;
+				};
+			};
+
+			ap2mdm {
+
+				ap2mdm_active {
+					phandle = <0x4a6>;
+
+					mux {
+						pins = "gpio21", "gpio23";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio21", "gpio23";
+						drive-strength = <0x10>;
+						bias-disable;
+					};
+				};
+
+				ap2mdm_sleep {
+					phandle = <0x4a7>;
+
+					mux {
+						pins = "gpio21", "gpio23";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio21", "gpio23";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			mdm2ap {
+
+				mdm2ap_active {
+					phandle = <0x4a8>;
+
+					mux {
+						pins = "gpio22", "gpio20";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio22", "gpio20";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+
+				mdm2ap_sleep {
+					phandle = <0x4a9>;
+
+					mux {
+						pins = "gpio22", "gpio20";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio22", "gpio20";
+						drive-strength = <0x8>;
+						bias-disable;
+					};
+				};
+			};
+
+			qupv3_se9_2uart_oem_sleep {
+				phandle = <0x52f>;
+
+				mux {
+					pins = "gpio4", "gpio5";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio4", "gpio5";
+					drive-strength = <0x2>;
+					bias-pull-down;
+				};
+			};
+
+			config {
+				pins = "gpio37";
+				drive-strength = <0x2>;
+				bias-pull-up;
+			};
+
+			atest_usb13_active {
+				phandle = <0x53c>;
+
+				mux {
+					pins = "gpio7";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio7";
+					drive-strength = <0xc>;
+					bias-pull-up;
+				};
+			};
+
+			atest_usb13_suspend {
+				phandle = <0x53b>;
+
+				mux {
+					pins = "gpio7";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio7";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+
+			oneplus_fastchg {
+
+				usb_sw_active {
+					phandle = <0x534>;
+
+					mux {
+						pins = "gpio37", "gpio51";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio37", "gpio51";
+						drive-strength = <0x10>;
+						bias-pull-down;
+					};
+				};
+
+				usb_sw_suspend {
+					phandle = <0x536>;
+
+					mux {
+						pins = "gpio37", "gpio51";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio37", "gpio51";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				fastchg_active {
+					phandle = <0x533>;
+
+					mux {
+						pins = "gpio102";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio102";
+						drive-strength = <0x10>;
+						bias-pull-up;
+					};
+				};
+
+				fastchg_suspend {
+					phandle = <0x537>;
+
+					mux {
+						pins = "gpio102";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio102";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				ap_clk_active {
+					phandle = <0x535>;
+
+					mux {
+						pins = "gpio44";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio44";
+						drive-strength = <0x10>;
+						bias-pull-up;
+					};
+				};
+
+				ap_clk_suspend {
+					phandle = <0x538>;
+
+					mux {
+						pins = "gpio44";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio44";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				ap_data_active {
+					phandle = <0x539>;
+
+					mux {
+						pins = "gpio43";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio43";
+						drive-strength = <0x10>;
+						bias-pull-up;
+					};
+				};
+
+				ap_data_suspend {
+					phandle = <0x53a>;
+
+					mux {
+						pins = "gpio43";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio43";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+			};
+
+			goodixfp_enable_init {
+				phandle = <0x522>;
+
+				mux {
+					pins = "gpio80";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio80";
+					drive-strength = <0x8>;
+					bias-pull-up;
+					output-high;
+				};
+			};
+
+			goodixfp_irq_init {
+				phandle = <0x523>;
+
+				mux {
+					pins = "gpio121";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio121";
+					drive-strength = <0x2>;
+					bias-disable;
+					input-enable;
+				};
+			};
+
+			goodixfp_disable_init {
+				phandle = <0x524>;
+
+				mux {
+					pins = "gpio80";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio80";
+					drive-strength = <0x8>;
+					bias-pull-up;
+					output-low;
+				};
+			};
+
+			fp_id_init {
+				phandle = <0x519>;
+
+				mux {
+					pins = "gpio21";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio21";
+					drive-strength = <0x8>;
+					bias-pull-up;
+					output-high;
+				};
+			};
+
+			fp_reset_high {
+				phandle = <0x520>;
+
+				mux {
+					pins = "gpio35";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio35";
+					drive-strength = <0x8>;
+					bias-pull-up;
+					output-high;
+				};
+			};
+
+			fp_reset_low {
+				phandle = <0x521>;
+
+				mux {
+					pins = "gpio35";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio35";
+					drive-strength = <0x8>;
+					bias-pull-up;
+					output-low;
+				};
+			};
+
+			fp_id0_up {
+				phandle = <0x51a>;
+
+				mux {
+					pins = "gpio91";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio91";
+					drive-strength = <0x2>;
+					bias-pull-up;
+					input-enable;
+				};
+			};
+
+			fp_id0_down {
+				phandle = <0x51d>;
+
+				mux {
+					pins = "gpio91";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio91";
+					drive-strength = <0x2>;
+					bias-disable;
+					input-enable;
+				};
+			};
+
+			fp_id1_up {
+				phandle = <0x51b>;
+
+				mux {
+					pins = "gpio92";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio92";
+					drive-strength = <0x2>;
+					bias-pull-up;
+					input-enable;
+				};
+			};
+
+			fp_id1_down {
+				phandle = <0x51e>;
+
+				mux {
+					pins = "gpio92";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio92";
+					drive-strength = <0x2>;
+					bias-disable;
+					input-enable;
+				};
+			};
+
+			fp_id2_up {
+				phandle = <0x51c>;
+
+				mux {
+					pins = "gpio95";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio95";
+					drive-strength = <0x2>;
+					bias-pull-up;
+					input-enable;
+				};
+			};
+
+			fp_id2_down {
+				phandle = <0x51f>;
+
+				mux {
+					pins = "gpio95";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio95";
+					drive-strength = <0x2>;
+					bias-disable;
+					input-enable;
+				};
+			};
+
+			tri_state_key_active {
+				phandle = <0x525>;
+
+				mux {
+					pins = "gpio24", "gpio52", "gpio126";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio24", "gpio52", "gpio126";
+					drive-strength = <0x2>;
+					bias-disable;
+				};
+			};
+
+			tri_state_key_suspend {
+				phandle = <0x526>;
+
+				mux {
+					pins = "gpio24", "gpio52", "gpio126";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio24", "gpio52", "gpio126";
+					drive-strength = <0x2>;
+					bias-disable;
+				};
+			};
+
+			esd_check_active {
+				phandle = <0x527>;
+
+				mux {
+					pins = "gpio30";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio30";
+					drive-strength = <0x2>;
+					bias-pull-down;
+					input-enable;
+				};
+			};
+
+			esd_check_suspend {
+				phandle = <0x528>;
+
+				mux {
+					pins = "gpio30";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio30";
+					drive-strength = <0x2>;
+					bias-pull-down;
+					input-enable;
+				};
+			};
+
+			cam_sensor_rear_0_mclk_active {
+				phandle = <0x544>;
+
+				mux {
+					pins = "gpio13";
+					function = "cam_mclk";
+				};
+
+				config {
+					pins = "gpio13";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear_0_mclk_suspend {
+				phandle = <0x548>;
+
+				mux {
+					pins = "gpio13";
+					function = "cam_mclk";
+				};
+
+				config {
+					pins = "gpio13";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear_0_rest_active {
+				phandle = <0x545>;
+
+				mux {
+					pins = "gpio28";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio28";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear_0_rest_suspend {
+				phandle = <0x549>;
+
+				mux {
+					pins = "gpio28";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio28";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear_0_ana_active {
+				phandle = <0x546>;
+
+				mux {
+					pins = "gpio27";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio27";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear_0_ana_suspend {
+				phandle = <0x54a>;
+
+				mux {
+					pins = "gpio27";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio27";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear_0_dig_active {
+				phandle = <0x547>;
+
+				mux {
+					pins = "gpio8";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio8";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear_0_dig_suspend {
+				phandle = <0x54b>;
+
+				mux {
+					pins = "gpio8";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio8";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear_1_mclk_active {
+				phandle = <0x54c>;
+
+				mux {
+					pins = "gpio15";
+					function = "cam_mclk";
+				};
+
+				config {
+					pins = "gpio15";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear_1_mclk_suspend {
+				phandle = <0x550>;
+
+				mux {
+					pins = "gpio15";
+					function = "cam_mclk";
+				};
+
+				config {
+					pins = "gpio15";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear_1_rest_active {
+				phandle = <0x54d>;
+
+				mux {
+					pins = "gpio23";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio23";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear_1_rest_suspend {
+				phandle = <0x551>;
+
+				mux {
+					pins = "gpio23";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio23";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear_1_ana_active {
+				phandle = <0x54e>;
+
+				mux {
+					pins = "gpio78";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio78";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear_1_ana_suspend {
+				phandle = <0x552>;
+
+				mux {
+					pins = "gpio78";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio78";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear_1_vaf_active {
+				phandle = <0x5a8>;
+
+				mux {
+					pins = "gpio77";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio77";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear_1_vaf_suspend {
+				phandle = <0x5a9>;
+
+				mux {
+					pins = "gpio77";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio77";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear_1_dig_active {
+				phandle = <0x54f>;
+
+				mux {
+					pins = "gpio79";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio79";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear_1_dig_suspend {
+				phandle = <0x553>;
+
+				mux {
+					pins = "gpio79";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio79";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_front_0_mclk_active {
+				phandle = <0x554>;
+
+				mux {
+					pins = "gpio14";
+					function = "cam_mclk";
+				};
+
+				config {
+					pins = "gpio14";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_front_0_mclk_suspend {
+				phandle = <0x558>;
+
+				mux {
+					pins = "gpio14";
+					function = "cam_mclk";
+				};
+
+				config {
+					pins = "gpio14";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_front_0_rest_active {
+				phandle = <0x555>;
+
+				mux {
+					pins = "gpio9";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio9";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_front_0_rest_suspend {
+				phandle = <0x559>;
+
+				mux {
+					pins = "gpio9";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio9";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_front_0_ana_active {
+				phandle = <0x556>;
+
+				mux {
+					pins = "gpio104";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio104";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_front_0_ana_suspend {
+				phandle = <0x55a>;
+
+				mux {
+					pins = "gpio104";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio104";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_front_0_dig_active {
+				phandle = <0x557>;
+
+				mux {
+					pins = "gpio117";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio117";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_front_0_dig_suspend {
+				phandle = <0x55b>;
+
+				mux {
+					pins = "gpio117";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio117";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+
+			oem_rf_cable_mux {
+
+				oem_rf_cable_active {
+					phandle = <0x563>;
+
+					mux {
+						pins = "gpio32", "gpio86";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio32", "gpio86";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+
+				oem_rf_cable_suspend {
+					phandle = <0x564>;
+
+					mux {
+						pins = "gpio32", "gpio86";
+						function = "gpio";
+					};
+
+					config {
+						pins = "gpio32", "gpio86";
+						drive-strength = <0x2>;
+						bias-disable;
+					};
+				};
+			};
+
+			cam_sensor_rear_0_vaf_active {
+				phandle = <0x5aa>;
+
+				mux {
+					pins = "gpio31";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio31";
+					bias-disable;
+					drive-strength = <0x2>;
+				};
+			};
+
+			cam_sensor_rear_0_vaf_suspend {
+				phandle = <0x5ab>;
+
+				mux {
+					pins = "gpio31";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio31";
+					bias-pull-down;
+					drive-strength = <0x2>;
+				};
+			};
+		};
+
+		qcom,pcie@0x1c00000 {
+			compatible = "qcom,pci-msm";
+			cell-index = <0x0>;
+			reg = <0x1c00000 0x2000 0x1c06000 0x1000 0x60000000 0xf1d 0x60000f20 0xa8 0x60100000 0x100000 0x60200000 0x100000 0x60300000 0xd00000>;
+			reg-names = "parf", "phy", "dm_core", "elbi", "conf", "io", "bars";
+			#address-cells = <0x3>;
+			#size-cells = <0x2>;
+			ranges = <0x1000000 0x0 0x60200000 0x60200000 0x0 0x100000 0x2000000 0x0 0x60300000 0x60300000 0x0 0xd00000>;
+			interrupt-parent = <0xa2>;
+			interrupts = <0x0 0x1 0x2 0x3 0x4 0x5 0x6 0x7 0x8 0x9 0xa 0xb 0xc 0xd 0xe 0xf 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25>;
+			#interrupt-cells = <0x1>;
+			interrupt-map-mask = <0x0 0x0 0x0 0xffffffff>;
+			interrupt-map = <0x0 0x0 0x0 0x0 0x1 0x0 0x8d 0x0 0x0 0x0 0x0 0x1 0x1 0x0 0x95 0x0 0x0 0x0 0x0 0x2 0x1 0x0 0x96 0x0 0x0 0x0 0x0 0x3 0x1 0x0 0x97 0x0 0x0 0x0 0x0 0x4 0x1 0x0 0x98 0x0 0x0 0x0 0x0 0x5 0x1 0x0 0x8c 0x0 0x0 0x0 0x0 0x6 0x1 0x0 0x2a0 0x0 0x0 0x0 0x0 0x7 0x1 0x0 0x2a1 0x0 0x0 0x0 0x0 0x8 0x1 0x0 0x2a2 0x0 0x0 0x0 0x0 0x9 0x1 0x0 0x2a3 0x0 0x0 0x0 0x0 0xa 0x1 0x0 0x2a4 0x0 0x0 0x0 0x0 0xb 0x1 0x0 0x2a5 0x0 0x0 0x0 0x0 0xc 0x1 0x0 0x2a6 0x0 0x0 0x0 0x0 0xd 0x1 0x0 0x2a7 0x0 0x0 0x0 0x0 0xe 0x1 0x0 0x2a8 0x0 0x0 0x0 0x0 0xf 0x1 0x0 0x2a9 0x0 0x0 0x0 0x0 0x10 0x1 0x0 0x2aa 0x0 0x0 0x0 0x0 0x11 0x1 0x0 0x2ab 0x0 0x0 0x0 0x0 0x12 0x1 0x0 0x2ac 0x0 0x0 0x0 0x0 0x13 0x1 0x0 0x2ad 0x0 0x0 0x0 0x0 0x14 0x1 0x0 0x2ae 0x0 0x0 0x0 0x0 0x15 0x1 0x0 0x2af 0x0 0x0 0x0 0x0 0x16 0x1 0x0 0x2b0 0x0 0x0 0x0 0x0 0x17 0x1 0x0 0x2b1 0x0 0x0 0x0 0x0 0x18 0x1 0x0 0x2b2 0x0 0x0 0x0 0x0 0x19 0x1 0x0 0x2b3 0x0 0x0 0x0 0x0 0x1a 0x1 0x0 0x2b4 0x0 0x0 0x0 0x0 0x1b 0x1 0x0 0x2b5 0x0 0x0 0x0 0x0 0x1c 0x1 0x0 0x2b6 0x0 0x0 0x0 0x0 0x1d 0x1 0x0 0x2b7 0x0 0x0 0x0 0x0 0x1e 0x1 0x0 0x2b8 0x0 0x0 0x0 0x0 0x1f 0x1 0x0 0x2b9 0x0 0x0 0x0 0x0 0x20 0x1 0x0 0x2ba 0x0 0x0 0x0 0x0 0x21 0x1 0x0 0x2bb 0x0 0x0 0x0 0x0 0x22 0x1 0x0 0x2bc 0x0 0x0 0x0 0x0 0x23 0x1 0x0 0x2bd 0x0 0x0 0x0 0x0 0x24 0x1 0x0 0x2be 0x0 0x0 0x0 0x0 0x25 0x1 0x0 0x2bf 0x0>;
+			interrupt-names = "int_msi", "int_a", "int_b", "int_c", "int_d", "int_global_int", "msi_0", "msi_1", "msi_2", "msi_3", "msi_4", "msi_5", "msi_6", "msi_7", "msi_8", "msi_9", "msi_10", "msi_11", "msi_12", "msi_13", "msi_14", "msi_15", "msi_16", "msi_17", "msi_18", "msi_19", "msi_20", "msi_21", "msi_22", "msi_23", "msi_24", "msi_25", "msi_26", "msi_27", "msi_28", "msi_29", "msi_30", "msi_31";
+			qcom,phy-sequence = <0x804 0x1 0x0 0x34 0x14 0x0 0x138 0x30 0x0 0x48 0x7 0x0 0x15c 0x6 0x0 0x90 0x1 0x0 0x88 0x20 0x0 0xf0 0x0 0x0 0xf8 0x1 0x0 0xf4 0xc9 0x0 0x11c 0xff 0x0 0x120 0x3f 0x0 0x164 0x1 0x0 0x154 0x0 0x0 0x148 0xa 0x0 0x5c 0x19 0x0 0x38 0x90 0x0 0xb0 0x82 0x0 0xc0 0x2 0x0 0xbc 0xea 0x0 0xb8 0xab 0x0 0xa0 0x0 0x0 0x9c 0xd 0x0 0x98 0x4 0x0 0x13c 0x0 0x0 0x60 0x6 0x0 0x68 0x16 0x0 0x70 0x36 0x0 0x184 0x1 0x0 0x138 0x33 0x0 0x3c 0x2 0x0 0x40 0x6 0x0 0x80 0x4 0x0 0xdc 0x0 0x0 0xd8 0x3f 0x0 0xc 0x9 0x0 0x10 0x1 0x0 0x1c 0x40 0x0 0x20 0x1 0x0 0x14 0x2 0x0 0x18 0x0 0x0 0x24 0x7e 0x0 0x28 0x15 0x0 0x244 0x2 0x0 0x2a4 0x12 0x0 0x260 0x10 0x0 0x28c 0x6 0x0 0x504 0x3 0x0 0x500 0x10 0x0 0x50c 0x14 0x0 0x4d4 0xe 0x0 0x4d8 0x4 0x0 0x4dc 0x1a 0x0 0x434 0x4b 0x0 0x414 0x4 0x0 0x40c 0x4 0x0 0x4f8 0x71 0x0 0x564 0x59 0x0 0x568 0x59 0x0 0x4fc 0x80 0x0 0x51c 0x40 0x0 0x444 0x71 0x0 0x43c 0x40 0x0 0x854 0x4 0x0 0x62c 0x52 0x0 0x654 0x10 0x0 0x65c 0x1a 0x0 0x660 0x6 0x0 0x8c8 0x83 0x0 0x8cc 0x9 0x0 0x8d0 0xa2 0x0 0x8d4 0x40 0x0 0x8c4 0x2 0x0 0x9ac 0x0 0x0 0x8a0 0x1 0x0 0x9e0 0x0 0x0 0x9dc 0x20 0x0 0x9a8 0x0 0x0 0x8a4 0x1 0x0 0x8a8 0x73 0x0 0x9d8 0xbb 0x0 0x9b0 0x3 0x0 0xa0c 0xd 0x0 0x86c 0x0 0x0 0x644 0x0 0x0 0x804 0x3 0x0 0x800 0x0 0x0 0x808 0x3 0x0>;
+			pinctrl-names = "default";
+			pinctrl-0 = <0x263 0x264 0x265>;
+			perst-gpio = <0x34 0x23 0x0>;
+			wake-gpio = <0x34 0x25 0x0>;
+			gdsc-vdd-supply = <0x266>;
+			vreg-1.8-supply = <0x2e>;
+			vreg-0.9-supply = <0x2f>;
+			vreg-cx-supply = <0x1b>;
+			qcom,vreg-1.8-voltage-level = <0x124f80 0x124f80 0x5dc0>;
+			qcom,vreg-0.9-voltage-level = <0xd6d80 0xd6d80 0x5dc0>;
+			qcom,vreg-cx-voltage-level = <0x10000 0x81 0x0>;
+			qcom,l1-supported;
+			qcom,l1ss-supported;
+			qcom,aux-clk-sync;
+			qcom,ep-latency = <0xa>;
+			qcom,phy-status-offset = <0x974>;
+			qcom,boot-option = <0x1>;
+			linux,pci-domain = <0x0>;
+			qcom,msi-gicm-addr = <0x17a00040>;
+			qcom,msi-gicm-base = <0x2c0>;
+			qcom,pcie-phy-ver = <0x30>;
+			qcom,use-19p2mhz-aux-clk;
+			qcom,smmu-sid-base = <0x1c10>;
+			iommu-map = <0x0 0x29 0x1c10 0x1 0x100 0x29 0x1c11 0x1 0x200 0x29 0x1c12 0x1 0x300 0x29 0x1c13 0x1 0x400 0x29 0x1c14 0x1 0x500 0x29 0x1c15 0x1 0x600 0x29 0x1c16 0x1 0x700 0x29 0x1c17 0x1 0x800 0x29 0x1c18 0x1 0x900 0x29 0x1c19 0x1 0xa00 0x29 0x1c1a 0x1 0xb00 0x29 0x1c1b 0x1 0xc00 0x29 0x1c1c 0x1 0xd00 0x29 0x1c1d 0x1 0xe00 0x29 0x1c1e 0x1 0xf00 0x29 0x1c1f 0x1>;
+			qcom,msm-bus,name = "pcie0";
+			qcom,msm-bus,num-cases = <0x2>;
+			qcom,msm-bus,num-paths = <0x1>;
+			qcom,msm-bus,vectors-KBps = <0x2d 0x200 0x0 0x0 0x2d 0x200 0x1f4 0x320>;
+			clocks = <0x22 0x36 0x21 0x0 0x22 0x31 0x22 0x33 0x22 0x35 0x22 0x37 0x22 0x34 0x22 0x38 0x22 0x6 0x22 0x42 0x22 0x41>;
+			clock-names = "pcie_0_pipe_clk", "pcie_0_ref_clk_src", "pcie_0_aux_clk", "pcie_0_cfg_ahb_clk", "pcie_0_mstr_axi_clk", "pcie_0_slv_axi_clk", "pcie_0_ldo", "pcie_0_slv_q2a_axi_clk", "pcie_tbu_clk", "pcie_phy_refgen_clk", "pcie_phy_aux_clk";
+			max-clock-frequency-hz = <0x0 0x0 0x124f800 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x5f5e100 0x0>;
+			resets = <0x22 0x1 0x22 0x18>;
+			reset-names = "pcie_0_core_reset", "pcie_0_phy_reset";
+			phandle = <0xa2>;
+			status = "disabled";
+		};
+
+		qcom,pcie@0x1c08000 {
+			compatible = "qcom,pci-msm";
+			cell-index = <0x1>;
+			reg = <0x1c08000 0x2000 0x1c0a000 0x2000 0x40000000 0xf1d 0x40000f20 0xa8 0x40100000 0x100000 0x40200000 0x100000 0x40300000 0x1fd00000>;
+			reg-names = "parf", "phy", "dm_core", "elbi", "conf", "io", "bars";
+			#address-cells = <0x3>;
+			#size-cells = <0x2>;
+			ranges = <0x1000000 0x0 0x40200000 0x40200000 0x0 0x100000 0x2000000 0x0 0x40300000 0x40300000 0x0 0x1fd00000>;
+			interrupt-parent = <0x267>;
+			interrupts = <0x0 0x1 0x2 0x3 0x4 0x5 0x6 0x7 0x8 0x9 0xa 0xb 0xc 0xd 0xe 0xf 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25>;
+			#interrupt-cells = <0x1>;
+			interrupt-map-mask = <0x0 0x0 0x0 0xffffffff>;
+			interrupt-map = <0x0 0x0 0x0 0x0 0x80 0x0 0x133 0x0 0x0 0x0 0x0 0x1 0x80 0x0 0x1b2 0x0 0x0 0x0 0x0 0x2 0x80 0x0 0x1b3 0x0 0x0 0x0 0x0 0x3 0x80 0x0 0x1b6 0x0 0x0 0x0 0x0 0x4 0x80 0x0 0x1b7 0x0 0x0 0x0 0x0 0x5 0x80 0x0 0x132 0x0 0x0 0x0 0x0 0x6 0x80 0x0 0x2c0 0x0 0x0 0x0 0x0 0x7 0x80 0x0 0x2c1 0x0 0x0 0x0 0x0 0x8 0x80 0x0 0x2c2 0x0 0x0 0x0 0x0 0x9 0x80 0x0 0x2c3 0x0 0x0 0x0 0x0 0xa 0x80 0x0 0x2c4 0x0 0x0 0x0 0x0 0xb 0x80 0x0 0x2c5 0x0 0x0 0x0 0x0 0xc 0x80 0x0 0x2c6 0x0 0x0 0x0 0x0 0xd 0x80 0x0 0x2c7 0x0 0x0 0x0 0x0 0xe 0x80 0x0 0x2c8 0x0 0x0 0x0 0x0 0xf 0x80 0x0 0x2c9 0x0 0x0 0x0 0x0 0x10 0x80 0x0 0x2ca 0x0 0x0 0x0 0x0 0x11 0x80 0x0 0x2cb 0x0 0x0 0x0 0x0 0x12 0x80 0x0 0x2cc 0x0 0x0 0x0 0x0 0x13 0x80 0x0 0x2cd 0x0 0x0 0x0 0x0 0x14 0x80 0x0 0x2ce 0x0 0x0 0x0 0x0 0x15 0x80 0x0 0x2cf 0x0 0x0 0x0 0x0 0x16 0x80 0x0 0x2d0 0x0 0x0 0x0 0x0 0x17 0x80 0x0 0x2d1 0x0 0x0 0x0 0x0 0x18 0x80 0x0 0x2d2 0x0 0x0 0x0 0x0 0x19 0x80 0x0 0x2d3 0x0 0x0 0x0 0x0 0x1a 0x80 0x0 0x2d4 0x0 0x0 0x0 0x0 0x1b 0x80 0x0 0x2d5 0x0 0x0 0x0 0x0 0x1c 0x80 0x0 0x2d6 0x0 0x0 0x0 0x0 0x1d 0x80 0x0 0x2d7 0x0 0x0 0x0 0x0 0x1e 0x80 0x0 0x2d8 0x0 0x0 0x0 0x0 0x1f 0x80 0x0 0x2d9 0x0 0x0 0x0 0x0 0x20 0x80 0x0 0x2da 0x0 0x0 0x0 0x0 0x21 0x80 0x0 0x2db 0x0 0x0 0x0 0x0 0x22 0x80 0x0 0x2dc 0x0 0x0 0x0 0x0 0x23 0x80 0x0 0x2dd 0x0 0x0 0x0 0x0 0x24 0x80 0x0 0x2de 0x0 0x0 0x0 0x0 0x25 0x80 0x0 0x2df 0x0>;
+			interrupt-names = "int_msi", "int_a", "int_b", "int_c", "int_d", "int_global_int", "msi_0", "msi_1", "msi_2", "msi_3", "msi_4", "msi_5", "msi_6", "msi_7", "msi_8", "msi_9", "msi_10", "msi_11", "msi_12", "msi_13", "msi_14", "msi_15", "msi_16", "msi_17", "msi_18", "msi_19", "msi_20", "msi_21", "msi_22", "msi_23", "msi_24", "msi_25", "msi_26", "msi_27", "msi_28", "msi_29", "msi_30", "msi_31";
+			qcom,phy-sequence = <0x1804 0x3 0x0 0xdc 0x27 0x0 0x14 0x1 0x0 0x20 0x31 0x0 0x24 0x1 0x0 0x28 0xde 0x0 0x2c 0x7 0x0 0x34 0x4c 0x0 0x38 0x6 0x0 0x54 0x18 0x0 0x58 0xb0 0x0 0x6c 0x8c 0x0 0x70 0x20 0x0 0x78 0x14 0x0 0x7c 0x34 0x0 0xb4 0x6 0x0 0xb8 0x6 0x0 0xc0 0x16 0x0 0xc4 0x16 0x0 0xcc 0x36 0x0 0xd0 0x36 0x0 0xf0 0x5 0x0 0xf8 0x42 0x0 0x100 0x82 0x0 0x108 0x68 0x0 0x11c 0x55 0x0 0x120 0x55 0x0 0x124 0x3 0x0 0x128 0xab 0x0 0x12c 0xaa 0x0 0x130 0x2 0x0 0x150 0x3f 0x0 0x158 0x3f 0x0 0x178 0x10 0x0 0x1cc 0x4 0x0 0x1d0 0x30 0x0 0x1e0 0x4 0x0 0x1e8 0x73 0x0 0x1f0 0x1c 0x0 0x1fc 0x15 0x0 0x21c 0x4 0x0 0x224 0x1 0x0 0x228 0x22 0x0 0x22c 0x0 0x0 0x98 0x5 0x0 0x80c 0x0 0x0 0x818 0xd 0x0 0x860 0x1 0x0 0x864 0x3a 0x0 0x87c 0x2f 0x0 0x8c0 0x9 0x0 0x8c4 0x9 0x0 0x8c8 0x1a 0x0 0x8d0 0x1 0x0 0x8d4 0x7 0x0 0x8d8 0x31 0x0 0x8dc 0x31 0x0 0x8e0 0x3 0x0 0x8fc 0x2 0x0 0x900 0x1 0x0 0x908 0x12 0x0 0x914 0x25 0x0 0x918 0x0 0x0 0x91c 0x5 0x0 0x920 0x1 0x0 0x924 0x26 0x0 0x928 0x12 0x0 0x930 0x4 0x0 0x934 0x4 0x0 0x938 0x9 0x0 0x954 0x15 0x0 0x960 0x32 0x0 0x968 0x7f 0x0 0x96c 0x7 0x0 0x978 0x4 0x0 0x980 0x70 0x0 0x984 0x8b 0x0 0x988 0x8 0x0 0x98c 0x9 0x0 0x990 0x3 0x0 0x994 0x4 0x0 0x998 0x2 0x0 0x99c 0xc 0x0 0x9a4 0x2 0x0 0x9c0 0x5c 0x0 0x9c4 0x3e 0x0 0x9c8 0x3f 0x0 0xa30 0x1 0x0 0xa34 0xa0 0x0 0xa38 0x8 0x0 0xaa4 0x1 0x0 0xaac 0xc3 0x0 0xab0 0x0 0x0 0xab8 0x8c 0x0 0xac0 0x7f 0x0 0xac4 0x2a 0x0 0x810 0xc 0x0 0x814 0x0 0x0 0xacc 0x4 0x0 0x93c 0x20 0x0 0x100c 0x0 0x0 0x1018 0xd 0x0 0x1060 0x1 0x0 0x1064 0x3a 0x0 0x107c 0x2f 0x0 0x10c0 0x9 0x0 0x10c4 0x9 0x0 0x10c8 0x1a 0x0 0x10d0 0x1 0x0 0x10d4 0x7 0x0 0x10d8 0x31 0x0 0x10dc 0x31 0x0 0x10e0 0x3 0x0 0x10fc 0x2 0x0 0x1100 0x1 0x0 0x1108 0x12 0x0 0x1114 0x25 0x0 0x1118 0x0 0x0 0x111c 0x5 0x0 0x1120 0x1 0x0 0x1124 0x26 0x0 0x1128 0x12 0x0 0x1130 0x4 0x0 0x1134 0x4 0x0 0x1138 0x9 0x0 0x1154 0x15 0x0 0x1160 0x32 0x0 0x1168 0x7f 0x0 0x116c 0x7 0x0 0x1178 0x4 0x0 0x1180 0x70 0x0 0x1184 0x8b 0x0 0x1188 0x8 0x0 0x118c 0x9 0x0 0x1190 0x3 0x0 0x1194 0x4 0x0 0x1198 0x2 0x0 0x119c 0xc 0x0 0x11a4 0x2 0x0 0x11c0 0x5c 0x0 0x11c4 0x3e 0x0 0x11c8 0x3f 0x0 0x1230 0x1 0x0 0x1234 0xa0 0x0 0x1238 0x8 0x0 0x12a4 0x1 0x0 0x12ac 0xc3 0x0 0x12b0 0x0 0x0 0x12b8 0x8c 0x0 0x12c0 0x7f 0x0 0x12c4 0x2a 0x0 0x1010 0xc 0x0 0x1014 0xf 0x0 0x12cc 0x4 0x0 0x113c 0x20 0x0 0x195c 0x3f 0x0 0x1974 0x50 0x0 0x196c 0x9f 0x0 0x182c 0x19 0x0 0x1840 0x7 0x0 0x1854 0x17 0x0 0x1868 0x9 0x0 0x1800 0x0 0x0 0xaa8 0x1 0x0 0x12a8 0x1 0x0 0x1808 0x1 0x0>;
+			pinctrl-names = "default";
+			pinctrl-0 = <0x268 0x269 0x26a>;
+			perst-gpio = <0x34 0x66 0x0>;
+			wake-gpio = <0x34 0x68 0x0>;
+			gdsc-vdd-supply = <0x26b>;
+			vreg-1.8-supply = <0x2e>;
+			vreg-0.9-supply = <0x2f>;
+			vreg-cx-supply = <0x1b>;
+			qcom,vreg-1.8-voltage-level = <0x124f80 0x124f80 0x5dc0>;
+			qcom,vreg-0.9-voltage-level = <0xd6d80 0xd6d80 0x5dc0>;
+			qcom,vreg-cx-voltage-level = <0x10000 0x101 0x0>;
+			qcom,l1-supported;
+			qcom,l1ss-supported;
+			qcom,aux-clk-sync;
+			qcom,ep-latency = <0xa>;
+			qcom,slv-addr-space-size = <0x20000000>;
+			qcom,phy-status-offset = <0x1aac>;
+			qcom,boot-option = <0x1>;
+			linux,pci-domain = <0x1>;
+			qcom,msi-gicm-addr = <0x17a00040>;
+			qcom,msi-gicm-base = <0x2e0>;
+			qcom,max-link-speed = <0x3>;
+			qcom,use-19p2mhz-aux-clk;
+			qcom,smmu-sid-base = <0x1c00>;
+			iommu-map = <0x0 0x29 0x1c00 0x1 0x100 0x29 0x1c01 0x1 0x200 0x29 0x1c02 0x1 0x300 0x29 0x1c03 0x1 0x400 0x29 0x1c04 0x1 0x500 0x29 0x1c05 0x1 0x600 0x29 0x1c06 0x1 0x700 0x29 0x1c07 0x1 0x800 0x29 0x1c08 0x1 0x900 0x29 0x1c09 0x1 0xa00 0x29 0x1c0a 0x1 0xb00 0x29 0x1c0b 0x1 0xc00 0x29 0x1c0c 0x1 0xd00 0x29 0x1c0d 0x1 0xe00 0x29 0x1c0e 0x1 0xf00 0x29 0x1c0f 0x1>;
+			qcom,msm-bus,name = "pcie1";
+			qcom,msm-bus,num-cases = <0x2>;
+			qcom,msm-bus,num-paths = <0x1>;
+			qcom,msm-bus,vectors-KBps = <0x64 0x200 0x0 0x0 0x64 0x200 0x1f4 0x320>;
+			clocks = <0x22 0x3e 0x21 0x0 0x22 0x39 0x22 0x3b 0x22 0x3d 0x22 0x3f 0x22 0x3c 0x22 0x40 0x22 0x6 0x22 0x42 0x22 0x41>;
+			clock-names = "pcie_1_pipe_clk", "pcie_1_ref_clk_src", "pcie_1_aux_clk", "pcie_1_cfg_ahb_clk", "pcie_1_mstr_axi_clk", "pcie_1_slv_axi_clk", "pcie_1_ldo", "pcie_1_slv_q2a_axi_clk", "pcie_tbu_clk", "pcie_phy_refgen_clk", "pcie_phy_aux_clk";
+			max-clock-frequency-hz = <0x0 0x0 0x124f800 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x5f5e100 0x0>;
+			resets = <0x22 0x2 0x22 0x19>;
+			reset-names = "pcie_1_core_reset", "pcie_1_phy_reset";
+			phandle = <0x267>;
+			status = "disabled";
+		};
+
+		qcom,msm-pcm {
+			compatible = "qcom,msm-pcm-dsp";
+			qcom,msm-pcm-dsp-id = <0x0>;
+			phandle = <0x26c>;
+		};
+
+		qcom,msm-pcm-routing {
+			compatible = "qcom,msm-pcm-routing";
+			phandle = <0x276>;
+		};
+
+		qcom,msm-compr-dsp {
+			compatible = "qcom,msm-compr-dsp";
+			phandle = <0x277>;
+		};
+
+		qcom,msm-pcm-low-latency {
+			compatible = "qcom,msm-pcm-dsp";
+			qcom,msm-pcm-dsp-id = <0x1>;
+			qcom,msm-pcm-low-latency;
+			qcom,latency-level = "regular";
+			phandle = <0x26d>;
+		};
+
+		qcom,msm-ultra-low-latency {
+			compatible = "qcom,msm-pcm-dsp";
+			qcom,msm-pcm-dsp-id = <0x2>;
+			qcom,msm-pcm-low-latency;
+			qcom,latency-level = "ultra";
+			phandle = <0x26e>;
+		};
+
+		qcom,msm-pcm-dsp-noirq {
+			compatible = "qcom,msm-pcm-dsp-noirq";
+			qcom,msm-pcm-low-latency;
+			qcom,latency-level = "ultra";
+			phandle = <0x278>;
+		};
+
+		qcom,msm-compress-dsp {
+			compatible = "qcom,msm-compress-dsp";
+			phandle = <0x272>;
+		};
+
+		qcom,msm-voip-dsp {
+			compatible = "qcom,msm-voip-dsp";
+			phandle = <0x26f>;
+		};
+
+		qcom,msm-pcm-voice {
+			compatible = "qcom,msm-pcm-voice";
+			qcom,destroy-cvd;
+			phandle = <0x270>;
+		};
+
+		qcom,msm-stub-codec {
+			compatible = "qcom,msm-stub-codec";
+			phandle = <0x4aa>;
+		};
+
+		qcom,msm-dai-fe {
+			compatible = "qcom,msm-dai-fe";
+		};
+
+		qcom,msm-pcm-afe {
+			compatible = "qcom,msm-pcm-afe";
+			phandle = <0x274>;
+		};
+
+		qcom,msm-dai-q6-hdmi {
+			compatible = "qcom,msm-dai-q6-hdmi";
+			qcom,msm-dai-q6-dev-id = <0x8>;
+			phandle = <0x279>;
+		};
+
+		qcom,msm-dai-q6-dp {
+			compatible = "qcom,msm-dai-q6-hdmi";
+			qcom,msm-dai-q6-dev-id = <0x6020>;
+			phandle = <0x27a>;
+		};
+
+		qcom,msm-pcm-loopback {
+			compatible = "qcom,msm-pcm-loopback";
+			phandle = <0x271>;
+		};
+
+		qcom,msm-dai-mi2s {
+			compatible = "qcom,msm-dai-mi2s";
+			phandle = <0x4ab>;
+
+			qcom,msm-dai-q6-mi2s-prim {
+				compatible = "qcom,msm-dai-q6-mi2s";
+				qcom,msm-dai-q6-mi2s-dev-id = <0x0>;
+				qcom,msm-mi2s-rx-lines = <0x3>;
+				qcom,msm-mi2s-tx-lines = <0x0>;
+				phandle = <0x27b>;
+			};
+
+			qcom,msm-dai-q6-mi2s-sec {
+				compatible = "qcom,msm-dai-q6-mi2s";
+				qcom,msm-dai-q6-mi2s-dev-id = <0x1>;
+				qcom,msm-mi2s-rx-lines = <0x1>;
+				qcom,msm-mi2s-tx-lines = <0x0>;
+				phandle = <0x27c>;
+			};
+
+			qcom,msm-dai-q6-mi2s-tert {
+				compatible = "qcom,msm-dai-q6-mi2s";
+				qcom,msm-dai-q6-mi2s-dev-id = <0x2>;
+				qcom,msm-mi2s-rx-lines = <0x0>;
+				qcom,msm-mi2s-tx-lines = <0x3>;
+				phandle = <0x27d>;
+			};
+
+			qcom,msm-dai-q6-mi2s-quat {
+				compatible = "qcom,msm-dai-q6-mi2s";
+				qcom,msm-dai-q6-mi2s-dev-id = <0x3>;
+				qcom,msm-mi2s-rx-lines = <0x2>;
+				qcom,msm-mi2s-tx-lines = <0x1>;
+				phandle = <0x27e>;
+				pinctrl-names = "default", "sleep";
+				pinctrl-0 = <0x453 0x455 0x457>;
+				pinctrl-1 = <0x452 0x454 0x456>;
+			};
+
+			qcom,msm-dai-q6-mi2s-quin {
+				compatible = "qcom,msm-dai-q6-mi2s";
+				qcom,msm-dai-q6-mi2s-dev-id = <0x4>;
+				qcom,msm-mi2s-rx-lines = <0x1>;
+				qcom,msm-mi2s-tx-lines = <0x2>;
+				phandle = <0x4ac>;
+			};
+
+			qcom,msm-dai-q6-mi2s-senary {
+				compatible = "qcom,msm-dai-q6-mi2s";
+				qcom,msm-dai-q6-mi2s-dev-id = <0x6>;
+				qcom,msm-mi2s-rx-lines = <0x0>;
+				qcom,msm-mi2s-tx-lines = <0x3>;
+				phandle = <0x4ad>;
+			};
+		};
+
+		qcom,msm-lsm-client {
+			compatible = "qcom,msm-lsm-client";
+			phandle = <0x275>;
+		};
+
+		qcom,msm-dai-q6 {
+			compatible = "qcom,msm-dai-q6";
+
+			qcom,msm-dai-q6-sb-0-rx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x4000>;
+				phandle = <0x283>;
+			};
+
+			qcom,msm-dai-q6-sb-0-tx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x4001>;
+				phandle = <0x284>;
+			};
+
+			qcom,msm-dai-q6-sb-1-rx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x4002>;
+				phandle = <0x285>;
+			};
+
+			qcom,msm-dai-q6-sb-1-tx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x4003>;
+				phandle = <0x286>;
+			};
+
+			qcom,msm-dai-q6-sb-2-rx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x4004>;
+				phandle = <0x287>;
+			};
+
+			qcom,msm-dai-q6-sb-2-tx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x4005>;
+				phandle = <0x288>;
+			};
+
+			qcom,msm-dai-q6-sb-3-rx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x4006>;
+				phandle = <0x289>;
+			};
+
+			qcom,msm-dai-q6-sb-3-tx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x4007>;
+				phandle = <0x28a>;
+			};
+
+			qcom,msm-dai-q6-sb-4-rx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x4008>;
+				phandle = <0x28b>;
+			};
+
+			qcom,msm-dai-q6-sb-4-tx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x4009>;
+				phandle = <0x28c>;
+			};
+
+			qcom,msm-dai-q6-sb-5-tx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x400b>;
+				phandle = <0x28d>;
+			};
+
+			qcom,msm-dai-q6-sb-5-rx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x400a>;
+				phandle = <0x296>;
+			};
+
+			qcom,msm-dai-q6-sb-6-rx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x400c>;
+				phandle = <0x297>;
+			};
+
+			qcom,msm-dai-q6-sb-7-rx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x400e>;
+				phandle = <0x298>;
+			};
+
+			qcom,msm-dai-q6-sb-7-tx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x400f>;
+				phandle = <0x299>;
+			};
+
+			qcom,msm-dai-q6-sb-8-rx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x4010>;
+				phandle = <0x4ae>;
+			};
+
+			qcom,msm-dai-q6-sb-8-tx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x4011>;
+				phandle = <0x29a>;
+			};
+
+			qcom,msm-dai-q6-bt-sco-rx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x3000>;
+				phandle = <0x4af>;
+			};
+
+			qcom,msm-dai-q6-bt-sco-tx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x3001>;
+				phandle = <0x4b0>;
+			};
+
+			qcom,msm-dai-q6-int-fm-rx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x3004>;
+				phandle = <0x4b1>;
+			};
+
+			qcom,msm-dai-q6-int-fm-tx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x3005>;
+				phandle = <0x4b2>;
+			};
+
+			qcom,msm-dai-q6-be-afe-pcm-rx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0xe0>;
+				phandle = <0x28e>;
+			};
+
+			qcom,msm-dai-q6-be-afe-pcm-tx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0xe1>;
+				phandle = <0x28f>;
+			};
+
+			qcom,msm-dai-q6-afe-proxy-rx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0xf1>;
+				phandle = <0x290>;
+			};
+
+			qcom,msm-dai-q6-afe-proxy-tx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0xf0>;
+				phandle = <0x291>;
+			};
+
+			qcom,msm-dai-q6-afe-loopback-tx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x6001>;
+				phandle = <0x2a6>;
+			};
+
+			qcom,msm-dai-q6-incall-record-rx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x8003>;
+				phandle = <0x292>;
+			};
+
+			qcom,msm-dai-q6-incall-record-tx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x8004>;
+				phandle = <0x293>;
+			};
+
+			qcom,msm-dai-q6-incall-music-rx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x8005>;
+				phandle = <0x294>;
+			};
+
+			qcom,msm-dai-q6-incall-music-2-rx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x8002>;
+				phandle = <0x295>;
+			};
+
+			qcom,msm-dai-q6-usb-audio-rx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x7000>;
+				phandle = <0x29b>;
+			};
+
+			qcom,msm-dai-q6-usb-audio-tx {
+				compatible = "qcom,msm-dai-q6-dev";
+				qcom,msm-dai-q6-dev-id = <0x7001>;
+				phandle = <0x29c>;
+			};
+		};
+
+		qcom,msm-pcm-hostless {
+			compatible = "qcom,msm-pcm-hostless";
+			phandle = <0x273>;
+
+			audio_test_mod {
+				compatible = "qcom,audio-test-mod";
+			};
+		};
+
+		qcom,msm-audio-apr {
+			compatible = "qcom,msm-audio-apr";
+			qcom,subsys-name = "apr_adsp";
+			phandle = <0x4b3>;
+
+			sound-tavil {
+				compatible = "qcom,sdm845-asoc-snd-tavil";
+				qcom,model = "sdm845-tavil-snd-card";
+				qcom,afe-rxtx-lb = <0x1>;
+				qcom,ext-disp-audio-rx;
+				qcom,wcn-btfm;
+				qcom,mi2s-audio-intf;
+				qcom,auxpcm-audio-intf;
+				qcom,msm-mi2s-master = <0x1 0x1 0x1 0x1>;
+				asoc-platform = <0x26c 0x26d 0x26e 0x26f 0x270 0x271 0x272 0x273 0x274 0x275 0x276 0x277 0x278>;
+				asoc-platform-names = "msm-pcm-dsp.0", "msm-pcm-dsp.1", "msm-pcm-dsp.2", "msm-voip-dsp", "msm-pcm-voice", "msm-pcm-loopback", "msm-compress-dsp", "msm-pcm-hostless", "msm-pcm-afe", "msm-lsm-client", "msm-pcm-routing", "msm-compr-dsp", "msm-pcm-dsp-noirq";
+				asoc-cpu = <0x279 0x27a 0x27b 0x27c 0x27d 0x27e 0x27f 0x280 0x281 0x282 0x283 0x284 0x285 0x286 0x287 0x288 0x289 0x28a 0x28b 0x28c 0x28d 0x28e 0x28f 0x290 0x291 0x292 0x293 0x294 0x295 0x296 0x297 0x298 0x299 0x29a 0x29b 0x29c 0x29d 0x29e 0x29f 0x2a0 0x2a1 0x2a2 0x2a3 0x2a4 0x2a5 0x2a6>;
+				asoc-cpu-names = "msm-dai-q6-hdmi.8", "msm-dai-q6-dp.24608", "msm-dai-q6-mi2s.0", "msm-dai-q6-mi2s.1", "msm-dai-q6-mi2s.2", "msm-dai-q6-mi2s.3", "msm-dai-q6-auxpcm.1", "msm-dai-q6-auxpcm.2", "msm-dai-q6-auxpcm.3", "msm-dai-q6-auxpcm.4", "msm-dai-q6-dev.16384", "msm-dai-q6-dev.16385", "msm-dai-q6-dev.16386", "msm-dai-q6-dev.16387", "msm-dai-q6-dev.16388", "msm-dai-q6-dev.16389", "msm-dai-q6-dev.16390", "msm-dai-q6-dev.16391", "msm-dai-q6-dev.16392", "msm-dai-q6-dev.16393", "msm-dai-q6-dev.16395", "msm-dai-q6-dev.224", "msm-dai-q6-dev.225", "msm-dai-q6-dev.241", "msm-dai-q6-dev.240", "msm-dai-q6-dev.32771", "msm-dai-q6-dev.32772", "msm-dai-q6-dev.32773", "msm-dai-q6-dev.32770", "msm-dai-q6-dev.16394", "msm-dai-q6-dev.16396", "msm-dai-q6-dev.16398", "msm-dai-q6-dev.16399", "msm-dai-q6-dev.16401", "msm-dai-q6-dev.28672", "msm-dai-q6-dev.28673", "msm-dai-q6-tdm.36864", "msm-dai-q6-tdm.36865", "msm-dai-q6-tdm.36880", "msm-dai-q6-tdm.36881", "msm-dai-q6-tdm.36896", "msm-dai-q6-tdm.36897", "msm-dai-q6-tdm.36912", "msm-dai-q6-tdm.36913", "msm-dai-q6-tdm.36914", "msm-dai-q6-dev.24577";
+				op,smartpa = "max98927";
+				phandle = <0x4b4>;
+				qcom,audio-routing = "AIF4 VI", "MCLK", "RX_BIAS", "MCLK", "MADINPUT", "MCLK", "hifi amp", "LINEOUT1", "hifi amp", "LINEOUT2", "AMIC2", "MIC BIAS2", "MIC BIAS2", "Headset Mic", "AMIC3", "MIC BIAS4", "MIC BIAS4", "ANCRight Headset Mic", "AMIC4", "MIC BIAS1", "MIC BIAS1", "ANCLeft Headset Mic", "AMIC5", "MIC BIAS4", "MIC BIAS4", "Handset Mic", "DMIC0", "MIC BIAS1", "MIC BIAS1", "Digital Mic0", "DMIC1", "MIC BIAS1", "MIC BIAS1", "Digital Mic1", "DMIC2", "MIC BIAS3", "MIC BIAS3", "Digital Mic2", "DMIC3", "MIC BIAS3", "MIC BIAS3", "Digital Mic3", "DMIC4", "MIC BIAS4", "MIC BIAS4", "Digital Mic4", "DMIC5", "MIC BIAS4", "MIC BIAS4", "Digital Mic5", "SpkrLeft IN", "SPK1 OUT", "SpkrRight IN", "SPK2 OUT";
+				qcom,msm-mbhc-hphl-swh = <0x1>;
+				qcom,msm-mbhc-gnd-swh = <0x1>;
+				qcom,msm-mbhc-hs-mic-max-threshold-mv = <0x6a4>;
+				qcom,msm-mbhc-hs-mic-min-threshold-mv = <0x32>;
+				qcom,hph-en0-gpio = <0x50f>;
+				qcom,hph-en1-gpio = <0x510>;
+				qcom,tavil-mclk-clk-freq = <0x927c00>;
+				asoc-codec = <0x4aa 0x511>;
+				asoc-codec-names = "msm-stub-codec.1", "msm-ext-disp-audio-codec-rx";
+				qcom,usbc-analog-en1-gpio = <0x512>;
+				qcom,usbc-analog-en2-gpio = <0x34 0x33 0x0>;
+				pinctrl-names = "aud_active", "aud_sleep";
+				pinctrl-0 = <0x409>;
+				pinctrl-1 = <0x408>;
+				qcom,wsa-max-devs = <0x0>;
+			};
+		};
+
+		qcom,msm-pri-auxpcm {
+			compatible = "qcom,msm-auxpcm-dev";
+			qcom,msm-cpudai-auxpcm-mode = <0x0 0x0>;
+			qcom,msm-cpudai-auxpcm-sync = <0x1 0x1>;
+			qcom,msm-cpudai-auxpcm-frame = <0x5 0x4>;
+			qcom,msm-cpudai-auxpcm-quant = <0x2 0x2>;
+			qcom,msm-cpudai-auxpcm-num-slots = <0x1 0x1>;
+			qcom,msm-cpudai-auxpcm-slot-mapping = <0x1 0x1>;
+			qcom,msm-cpudai-auxpcm-data = <0x0 0x0>;
+			qcom,msm-cpudai-auxpcm-pcm-clk-rate = <0x1f4000 0x1f4000>;
+			qcom,msm-auxpcm-interface = "primary";
+			qcom,msm-cpudai-afe-clk-ver = <0x2>;
+			phandle = <0x27f>;
+		};
+
+		qcom,msm-sec-auxpcm {
+			compatible = "qcom,msm-auxpcm-dev";
+			qcom,msm-cpudai-auxpcm-mode = <0x0 0x0>;
+			qcom,msm-cpudai-auxpcm-sync = <0x1 0x1>;
+			qcom,msm-cpudai-auxpcm-frame = <0x5 0x4>;
+			qcom,msm-cpudai-auxpcm-quant = <0x2 0x2>;
+			qcom,msm-cpudai-auxpcm-num-slots = <0x1 0x1>;
+			qcom,msm-cpudai-auxpcm-slot-mapping = <0x1 0x1>;
+			qcom,msm-cpudai-auxpcm-data = <0x0 0x0>;
+			qcom,msm-cpudai-auxpcm-pcm-clk-rate = <0x1f4000 0x1f4000>;
+			qcom,msm-auxpcm-interface = "secondary";
+			qcom,msm-cpudai-afe-clk-ver = <0x2>;
+			phandle = <0x280>;
+		};
+
+		qcom,msm-tert-auxpcm {
+			compatible = "qcom,msm-auxpcm-dev";
+			qcom,msm-cpudai-auxpcm-mode = <0x0 0x0>;
+			qcom,msm-cpudai-auxpcm-sync = <0x1 0x1>;
+			qcom,msm-cpudai-auxpcm-frame = <0x5 0x4>;
+			qcom,msm-cpudai-auxpcm-quant = <0x2 0x2>;
+			qcom,msm-cpudai-auxpcm-num-slots = <0x1 0x1>;
+			qcom,msm-cpudai-auxpcm-slot-mapping = <0x1 0x1>;
+			qcom,msm-cpudai-auxpcm-data = <0x0 0x0>;
+			qcom,msm-cpudai-auxpcm-pcm-clk-rate = <0x1f4000 0x1f4000>;
+			qcom,msm-auxpcm-interface = "tertiary";
+			qcom,msm-cpudai-afe-clk-ver = <0x2>;
+			phandle = <0x281>;
+		};
+
+		qcom,msm-quat-auxpcm {
+			compatible = "qcom,msm-auxpcm-dev";
+			qcom,msm-cpudai-auxpcm-mode = <0x0 0x0>;
+			qcom,msm-cpudai-auxpcm-sync = <0x1 0x1>;
+			qcom,msm-cpudai-auxpcm-frame = <0x5 0x4>;
+			qcom,msm-cpudai-auxpcm-quant = <0x2 0x2>;
+			qcom,msm-cpudai-auxpcm-num-slots = <0x1 0x1>;
+			qcom,msm-cpudai-auxpcm-slot-mapping = <0x1 0x1>;
+			qcom,msm-cpudai-auxpcm-data = <0x0 0x0>;
+			qcom,msm-cpudai-auxpcm-pcm-clk-rate = <0x1f4000 0x1f4000>;
+			qcom,msm-auxpcm-interface = "quaternary";
+			qcom,msm-cpudai-afe-clk-ver = <0x2>;
+			phandle = <0x282>;
+		};
+
+		qcom,msm-quin-auxpcm {
+			compatible = "qcom,msm-auxpcm-dev";
+			qcom,msm-cpudai-auxpcm-mode = <0x0 0x0>;
+			qcom,msm-cpudai-auxpcm-sync = <0x1 0x1>;
+			qcom,msm-cpudai-auxpcm-frame = <0x5 0x4>;
+			qcom,msm-cpudai-auxpcm-quant = <0x2 0x2>;
+			qcom,msm-cpudai-auxpcm-num-slots = <0x1 0x1>;
+			qcom,msm-cpudai-auxpcm-slot-mapping = <0x1 0x1>;
+			qcom,msm-cpudai-auxpcm-data = <0x0 0x0>;
+			qcom,msm-cpudai-auxpcm-pcm-clk-rate = <0x1f4000 0x1f4000>;
+			qcom,msm-auxpcm-interface = "quinary";
+			qcom,msm-cpudai-afe-clk-ver = <0x2>;
+			phandle = <0x4b5>;
+		};
+
+		qcom,msm-hdmi-dba-codec-rx {
+			compatible = "qcom,msm-hdmi-dba-codec-rx";
+			qcom,dba-bridge-chip = "adv7533";
+			phandle = <0x4b6>;
+		};
+
+		qcom,msm-audio-ion {
+			compatible = "qcom,msm-audio-ion";
+			qcom,smmu-version = <0x2>;
+			qcom,smmu-enabled;
+			iommus = <0x29 0x1821 0x0>;
+			qcom,smmu-sid-mask = <0x0 0xf>;
+			phandle = <0x4b7>;
+		};
+
+		qcom,msm-adsp-loader {
+			status = "ok";
+			compatible = "qcom,adsp-loader";
+			qcom,adsp-state = <0x0>;
+		};
+
+		qcom,msm-dai-tdm-pri-rx {
+			compatible = "qcom,msm-dai-tdm";
+			qcom,msm-cpudai-tdm-group-id = <0x9100>;
+			qcom,msm-cpudai-tdm-group-num-ports = <0x1>;
+			qcom,msm-cpudai-tdm-group-port-id = <0x9000>;
+			qcom,msm-cpudai-tdm-clk-rate = <0x177000>;
+			qcom,msm-cpudai-tdm-clk-internal = <0x1>;
+			qcom,msm-cpudai-tdm-sync-mode = <0x1>;
+			qcom,msm-cpudai-tdm-sync-src = <0x1>;
+			qcom,msm-cpudai-tdm-data-out = <0x0>;
+			qcom,msm-cpudai-tdm-invert-sync = <0x1>;
+			qcom,msm-cpudai-tdm-data-delay = <0x1>;
+
+			qcom,msm-dai-q6-tdm-pri-rx-0 {
+				compatible = "qcom,msm-dai-q6-tdm";
+				qcom,msm-cpudai-tdm-dev-id = <0x9000>;
+				qcom,msm-cpudai-tdm-data-align = <0x0>;
+				phandle = <0x29d>;
+			};
+		};
+
+		qcom,msm-dai-tdm-pri-tx {
+			compatible = "qcom,msm-dai-tdm";
+			qcom,msm-cpudai-tdm-group-id = <0x9101>;
+			qcom,msm-cpudai-tdm-group-num-ports = <0x1>;
+			qcom,msm-cpudai-tdm-group-port-id = <0x9001>;
+			qcom,msm-cpudai-tdm-clk-rate = <0x177000>;
+			qcom,msm-cpudai-tdm-clk-internal = <0x1>;
+			qcom,msm-cpudai-tdm-sync-mode = <0x1>;
+			qcom,msm-cpudai-tdm-sync-src = <0x1>;
+			qcom,msm-cpudai-tdm-data-out = <0x0>;
+			qcom,msm-cpudai-tdm-invert-sync = <0x1>;
+			qcom,msm-cpudai-tdm-data-delay = <0x1>;
+
+			qcom,msm-dai-q6-tdm-pri-tx-0 {
+				compatible = "qcom,msm-dai-q6-tdm";
+				qcom,msm-cpudai-tdm-dev-id = <0x9001>;
+				qcom,msm-cpudai-tdm-data-align = <0x0>;
+				phandle = <0x29e>;
+			};
+		};
+
+		qcom,msm-dai-tdm-sec-rx {
+			compatible = "qcom,msm-dai-tdm";
+			qcom,msm-cpudai-tdm-group-id = <0x9110>;
+			qcom,msm-cpudai-tdm-group-num-ports = <0x1>;
+			qcom,msm-cpudai-tdm-group-port-id = <0x9010>;
+			qcom,msm-cpudai-tdm-clk-rate = <0x177000>;
+			qcom,msm-cpudai-tdm-clk-internal = <0x1>;
+			qcom,msm-cpudai-tdm-sync-mode = <0x1>;
+			qcom,msm-cpudai-tdm-sync-src = <0x1>;
+			qcom,msm-cpudai-tdm-data-out = <0x0>;
+			qcom,msm-cpudai-tdm-invert-sync = <0x1>;
+			qcom,msm-cpudai-tdm-data-delay = <0x1>;
+
+			qcom,msm-dai-q6-tdm-sec-rx-0 {
+				compatible = "qcom,msm-dai-q6-tdm";
+				qcom,msm-cpudai-tdm-dev-id = <0x9010>;
+				qcom,msm-cpudai-tdm-data-align = <0x0>;
+				phandle = <0x29f>;
+			};
+		};
+
+		qcom,msm-dai-tdm-sec-tx {
+			compatible = "qcom,msm-dai-tdm";
+			qcom,msm-cpudai-tdm-group-id = <0x9111>;
+			qcom,msm-cpudai-tdm-group-num-ports = <0x1>;
+			qcom,msm-cpudai-tdm-group-port-id = <0x9011>;
+			qcom,msm-cpudai-tdm-clk-rate = <0x177000>;
+			qcom,msm-cpudai-tdm-clk-internal = <0x1>;
+			qcom,msm-cpudai-tdm-sync-mode = <0x1>;
+			qcom,msm-cpudai-tdm-sync-src = <0x1>;
+			qcom,msm-cpudai-tdm-data-out = <0x0>;
+			qcom,msm-cpudai-tdm-invert-sync = <0x1>;
+			qcom,msm-cpudai-tdm-data-delay = <0x1>;
+
+			qcom,msm-dai-q6-tdm-sec-tx-0 {
+				compatible = "qcom,msm-dai-q6-tdm";
+				qcom,msm-cpudai-tdm-dev-id = <0x9011>;
+				qcom,msm-cpudai-tdm-data-align = <0x0>;
+				phandle = <0x2a0>;
+			};
+		};
+
+		qcom,msm-dai-tdm-tert-rx {
+			compatible = "qcom,msm-dai-tdm";
+			qcom,msm-cpudai-tdm-group-id = <0x9120>;
+			qcom,msm-cpudai-tdm-group-num-ports = <0x1>;
+			qcom,msm-cpudai-tdm-group-port-id = <0x9020>;
+			qcom,msm-cpudai-tdm-clk-rate = <0x177000>;
+			qcom,msm-cpudai-tdm-clk-internal = <0x1>;
+			qcom,msm-cpudai-tdm-sync-mode = <0x1>;
+			qcom,msm-cpudai-tdm-sync-src = <0x1>;
+			qcom,msm-cpudai-tdm-data-out = <0x0>;
+			qcom,msm-cpudai-tdm-invert-sync = <0x1>;
+			qcom,msm-cpudai-tdm-data-delay = <0x1>;
+
+			qcom,msm-dai-q6-tdm-tert-rx-0 {
+				compatible = "qcom,msm-dai-q6-tdm";
+				qcom,msm-cpudai-tdm-dev-id = <0x9020>;
+				qcom,msm-cpudai-tdm-data-align = <0x0>;
+				phandle = <0x2a1>;
+			};
+		};
+
+		qcom,msm-dai-tdm-tert-tx {
+			compatible = "qcom,msm-dai-tdm";
+			qcom,msm-cpudai-tdm-group-id = <0x9121>;
+			qcom,msm-cpudai-tdm-group-num-ports = <0x1>;
+			qcom,msm-cpudai-tdm-group-port-id = <0x9021>;
+			qcom,msm-cpudai-tdm-clk-rate = <0x177000>;
+			qcom,msm-cpudai-tdm-clk-internal = <0x1>;
+			qcom,msm-cpudai-tdm-sync-mode = <0x1>;
+			qcom,msm-cpudai-tdm-sync-src = <0x1>;
+			qcom,msm-cpudai-tdm-data-out = <0x0>;
+			qcom,msm-cpudai-tdm-invert-sync = <0x1>;
+			qcom,msm-cpudai-tdm-data-delay = <0x1>;
+
+			qcom,msm-dai-q6-tdm-tert-tx-0 {
+				compatible = "qcom,msm-dai-q6-tdm";
+				qcom,msm-cpudai-tdm-dev-id = <0x9021>;
+				qcom,msm-cpudai-tdm-data-align = <0x0>;
+				phandle = <0x2a2>;
+			};
+		};
+
+		qcom,msm-dai-tdm-quat-rx {
+			compatible = "qcom,msm-dai-tdm";
+			qcom,msm-cpudai-tdm-group-id = <0x9130>;
+			qcom,msm-cpudai-tdm-group-num-ports = <0x2>;
+			qcom,msm-cpudai-tdm-group-port-id = <0x9030 0x9032>;
+			qcom,msm-cpudai-tdm-clk-rate = <0x177000>;
+			qcom,msm-cpudai-tdm-clk-internal = <0x1>;
+			qcom,msm-cpudai-tdm-sync-mode = <0x1>;
+			qcom,msm-cpudai-tdm-sync-src = <0x1>;
+			qcom,msm-cpudai-tdm-data-out = <0x0>;
+			qcom,msm-cpudai-tdm-invert-sync = <0x1>;
+			qcom,msm-cpudai-tdm-data-delay = <0x1>;
+			phandle = <0x4b8>;
+
+			qcom,msm-dai-q6-tdm-quat-rx-0 {
+				compatible = "qcom,msm-dai-q6-tdm";
+				qcom,msm-cpudai-tdm-dev-id = <0x9030>;
+				qcom,msm-cpudai-tdm-data-align = <0x0>;
+				phandle = <0x2a3>;
+			};
+
+			qcom,msm-dai-q6-tdm-quat-rx-1 {
+				compatible = "qcom,msm-dai-q6-tdm";
+				qcom,msm-cpudai-tdm-dev-id = <0x9032>;
+				qcom,msm-cpudai-tdm-data-align = <0x0>;
+				phandle = <0x2a5>;
+			};
+		};
+
+		qcom,msm-dai-tdm-quat-tx {
+			compatible = "qcom,msm-dai-tdm";
+			qcom,msm-cpudai-tdm-group-id = <0x9131>;
+			qcom,msm-cpudai-tdm-group-num-ports = <0x1>;
+			qcom,msm-cpudai-tdm-group-port-id = <0x9031>;
+			qcom,msm-cpudai-tdm-clk-rate = <0x177000>;
+			qcom,msm-cpudai-tdm-clk-internal = <0x1>;
+			qcom,msm-cpudai-tdm-sync-mode = <0x1>;
+			qcom,msm-cpudai-tdm-sync-src = <0x1>;
+			qcom,msm-cpudai-tdm-data-out = <0x0>;
+			qcom,msm-cpudai-tdm-invert-sync = <0x1>;
+			qcom,msm-cpudai-tdm-data-delay = <0x1>;
+
+			qcom,msm-dai-q6-tdm-quat-tx-0 {
+				compatible = "qcom,msm-dai-q6-tdm";
+				qcom,msm-cpudai-tdm-dev-id = <0x9031>;
+				qcom,msm-cpudai-tdm-data-align = <0x0>;
+				phandle = <0x2a4>;
+			};
+		};
+
+		qcom,msm-dai-tdm-quin-rx {
+			compatible = "qcom,msm-dai-tdm";
+			qcom,msm-cpudai-tdm-group-id = <0x9140>;
+			qcom,msm-cpudai-tdm-group-num-ports = <0x1>;
+			qcom,msm-cpudai-tdm-group-port-id = <0x9040>;
+			qcom,msm-cpudai-tdm-clk-rate = <0x177000>;
+			qcom,msm-cpudai-tdm-clk-internal = <0x1>;
+			qcom,msm-cpudai-tdm-sync-mode = <0x1>;
+			qcom,msm-cpudai-tdm-sync-src = <0x1>;
+			qcom,msm-cpudai-tdm-data-out = <0x0>;
+			qcom,msm-cpudai-tdm-invert-sync = <0x1>;
+			qcom,msm-cpudai-tdm-data-delay = <0x1>;
+
+			qcom,msm-dai-q6-tdm-quin-rx-0 {
+				compatible = "qcom,msm-dai-q6-tdm";
+				qcom,msm-cpudai-tdm-dev-id = <0x9040>;
+				qcom,msm-cpudai-tdm-data-align = <0x0>;
+				phandle = <0x4b9>;
+			};
+		};
+
+		qcom,msm-dai-tdm-quin-tx {
+			compatible = "qcom,msm-dai-tdm";
+			qcom,msm-cpudai-tdm-group-id = <0x9141>;
+			qcom,msm-cpudai-tdm-group-num-ports = <0x1>;
+			qcom,msm-cpudai-tdm-group-port-id = <0x9041>;
+			qcom,msm-cpudai-tdm-clk-rate = <0x177000>;
+			qcom,msm-cpudai-tdm-clk-internal = <0x1>;
+			qcom,msm-cpudai-tdm-sync-mode = <0x1>;
+			qcom,msm-cpudai-tdm-sync-src = <0x1>;
+			qcom,msm-cpudai-tdm-data-out = <0x0>;
+			qcom,msm-cpudai-tdm-invert-sync = <0x1>;
+			qcom,msm-cpudai-tdm-data-delay = <0x1>;
+
+			qcom,msm-dai-q6-tdm-quin-tx-0 {
+				compatible = "qcom,msm-dai-q6-tdm";
+				qcom,msm-cpudai-tdm-dev-id = <0x9041>;
+				qcom,msm-cpudai-tdm-data-align = <0x0>;
+				phandle = <0x4ba>;
+			};
+		};
+
+		qcom,avtimer@170f7000 {
+			compatible = "qcom,avtimer";
+			reg = <0x170f700c 0x4 0x170f7010 0x4>;
+			reg-names = "avtimer_lsb_addr", "avtimer_msb_addr";
+			qcom,clk-div = <0xc0>;
+			qcom,clk-mult = <0xa>;
+		};
+
+		qcom,kgsl-hyp {
+			compatible = "qcom,pil-tz-generic";
+			qcom,pas-id = <0xd>;
+			qcom,firmware-name = "a630_zap";
+			memory-region = <0x2a7>;
+			phandle = <0x4bb>;
+		};
+
+		qcom,kgsl-busmon {
+			label = "kgsl-busmon";
+			compatible = "qcom,kgsl-busmon";
+			phandle = <0x4bc>;
+		};
+
+		qcom,gpubw {
+			compatible = "qcom,devbw";
+			governor = "bw_vbif";
+			qcom,src-dst-ports = <0x1a 0x200>;
+			qcom,bw-tbl = <0x0 0x17d 0x23c 0x2fa 0x478 0x623 0x826 0xa25 0xb71 0xf27 0x134f 0x172b 0x1ae1>;
+			phandle = <0x2a8>;
+		};
+
+		qcom,kgsl-3d0@5000000 {
+			label = "kgsl-3d0";
+			compatible = "qcom,kgsl-3d0", "qcom,kgsl-3d";
+			status = "ok";
+			reg = <0x5000000 0x40000 0x5061000 0x800 0x509e000 0x1000>;
+			reg-names = "kgsl_3d0_reg_memory", "kgsl_3d0_cx_dbgc_memory", "cx_misc";
+			interrupts = <0x0 0x12c 0x0>;
+			interrupt-names = "kgsl_3d0_irq";
+			qcom,id = <0x0>;
+			qcom,chipid = <0x6030001>;
+			qcom,initial-pwrlevel = <0x7>;
+			qcom,gpu-quirk-hfi-use-reg;
+			qcom,gpu-quirk-secvid-set-once;
+			qcom,idle-timeout = <0x50>;
+			qcom,no-nap;
+			qcom,highest-bank-bit = <0xf>;
+			qcom,min-access-length = <0x20>;
+			qcom,ubwc-mode = <0x2>;
+			qcom,snapshot-size = <0x100000>;
+			qcom,gpu-qdss-stm = <0x161c0000 0x40000>;
+			qcom,tsens-name = "tsens_tz_sensor12";
+			#cooling-cells = <0x2>;
+			tzone-names = "gpu0-usr", "gpu1-usr";
+			qcom,pm-qos-active-latency = <0x2c>;
+			clocks = <0x1c 0x3 0xa7 0xa 0x22 0x1a 0x22 0x29 0xa7 0x4 0x87 0x10>;
+			clock-names = "core_clk", "rbbmtimer_clk", "mem_clk", "mem_iface_clk", "gmu_clk", "l3_vote";
+			qcom,isense-clk-on-level = <0x1>;
+			qcom,gpubw-dev = <0x2a8>;
+			qcom,bus-control;
+			qcom,msm-bus,name = "grp3d";
+			qcom,bus-width = <0x20>;
+			qcom,msm-bus,num-cases = <0xd>;
+			qcom,msm-bus,num-paths = <0x1>;
+			qcom,msm-bus,vectors-KBps = <0x1a 0x200 0x0 0x0 0x1a 0x200 0x0 0x61a80 0x1a 0x200 0x0 0x927c0 0x1a 0x200 0x0 0xc3500 0x1a 0x200 0x0 0x124f80 0x1a 0x200 0x0 0x192580 0x1a 0x200 0x0 0x2162e0 0x1a 0x200 0x0 0x2990a0 0x1a 0x200 0x0 0x2ee000 0x1a 0x200 0x0 0x3e12a0 0x1a 0x200 0x0 0x4f1a00 0x1a 0x200 0x0 0x5ee8e0 0x1a 0x200 0x0 0x6e1b80>;
+			regulator-names = "vddcx", "vdd";
+			vddcx-supply = <0x1a4>;
+			vdd-supply = <0x2a9>;
+			cache-slice-names = "gpu", "gpuhtw";
+			cache-slices = <0x2d 0xc 0x2d 0xb>;
+			phandle = <0x9e>;
+
+			qcom,gpu-coresights {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+				compatible = "qcom,gpu-coresight";
+				status = "disabled";
+
+				qcom,gpu-coresight@0 {
+					reg = <0x0>;
+					coresight-name = "coresight-gfx";
+					coresight-atid = <0x32>;
+
+					port {
+
+						endpoint {
+							remote-endpoint = <0x2aa>;
+							phandle = <0x148>;
+						};
+					};
+				};
+
+				qcom,gpu-coresight@1 {
+					reg = <0x1>;
+					coresight-name = "coresight-gfx-cx";
+					coresight-atid = <0x33>;
+
+					port {
+
+						endpoint {
+							remote-endpoint = <0x2ab>;
+							phandle = <0x149>;
+						};
+					};
+				};
+			};
+
+			qcom,l3-pwrlevels {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+				compatible = "qcom,l3-pwrlevels";
+
+				qcom,l3-pwrlevel@0 {
+					reg = <0x0>;
+					qcom,l3-freq = <0x0>;
+				};
+
+				qcom,l3-pwrlevel@1 {
+					reg = <0x1>;
+					qcom,l3-freq = <0x3010b000>;
+				};
+
+				qcom,l3-pwrlevel@2 {
+					reg = <0x2>;
+					qcom,l3-freq = <0x4dd1e000>;
+				};
+			};
+
+			qcom,gpu-mempools {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+				compatible = "qcom,gpu-mempools";
+
+				qcom,gpu-mempool@0 {
+					reg = <0x0>;
+					qcom,mempool-page-size = <0x1000>;
+					qcom,mempool-reserved = <0x800>;
+					qcom,mempool-allocate;
+				};
+
+				qcom,gpu-mempool@1 {
+					reg = <0x1>;
+					qcom,mempool-page-size = <0x2000>;
+					qcom,mempool-reserved = <0x400>;
+					qcom,mempool-allocate;
+				};
+
+				qcom,gpu-mempool@2 {
+					reg = <0x2>;
+					qcom,mempool-page-size = <0x10000>;
+					qcom,mempool-reserved = <0x100>;
+				};
+
+				qcom,gpu-mempool@3 {
+					reg = <0x3>;
+					qcom,mempool-page-size = <0x100000>;
+					qcom,mempool-reserved = <0x20>;
+				};
+			};
+
+			qcom,gpu-pwrlevels {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+				compatible = "qcom,gpu-pwrlevels";
+
+				qcom,gpu-pwrlevel@0 {
+					reg = <0x0>;
+					qcom,gpu-freq = <0x30479e80>;
+					qcom,bus-freq = <0xc>;
+					qcom,bus-min = <0xc>;
+					qcom,bus-max = <0xc>;
+				};
+
+				qcom,gpu-pwrlevel@1 {
+					reg = <0x1>;
+					qcom,gpu-freq = <0x2a51bd80>;
+					qcom,bus-freq = <0xc>;
+					qcom,bus-min = <0xb>;
+					qcom,bus-max = <0xc>;
+				};
+
+				qcom,gpu-pwrlevel@2 {
+					reg = <0x2>;
+					qcom,gpu-freq = <0x283baec0>;
+					qcom,bus-freq = <0xc>;
+					qcom,bus-min = <0xa>;
+					qcom,bus-max = <0xc>;
+				};
+
+				qcom,gpu-pwrlevel@3 {
+					reg = <0x3>;
+					qcom,gpu-freq = <0x23863d00>;
+					qcom,bus-freq = <0xa>;
+					qcom,bus-min = <0x9>;
+					qcom,bus-max = <0xc>;
+				};
+
+				qcom,gpu-pwrlevel@4 {
+					reg = <0x4>;
+					qcom,gpu-freq = <0x1efe9200>;
+					qcom,bus-freq = <0x9>;
+					qcom,bus-min = <0x8>;
+					qcom,bus-max = <0xb>;
+				};
+
+				qcom,gpu-pwrlevel@5 {
+					reg = <0x5>;
+					qcom,gpu-freq = <0x18ad2380>;
+					qcom,bus-freq = <0x8>;
+					qcom,bus-min = <0x7>;
+					qcom,bus-max = <0x9>;
+				};
+
+				qcom,gpu-pwrlevel@6 {
+					reg = <0x6>;
+					qcom,gpu-freq = <0x14628180>;
+					qcom,bus-freq = <0x6>;
+					qcom,bus-min = <0x5>;
+					qcom,bus-max = <0x7>;
+				};
+
+				qcom,gpu-pwrlevel@7 {
+					reg = <0x7>;
+					qcom,gpu-freq = <0xf518240>;
+					qcom,bus-freq = <0x4>;
+					qcom,bus-min = <0x3>;
+					qcom,bus-max = <0x5>;
+				};
+
+				qcom,gpu-pwrlevel@8 {
+					reg = <0x8>;
+					qcom,gpu-freq = <0x7bfa480>;
+					qcom,bus-freq = <0x3>;
+					qcom,bus-min = <0x2>;
+					qcom,bus-max = <0x4>;
+				};
+
+				qcom,gpu-pwrlevel@9 {
+					reg = <0x9>;
+					qcom,gpu-freq = <0x0>;
+					qcom,bus-freq = <0x0>;
+					qcom,bus-min = <0x0>;
+					qcom,bus-max = <0x0>;
+				};
+			};
+		};
+
+		qcom,kgsl-iommu {
+			compatible = "qcom,kgsl-smmu-v2";
+			reg = <0x5040000 0x10000>;
+			qcom,protect = <0x40000 0xc000>;
+			qcom,micro-mmu-control = <0x6000>;
+			clocks = <0x22 0x26 0x22 0x1a 0x22 0x29>;
+			clock-names = "iface_clk", "mem_clk", "mem_iface_clk";
+			qcom,secure_align_mask = <0xfff>;
+			qcom,retention;
+			qcom,hyp_secure_alloc;
+			phandle = <0x4bd>;
+
+			gfx3d_user {
+				compatible = "qcom,smmu-kgsl-cb";
+				label = "gfx3d_user";
+				iommus = <0x1ac 0x0>;
+				qcom,gpu-offset = <0x48000>;
+				phandle = <0x4be>;
+			};
+
+			gfx3d_secure {
+				compatible = "qcom,smmu-kgsl-cb";
+				iommus = <0x1ac 0x2 0x1ac 0x1>;
+				phandle = <0x4bf>;
+			};
+		};
+
+		qcom,gmu {
+			label = "kgsl-gmu";
+			compatible = "qcom,gpu-gmu";
+			reg = <0x506a000 0x30000 0xb200000 0x300000>;
+			reg-names = "kgsl_gmu_reg", "kgsl_gmu_pdc_reg";
+			interrupts = <0x0 0x130 0x0 0x0 0x131 0x0>;
+			interrupt-names = "kgsl_hfi_irq", "kgsl_gmu_irq";
+			qcom,msm-bus,name = "cnoc";
+			qcom,msm-bus,num-cases = <0x2>;
+			qcom,msm-bus,num-paths = <0x1>;
+			qcom,msm-bus,vectors-KBps = <0x1a 0x2734 0x0 0x0 0x1a 0x2734 0x0 0x64>;
+			regulator-names = "vddcx", "vdd";
+			vddcx-supply = <0x1a4>;
+			vdd-supply = <0x2a9>;
+			clocks = <0xa7 0x4 0xa7 0xa 0x22 0x1a 0x22 0x29>;
+			clock-names = "gmu_clk", "cxo_clk", "axi_clk", "memnoc_clk";
+			phandle = <0x9d>;
+
+			qcom,gmu-pwrlevels {
+				#address-cells = <0x1>;
+				#size-cells = <0x0>;
+				compatible = "qcom,gmu-pwrlevels";
+
+				qcom,gmu-pwrlevel@0 {
+					reg = <0x0>;
+					qcom,gmu-freq = <0x0>;
+				};
+
+				qcom,gmu-pwrlevel@1 {
+					reg = <0x1>;
+					qcom,gmu-freq = <0xbebc200>;
+				};
+
+				qcom,gmu-pwrlevel@2 {
+					reg = <0x2>;
+					qcom,gmu-freq = <0x1dcd6500>;
+				};
+			};
+
+			gmu_user {
+				compatible = "qcom,smmu-gmu-user-cb";
+				iommus = <0x1ac 0x4>;
+				phandle = <0x4c0>;
+			};
+
+			gmu_kernel {
+				compatible = "qcom,smmu-gmu-kernel-cb";
+				iommus = <0x1ac 0x5>;
+				phandle = <0x4c1>;
+			};
+		};
+
+		ssusb@a600000 {
+			compatible = "qcom,dwc-usb3-msm";
+			reg = <0xa600000 0xf8c00 0x88ee000 0x400>;
+			reg-names = "core_base", "ahb2phy_base";
+			iommus = <0x29 0x740 0x0>;
+			qcom,smmu-s1-bypass;
+			#address-cells = <0x1>;
+			#size-cells = <0x1>;
+			ranges;
+			interrupts = <0x0 0x1e9 0x0 0x0 0x82 0x0 0x0 0x1e6 0x0 0x0 0x1e8 0x0>;
+			interrupt-names = "dp_hs_phy_irq", "pwr_event_irq", "ss_phy_irq", "dm_hs_phy_irq";
+			USB3_GDSC-supply = <0x2ac>;
+			qcom,usb-dbm = <0x2ad>;
+			qcom,dwc-usb3-msm-tx-fifo-size = <0x5328>;
+			qcom,num-gsi-evt-buffs = <0x3>;
+			qcom,use-pdc-interrupts;
+			qcom,pm-qos-latency = <0x2c>;
+			extcon = <0x4fc 0x4fc 0x2ae>;
+			clocks = <0x22 0x95 0x22 0x12 0x22 0x9 0x22 0x97 0x22 0x99 0x22 0xa9 0x22 0x9f>;
+			clock-names = "core_clk", "iface_clk", "bus_aggr_clk", "utmi_clk", "sleep_clk", "cfg_ahb_clk", "xo";
+			qcom,core-clk-rate = <0x7f28155>;
+			qcom,core-clk-rate-hs = <0x3f940ab>;
+			resets = <0x22 0xf>;
+			reset-names = "core_reset";
+			qcom,msm-bus,name = "usb0";
+			qcom,msm-bus,num-cases = <0x2>;
+			qcom,msm-bus,num-paths = <0x3>;
+			qcom,msm-bus,vectors-KBps = <0x3d 0x200 0x0 0x0 0x3d 0x2a4 0x0 0x0 0x1 0x247 0x0 0x0 0x3d 0x200 0x3a980 0xaae60 0x3d 0x2a4 0x0 0x960 0x1 0x247 0x0 0x9c40>;
+			phandle = <0x4c2>;
+
+			dwc3@a600000 {
+				compatible = "snps,dwc3";
+				reg = <0xa600000 0xcd00>;
+				interrupts = <0x0 0x85 0x0>;
+				usb-phy = <0x2af 0x2b0>;
+				tx-fifo-resize;
+				linux,sysdev_is_parent;
+				snps,disable-clk-gating;
+				snps,has-lpm-erratum;
+				snps,hird-threshold = [10];
+				snps,usb3_lpm_capable;
+				maximum-speed = "high-speed";
+				usb-core-id = <0x0>;
+			};
+
+			qcom,usbbam@a704000 {
+				compatible = "qcom,usb-bam-msm";
+				reg = <0xa704000 0x17000>;
+				interrupts = <0x0 0x84 0x0>;
+				qcom,bam-type = <0x0>;
+				qcom,usb-bam-fifo-baseaddr = <0x146bb000>;
+				qcom,usb-bam-num-pipes = <0x8>;
+				qcom,ignore-core-reset-ack;
+				qcom,disable-clk-gating;
+				qcom,usb-bam-override-threshold = <0x4001>;
+				qcom,usb-bam-max-mbps-highspeed = <0x190>;
+				qcom,usb-bam-max-mbps-superspeed = <0xe10>;
+				qcom,reset-bam-on-connect;
+
+				qcom,pipe0 {
+					label = "ssusb-qdss-in-0";
+					qcom,usb-bam-mem-type = <0x2>;
+					qcom,dir = <0x1>;
+					qcom,pipe-num = <0x0>;
+					qcom,peer-bam = <0x0>;
+					qcom,peer-bam-physical-address = <0x6064000>;
+					qcom,src-bam-pipe-index = <0x0>;
+					qcom,dst-bam-pipe-index = <0x0>;
+					qcom,data-fifo-offset = <0x0>;
+					qcom,data-fifo-size = <0x1800>;
+					qcom,descriptor-fifo-offset = <0x1800>;
+					qcom,descriptor-fifo-size = <0x800>;
+				};
+			};
+		};
+
+		qusb@88e2000 {
+			compatible = "qcom,qusb2phy-v2";
+			reg = <0x88e2000 0x400 0x7801e8 0x4 0x88e7014 0x4>;
+			reg-names = "qusb_phy_base", "efuse_addr", "refgen_north_bg_reg_addr";
+			qcom,efuse-bit-pos = <0x19>;
+			qcom,efuse-num-bits = <0x3>;
+			vdd-supply = <0x2f>;
+			vdda18-supply = <0x122>;
+			vdda33-supply = <0xbb>;
+			qcom,override-bias-ctrl2;
+			qcom,vdd-voltage-level = <0x0 0xd6d80 0xd6d80>;
+			qcom,qusb-phy-reg-offset = <0x240 0x1a0 0x210 0x230 0xa8 0x254 0x198 0x228 0x22c 0x27c 0x280 0x284 0x288 0x2a0>;
+			qcom,qusb-phy-init-seq = <0x23 0x210 0x3 0x4 0x7c 0x18c 0x80 0x2c 0xa 0x184 0x19 0xb4 0x40 0x194 0x19 0x198 0x21 0x214 0x7 0x220 0x58 0x224 0x46 0x240 0x2b 0x244 0xca 0x248 0x4 0x24c 0x3 0x250 0x0 0x23c 0x22 0x210>;
+			phy_type = "utmi";
+			clocks = <0x21 0x0 0x22 0xa9>;
+			clock-names = "ref_clk_src", "cfg_ahb_clk";
+			resets = <0x22 0x8>;
+			reset-names = "phy_reset";
+			phandle = <0x2af>;
+			qcom,overwrite-bias2-disable;
+			qcom,qusb-phy-ophost-init-seq = <0x23 0x210 0x3 0x4 0x7c 0x18c 0x80 0x2c 0xa 0x184 0x19 0xb4 0x40 0x194 0x20 0x198 0x21 0x214 0x7 0x220 0x58 0x224 0x46 0x240 0x2b 0x244 0xca 0x248 0x4 0x24c 0x3 0x250 0x0 0x23c 0x22 0x210>;
+			pinctrl-names = "atest_usb13_suspend", "atest_usb13_active";
+			pinctrl-0 = <0x53b>;
+			pinctrl-1 = <0x53c>;
+		};
+
+		ssphy@88e8000 {
+			compatible = "qcom,usb-ssphy-qmp-dp-combo";
+			reg = <0x88e8000 0x3000>;
+			reg-names = "qmp_phy_base";
+			vdd-supply = <0x2f>;
+			core-supply = <0x2e>;
+			qcom,vdd-voltage-level = <0x0 0xd6d80 0xd6d80>;
+			qcom,vbus-valid-override;
+			qcom,qmp-phy-init-seq = <0x1048 0x7 0x0 0x1080 0x14 0x0 0x1034 0x8 0x0 0x1138 0x30 0x0 0x103c 0x2 0x0 0x108c 0x8 0x0 0x115c 0x16 0x0 0x1164 0x1 0x0 0x113c 0x80 0x0 0x10b0 0x82 0x0 0x10b8 0xab 0x0 0x10bc 0xea 0x0 0x10c0 0x2 0x0 0x1060 0x6 0x0 0x1068 0x16 0x0 0x1070 0x36 0x0 0x10dc 0x0 0x0 0x10d8 0x3f 0x0 0x10f8 0x1 0x0 0x10f4 0xc9 0x0 0x1148 0xa 0x0 0x10a0 0x0 0x0 0x109c 0x34 0x0 0x1098 0x15 0x0 0x1090 0x4 0x0 0x1154 0x0 0x0 0x1094 0x0 0x0 0x10f0 0x0 0x0 0x1040 0xa 0x0 0x1010 0x1 0x0 0x101c 0x31 0x0 0x1020 0x1 0x0 0x1014 0x0 0x0 0x1018 0x0 0x0 0x1024 0x85 0x0 0x1028 0x7 0x0 0x1430 0xb 0x0 0x14d4 0xf 0x0 0x14d8 0x4e 0x0 0x14dc 0x18 0x0 0x14f8 0x77 0x0 0x14fc 0x80 0x0 0x1504 0x3 0x0 0x150c 0x16 0x0 0x1564 0x5 0x0 0x14c0 0x3 0x0 0x1830 0xb 0x0 0x18d4 0xf 0x0 0x18d8 0x4e 0x0 0x18dc 0x18 0x0 0x18f8 0x77 0x0 0x18fc 0x80 0x0 0x1904 0x3 0x0 0x190c 0x16 0x0 0x1964 0x5 0x0 0x18c0 0x3 0x0 0x1260 0x10 0x0 0x12a4 0x12 0x0 0x128c 0x16 0x0 0x1248 0x9 0x0 0x1244 0x6 0x0 0x1660 0x10 0x0 0x16a4 0x12 0x0 0x168c 0x16 0x0 0x1648 0x9 0x0 0x1644 0x6 0x0 0x1cc8 0x83 0x0 0x1ccc 0x9 0x0 0x1cd0 0xa2 0x0 0x1cd4 0x40 0x0 0x1cc4 0x2 0x0 0x1c80 0xd1 0x0 0x1c84 0x1f 0x0 0x1c88 0x47 0x0 0x1c64 0x1b 0x0 0x1434 0x75 0x0 0x1834 0x75 0x0 0x1dd8 0xba 0x0 0x1c0c 0x9f 0x0 0x1c10 0x9f 0x0 0x1c14 0xb7 0x0 0x1c18 0x4e 0x0 0x1c1c 0x65 0x0 0x1c20 0x6b 0x0 0x1c24 0x15 0x0 0x1c28 0xd 0x0 0x1c2c 0x15 0x0 0x1c30 0xd 0x0 0x1c34 0x15 0x0 0x1c38 0xd 0x0 0x1c3c 0x15 0x0 0x1c40 0x1d 0x0 0x1c44 0x15 0x0 0x1c48 0xd 0x0 0x1c4c 0x15 0x0 0x1c50 0xd 0x0 0x1e0c 0x21 0x0 0x1e10 0x60 0x0 0x1c5c 0x2 0x0 0x1ca0 0x4 0x0 0x1c8c 0x44 0x0 0x1c70 0xe7 0x0 0x1c74 0x3 0x0 0x1c78 0x40 0x0 0x1c7c 0x0 0x0 0x1cb8 0x75 0x0 0x1cb0 0x86 0x0 0x1cbc 0x13 0x0 0x1cac 0x4 0x0 0xffffffff 0xffffffff 0x0>;
+			qcom,qmp-phy-reg-offset = <0x1d74 0x1cd8 0x1cdc 0x1c04 0x1c00 0x1c08 0x2a18 0x8 0x4 0x1c 0x0 0x10 0xc 0x1a0c>;
+			clocks = <0x22 0xa0 0x22 0xa3 0x21 0x0 0x22 0x9f 0x22 0xa2 0x22 0xa9>;
+			clock-names = "aux_clk", "pipe_clk", "ref_clk_src", "ref_clk", "com_aux_clk", "cfg_ahb_clk";
+			resets = <0x22 0x13 0x22 0x11>;
+			reset-names = "global_phy_reset", "phy_reset";
+			phandle = <0x4c3>;
+			extcon = <0x4fc>;
+		};
+
+		dbm@a6f8000 {
+			compatible = "qcom,usb-dbm-1p5";
+			reg = <0xa6f8000 0x400>;
+			qcom,reset-ep-after-lpm-resume;
+			phandle = <0x2ad>;
+		};
+
+		usb_audio_qmi_dev {
+			compatible = "qcom,usb-audio-qmi-dev";
+			iommus = <0x29 0x182c 0x0>;
+			qcom,usb-audio-stream-id = <0xc>;
+			qcom,usb-audio-intr-num = <0x2>;
+		};
+
+		usb_nop_phy {
+			compatible = "usb-nop-xceiv";
+			phandle = <0x2b0>;
+		};
+
+		ssusb@a800000 {
+			compatible = "qcom,dwc-usb3-msm";
+			reg = <0xa800000 0xf8c00 0x88ee000 0x400>;
+			reg-names = "core_base", "ahb2phy_base";
+			iommus = <0x29 0x760 0x0>;
+			qcom,smmu-s1-bypass;
+			#address-cells = <0x1>;
+			#size-cells = <0x1>;
+			ranges;
+			interrupts = <0x0 0x1eb 0x0 0x0 0x87 0x0 0x0 0x1e7 0x0 0x0 0x1ea 0x0>;
+			interrupt-names = "dp_hs_phy_irq", "pwr_event_irq", "ss_phy_irq", "dm_hs_phy_irq";
+			USB3_GDSC-supply = <0x2b1>;
+			qcom,dwc-usb3-msm-tx-fifo-size = <0x5328>;
+			qcom,use-pdc-interrupts;
+			clocks = <0x22 0x9a 0x22 0x13 0x22 0xa 0x22 0x9c 0x22 0x9e 0x22 0xa9 0x22 0xa4>;
+			clock-names = "core_clk", "iface_clk", "bus_aggr_clk", "utmi_clk", "sleep_clk", "cfg_ahb_clk", "xo";
+			qcom,core-clk-rate = <0x7f28155>;
+			qcom,core-clk-rate-hs = <0x3f940ab>;
+			resets = <0x22 0x10>;
+			reset-names = "core_reset";
+			status = "disabled";
+			qcom,msm-bus,name = "usb1";
+			qcom,msm-bus,num-cases = <0x2>;
+			qcom,msm-bus,num-paths = <0x2>;
+			qcom,msm-bus,vectors-KBps = <0x65 0x200 0x0 0x0 0x1 0x2ef 0x0 0x0 0x65 0x200 0x3a980 0xaae60 0x1 0x2ef 0x0 0x9c40>;
+			phandle = <0x4c4>;
+			extcon = <0x502>;
+
+			dwc3@a800000 {
+				compatible = "snps,dwc3";
+				reg = <0xa800000 0xcd00>;
+				interrupts = <0x0 0x8a 0x0>;
+				usb-phy = <0x2b2 0x2b3>;
+				tx-fifo-resize;
+				linux,sysdev_is_parent;
+				snps,disable-clk-gating;
+				snps,has-lpm-erratum;
+				snps,hird-threshold = [10];
+				snps,usb3_lpm_capable;
+				usb-core-id = <0x1>;
+				dr_mode = "host";
+			};
+		};
+
+		qusb@88e3000 {
+			compatible = "qcom,qusb2phy-v2";
+			reg = <0x88e3000 0x400 0x88e7014 0x4>;
+			reg-names = "qusb_phy_base", "refgen_north_bg_reg_addr";
+			vdd-supply = <0x2f>;
+			vdda18-supply = <0x122>;
+			vdda33-supply = <0xbb>;
+			qcom,override-bias-ctrl2;
+			qcom,vdd-voltage-level = <0x0 0xd6d80 0xd6d80>;
+			qcom,qusb-phy-reg-offset = <0x240 0x1a0 0x210 0x230 0xa8 0x254 0x198 0x228 0x22c 0x27c 0x280 0x2a0>;
+			qcom,qusb-phy-init-seq = <0x23 0x210 0x3 0x4 0x7c 0x18c 0x80 0x2c 0xa 0x184 0x19 0xb4 0x40 0x194 0x20 0x198 0x21 0x214 0x0 0x220 0x58 0x224 0x20 0x240 0x29 0x244 0xca 0x248 0x4 0x24c 0x3 0x250 0x0 0x23c 0x22 0x210>;
+			phy_type = "utmi";
+			clocks = <0x21 0x0 0x22 0xa9>;
+			clock-names = "ref_clk_src", "cfg_ahb_clk";
+			resets = <0x22 0x9>;
+			reset-names = "phy_reset";
+			status = "disabled";
+			phandle = <0x2b2>;
+		};
+
+		ssphy@88eb000 {
+			compatible = "qcom,usb-ssphy-qmp-v2";
+			reg = <0x88eb000 0x1000 0x1fcbff0 0x4>;
+			reg-names = "qmp_phy_base", "vls_clamp_reg";
+			vdd-supply = <0x2f>;
+			core-supply = <0x2e>;
+			qcom,vdd-voltage-level = <0x0 0xd6d80 0xd6d80>;
+			qcom,vbus-valid-override;
+			qcom,qmp-phy-init-seq = <0x48 0x7 0x0 0x80 0x14 0x0 0x34 0x4 0x0 0x138 0x30 0x0 0x3c 0x2 0x0 0x8c 0x8 0x0 0x15c 0x6 0x0 0x164 0x1 0x0 0x13c 0x80 0x0 0xb0 0x82 0x0 0xb8 0xab 0x0 0xbc 0xea 0x0 0xc0 0x2 0x0 0x60 0x6 0x0 0x68 0x16 0x0 0x70 0x36 0x0 0xdc 0x0 0x0 0xd8 0x3f 0x0 0xf8 0x1 0x0 0xf4 0xc9 0x0 0x148 0xa 0x0 0xa0 0x0 0x0 0x9c 0x34 0x0 0x98 0x15 0x0 0x90 0x4 0x0 0x154 0x0 0x0 0x94 0x0 0x0 0xf0 0x0 0x0 0x40 0xa 0x0 0xd0 0x80 0x0 0x10 0x1 0x0 0x1c 0x31 0x0 0x20 0x1 0x0 0x14 0x0 0x0 0x18 0x0 0x0 0x24 0x85 0x0 0x28 0x7 0x0 0x4c0 0xc 0x0 0x564 0x50 0x0 0x430 0xb 0x0 0x4d4 0xe 0x0 0x4d8 0x4e 0x0 0x4dc 0x18 0x0 0x4f8 0x77 0x0 0x4fc 0x80 0x0 0x504 0x3 0x0 0x50c 0x1c 0x0 0x434 0x75 0x0 0x444 0x80 0x0 0x408 0xa 0x0 0x40c 0x6 0x0 0x500 0x0 0x0 0x260 0x10 0x0 0x2a4 0x12 0x0 0x28c 0xc6 0x0 0x248 0x6 0x0 0x244 0x6 0x0 0x8c8 0x83 0x0 0x8cc 0x9 0x0 0x8d0 0xa2 0x0 0x8d4 0x40 0x0 0x8c4 0x2 0x0 0x864 0x1b 0x0 0x80c 0x9f 0x0 0x810 0x9f 0x0 0x814 0xb5 0x0 0x818 0x4c 0x0 0x81c 0x64 0x0 0x820 0x6a 0x0 0x824 0x15 0x0 0x828 0xd 0x0 0x82c 0x15 0x0 0x830 0xd 0x0 0x834 0x15 0x0 0x838 0xd 0x0 0x83c 0x15 0x0 0x840 0xd 0x0 0x844 0x15 0x0 0x848 0xd 0x0 0x84c 0x15 0x0 0x850 0xd 0x0 0x85c 0x2 0x0 0x8a0 0x4 0x0 0x88c 0x44 0x0 0x880 0xd1 0x0 0x884 0x1f 0x0 0x888 0x47 0x0 0x870 0xe7 0x0 0x874 0x3 0x0 0x878 0x40 0x0 0x87c 0x0 0x0 0x9d8 0xba 0x0 0x8b8 0x75 0x0 0x8b0 0x86 0x0 0x8bc 0x13 0x0 0xa0c 0x21 0x0 0xa10 0x60 0x0 0xffffffff 0xffffffff 0x0>;
+			qcom,qmp-phy-reg-offset = <0x974 0x8d8 0x8dc 0x804 0x800 0x808>;
+			clocks = <0x22 0xa5 0x22 0xa8 0x21 0x0 0x22 0xa4 0x22 0xa9>;
+			clock-names = "aux_clk", "pipe_clk", "ref_clk_src", "ref_clk", "cfg_ahb_clk";
+			resets = <0x22 0x14 0x22 0x15>;
+			reset-names = "phy_reset", "phy_phy_reset";
+			status = "disabled";
+			phandle = <0x2b3>;
+		};
+
+		qcom,csiphy@ac68000 {
+			cell-index = <0x3>;
+			compatible = "qcom,csiphy-v1.0", "qcom,csiphy";
+			reg = <0xac68000 0x1000>;
+			reg-names = "csiphy";
+			reg-cam-base = <0x68000>;
+			interrupts = <0x0 0x1c0 0x0>;
+			interrupt-names = "csiphy";
+			regulator-names = "gdscr", "refgen";
+			gdscr-supply = <0x1bc>;
+			refgen-supply = <0x123>;
+			csi-vdd-voltage = <0x124f80>;
+			mipi-csi-vdd-supply = <0x2f>;
+			clocks = <0xa6 0x6 0xa6 0x55 0xa6 0x54 0xa6 0x9 0xa6 0xa 0xa6 0x16 0xa6 0x12 0xa6 0x11>;
+			clock-names = "camnoc_axi_clk", "soc_ahb_clk", "slow_ahb_src_clk", "cpas_ahb_clk", "cphy_rx_clk_src", "csiphy3_clk", "csi3phytimer_clk_src", "csi3phytimer_clk";
+			src-clock-name = "csi3phytimer_clk_src";
+			clock-cntl-level = "turbo";
+			clock-rates = <0x0 0x0 0x0 0x0 0x16e36000 0x0 0x100db355 0x0>;
+			status = "ok";
+			phandle = <0x9c>;
+		};
+
+		qcom,cam-lrme {
+			compatible = "qcom,cam-lrme";
+			arch-compat = "lrme";
+			status = "ok";
+		};
+
+		qcom,lrme@ac6b000 {
+			cell-index = <0x0>;
+			compatible = "qcom,lrme";
+			reg-names = "lrme";
+			reg = <0xac6b000 0xa00>;
+			reg-cam-base = <0x6b000>;
+			interrupt-names = "lrme";
+			interrupts = <0x0 0x1dc 0x0>;
+			regulator-names = "camss";
+			camss-supply = <0x1bc>;
+			clock-names = "camera_ahb", "camera_axi", "soc_ahb_clk", "cpas_ahb_clk", "camnoc_axi_clk", "lrme_clk_src", "lrme_clk";
+			clocks = <0x22 0xc 0x22 0xd 0xa6 0x55 0xa6 0x9 0xa6 0x6 0xa6 0x41 0xa6 0x40>;
+			clock-rates = <0x0 0x0 0x0 0x0 0x0 0xbebc200 0xbebc200 0x0 0x0 0x0 0x0 0x0 0x10089d40 0x10089d40 0x0 0x0 0x0 0x0 0x0 0x1312d000 0x1312d000 0x0 0x0 0x0 0x0 0x0 0x17d78400 0x17d78400>;
+			clock-cntl-level = "lowsvs", "svs", "svs_l1", "turbo";
+			src-clock-name = "lrme_clk_src";
+			status = "ok";
+			phandle = <0x4c5>;
+		};
+
+		bootloader_log {
+			compatible = "bootloader_log";
+			linux,contiguous-region = <0x2b4>;
+		};
+
+		qcom,memshare {
+			compatible = "qcom,memshare";
+
+			qcom,client_1 {
+				compatible = "qcom,memshare-peripheral";
+				qcom,peripheral-size = <0x0>;
+				qcom,client-id = <0x0>;
+				qcom,allocate-boot-time;
+				label = "modem";
+			};
+
+			qcom,client_2 {
+				compatible = "qcom,memshare-peripheral";
+				qcom,peripheral-size = <0x0>;
+				qcom,client-id = <0x2>;
+				label = "modem";
+			};
+
+			qcom,client_3 {
+				compatible = "qcom,memshare-peripheral";
+				qcom,peripheral-size = <0x500000>;
+				qcom,client-id = <0x1>;
+				qcom,allocate-on-request;
+				label = "modem";
+				phandle = <0x4c6>;
+			};
+		};
+
+		syscon@0x5091508 {
+			compatible = "syscon";
+			reg = <0x5091508 0x4>;
+			phandle = <0x1e>;
+		};
+
+		syscon@0x5091008 {
+			compatible = "syscon";
+			reg = <0x5091008 0x4>;
+			phandle = <0x1f>;
+		};
+
+		interrupt-controller@0xb220000 {
+			compatible = "qcom,pdc-sdm845-v2";
+			reg = <0xb220000 0x400>;
+			#interrupt-cells = <0x3>;
+			interrupt-parent = <0x80>;
+			interrupt-controller;
+			phandle = <0x1>;
+		};
+
+		dsi_panel_pwr_supply {
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			phandle = <0x4d4>;
+
+			qcom,panel-supply-entry@0 {
+				reg = <0x0>;
+				qcom,supply-name = "vddio";
+				qcom,supply-min-voltage = <0x1b7740>;
+				qcom,supply-max-voltage = <0x1b7740>;
+				qcom,supply-enable-load = <0xf230>;
+				qcom,supply-disable-load = <0x50>;
+				qcom,supply-post-on-sleep = <0x14>;
+			};
+
+			qcom,panel-supply-entry@1 {
+				reg = <0x1>;
+				qcom,supply-name = "lab";
+				qcom,supply-min-voltage = <0x4630c0>;
+				qcom,supply-max-voltage = <0x5b8d80>;
+				qcom,supply-enable-load = <0x186a0>;
+				qcom,supply-disable-load = <0x64>;
+			};
+
+			qcom,panel-supply-entry@2 {
+				reg = <0x2>;
+				qcom,supply-name = "ibb";
+				qcom,supply-min-voltage = <0x4630c0>;
+				qcom,supply-max-voltage = <0x5b8d80>;
+				qcom,supply-enable-load = <0x186a0>;
+				qcom,supply-disable-load = <0x64>;
+				qcom,supply-post-on-sleep = <0x14>;
+			};
+		};
+
+		dsi_panel_pwr_supply_no_labibb {
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			phandle = <0x568>;
+
+			qcom,panel-supply-entry@0 {
+				reg = <0x0>;
+				qcom,supply-name = "vddio";
+				qcom,supply-min-voltage = <0x1b7740>;
+				qcom,supply-max-voltage = <0x1b7740>;
+				qcom,supply-enable-load = <0xf230>;
+				qcom,supply-disable-load = <0x50>;
+				qcom,supply-post-on-sleep = <0x14>;
+			};
+		};
+
+		dsi_panel_pwr_supply_vdd_no_labibb {
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			phandle = <0x569>;
+
+			qcom,panel-supply-entry@0 {
+				reg = <0x0>;
+				qcom,supply-name = "vddio";
+				qcom,supply-min-voltage = <0x1b7740>;
+				qcom,supply-max-voltage = <0x1b7740>;
+				qcom,supply-enable-load = <0xf230>;
+				qcom,supply-disable-load = <0x50>;
+				qcom,supply-post-on-sleep = <0x14>;
+			};
+
+			qcom,panel-supply-entry@1 {
+				reg = <0x1>;
+				qcom,supply-name = "vdd";
+				qcom,supply-min-voltage = <0x2dc6c0>;
+				qcom,supply-max-voltage = <0x2dc6c0>;
+				qcom,supply-enable-load = <0xd13a8>;
+				qcom,supply-disable-load = <0x0>;
+				qcom,supply-post-on-sleep = <0x0>;
+			};
+		};
+
+		qcom,dsi-display@0 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_sharp_4k_dsc_video_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be 0x2bf>;
+			qcom,dsi-phy = <0x2c0 0x2c1>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415>;
+			pinctrl-1 = <0x414 0x416>;
+			qcom,platform-te-gpio = <0x34 0xa 0x0>;
+			qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+			qcom,panel-mode-gpio = <0x34 0x34 0x0>;
+			qcom,dsi-panel = <0x4d7>;
+			vddio-supply = <0x121>;
+			lab-supply = <0x4d8>;
+			ibb-supply = <0x4d9>;
+			phandle = <0x56a>;
+		};
+
+		qcom,dsi-display@1 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_sharp_4k_dsc_cmd_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be 0x2bf>;
+			qcom,dsi-phy = <0x2c0 0x2c1>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415>;
+			pinctrl-1 = <0x414 0x416>;
+			qcom,platform-te-gpio = <0x34 0xa 0x0>;
+			qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+			qcom,panel-mode-gpio = <0x34 0x34 0x0>;
+			qcom,dsi-panel = <0x4da>;
+			vddio-supply = <0x121>;
+			lab-supply = <0x4d8>;
+			ibb-supply = <0x4d9>;
+			phandle = <0x56b>;
+		};
+
+		qcom,dsi-display@2 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_sharp_1080_cmd_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be>;
+			qcom,dsi-phy = <0x2c0>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415>;
+			pinctrl-1 = <0x414 0x416>;
+			qcom,platform-te-gpio = <0x34 0xa 0x0>;
+			qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+			qcom,panel-mode-gpio = <0x34 0x34 0x0>;
+			qcom,dsi-panel = <0x4db>;
+			vddio-supply = <0x121>;
+			lab-supply = <0x4d8>;
+			ibb-supply = <0x4d9>;
+			phandle = <0x56c>;
+		};
+
+		qcom,dsi-display@3 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_dual_sharp_1080_120hz_cmd_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be 0x2bf>;
+			qcom,dsi-phy = <0x2c0 0x2c1>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415>;
+			pinctrl-1 = <0x414 0x416>;
+			qcom,platform-te-gpio = <0x34 0xa 0x0>;
+			qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+			qcom,panel-mode-gpio = <0x34 0x34 0x0>;
+			qcom,dsi-panel = <0x4dc>;
+			vddio-supply = <0x121>;
+			lab-supply = <0x4d8>;
+			ibb-supply = <0x4d9>;
+			phandle = <0x56d>;
+		};
+
+		qcom,dsi-display@4 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_dual_nt35597_truly_video_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be 0x2bf>;
+			qcom,dsi-phy = <0x2c0 0x2c1>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415>;
+			pinctrl-1 = <0x414 0x416>;
+			qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+			qcom,panel-mode-gpio = <0x34 0x34 0x0>;
+			qcom,dsi-panel = <0x4dd>;
+			vddio-supply = <0x121>;
+			lab-supply = <0x4d8>;
+			ibb-supply = <0x4d9>;
+			phandle = <0x56e>;
+		};
+
+		qcom,dsi-display@5 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_dual_nt35597_truly_cmd_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be 0x2bf>;
+			qcom,dsi-phy = <0x2c0 0x2c1>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415>;
+			pinctrl-1 = <0x414 0x416>;
+			qcom,platform-te-gpio = <0x34 0xa 0x0>;
+			qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+			qcom,panel-mode-gpio = <0x34 0x34 0x0>;
+			qcom,dsi-panel = <0x4de>;
+			vddio-supply = <0x121>;
+			lab-supply = <0x4d8>;
+			ibb-supply = <0x4d9>;
+			phandle = <0x56f>;
+		};
+
+		qcom,dsi-display@6 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_nt35597_truly_dsc_cmd_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2bf>;
+			qcom,dsi-phy = <0x2c1>;
+			clocks = <0x2b8 0x18 0x2b8 0x1b>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415>;
+			pinctrl-1 = <0x414 0x416>;
+			qcom,platform-te-gpio = <0x34 0xa 0x0>;
+			qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+			qcom,panel-mode-gpio = <0x34 0x34 0x0>;
+			qcom,dsi-panel = <0x4df>;
+			vddio-supply = <0x121>;
+			lab-supply = <0x4d8>;
+			ibb-supply = <0x4d9>;
+			status = "disabled";
+			phandle = <0x570>;
+		};
+
+		qcom,dsi-display@7 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_nt35597_truly_dsc_video_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2bf>;
+			qcom,dsi-phy = <0x2c1>;
+			clocks = <0x2b8 0x18 0x2b8 0x1b>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415>;
+			pinctrl-1 = <0x414 0x416>;
+			qcom,platform-te-gpio = <0x34 0xa 0x0>;
+			qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+			qcom,panel-mode-gpio = <0x34 0x34 0x0>;
+			qcom,dsi-panel = <0x4e0>;
+			vddio-supply = <0x121>;
+			lab-supply = <0x4d8>;
+			ibb-supply = <0x4d9>;
+			phandle = <0x571>;
+		};
+
+		qcom,dsi-display@8 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_sim_vid_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be>;
+			qcom,dsi-phy = <0x2c0>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415>;
+			pinctrl-1 = <0x414 0x416>;
+			qcom,dsi-panel = <0x4e1>;
+			phandle = <0x572>;
+		};
+
+		qcom,dsi-display@9 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_dual_sim_vid_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be 0x2bf>;
+			qcom,dsi-phy = <0x2c0 0x2c1>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415>;
+			pinctrl-1 = <0x414 0x416>;
+			qcom,dsi-panel = <0x4e2>;
+			phandle = <0x573>;
+		};
+
+		qcom,dsi-display@10 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_sim_cmd_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be>;
+			qcom,dsi-phy = <0x2c0>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415>;
+			pinctrl-1 = <0x414 0x416>;
+			qcom,dsi-panel = <0x4e3>;
+			phandle = <0x574>;
+		};
+
+		qcom,dsi-display@11 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_dual_sim_cmd_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be 0x2bf>;
+			qcom,dsi-phy = <0x2c0 0x2c1>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415>;
+			pinctrl-1 = <0x414 0x416>;
+			qcom,dsi-panel = <0x4e4>;
+			phandle = <0x575>;
+		};
+
+		qcom,dsi-display@12 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_sim_dsc_375_cmd_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be>;
+			qcom,dsi-phy = <0x2c0>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415>;
+			pinctrl-1 = <0x414 0x416>;
+			qcom,dsi-panel = <0x4e5>;
+			phandle = <0x576>;
+		};
+
+		qcom,dsi-display@13 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_dual_sim_dsc_375_cmd_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be 0x2bf>;
+			qcom,dsi-phy = <0x2c0 0x2c1>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415>;
+			pinctrl-1 = <0x414 0x416>;
+			qcom,dsi-panel = <0x4e6>;
+			phandle = <0x577>;
+		};
+
+		qcom,dsi-display@14 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_dual_nt35597_video_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be 0x2bf>;
+			qcom,dsi-phy = <0x2c0 0x2c1>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415>;
+			pinctrl-1 = <0x414 0x416>;
+			qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+			qcom,panel-mode-gpio = <0x34 0x34 0x0>;
+			qcom,dsi-panel = <0x4e7>;
+			vddio-supply = <0x121>;
+			lab-supply = <0x4d8>;
+			ibb-supply = <0x4d9>;
+			phandle = <0x578>;
+		};
+
+		qcom,dsi-display@15 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_dual_nt35597_cmd_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be 0x2bf>;
+			qcom,dsi-phy = <0x2c0 0x2c1>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415>;
+			pinctrl-1 = <0x414 0x416>;
+			qcom,platform-te-gpio = <0x34 0xa 0x0>;
+			qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+			qcom,panel-mode-gpio = <0x34 0x34 0x0>;
+			qcom,dsi-panel = <0x4e8>;
+			vddio-supply = <0x121>;
+			lab-supply = <0x4d8>;
+			ibb-supply = <0x4d9>;
+			phandle = <0x579>;
+		};
+
+		qcom,dsi-display@16 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_dual_nt36850_truly_cmd_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be 0x2bf>;
+			qcom,dsi-phy = <0x2c0 0x2c1>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415>;
+			pinctrl-1 = <0x414 0x416>;
+			qcom,platform-te-gpio = <0x34 0xa 0x0>;
+			qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+			qcom,panel-mode-gpio = <0x34 0x34 0x0>;
+			qcom,dsi-panel = <0x4e9>;
+			vddio-supply = <0x121>;
+			lab-supply = <0x4d8>;
+			ibb-supply = <0x4d9>;
+			phandle = <0x57a>;
+		};
+
+		qcom,dsi-display@17 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_samsung_s6e3fc1_cmd_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be>;
+			qcom,dsi-phy = <0x2c0>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415 0x527>;
+			pinctrl-1 = <0x414 0x416 0x528>;
+			qcom,platform-te-gpio = <0x34 0x1e 0x0>;
+			qcom,platform-reset-gpio = <0x34 0x6 0x0>;
+			qcom,panel-mode-gpio = <0x34 0x34 0x0>;
+			qcom,dsi-panel = <0x529>;
+			vddio-supply = <0x121>;
+			lab-supply = <0x4d8>;
+			ibb-supply = <0x4d9>;
+			oled-vdda-supply = <0x343>;
+			phandle = <0x5a1>;
+		};
+
+		qcom,wb-display@0 {
+			compatible = "qcom,wb-display";
+			cell-index = <0x0>;
+			label = "wb_display";
+			phandle = <0x4eb>;
+		};
+
+		qcom,msm-ext-disp {
+			compatible = "qcom,msm-ext-disp";
+			phandle = <0x57c>;
+
+			qcom,msm-ext-disp-audio-codec-rx {
+				compatible = "qcom,msm-ext-disp-audio-codec-rx";
+				phandle = <0x511>;
+			};
+		};
+
+		gpio_keys {
+			compatible = "gpio-keys";
+			label = "gpio-keys";
+			pinctrl-names = "default";
+			pinctrl-0 = <0x2f5>;
+
+			vol_up {
+				label = "volume_up";
+				gpios = <0xe7 0x6 0x1>;
+				linux,input-type = <0x1>;
+				linux,code = <0x73>;
+				gpio-key,wakeup;
+				debounce-interval = <0xf>;
+				linux,can-disable;
+			};
+
+			hallsensor_key {
+				label = "hallsensor_key";
+				gpios = <0x34 0x7c 0x1>;
+				interrupt-parent = <0x34>;
+				interrupts = <0x7c 0x0>;
+				linux,input-type = <0x5>;
+				linux,code = <0x0>;
+				gpio-key,wakeup;
+				debounce-interval = <0xf>;
+			};
+
+			vol_down {
+				label = "volume_down";
+				gpios = <0xe7 0x5 0x1>;
+				linux,input-type = <0x1>;
+				linux,code = <0x72>;
+				debounce-interval = <0xf>;
+				linux,can-disable;
+			};
+
+			cam_snapshot {
+				status = "disabled";
+			};
+
+			cam_focus {
+				status = "disabled";
+			};
+		};
+
+		msm_cdc_pinctrl@49 {
+			compatible = "qcom,msm-cdc-pinctrl";
+			phandle = <0x512>;
+		};
+
+		wcd9xxx-irq {
+			status = "ok";
+			compatible = "qcom,wcd9xxx-irq";
+			interrupt-controller;
+			#interrupt-cells = <0x1>;
+			interrupt-parent = <0x34>;
+			qcom,gpio-connect = <0x34 0x36 0x0>;
+			pinctrl-names = "default";
+			pinctrl-0 = <0x3ea>;
+			phandle = <0x515>;
+		};
+
+		audio_ext_clk_lnbb {
+			status = "ok";
+			compatible = "qcom,audio-ref-clk";
+			clock-names = "osr_clk";
+			clocks = <0x21 0x2>;
+			qcom,node_has_rpm_clock;
+			#clock-cells = <0x1>;
+			phandle = <0x517>;
+		};
+
+		msm_cdc_pinctrl@64 {
+			compatible = "qcom,msm-cdc-pinctrl";
+			qcom,cdc-rst-n-gpio = <0x34 0x40 0x0>;
+			pinctrl-names = "aud_active", "aud_sleep";
+			pinctrl-0 = <0x401>;
+			pinctrl-1 = <0x400>;
+			phandle = <0x516>;
+		};
+
+		qocm,wcd-dsp-glink {
+			compatible = "qcom,wcd-dsp-glink";
+		};
+
+		qcom,wcd-dsp-mgr {
+			compatible = "qcom,wcd-dsp-mgr";
+			qcom,wdsp-components = <0x513 0x0 0x514 0x1 0x31c 0x2>;
+			qcom,img-filename = "cpe_9340";
+		};
+
+		fingerprint_detect {
+			compatible = "oneplus,fpdetect";
+			fp-gpio-id0 = <0x34 0x5b 0x0>;
+			fp-gpio-id1 = <0x34 0x5c 0x0>;
+			fp-gpio-id2 = <0x34 0x5f 0x0>;
+			pinctrl-names = "fp_id_init", "fp_id_up", "fp_id_down";
+			pinctrl-0 = <0x519>;
+			pinctrl-1 = <0x51a 0x51b 0x51c>;
+			pinctrl-2 = <0x51d 0x51e 0x51f>;
+			oem,enchilada;
+		};
+
+		fpc_fpc1020 {
+			compatible = "fpc,fpc1020";
+			interrupt-parent = <0x34>;
+			fpc,irq-gpio = <0x34 0x79 0x0>;
+			fpc,reset-gpio = <0x34 0x23 0x0>;
+			pinctrl-names = "fp_reset_high", "fp_reset_low";
+			pinctrl-0 = <0x520>;
+			pinctrl-1 = <0x521>;
+		};
+
+		goodix_fp {
+			compatible = "goodix,fingerprint";
+			interrupt-parent = <0x34>;
+			fp-gpio-irq = <0x34 0x79 0x0>;
+			fp-gpio-reset = <0x34 0x23 0x0>;
+			fp-gpio-enable = <0x34 0x50 0x0>;
+			pinctrl-names = "fp_en_init", "fp_dis_init";
+			pinctrl-0 = <0x522 0x523>;
+			pinctrl-1 = <0x524>;
+			oem,enchilada;
+			status = "okay";
+		};
+
+		tri_state_key {
+			compatible = "oneplus,tri-state-key";
+			status = "okay";
+			interrupt-parent = <0x34>;
+			tristate,gpio_key1 = <0x34 0x18 0x0>;
+			tristate,gpio_key2 = <0x34 0x34 0x0>;
+			tristate,gpio_key3 = <0x34 0x7e 0x0>;
+			pinctrl-names = "pmx_tri_state_key_active", "pmx_tri_state_key_suspend";
+			pinctrl-0 = <0x525>;
+			pinctrl-1 = <0x526>;
+		};
+
+		dsi_panel_pwr_supply_no_labibb_2 {
+			#address-cells = <0x1>;
+			#size-cells = <0x0>;
+			phandle = <0x518>;
+
+			qcom,panel-supply-entry@0 {
+				reg = <0x0>;
+				qcom,supply-name = "vddio";
+				qcom,supply-min-voltage = <0x1c3a90>;
+				qcom,supply-max-voltage = <0x1c3a90>;
+				qcom,supply-enable-load = <0xf230>;
+				qcom,supply-disable-load = <0x50>;
+				qcom,supply-post-on-sleep = <0x0>;
+			};
+		};
+
+		qcom,dsi-display@18 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_samsung_sofef00_m_cmd_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be>;
+			qcom,dsi-phy = <0x2c0>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415 0x527>;
+			pinctrl-1 = <0x414 0x416 0x528>;
+			qcom,dsi-panel = <0x52a>;
+			vddio-supply = <0x121>;
+			qcom,platform-te-gpio = <0x34 0x1e 0x0>;
+			phandle = <0x5a2>;
+		};
+
+		qcom,dsi-display@19 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_samsung_sofef00_m_video_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be>;
+			qcom,dsi-phy = <0x2c0>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415 0x527>;
+			pinctrl-1 = <0x414 0x416 0x528>;
+			qcom,dsi-panel = <0x52b>;
+			vddio-supply = <0x121>;
+			qcom,platform-te-gpio = <0x34 0x1e 0x0>;
+			phandle = <0x5a3>;
+		};
+
+		qcom,dsi-display@20 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_samsung_sofeg01_s_cmd_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be>;
+			qcom,dsi-phy = <0x2c0>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415 0x527>;
+			pinctrl-1 = <0x414 0x416 0x528>;
+			qcom,dsi-panel = <0x52c>;
+			vddio-supply = <0x121>;
+			qcom,platform-te-gpio = <0x34 0x1e 0x0>;
+			phandle = <0x5a4>;
+		};
+
+		qcom,dsi-display@21 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_samsung_s6e3fc2x01_cmd_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be>;
+			qcom,dsi-phy = <0x2c0>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415 0x527>;
+			pinctrl-1 = <0x414 0x416 0x528>;
+			qcom,dsi-panel = <0x52d>;
+			vddio-supply = <0x121>;
+			qcom,platform-te-gpio = <0x34 0x1e 0x0>;
+			phandle = <0x5a5>;
+		};
+
+		qcom,dsi-display@22 {
+			compatible = "qcom,dsi-display";
+			label = "dsi_samsung_dsc_cmd_display";
+			qcom,display-type = "primary";
+			qcom,dsi-ctrl = <0x2be>;
+			qcom,dsi-phy = <0x2c0>;
+			clocks = <0x2b7 0x6 0x2b7 0x9>;
+			clock-names = "mux_byte_clk", "mux_pixel_clk";
+			pinctrl-names = "panel_active", "panel_suspend";
+			pinctrl-0 = <0x413 0x415 0x527>;
+			pinctrl-1 = <0x414 0x416 0x528>;
+			qcom,dsi-panel = <0x52e>;
+			vddio-supply = <0x121>;
+			qcom,platform-te-gpio = <0x34 0x1e 0x0>;
+			phandle = <0x5a6>;
+		};
+
+		oem_serial_pinctrl {
+			compatible = "oem,oem_serial_pinctrl";
+			pinctrl-names = "uart_pinctrl_active", "uart_pinctrl_deactive";
+			pinctrl-0 = <0x59>;
+			pinctrl-1 = <0x52f>;
+		};
+
+		qcom,camera-flash@0 {
+			cell-index = <0x0>;
+			reg = <0x0 0x0>;
+			compatible = "qcom,camera-flash";
+			flash-source = <0x53d 0x53e>;
+			torch-source = <0x53f 0x540>;
+			switch-source = <0x541>;
+			status = "ok";
+			phandle = <0x55c>;
+		};
+
+		gpio-regulator@1 {
+			compatible = "regulator-fixed";
+			reg = <0x1 0x0>;
+			regulator-name = "actuator_regulator";
+			regulator-min-microvolt = <0x2ab980>;
+			regulator-max-microvolt = <0x2ab980>;
+			regulator-enable-ramp-delay = <0x64>;
+			enable-active-high;
+			gpio = <0x34 0x4d 0x0>;
+			vin-supply = <0x348>;
+			phandle = <0x543>;
+		};
+
+		oem_rf_cable {
+			compatible = "oem,rf_cable";
+			interrupt-parent = <0x34>;
+			rf,cable-gpio-0 = <0x34 0x20 0x0>;
+			rf,cable-gpio-1 = <0x34 0x56 0x0>;
+			pinctrl-names = "oem_rf_cable_active", "oem_rf_cable_suspend";
+			pinctrl-0 = <0x563>;
+			pinctrl-1 = <0x564>;
+		};
+
+		gpio-regulator@0 {
+			compatible = "regulator-fixed";
+			reg = <0x0 0x0>;
+			regulator-name = "actuator_regulator";
+			regulator-min-microvolt = <0x2ab980>;
+			regulator-max-microvolt = <0x2ab980>;
+			regulator-enable-ramp-delay = <0x64>;
+			enable-active-high;
+			gpio = <0x34 0x1f 0x0>;
+			vin-supply = <0x348>;
+			phandle = <0x542>;
+		};
+	};
+
+	chosen {
+		linux,initrd-end = <0x0 0x856fef79>;
+		linux,initrd-start = <0x0 0x8454d000>;
+		kaslr-seed = <0x0 0x0>;
+		bootargs = "quiet rcupdate.rcu_expedited=1 noirqdebug androidboot.hardware=qcom androidboot.console=ttyMSM0 video=vfb:640x400,bpp=32,memsize=3072000 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 service_locator.enable=1 swiotlb=2048 androidboot.configfs=true loop.max_part=7 androidboot.usbcontroller=a600000.dwc3 rootwait ro init=/init buildvariant=user skip_override androidboot.verifiedbootstate=orange androidboot.keymaster=1 dm=\"1 vroot none ro 1,0 5764704 verity 1 PARTUUID=885aaf36-6cd7-88dd-7073-2ef2b775f31e PARTUUID=885aaf36-6cd7-88dd-7073-2ef2b775f31e 4096 4096 720588 720588 sha1 4311ff56f6e722087f1cba8aacc488f979a683e4 a65ed5bd1b4f6c957da2215c0d81c932bd501bb7 10 restart_on_corruption ignore_zero_blocks use_fec_from_device PARTUUID=885aaf36-6cd7-88dd-7073-2ef2b775f31e fec_roots 2 fec_blocks 726263 fec_start 726263\" root=/dev/dm-0 androidboot.vbmeta.device=PARTUUID=b5af5f88-977c-fe25-1e16-947dbb1ad878 androidboot.vbmeta.avb_version=1.0 androidboot.vbmeta.device_state=unlocked androidboot.vbmeta.hash_alg=sha256 androidboot.vbmeta.size=7040 androidboot.vbmeta.digest=622a86a351ddc53c873d06b6457a183aba40884892b13c7abd242ba876d61961 androidboot.vbmeta.invalidate_on_error=yes androidboot.veritymode=enforcing androidboot.bootdevice=1d84000.ufshc androidboot.serialno=d170a74c androidboot.baseband=msm msm_drm.dsi_display0=dsi_samsung_sofef00_m_cmd_display: androidboot.slot_suffix=_b skip_initramfs rootwait ro init=/init androidboot.dtbo_idx=13 androidboot.dtb_idx=0 panel_type=black androidboot.mode=normal androidboot.project_name=17819 ddr_manufacture_info=Samsung ddr_row0_info=16 androidboot.hw_version=22 androidboot.rf_version=34 androidboot.startupmode=hard_reset androidboot.enable_dm_verity=1 kmemleak=on androidboot.secboot=enabled androidboot.battery.absent=false androidboot.rpmb_enable=true androidboot.type=normal androidboot.prmec=true";
+	};
+
+	aliases {
+		ufshc1 = "/soc/ufshc@1d84000";
+		pci-domain0 = "/soc/qcom,pcie@0x1c00000";
+		pci-domain1 = "/soc/qcom,pcie@0x1c08000";
+		sdhc2 = "/soc/sdhci@8804000";
+		serial0 = "/soc/qcom,qup_uart@0xa84000";
+		spi0 = "/soc/spi@a80000";
+		i2c0 = "/soc/i2c@a88000";
+		i2c1 = "/soc/i2c@88c000";
+		hsuart0 = "/soc/qcom,qup_uart@0x898000";
+	};
+
+	memory {
+		ddr_device_type = <0x7>;
+		device_type = "memory";
+		reg = <0x0 0x80000000 0x1 0x0 0x1 0x80000000 0x0 0xfc8a0000>;
+	};
+
+	energy-costs {
+		compatible = "sched-energy";
+		phandle = <0x4c7>;
+
+		core-cost0 {
+			busy-cost-data = <0x493e0 0xc 0x62700 0x11 0x75300 0x15 0x8ca00 0x1b 0x9f600 0x1f 0xb6d00 0x25 0xc9900 0x2a 0xdc500 0x2f 0xef100 0x34 0x101d00 0x39 0x114900 0x3e 0x12c000 0x46 0x143700 0x4e 0x15ae00 0x59 0x172500 0x67 0x189c00 0x7a 0x19c800 0x8d 0x1af400 0xa0>;
+			idle-cost-data = <0xa 0x8 0x6 0x4>;
+			phandle = <0x4>;
+		};
+
+		core-cost1 {
+			busy-cost-data = <0x493e0 0xbd 0x62700 0x20b 0x75300 0x2fb 0x8ca00 0x41c 0x9f600 0x4f9 0xb6d00 0x600 0xc9900 0x6c8 0xdc500 0x786 0xef100 0x83c 0x101d00 0x8ec 0x114900 0x998 0x127500 0xa44 0x13a100 0xaf4 0x14cd00 0xbb0 0x164400 0xcb7 0x177000 0xdab 0x189c00 0xeca 0x19c800 0x1020 0x1af400 0x11b7 0x1c2000 0x139b 0x1d4c00 0x15cf 0x1e7800 0x1852 0x1fef00 0x1bd0 0x211b00 0x1ec4 0x224700 0x21b4 0x237300 0x2480 0x249f00 0x272e 0x25cb00 0x2a36 0x26f700 0x2f0d 0x286e00 0x3d46 0x29e500 0x63f2 0x2a3000 0x7530 0x2a7b00 0x88b8 0x2ac600 0x9c40 0x2b5c00 0xc350 0x2d1e00 0xea60>;
+			idle-cost-data = <0x64 0x50 0x3c 0x28>;
+			phandle = <0xc>;
+		};
+
+		cluster-cost0 {
+			busy-cost-data = <0x493e0 0x3 0x62700 0x4 0x75300 0x4 0x8ca00 0x4 0x9f600 0x5 0xb6d00 0x5 0xc9900 0x6 0xdc500 0x7 0xef100 0x7 0x101d00 0x8 0x114900 0x9 0x12c000 0x9 0x143700 0xa 0x15ae00 0xb 0x172500 0xc 0x189c00 0xd 0x19c800 0xf 0x1af400 0x11>;
+			idle-cost-data = <0x4 0x3 0x2 0x1>;
+			phandle = <0x5>;
+		};
+
+		cluster-cost1 {
+			busy-cost-data = <0x493e0 0x18 0x62700 0x18 0x75300 0x19 0x8ca00 0x19 0x9f600 0x1a 0xb6d00 0x1b 0xc9900 0x1c 0xdc500 0x1d 0xef100 0x1e 0x101d00 0x20 0x114900 0x22 0x127500 0x25 0x13a100 0x28 0x14cd00 0x2d 0x164400 0x32 0x177000 0x39 0x189c00 0x40 0x19c800 0x4a 0x1af400 0x54 0x1c2000 0x60 0x1d4c00 0x6a 0x1e7800 0x71 0x1fef00 0x78 0x211b00 0x7d 0x224700 0x7f 0x237300 0x82 0x249f00 0x87 0x25cb00 0x8c 0x26f700 0x91 0x286e00 0x96 0x29e500 0x9b 0x2a3000 0xa0 0x2a7b00 0xa5 0x2ac600 0xaa 0x2b5c00 0xb4 0x2d1e00 0xbe>;
+			idle-cost-data = <0x4 0x3 0x2 0x1>;
+			phandle = <0xd>;
+		};
+	};
+
+	psci {
+		compatible = "arm,psci-1.0";
+		method = "smc";
+	};
+
+	vendor {
+		#address-cells = <0x1>;
+		#size-cells = <0x1>;
+		ranges = <0x0 0x0 0x0 0xffffffff>;
+		compatible = "simple-bus";
+		phandle = <0x4c8>;
+
+		ext_5v_boost {
+			status = "ok";
+			compatible = "regulator-fixed";
+			regulator-name = "ext_5v_boost";
+			gpio = <0x4fa 0xa 0x0>;
+			enable-active-high;
+			regulator-enable-ramp-delay = <0x640>;
+			pinctrl-names = "default";
+			pinctrl-0 = <0x4fb>;
+			phandle = <0x597>;
+		};
+
+		bt_wcn3990 {
+			compatible = "qca,wcn3990";
+			qca,bt-vdd-io-supply = <0x334>;
+			qca,bt-vdd-xtal-supply = <0xa4>;
+			qca,bt-vdd-core-supply = <0xed>;
+			qca,bt-vdd-pa-supply = <0xee>;
+			qca,bt-vdd-ldo-supply = <0xef>;
+			qca,bt-vdd-io-voltage-level = <0x14a140 0x14a140>;
+			qca,bt-vdd-xtal-voltage-level = <0x1f20c0 0x1f20c0>;
+			qca,bt-vdd-core-voltage-level = <0x1b7740 0x1b7740>;
+			qca,bt-vdd-pa-voltage-level = <0x13e5c0 0x13e5c0>;
+			qca,bt-vdd-ldo-voltage-level = <0x328980 0x328980>;
+			qca,bt-vdd-io-current-level = <0x1>;
+			qca,bt-vdd-xtal-current-level = <0x1>;
+			qca,bt-vdd-core-current-level = <0x1>;
+			qca,bt-vdd-pa-current-level = <0x1>;
+			qca,bt-vdd-ldo-current-level = <0x1>;
+			phandle = <0x59a>;
+		};
+
+		qcom,battery-data {
+			qcom,batt-id-range-pct = <0xf>;
+			phandle = <0x4f1>;
+
+			qcom,OP_3300mah {
+				qcom,max-voltage-uv = <0x42ae50>;
+				qcom,fg-cc-cv-threshold-mv = <0x1108>;
+				qcom,fastchg-current-ma = <0xbb8>;
+				qcom,batt-id-kohm = <0xc8>;
+				qcom,battery-beta = <0xd7a>;
+				qcom,battery-type = "OP_3300mah";
+				qcom,checksum = <0xe06b>;
+				qcom,gui-version = "PMI8998GUI - 0.0.0.82";
+				qcom,fg-profile-data = <0xa41f6e05 0x9c0a1606 0x321d24e5 0x610b1b15 0xad178c22 0xeb3c874a 0x5b000000 0x12000000 0x62c2 0xccdd8c2 0x19000c00 0x7e00c7ec 0xe3055dfa 0x97f51212 0xc205903b 0x22094040 0x7000500 0x7d1fde05 0x3f0a7306 0x721de2f5 0x6f12bf1d 0x8818fb22 0x8d45c652 0x54000000 0xf000000 0xbdcd 0x55c25dc5 0x14000000 0x7e00c7ec 0x6006bb00 0xb3fc6103 0x6a06781b 0xb3330833 0x7100000 0x3e0b9945 0x14001900 0xae010afa 0xff000000 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0>;
+			};
+		};
+
+		extcon_usb1 {
+			compatible = "linux,extcon-usb-gpio";
+			vbus-gpio = <0x4fa 0x8 0x0>;
+			pinctrl-names = "default";
+			pinctrl-0 = <0x501>;
+			phandle = <0x502>;
+		};
+	};
+
+	firmware {
+		phandle = <0x4c9>;
+
+		android {
+			compatible = "android,firmware";
+
+			vbmeta {
+				compatible = "android,vbmeta";
+				parts = "vbmeta,boot,system,vendor,dtbo";
+			};
+
+			fstab {
+				compatible = "android,fstab";
+
+				vendor {
+					compatible = "android,vendor";
+					dev = "/dev/block/platform/soc/1d84000.ufshc/by-name/vendor";
+					type = "ext4";
+					mnt_flags = "ro,barrier=1,discard";
+					fsmgr_flags = "wait,slotselect";
+					status = "ok";
+				};
+			};
+		};
+	};
+
+	reserved-memory {
+		#address-cells = <0x2>;
+		#size-cells = <0x2>;
+		ranges;
+
+		hyp_region@85700000 {
+			no-map;
+			reg = <0x0 0x85700000 0x0 0x600000>;
+			phandle = <0x4ca>;
+		};
+
+		xbl_region@85e00000 {
+			no-map;
+			reg = <0x0 0x85e00000 0x0 0x100000>;
+			phandle = <0x4cb>;
+		};
+
+		removed_region@85fc0000 {
+			no-map;
+			reg = <0x0 0x85fc0000 0x0 0x4b40000>;
+			phandle = <0x4cc>;
+		};
+
+		qseecom_region@0x8ab00000 {
+			compatible = "shared-dma-pool";
+			no-map;
+			reg = <0x0 0x8ab00000 0x0 0x1400000>;
+			phandle = <0x1ad>;
+		};
+
+		camera_region@0x8bf00000 {
+			compatible = "removed-dma-pool";
+			no-map;
+			reg = <0x0 0x8bf00000 0x0 0x500000>;
+			phandle = <0x1c1>;
+		};
+
+		ips_fw_region@0x8c400000 {
+			compatible = "removed-dma-pool";
+			no-map;
+			reg = <0x0 0x8c400000 0x0 0x10000>;
+			phandle = <0xea>;
+		};
+
+		ipa_gsi_region@0x8c410000 {
+			compatible = "removed-dma-pool";
+			no-map;
+			reg = <0x0 0x8c410000 0x0 0x5000>;
+			phandle = <0x4cd>;
+		};
+
+		gpu_region@0x8c415000 {
+			compatible = "removed-dma-pool";
+			no-map;
+			reg = <0x0 0x8c415000 0x0 0x2000>;
+			phandle = <0x2a7>;
+		};
+
+		adsp_region@0x8c500000 {
+			compatible = "removed-dma-pool";
+			no-map;
+			reg = <0x0 0x8c500000 0x0 0x1a00000>;
+			phandle = <0xb3>;
+		};
+
+		wlan_fw_region@0x8df00000 {
+			compatible = "removed-dma-pool";
+			no-map;
+			reg = <0x0 0x8df00000 0x0 0x100000>;
+			phandle = <0x4ce>;
+		};
+
+		modem_region@0x8e000000 {
+			compatible = "removed-dma-pool";
+			no-map;
+			reg = <0x0 0x8e000000 0x0 0x7800000>;
+			phandle = <0xaf>;
+		};
+
+		video_region@0x95800000 {
+			compatible = "removed-dma-pool";
+			no-map;
+			reg = <0x0 0x95800000 0x0 0x500000>;
+			phandle = <0xc2>;
+		};
+
+		cdsp_region@0x95d00000 {
+			compatible = "removed-dma-pool";
+			no-map;
+			reg = <0x0 0x95d00000 0x0 0x800000>;
+			phandle = <0xbd>;
+		};
+
+		mba_region@0x96500000 {
+			compatible = "removed-dma-pool";
+			no-map;
+			reg = <0x0 0x96500000 0x0 0x200000>;
+			phandle = <0xb2>;
+		};
+
+		slpi_region@0x96700000 {
+			compatible = "removed-dma-pool";
+			no-map;
+			reg = <0x0 0x96700000 0x0 0x1400000>;
+			phandle = <0xb8>;
+		};
+
+		pil_spss_region@0x97b00000 {
+			compatible = "removed-dma-pool";
+			no-map;
+			reg = <0x0 0x97b00000 0x0 0x100000>;
+			phandle = <0xbc>;
+		};
+
+		adsp_region {
+			compatible = "shared-dma-pool";
+			alloc-ranges = <0x0 0x0 0x0 0xffffffff>;
+			reusable;
+			alignment = <0x0 0x400000>;
+			size = <0x0 0x1000000>;
+			phandle = <0xc0>;
+		};
+
+		qseecom_ta_region {
+			compatible = "shared-dma-pool";
+			alloc-ranges = <0x0 0x0 0x0 0xffffffff>;
+			reusable;
+			alignment = <0x0 0x400000>;
+			size = <0x0 0x1000000>;
+			phandle = <0x1ae>;
+		};
+
+		secure_sp_region {
+			compatible = "shared-dma-pool";
+			alloc-ranges = <0x0 0x0 0x0 0xffffffff>;
+			reusable;
+			alignment = <0x0 0x400000>;
+			size = <0x0 0x800000>;
+			phandle = <0x1af>;
+		};
+
+		cont_splash_region@9d400000 {
+			reg = <0x0 0x9d400000 0x0 0x2400000>;
+			label = "cont_splash_region";
+			phandle = <0x4cf>;
+		};
+
+		secure_display_region {
+			compatible = "shared-dma-pool";
+			alloc-ranges = <0x0 0x0 0x0 0xffffffff>;
+			reusable;
+			alignment = <0x0 0x400000>;
+			size = <0x0 0x5c00000>;
+			phandle = <0x1b0>;
+		};
+
+		mem_dump_region {
+			compatible = "shared-dma-pool";
+			reusable;
+			size = <0x0 0x2400000>;
+			phandle = <0x11c>;
+		};
+
+		linux,cma {
+			compatible = "shared-dma-pool";
+			alloc-ranges = <0x0 0x0 0x0 0xffffffff>;
+			reusable;
+			alignment = <0x0 0x400000>;
+			size = <0x0 0x2000000>;
+			linux,cma-default;
+		};
+
+		bootloader_log_mem@0x9FFF7000 {
+			reg = <0x0 0x9fff7000 0x0 0x100000>;
+			label = "bootloader_log_mem";
+			phandle = <0x2b4>;
+		};
+
+		param_mem@ac200000 {
+			reg = <0x0 0xac200000 0x0 0x100000>;
+			label = "param_mem";
+			phandle = <0x4d0>;
+		};
+
+		ramoops@0xAC300000 {
+			compatible = "ramoops";
+			reg = <0x0 0xac300000 0x0 0x400000>;
+			record-size = <0x40000>;
+			console-size = <0x40000>;
+			ftrace-size = <0x40000>;
+			pmsg-size = <0x200000>;
+			devinfo-size = <0x1000>;
+			ecc-size = <0x0>;
+			phandle = <0x4d1>;
+		};
+
+		mtp_mem@ac700000 {
+			reg = <0x0 0xac700000 0x0 0xb00000>;
+			label = "mtp_mem";
+			phandle = <0x4d2>;
+		};
+	};
+
+	regulator-pm8998-s4 {
+		compatible = "qcom,stub-regulator";
+		regulator-name = "pm8998_s4";
+		qcom,hpm-min-load = <0x186a0>;
+		regulator-min-microvolt = <0x1b7740>;
+		regulator-max-microvolt = <0x1b7740>;
+		phandle = <0x4d3>;
+	};
+
+	__symbols__ {
+		CPU0 = "/cpus/cpu@0";
+		L2_0 = "/cpus/cpu@0/l2-cache";
+		L3_0 = "/cpus/cpu@0/l2-cache/l3-cache";
+		L1_I_0 = "/cpus/cpu@0/l1-icache";
+		L1_D_0 = "/cpus/cpu@0/l1-dcache";
+		L1_TLB_0 = "/cpus/cpu@0/l1-tlb";
+		CPU1 = "/cpus/cpu@100";
+		L2_100 = "/cpus/cpu@100/l2-cache";
+		L1_I_100 = "/cpus/cpu@100/l1-icache";
+		L1_D_100 = "/cpus/cpu@100/l1-dcache";
+		L1_TLB_100 = "/cpus/cpu@100/l1-tlb";
+		CPU2 = "/cpus/cpu@200";
+		L2_200 = "/cpus/cpu@200/l2-cache";
+		L1_I_200 = "/cpus/cpu@200/l1-icache";
+		L1_D_200 = "/cpus/cpu@200/l1-dcache";
+		L1_TLB_200 = "/cpus/cpu@200/l1-tlb";
+		CPU3 = "/cpus/cpu@300";
+		L2_300 = "/cpus/cpu@300/l2-cache";
+		L1_I_300 = "/cpus/cpu@300/l1-icache";
+		L1_D_300 = "/cpus/cpu@300/l1-dcache";
+		L1_TLB_300 = "/cpus/cpu@300/l1-tlb";
+		CPU4 = "/cpus/cpu@400";
+		L2_400 = "/cpus/cpu@400/l2-cache";
+		L1_I_400 = "/cpus/cpu@400/l1-icache";
+		L1_D_400 = "/cpus/cpu@400/l1-dcache";
+		L1_TLB_400 = "/cpus/cpu@400/l1-tlb";
+		CPU5 = "/cpus/cpu@500";
+		L2_500 = "/cpus/cpu@500/l2-cache";
+		L1_I_500 = "/cpus/cpu@500/l1-icache";
+		L1_D_500 = "/cpus/cpu@500/l1-dcache";
+		L1_TLB_500 = "/cpus/cpu@500/l1-tlb";
+		CPU6 = "/cpus/cpu@600";
+		L2_600 = "/cpus/cpu@600/l2-cache";
+		L1_I_600 = "/cpus/cpu@600/l1-icache";
+		L1_D_600 = "/cpus/cpu@600/l1-dcache";
+		L1_TLB_600 = "/cpus/cpu@600/l1-tlb";
+		CPU7 = "/cpus/cpu@700";
+		L2_700 = "/cpus/cpu@700/l2-cache";
+		L1_I_700 = "/cpus/cpu@700/l1-icache";
+		L1_D_700 = "/cpus/cpu@700/l1-dcache";
+		L1_TLB_700 = "/cpus/cpu@700/l1-tlb";
+		soc = "/soc";
+		pcie_0_gdsc = "/soc/qcom,gdsc@0x16b004";
+		pcie_1_gdsc = "/soc/qcom,gdsc@0x18d004";
+		ufs_card_gdsc = "/soc/qcom,gdsc@0x175004";
+		ufs_phy_gdsc = "/soc/qcom,gdsc@0x177004";
+		usb30_prim_gdsc = "/soc/qcom,gdsc@0x10f004";
+		usb30_sec_gdsc = "/soc/qcom,gdsc@0x110004";
+		hlos1_vote_aggre_noc_mmu_audio_tbu_gdsc = "/soc/qcom,gdsc@0x17d030";
+		hlos1_vote_aggre_noc_mmu_pcie_tbu_gdsc = "/soc/qcom,gdsc@0x17d03c";
+		hlos1_vote_aggre_noc_mmu_tbu1_gdsc = "/soc/qcom,gdsc@0x17d034";
+		hlos1_vote_aggre_noc_mmu_tbu2_gdsc = "/soc/qcom,gdsc@0x17d038";
+		hlos1_vote_mmnoc_mmu_tbu_hf0_gdsc = "/soc/qcom,gdsc@0x17d040";
+		hlos1_vote_mmnoc_mmu_tbu_hf1_gdsc = "/soc/qcom,gdsc@0x17d048";
+		hlos1_vote_mmnoc_mmu_tbu_sf_gdsc = "/soc/qcom,gdsc@0x17d044";
+		bps_gdsc = "/soc/qcom,gdsc@0xad06004";
+		ife_0_gdsc = "/soc/qcom,gdsc@0xad09004";
+		ife_1_gdsc = "/soc/qcom,gdsc@0xad0a004";
+		ipe_0_gdsc = "/soc/qcom,gdsc@0xad07004";
+		ipe_1_gdsc = "/soc/qcom,gdsc@0xad08004";
+		titan_top_gdsc = "/soc/qcom,gdsc@0xad0b134";
+		mdss_core_gdsc = "/soc/qcom,gdsc@0xaf03000";
+		gpu_cx_hw_ctrl = "/soc/syscon@0x5091540";
+		gpu_cx_gdsc = "/soc/qcom,gdsc@0x509106c";
+		gpu_gx_gdsc = "/soc/qcom,gdsc@0x509100c";
+		vcodec0_gdsc = "/soc/qcom,gdsc@0xab00874";
+		vcodec1_gdsc = "/soc/qcom,gdsc@0xab008b4";
+		venus_gdsc = "/soc/qcom,gdsc@0xab00814";
+		mdss_dsi0_pll = "/soc/qcom,mdss_dsi_pll@ae94a00";
+		mdss_dsi1_pll = "/soc/qcom,mdss_dsi_pll@ae96a00";
+		mdss_dp_pll = "/soc/qcom,mdss_dp_pll@c011000";
+		smp2pgpio_rdbg_2_in = "/soc/qcom,smp2pgpio-rdbg-2-in";
+		smp2pgpio_rdbg_2_out = "/soc/qcom,smp2pgpio-rdbg-2-out";
+		smp2pgpio_rdbg_1_in = "/soc/qcom,smp2pgpio-rdbg-1-in";
+		smp2pgpio_rdbg_1_out = "/soc/qcom,smp2pgpio-rdbg-1-out";
+		smp2pgpio_rdbg_5_in = "/soc/qcom,smp2pgpio-rdbg-5-in";
+		smp2pgpio_rdbg_5_out = "/soc/qcom,smp2pgpio-rdbg-5-out";
+		mdss_mdp = "/soc/qcom,mdss_mdp@ae00000";
+		smmu_sde_sec = "/soc/qcom,mdss_mdp@ae00000/qcom,smmu_sde_sec_cb";
+		sde_rscc = "/soc/qcom,sde_rscc@af20000";
+		mdss_rotator = "/soc/qcom,mdss_rotator@ae00000";
+		rot_reg = "/soc/qcom,mdss_rotator@ae00000/qcom,rot-reg-bus";
+		smmu_rot_unsec = "/soc/qcom,mdss_rotator@ae00000/qcom,smmu_rot_unsec_cb";
+		smmu_rot_sec = "/soc/qcom,mdss_rotator@ae00000/qcom,smmu_rot_sec_cb";
+		mdss_dsi0 = "/soc/qcom,mdss_dsi_ctrl0@ae94000";
+		mdss_dsi1 = "/soc/qcom,mdss_dsi_ctrl1@ae96000";
+		mdss_dsi_phy0 = "/soc/qcom,mdss_dsi_phy0@ae94400";
+		mdss_dsi_phy1 = "/soc/qcom,mdss_dsi_phy0@ae96400";
+		sde_dp = "/soc/qcom,dp_display@0";
+		qupv3_0 = "/soc/qcom,qupv3_0_geni_se@8c0000";
+		iommu_qupv3_0_geni_se_cb = "/soc/qcom,qupv3_0_geni_se@8c0000/qcom,iommu_qupv3_0_geni_se_cb";
+		qupv3_se6_4uart = "/soc/qcom,qup_uart@0x898000";
+		qupv3_se7_4uart = "/soc/qcom,qup_uart@0x89c000";
+		qupv3_se0_i2c = "/soc/i2c@880000";
+		qupv3_se1_i2c = "/soc/i2c@884000";
+		qupv3_se2_i2c = "/soc/i2c@888000";
+		qupv3_se3_i2c = "/soc/i2c@88c000";
+		qupv3_se4_i2c = "/soc/i2c@890000";
+		qupv3_se5_i2c = "/soc/i2c@894000";
+		qupv3_se6_i2c = "/soc/i2c@898000";
+		qupv3_se7_i2c = "/soc/i2c@89c000";
+		qupv3_se0_spi = "/soc/spi@880000";
+		qupv3_se1_spi = "/soc/spi@884000";
+		qupv3_se2_spi = "/soc/spi@888000";
+		qupv3_se3_spi = "/soc/spi@88c000";
+		qupv3_se4_spi = "/soc/spi@890000";
+		qupv3_se5_spi = "/soc/spi@894000";
+		qupv3_se6_spi = "/soc/spi@898000";
+		qupv3_se7_spi = "/soc/spi@89c000";
+		qupv3_1 = "/soc/qcom,qupv3_1_geni_se@ac0000";
+		iommu_qupv3_1_geni_se_cb = "/soc/qcom,qupv3_1_geni_se@ac0000/qcom,iommu_qupv3_1_geni_se_cb";
+		qupv3_se9_2uart = "/soc/qcom,qup_uart@0xa84000";
+		qupv3_se10_2uart = "/soc/qcom,qup_uart@0xa88000";
+		qupv3_se8_i2c = "/soc/i2c@a80000";
+		qupv3_se9_i2c = "/soc/i2c@a84000";
+		qupv3_se10_i2c = "/soc/i2c@a88000";
+		qupv3_se11_i2c = "/soc/i2c@a8c000";
+		qupv3_se12_i2c = "/soc/i2c@a90000";
+		qupv3_se13_i2c = "/soc/i2c@a94000";
+		qupv3_se14_i2c = "/soc/i2c@a98000";
+		qupv3_se15_i2c = "/soc/i2c@a9c000";
+		qupv3_se8_spi = "/soc/spi@a80000";
+		qupv3_se9_spi = "/soc/spi@a84000";
+		qupv3_se10_spi = "/soc/spi@a88000";
+		qupv3_se11_spi = "/soc/spi@a8c000";
+		qupv3_se12_spi = "/soc/spi@a90000";
+		qupv3_se13_spi = "/soc/spi@a94000";
+		qupv3_se14_spi = "/soc/spi@a98000";
+		qupv3_se15_spi = "/soc/spi@a9c000";
+		jtag_mm0 = "/soc/jtagmm@7040000";
+		jtag_mm1 = "/soc/jtagmm@7140000";
+		jtag_mm2 = "/soc/jtagmm@7240000";
+		jtag_mm3 = "/soc/jtagmm@7340000";
+		jtag_mm4 = "/soc/jtagmm@7440000";
+		jtag_mm5 = "/soc/jtagmm@7540000";
+		jtag_mm6 = "/soc/jtagmm@7640000";
+		jtag_mm7 = "/soc/jtagmm@7740000";
+		intc = "/soc/interrupt-controller@17a00000";
+		spmi_bus = "/soc/qcom,spmi@c440000";
+		pm8998_revid = "/soc/qcom,spmi@c440000/qcom,pm8998@0/qcom,revid@100";
+		pm8998_tz = "/soc/qcom,spmi@c440000/qcom,pm8998@0/qcom,temp-alarm@2400";
+		pm8998_gpios = "/soc/qcom,spmi@c440000/qcom,pm8998@0/pinctrl@c000";
+		key_home_default = "/soc/qcom,spmi@c440000/qcom,pm8998@0/pinctrl@c000/key_home/key_home_default";
+		led_bt_default = "/soc/qcom,spmi@c440000/qcom,pm8998@0/pinctrl@c000/led_bt/led_bt_default";
+		key_vol_up_default = "/soc/qcom,spmi@c440000/qcom,pm8998@0/pinctrl@c000/key_vol_up/key_vol_up_default";
+		key_cam_snapshot_default = "/soc/qcom,spmi@c440000/qcom,pm8998@0/pinctrl@c000/key_cam_snapshot/key_cam_snapshot_default";
+		key_cam_focus_default = "/soc/qcom,spmi@c440000/qcom,pm8998@0/pinctrl@c000/key_cam_focus/key_cam_focus_default";
+		led_wifi_default = "/soc/qcom,spmi@c440000/qcom,pm8998@0/pinctrl@c000/led_wifi/led_wifi_default";
+		camera_dvdd_en_default = "/soc/qcom,spmi@c440000/qcom,pm8998@0/pinctrl@c000/camera_dvdd_en/camera_dvdd_en_default";
+		camera_rear_avdd_en_default = "/soc/qcom,spmi@c440000/qcom,pm8998@0/pinctrl@c000/camera_rear_avdd_en/camera_rear_avdd_en_default";
+		camera_rear_dvdd_en_default = "/soc/qcom,spmi@c440000/qcom,pm8998@0/pinctrl@c000/camera_rear_dvdd_en/camera_rear_dvdd_en_default";
+		nfc_clk_default = "/soc/qcom,spmi@c440000/qcom,pm8998@0/pinctrl@c000/nfc_clk/nfc_clk_default";
+		pm8998_coincell = "/soc/qcom,spmi@c440000/qcom,pm8998@0/qcom,coincell@2800";
+		pm8998_rtc = "/soc/qcom,spmi@c440000/qcom,pm8998@0/qcom,pm8998_rtc";
+		pm8998_vadc = "/soc/qcom,spmi@c440000/qcom,pm8998@0/vadc@3100";
+		pm8998_adc_tm = "/soc/qcom,spmi@c440000/qcom,pm8998@0/vadc@3400";
+		pm8998_div_clk1 = "/soc/qcom,spmi@c440000/qcom,pm8998@0/qcom,clkdiv@5b00";
+		pm8998_div_clk2 = "/soc/qcom,spmi@c440000/qcom,pm8998@0/qcom,clkdiv@5c00";
+		pm8998_div_clk3 = "/soc/qcom,spmi@c440000/qcom,pm8998@0/qcom,clkdiv@5d00";
+		pm8005_revid = "/soc/qcom,spmi@c440000/qcom,pm8005@4/qcom,revid@100";
+		pm8005_tz = "/soc/qcom,spmi@c440000/qcom,pm8005@4/qcom,temp-alarm@2400";
+		pm8005_gpios = "/soc/qcom,spmi@c440000/qcom,pm8005@4/pinctrl@c000";
+		spmi_debug_bus = "/soc/qcom,spmi-debug@6b22000";
+		cpubw = "/soc/qcom,cpubw";
+		bwmon = "/soc/qcom,cpu-bwmon";
+		llccbw = "/soc/qcom,llccbw";
+		llcc_bwmon = "/soc/qcom,llcc-bwmon";
+		memlat_cpu0 = "/soc/qcom,memlat-cpu0";
+		memlat_cpu4 = "/soc/qcom,memlat-cpu4";
+		snoc_cnoc_keepalive = "/soc/qcom,snoc_cnoc_keepalive";
+		devfreq_memlat_0 = "/soc/qcom,cpu0-memlat-mon";
+		devfreq_memlat_4 = "/soc/qcom,cpu4-memlat-mon";
+		l3_cpu0 = "/soc/qcom,l3-cpu0";
+		l3_cpu4 = "/soc/qcom,l3-cpu4";
+		devfreq_l3lat_0 = "/soc/qcom,cpu0-l3lat-mon";
+		devfreq_l3lat_4 = "/soc/qcom,cpu4-l3lat-mon";
+		l3_cdsp = "/soc/qcom,l3-cdsp";
+		cpu_pmu = "/soc/cpu-pmu";
+		mincpubw = "/soc/qcom,mincpubw";
+		devfreq_cpufreq = "/soc/devfreq-cpufreq";
+		devfreq_compute = "/soc/qcom,devfreq-compute";
+		clock_rpmh = "/soc/qcom,rpmhclk";
+		clock_gcc = "/soc/qcom,gcc@100000";
+		clock_videocc = "/soc/qcom,videocc@ab00000";
+		clock_camcc = "/soc/qcom,camcc@ad00000";
+		clock_dispcc = "/soc/qcom,dispcc@af00000";
+		clock_gpucc = "/soc/qcom,gpucc@5090000";
+		clock_gfx = "/soc/qcom,gfxcc@5090000";
+		cpucc_debug = "/soc/syscon@17970018";
+		clock_cpucc = "/soc/qcom,cpucc@0x17d41000";
+		lmh_dcvs0 = "/soc/qcom,cpucc@0x17d41000/qcom,limits-dcvs@0";
+		lmh_dcvs1 = "/soc/qcom,cpucc@0x17d41000/qcom,limits-dcvs@1";
+		wil6210 = "/soc/qcom,cpucc@0x17d41000/qcom,wil6210";
+		clock_debug = "/soc/qcom,cc-debug@100000";
+		clock_aop = "/soc/qcom,aopclk";
+		ufs_ice = "/soc/ufsice@1d90000";
+		ufsphy_mem = "/soc/ufsphy_mem@1d87000";
+		ufshc_mem = "/soc/ufshc@1d84000";
+		sdhc_2 = "/soc/sdhci@8804000";
+		pil_modem = "/soc/qcom,mss@4080000";
+		slim_aud = "/soc/slim@171c0000";
+		iommu_slim_aud_ctrl_cb = "/soc/slim@171c0000/qcom,iommu_slim_ctrl_cb";
+		slim_qca = "/soc/slim@17240000";
+		iommu_slim_qca_ctrl_cb = "/soc/slim@17240000/qcom,iommu_slim_ctrl_cb";
+		btfmslim_codec = "/soc/slim@17240000/wcn3990";
+		eud = "/soc/qcom,msm-eud@88e0000";
+		wdog = "/soc/qcom,wdt@17980000";
+		ssc_sensors = "/soc/qcom,msm-ssc-sensors";
+		llcc = "/soc/qcom,llcc@1100000/qcom,sdm845-llcc";
+		LLCC_1 = "/soc/qcom,llcc@1100000/llcc_1_dcache";
+		LLCC_2 = "/soc/qcom,llcc@1100000/llcc_2_dcache";
+		LLCC_3 = "/soc/qcom,llcc@1100000/llcc_3_dcache";
+		LLCC_4 = "/soc/qcom,llcc@1100000/llcc_4_dcache";
+		qmp_aop = "/soc/qcom,qmp-aop@c300000";
+		apps_rsc = "/soc/mailbox@179e0000";
+		disp_rsc = "/soc/mailbox@af20000";
+		glink_qos_adsp = "/soc/qcom,glink-qos-config-adsp";
+		glink_spi_xprt_wdsp = "/soc/qcom,glink-spi-xprt-wdsp";
+		glink_fifo_wdsp = "/soc/qcom,glink-fifo-config-wdsp";
+		glink_qos_wdsp = "/soc/qcom,glink-qos-config-wdsp";
+		glink_mpss = "/soc/qcom,glink-ssr-modem";
+		glink_lpass = "/soc/qcom,glink-ssr-adsp";
+		glink_dsps = "/soc/qcom,glink-ssr-dsps";
+		glink_cdsp = "/soc/qcom,glink-ssr-cdsp";
+		glink_spss = "/soc/qcom,glink-ssr-spss";
+		spss_utils = "/soc/qcom,spss_utils";
+		qcom_seecom = "/soc/qseecom@86d00000";
+		qcom_rng = "/soc/qrng@793000";
+		qcom_tzlog = "/soc/tz-log@146bf720";
+		qcom_cedev = "/soc/qcedev@1de0000";
+		qcom_msmhdcp = "/soc/qcom,msm_hdcp";
+		qcom_crypto = "/soc/qcrypto@1de0000";
+		ipa_hw = "/soc/qcom,ipa@01e00000";
+		ipa_smmu_ap = "/soc/qcom,ipa@01e00000/ipa_smmu_ap";
+		ipa_smmu_wlan = "/soc/qcom,ipa@01e00000/ipa_smmu_wlan";
+		ipa_smmu_uc = "/soc/qcom,ipa@01e00000/ipa_smmu_uc";
+		cmd_db = "/soc/qcom,cmd-db@861e0000";
+		dcc = "/soc/dcc_v2@10a2000";
+		modem_pa = "/soc/qmi-tmd-devices/modem/modem_pa";
+		modem_proc = "/soc/qmi-tmd-devices/modem/modem_proc";
+		modem_current = "/soc/qmi-tmd-devices/modem/modem_current";
+		modem_skin = "/soc/qmi-tmd-devices/modem/modem_skin";
+		modem_vdd = "/soc/qmi-tmd-devices/modem/modem_vdd";
+		adsp_vdd = "/soc/qmi-tmd-devices/adsp/adsp_vdd";
+		cdsp_vdd = "/soc/qmi-tmd-devices/cdsp/cdsp_vdd";
+		slpi_vdd = "/soc/qmi-tmd-devices/slpi/slpi_vdd";
+		thermal_zones = "/soc/thermal-zones";
+		gpu_trip0 = "/soc/thermal-zones/gpu-virt-max-step/trips/gpu-trip0";
+		pop_trip = "/soc/thermal-zones/pop-mem-step/trips/pop-trip";
+		emerg_config0 = "/soc/thermal-zones/cpu0-silver-step/trips/emerg-config0";
+		emerg_config1 = "/soc/thermal-zones/cpu1-silver-step/trips/emerg-config1";
+		emerg_config2 = "/soc/thermal-zones/cpu2-silver-step/trips/emerg-config2";
+		emerg_config3 = "/soc/thermal-zones/cpu3-silver-step/trips/emerg-config3";
+		emerg_config4 = "/soc/thermal-zones/cpu0-gold-step/trips/emerg-config4";
+		emerg_config5 = "/soc/thermal-zones/cpu1-gold-step/trips/emerg-config5";
+		emerg_config6 = "/soc/thermal-zones/cpu2-gold-step/trips/emerg-config6";
+		emerg_config7 = "/soc/thermal-zones/cpu3-gold-step/trips/emerg-config7";
+		pm8998_temp_alarm = "/soc/thermal-zones/pm8998_tz";
+		pm8998_trip0 = "/soc/thermal-zones/pm8998_tz/trips/pm8998-trip0";
+		pm8998_trip1 = "/soc/thermal-zones/pm8998_tz/trips/pm8998-trip1";
+		pm8998_trip2 = "/soc/thermal-zones/pm8998_tz/trips/pm8998-trip2";
+		aoss0_trip = "/soc/thermal-zones/aoss0-lowf/trips/aoss0-trip";
+		cpu0_trip = "/soc/thermal-zones/cpu0-silver-lowf/trips/cpu0-trip";
+		cpu1_trip = "/soc/thermal-zones/cpu1-silver-lowf/trips/cpu1-trip";
+		cpu2_trip = "/soc/thermal-zones/cpu2-silver-lowf/trips/cpu2-trip";
+		cpu3_trip = "/soc/thermal-zones/cpu3-silver-lowf/trips/cpu3-trip";
+		l3_0_trip = "/soc/thermal-zones/kryo-l3-0-lowf/trips/l3-0-trip";
+		l3_1_trip = "/soc/thermal-zones/kryo-l3-1-lowf/trips/l3-1-trip";
+		cpug0_trip = "/soc/thermal-zones/cpu0-gold-lowf/trips/cpug0-trip";
+		cpug1_trip = "/soc/thermal-zones/cpu1-gold-lowf/trips/cpug1-trip";
+		cpug2_trip = "/soc/thermal-zones/cpu2-gold-lowf/trips/cpug2-trip";
+		cpug3_trip = "/soc/thermal-zones/cpu3-gold-lowf/trips/cpug3-trip";
+		gpu0_trip_l = "/soc/thermal-zones/gpu0-lowf/trips/gpu0-trip";
+		gpu1_trip_l = "/soc/thermal-zones/gpu1-lowf/trips/gpu1-trip_l";
+		aoss1_trip = "/soc/thermal-zones/aoss1-lowf/trips/aoss1-trip";
+		dsp_trip = "/soc/thermal-zones/mdm-dsp-lowf/trips/dsp-trip";
+		ddr_trip = "/soc/thermal-zones/ddr-lowf/trips/ddr-trip";
+		wlan_trip = "/soc/thermal-zones/wlan-lowf/trips/wlan-trip";
+		hvx_trip = "/soc/thermal-zones/compute-hvx-lowf/trips/hvx-trip";
+		camera_trip = "/soc/thermal-zones/camera-lowf/trips/camera-trip";
+		mmss_trip = "/soc/thermal-zones/mmss-lowf/trips/mmss-trip";
+		mdm_trip = "/soc/thermal-zones/mdm-core-lowf/trips/mdm-trip";
+		tsens0 = "/soc/tsens@c222000";
+		tsens1 = "/soc/tsens@c223000";
+		gpi_dma0 = "/soc/qcom,gpi-dma@0x800000";
+		gpi_dma1 = "/soc/qcom,gpi-dma@0xa00000";
+		tspp = "/soc/msm_tspp@0x8880000";
+		pm8998_s1_level = "/soc/rpmh-regulator-ebilvl/regulator-s1";
+		ebi_cdev = "/soc/rpmh-regulator-ebilvl/regulator-cdev";
+		pm8998_s2 = "/soc/rpmh-regulator-smpa2/regulator-s2";
+		pm8998_s3 = "/soc/rpmh-regulator-smpa3/regulator-s3";
+		pm8998_s5 = "/soc/rpmh-regulator-smpa5/regulator-s5";
+		pm8998_s6_level = "/soc/rpmh-regulator-mxlvl/regulator-s6-level";
+		pm8998_s6_level_ao = "/soc/rpmh-regulator-mxlvl/regulator-s6-level-ao";
+		mx_cdev = "/soc/rpmh-regulator-mxlvl/mx-cdev-lvl";
+		pm8998_s7 = "/soc/rpmh-regulator-smpa7/regulator-s7";
+		pm8998_s9_level = "/soc/rpmh-regulator-cxlvl/regulator-s9-level";
+		pm8998_s9_level_ao = "/soc/rpmh-regulator-cxlvl/regulator-s9-level-ao";
+		cx_cdev = "/soc/rpmh-regulator-cxlvl/regulator-cdev";
+		pm8998_l1 = "/soc/rpmh-regulator-ldoa1/regulator-l1";
+		pm8998_l1_ao = "/soc/rpmh-regulator-ldoa1/regulator-l1-ao";
+		pm8998_l2 = "/soc/rpmh-regulator-ldoa2/regulator-l2";
+		pm8998_l3 = "/soc/rpmh-regulator-ldoa3/regulator-l3";
+		pm8998_l4_level = "/soc/rpmh-regulator-lmxlvl/regulator-l4-level";
+		pm8998_l5 = "/soc/rpmh-regulator-ldoa5/regulator-l5";
+		pm8998_l6 = "/soc/rpmh-regulator-ldoa6/regulator-l6";
+		pm8998_l7 = "/soc/rpmh-regulator-ldoa7/regulator-l7";
+		pm8998_l8 = "/soc/rpmh-regulator-ldoa8/regulator-l8";
+		pm8998_l9 = "/soc/rpmh-regulator-ldoa9/regulator-l9";
+		pm8998_l10 = "/soc/rpmh-regulator-ldoa10/regulator-l10";
+		pm8998_l11 = "/soc/rpmh-regulator-ldoa11/regulator-l11";
+		pm8998_l12 = "/soc/rpmh-regulator-ldoa12/regulator-l12";
+		pm8998_l13 = "/soc/rpmh-regulator-ldoa13/regulator-l13";
+		pm8998_l14 = "/soc/rpmh-regulator-ldoa14/regulator-l14";
+		pm8998_l15 = "/soc/rpmh-regulator-ldoa15/regulator-l15";
+		pm8998_l16 = "/soc/rpmh-regulator-ldoa16/regulator-l16";
+		pm8998_l17 = "/soc/rpmh-regulator-ldoa17/regulator-l17";
+		pm8998_l18 = "/soc/rpmh-regulator-ldoa18/regulator-l18";
+		pm8998_l19 = "/soc/rpmh-regulator-ldoa19/regulator-l19";
+		pm8998_l20 = "/soc/rpmh-regulator-ldoa20/regulator-l20";
+		pm8998_l21 = "/soc/rpmh-regulator-ldoa21/regulator-l21";
+		pm8998_l22 = "/soc/rpmh-regulator-ldoa22/regulator-l22";
+		pm8998_l23 = "/soc/rpmh-regulator-ldoa23/regulator-l23";
+		pm8998_l24 = "/soc/rpmh-regulator-ldoa24/regulator-l24";
+		pm8998_l25 = "/soc/rpmh-regulator-ldoa25/regulator-l25";
+		pm8998_l26 = "/soc/rpmh-regulator-ldoa26/regulator-l26";
+		pm8998_l27_level = "/soc/rpmh-regulator-lcxlvl/regulator-l27-level";
+		pm8998_l28 = "/soc/rpmh-regulator-ldoa28/regulator-l28";
+		pm8998_lvs1 = "/soc/rpmh-regulator-vsa1/regulator-lvs1";
+		pm8998_lvs2 = "/soc/rpmh-regulator-vsa2/regulator-lvs2";
+		pmi8998_bob = "/soc/rpmh-regulator-bobb1/regulator-bob";
+		pmi8998_bob_ao = "/soc/rpmh-regulator-bobb1/regulator-bob-ao";
+		pm8005_s1_level = "/soc/rpmh-regulator-gfxlvl/regulator-s1-level";
+		pm8005_s2_level = "/soc/rpmh-regulator-msslvl/regulator-s2-level";
+		pm8005_s3 = "/soc/rpmh-regulator-smpc3/regulator-s3";
+		refgen = "/soc/refgen-regulator@ff1000";
+		csr = "/soc/csr@6001000";
+		swao_csr = "/soc/csr@6b0e000";
+		replicator_qdss = "/soc/replicator@6046000";
+		replicator_out_tmc_etr = "/soc/replicator@6046000/ports/port@0/endpoint";
+		replicator_in_tmc_etf = "/soc/replicator@6046000/ports/port@1/endpoint";
+		replicator_swao = "/soc/replicator@6b0a000";
+		replicator_swao_in_tmc_etf_swao = "/soc/replicator@6b0a000/ports/port@0/endpoint";
+		replicator_swao_out_eud = "/soc/replicator@6b0a000/ports/port@1/endpoint";
+		replicator_swao_out_funnel_in2 = "/soc/replicator@6b0a000/ports/port@2/endpoint";
+		tmc_etf_swao = "/soc/tmc@6b09000";
+		tmc_etf_swao_out_replicator = "/soc/tmc@6b09000/ports/port@0/endpoint";
+		tmc_etf_swao_in_funnel_swao = "/soc/tmc@6b09000/ports/port@1/endpoint";
+		funnel_swao = "/soc/funnel@0x6b08000";
+		funnel_swao_out_tmc_etf_swao = "/soc/funnel@0x6b08000/ports/port@0/endpoint";
+		funnel_swao_in_sensor_etm0 = "/soc/funnel@0x6b08000/ports/port@1/endpoint";
+		funnel_swao_in_tpda_swao = "/soc/funnel@0x6b08000/ports/port@2/endpoint";
+		tpda_swao = "/soc/tpda@6b01000";
+		tpda_swao_out_funnel_swao = "/soc/tpda@6b01000/ports/port@0/endpoint";
+		tpda_swao_in_tpdm_swao0 = "/soc/tpda@6b01000/ports/port@1/endpoint";
+		tpda_swao_in_tpdm_swao1 = "/soc/tpda@6b01000/ports/port@2/endpoint";
+		tpdm_swao0 = "/soc/tpdm@6b02000";
+		tpdm_swao0_out_tpda_swao = "/soc/tpdm@6b02000/port/endpoint";
+		tpdm_swao1 = "/soc/tpdm@6b03000";
+		tpdm_swao1_out_tpda_swao = "/soc/tpdm@6b03000/port/endpoint";
+		tmc_etr = "/soc/tmc@6048000";
+		tmc_etr_in_replicator = "/soc/tmc@6048000/port/endpoint";
+		tmc_etf = "/soc/tmc@6047000";
+		tmc_etf_out_replicator = "/soc/tmc@6047000/ports/port@0/endpoint";
+		tmc_etf_in_funnel_merg = "/soc/tmc@6047000/ports/port@1/endpoint";
+		funnel_merg = "/soc/funnel@6045000";
+		funnel_merg_out_tmc_etf = "/soc/funnel@6045000/ports/port@0/endpoint";
+		funnel_merg_in_funnel_in0 = "/soc/funnel@6045000/ports/port@1/endpoint";
+		funnel_merg_in_funnel_in2 = "/soc/funnel@6045000/ports/port@2/endpoint";
+		stm = "/soc/stm@6002000";
+		stm_out_funnel_in0 = "/soc/stm@6002000/port/endpoint";
+		hwevent = "/soc/hwevent@0x014066f0";
+		funnel_in0 = "/soc/funnel@0x6041000";
+		funnel_in0_out_funnel_merg = "/soc/funnel@0x6041000/ports/port@0/endpoint";
+		funnel_in0_in_funnel_spss = "/soc/funnel@0x6041000/ports/port@1/endpoint";
+		funnel_in0_in_funnel_qatb = "/soc/funnel@0x6041000/ports/port@2/endpoint";
+		funnel_in0_in_stm = "/soc/funnel@0x6041000/ports/port@3/endpoint";
+		funnel_in2 = "/soc/funnel@0x6043000";
+		funnel_in2_out_funnel_merg = "/soc/funnel@0x6043000/ports/port@0/endpoint";
+		funnel_in2_in_modem_etm0 = "/soc/funnel@0x6043000/ports/port@1/endpoint";
+		funnel_in2_in_replicator_swao = "/soc/funnel@0x6043000/ports/port@2/endpoint";
+		funnel_in2_in_funnel_modem = "/soc/funnel@0x6043000/ports/port@3/endpoint";
+		funnel_in2_in_funnel_apss_merg = "/soc/funnel@0x6043000/ports/port@4/endpoint";
+		funnel_in2_in_funnel_gfx = "/soc/funnel@0x6043000/ports/port@5/endpoint";
+		funnel_gfx = "/soc/funnel@0x6943000";
+		funnel_gfx_out_funnel_in2 = "/soc/funnel@0x6943000/ports/port@0/endpoint";
+		funnel_in2_in_gfx = "/soc/funnel@0x6943000/ports/port@1/endpoint";
+		funnel_in2_in_gfx_cx = "/soc/funnel@0x6943000/ports/port@2/endpoint";
+		tpda = "/soc/tpda@6004000";
+		tpda_out_funnel_qatb = "/soc/tpda@6004000/ports/port@0/endpoint";
+		tpda_in_tpdm_center = "/soc/tpda@6004000/ports/port@1/endpoint";
+		tpda_in_funnel_dl_mm = "/soc/tpda@6004000/ports/port@2/endpoint";
+		tpda_in_funnel_ddr_0 = "/soc/tpda@6004000/ports/port@3/endpoint";
+		tpda_in_funnel_lpass = "/soc/tpda@6004000/ports/port@4/endpoint";
+		tpda_in_funnel_turing = "/soc/tpda@6004000/ports/port@5/endpoint";
+		tpda_in_tpdm_vsense = "/soc/tpda@6004000/ports/port@6/endpoint";
+		tpda_in_tpdm_prng = "/soc/tpda@6004000/ports/port@7/endpoint";
+		tpda_in_tpdm_qm = "/soc/tpda@6004000/ports/port@8/endpoint";
+		tpda_in_tpdm_north = "/soc/tpda@6004000/ports/port@9/endpoint";
+		tpda_in_tpdm_pimem = "/soc/tpda@6004000/ports/port@10/endpoint";
+		funnel_modem = "/soc/funnel@6832000";
+		funnel_modem_out_funnel_in2 = "/soc/funnel@6832000/ports/port@0/endpoint";
+		funnel_modem_in_tpda_modem = "/soc/funnel@6832000/ports/port@1/endpoint";
+		tpda_modem = "/soc/tpda@6831000";
+		tpda_modem_out_funnel_modem = "/soc/tpda@6831000/ports/port@0/endpoint";
+		tpda_modem_in_tpdm_modem = "/soc/tpda@6831000/ports/port@1/endpoint";
+		tpdm_modem = "/soc/tpdm@6830000";
+		tpdm_modem_out_tpda_modem = "/soc/tpdm@6830000/port/endpoint";
+		funnel_lpass = "/soc/funnel@6845000";
+		funnel_lpass_out_tpda = "/soc/funnel@6845000/ports/port@0/endpoint";
+		funnel_lpass_in_tpdm_lpass = "/soc/funnel@6845000/ports/port@1/endpoint";
+		funnel_lpass_1 = "/soc/funnel_1@6845000";
+		funnel_lpass_1_out_funnel_qatb = "/soc/funnel_1@6845000/ports/port@0/endpoint";
+		funnel_lpass_1_in_audio_etm0 = "/soc/funnel_1@6845000/ports/port@1/endpoint";
+		tpdm_lpass = "/soc/tpdm@6844000";
+		tpdm_lpass_out_funnel_lpass = "/soc/tpdm@6844000/port/endpoint";
+		tpdm_center = "/soc/tpdm@6c28000";
+		tpdm_center_out_tpda = "/soc/tpdm@6c28000/port/endpoint";
+		tpdm_north = "/soc/tpdm@6a24000";
+		tpdm_north_out_tpda = "/soc/tpdm@6a24000/port/endpoint";
+		tpdm_qm = "/soc/tpdm@69d0000";
+		tpdm_qm_out_tpda = "/soc/tpdm@69d0000/port/endpoint";
+		tpda_apss = "/soc/tpda@7862000";
+		tpda_apss_out_funnel_apss_merg = "/soc/tpda@7862000/ports/port@0/endpoint";
+		tpda_apss_in_tpdm_apss = "/soc/tpda@7862000/ports/port@1/endpoint";
+		tpdm_apss = "/soc/tpdm@7860000";
+		tpdm_apss_out_tpda_apss = "/soc/tpdm@7860000/port/endpoint";
+		tpda_llm_silver = "/soc/tpda@78c0000";
+		tpda_llm_silver_out_funnel_apss_merg = "/soc/tpda@78c0000/ports/port@0/endpoint";
+		tpda_llm_silver_in_tpdm_llm_silver = "/soc/tpda@78c0000/ports/port@1/endpoint";
+		tpdm_llm_silver = "/soc/tpdm@78a0000";
+		tpdm_llm_silver_out_tpda_llm_silver = "/soc/tpdm@78a0000/port/endpoint";
+		tpda_llm_gold = "/soc/tpda@78d0000";
+		tpda_llm_gold_out_funnel_apss_merg = "/soc/tpda@78d0000/ports/port@0/endpoint";
+		tpda_llm_gold_in_tpdm_llm_gold = "/soc/tpda@78d0000/ports/port@1/endpoint";
+		tpdm_llm_gold = "/soc/tpdm@78b0000";
+		tpdm_llm_gold_out_tpda_llm_gold = "/soc/tpdm@78b0000/port/endpoint";
+		funnel_dl_mm = "/soc/funnel@6c0b000";
+		funnel_dl_mm_out_tpda = "/soc/funnel@6c0b000/ports/port@0/endpoint";
+		funnel_dl_mm_in_tpdm_mm = "/soc/funnel@6c0b000/ports/port@1/endpoint";
+		tpdm_mm = "/soc/tpdm@6c08000";
+		tpdm_mm_out_funnel_dl_mm = "/soc/tpdm@6c08000/port/endpoint";
+		funnel_turing = "/soc/funnel@6861000";
+		funnel_turing_out_tpda = "/soc/funnel@6861000/ports/port@0/endpoint";
+		funnel_turing_in_tpdm_turing = "/soc/funnel@6861000/ports/port@1/endpoint";
+		funnel_turing_1 = "/soc/funnel_1@6861000";
+		funnel_turing_1_out_funnel_qatb = "/soc/funnel_1@6861000/ports/port@0/endpoint";
+		funnel_turing_1_in_turing_etm0 = "/soc/funnel_1@6861000/ports/port@1/endpoint";
+		tpdm_turing = "/soc/tpdm@6860000";
+		tpdm_turing_out_funnel_turing = "/soc/tpdm@6860000/port/endpoint";
+		funnel_ddr_0 = "/soc/funnel@69e2000";
+		funnel_ddr_0_out_tpda = "/soc/funnel@69e2000/ports/port@0/endpoint";
+		funnel_ddr_0_in_tpdm_ddr = "/soc/funnel@69e2000/ports/port@1/endpoint";
+		tpdm_ddr = "/soc/tpdm@69e0000";
+		tpdm_ddr_out_funnel_ddr_0 = "/soc/tpdm@69e0000/port/endpoint";
+		tpdm_pimem = "/soc/tpdm@6850000";
+		tpdm_pimem_out_tpda = "/soc/tpdm@6850000/port/endpoint";
+		tpdm_prng = "/soc/tpdm@684c000";
+		tpdm_prng_out_tpda = "/soc/tpdm@684c000/port/endpoint";
+		tpdm_vsense = "/soc/tpdm@6840000";
+		tpdm_vsense_out_tpda = "/soc/tpdm@6840000/port/endpoint";
+		tpda_olc = "/soc/tpda@7832000";
+		tpda_olc_out_funnel_apss_merg = "/soc/tpda@7832000/ports/port@0/endpoint";
+		tpda_olc_in_tpdm_olc = "/soc/tpda@7832000/ports/port@1/endpoint";
+		tpdm_olc = "/soc/tpdm@7830000";
+		tpdm_olc_out_tpda_olc = "/soc/tpdm@7830000/port/endpoint";
+		tpda_spss = "/soc/tpda@6882000";
+		tpda_spss_out_funnel_spss = "/soc/tpda@6882000/ports/port@0/endpoint";
+		tpda_spss_in_tpdm_spss = "/soc/tpda@6882000/ports/port@1/endpoint";
+		tpdm_spss = "/soc/tpdm@6880000";
+		tpdm_spss_out_tpda_spss = "/soc/tpdm@6880000/port/endpoint";
+		funnel_spss = "/soc/funnel@6883000";
+		funnel_spss_out_funnel_in0 = "/soc/funnel@6883000/ports/port@0/endpoint";
+		funnel_spss_in_tpda_spss = "/soc/funnel@6883000/ports/port@1/endpoint";
+		funnel_spss_in_spss_etm0 = "/soc/funnel@6883000/ports/port@2/endpoint";
+		funnel_qatb = "/soc/funnel@6005000";
+		funnel_qatb_out_funnel_in0 = "/soc/funnel@6005000/ports/port@0/endpoint";
+		funnel_qatb_in_tpda = "/soc/funnel@6005000/ports/port@1/endpoint";
+		funnel_qatb_in_funnel_lpass_1 = "/soc/funnel@6005000/ports/port@2/endpoint";
+		funnel_qatb_in_funnel_turing_1 = "/soc/funnel@6005000/ports/port@3/endpoint";
+		cti0_ddr0 = "/soc/cti@69e1000";
+		cti0_ddr1 = "/soc/cti@69e4000";
+		cti1_ddr1 = "/soc/cti@69e5000";
+		cti0_dlmm = "/soc/cti@6c09000";
+		cti1_dlmm = "/soc/cti@6c0a000";
+		cti0_apss = "/soc/cti@78e0000";
+		cti1_apss = "/soc/cti@78f0000";
+		cti2_apss = "/soc/cti@7900000";
+		cti0 = "/soc/cti@6010000";
+		cti1 = "/soc/cti@6011000";
+		cti2 = "/soc/cti@6012000";
+		cti3 = "/soc/cti@6013000";
+		cti4 = "/soc/cti@6014000";
+		cti5 = "/soc/cti@6015000";
+		cti6 = "/soc/cti@6016000";
+		cti7 = "/soc/cti@6017000";
+		cti8 = "/soc/cti@6018000";
+		cti9 = "/soc/cti@6019000";
+		cti10 = "/soc/cti@601a000";
+		cti11 = "/soc/cti@601b000";
+		cti12 = "/soc/cti@601c000";
+		cti13 = "/soc/cti@601d000";
+		cti14 = "/soc/cti@601e000";
+		cti15 = "/soc/cti@601f000";
+		cti_cpu0 = "/soc/cti@7020000";
+		cti_cpu1 = "/soc/cti@7120000";
+		cti_cpu2 = "/soc/cti@7220000";
+		cti_cpu3 = "/soc/cti@7320000";
+		cti_cpu4 = "/soc/cti@7420000";
+		cti_cpu5 = "/soc/cti@7520000";
+		cti_cpu6 = "/soc/cti@7620000";
+		cti_cpu7 = "/soc/cti@7720000";
+		cti0_swao = "/soc/cti@6b04000";
+		ipcb_tgu = "/soc/tgu@6b0c000";
+		turing_etm0_out_funnel_turing_1 = "/soc/turing_etm0/port/endpoint";
+		dummy_eud = "/soc/dummy_sink";
+		eud_in_replicator_swao = "/soc/dummy_sink/port/endpoint";
+		sensor_etm0_out_funnel_swao = "/soc/sensor_etm0/port/endpoint";
+		modem_etm0_out_funnel_in2 = "/soc/modem_etm0/port/endpoint";
+		audio_etm0_out_funnel_lpass_1 = "/soc/audio_etm0/port/endpoint";
+		spss_etm0_out_funnel_spss = "/soc/spss_etm0/port/endpoint";
+		funnel_apss_merg = "/soc/funnel@7810000";
+		funnel_apss_merg_out_funnel_in2 = "/soc/funnel@7810000/ports/port@0/endpoint";
+		funnel_apss_merg_in_funnel_apss = "/soc/funnel@7810000/ports/port@1/endpoint";
+		funnel_apss_merg_in_tpda_olc = "/soc/funnel@7810000/ports/port@2/endpoint";
+		funnel_apss_merg_in_tpda_apss = "/soc/funnel@7810000/ports/port@3/endpoint";
+		funnel_apss_merg_in_tpda_llm_silver = "/soc/funnel@7810000/ports/port@4/endpoint";
+		funnel_apss_merg_in_tpda_llm_gold = "/soc/funnel@7810000/ports/port@5/endpoint";
+		etm0 = "/soc/etm@7040000";
+		etm0_out_funnel_apss = "/soc/etm@7040000/port/endpoint";
+		etm1 = "/soc/etm@7140000";
+		etm1_out_funnel_apss = "/soc/etm@7140000/port/endpoint";
+		etm2 = "/soc/etm@7240000";
+		etm2_out_funnel_apss = "/soc/etm@7240000/port/endpoint";
+		etm3 = "/soc/etm@7340000";
+		etm3_out_funnel_apss = "/soc/etm@7340000/port/endpoint";
+		etm4 = "/soc/etm@7440000";
+		etm4_out_funnel_apss = "/soc/etm@7440000/port/endpoint";
+		etm5 = "/soc/etm@7540000";
+		etm5_out_funnel_apss = "/soc/etm@7540000/port/endpoint";
+		etm6 = "/soc/etm@7640000";
+		etm6_out_funnel_apss = "/soc/etm@7640000/port/endpoint";
+		etm7 = "/soc/etm@7740000";
+		etm7_out_funnel_apss = "/soc/etm@7740000/port/endpoint";
+		funnel_apss = "/soc/funnel@7800000";
+		funnel_apss_out_funnel_apss_merg = "/soc/funnel@7800000/ports/port@0/endpoint";
+		funnel_apss_in_etm0 = "/soc/funnel@7800000/ports/port@1/endpoint";
+		funnel_apss_in_etm1 = "/soc/funnel@7800000/ports/port@2/endpoint";
+		funnel_apss_in_etm2 = "/soc/funnel@7800000/ports/port@3/endpoint";
+		funnel_apss_in_etm3 = "/soc/funnel@7800000/ports/port@4/endpoint";
+		funnel_apss_in_etm4 = "/soc/funnel@7800000/ports/port@5/endpoint";
+		funnel_apss_in_etm5 = "/soc/funnel@7800000/ports/port@6/endpoint";
+		funnel_apss_in_etm6 = "/soc/funnel@7800000/ports/port@7/endpoint";
+		funnel_apss_in_etm7 = "/soc/funnel@7800000/ports/port@8/endpoint";
+		kgsl_smmu = "/soc/arm,smmu-kgsl@5040000";
+		apps_smmu = "/soc/apps-smmu@0x15000000";
+		anoc_1_tbu = "/soc/apps-smmu@0x15000000/anoc_1_tbu@0x150c5000";
+		anoc_2_tbu = "/soc/apps-smmu@0x15000000/anoc_2_tbu@0x150c9000";
+		mnoc_hf_0_tbu = "/soc/apps-smmu@0x15000000/mnoc_hf_0_tbu@0x150cd000";
+		mnoc_hf_1_tbu = "/soc/apps-smmu@0x15000000/mnoc_hf_1_tbu@0x150d1000";
+		mnoc_sf_0_tbu = "/soc/apps-smmu@0x15000000/mnoc_sf_0_tbu@0x150d5000";
+		compute_dsp_tbu = "/soc/apps-smmu@0x15000000/compute_dsp_tbu@0x150d9000";
+		adsp_tbu = "/soc/apps-smmu@0x15000000/adsp_tbu@0x150dd000";
+		anoc_1_pcie_tbu = "/soc/apps-smmu@0x15000000/anoc_1_pcie_tbu@0x150e1000";
+		system_heap = "/soc/qcom,ion/qcom,ion-heap@25";
+		smp2pgpio_smp2p_15_in = "/soc/qcom,smp2pgpio-smp2p-15-in";
+		smp2pgpio_smp2p_15_out = "/soc/qcom,smp2pgpio-smp2p-15-out";
+		smp2pgpio_smp2p_1_in = "/soc/qcom,smp2pgpio-smp2p-1-in";
+		smp2pgpio_smp2p_1_out = "/soc/qcom,smp2pgpio-smp2p-1-out";
+		smp2pgpio_smp2p_2_in = "/soc/qcom,smp2pgpio-smp2p-2-in";
+		smp2pgpio_smp2p_2_out = "/soc/qcom,smp2pgpio-smp2p-2-out";
+		smp2pgpio_smp2p_3_in = "/soc/qcom,smp2pgpio-smp2p-3-in";
+		smp2pgpio_smp2p_3_out = "/soc/qcom,smp2pgpio-smp2p-3-out";
+		smp2pgpio_smp2p_5_in = "/soc/qcom,smp2pgpio-smp2p-5-in";
+		smp2pgpio_smp2p_5_out = "/soc/qcom,smp2pgpio-smp2p-5-out";
+		smp2pgpio_sleepstate_3_out = "/soc/qcom,smp2pgpio-sleepstate-gpio-3-out";
+		smp2pgpio_ssr_smp2p_1_in = "/soc/qcom,smp2pgpio-ssr-smp2p-1-in";
+		smp2pgpio_ssr_smp2p_1_out = "/soc/qcom,smp2pgpio-ssr-smp2p-1-out";
+		smp2pgpio_ssr_smp2p_2_in = "/soc/qcom,smp2pgpio-ssr-smp2p-2-in";
+		smp2pgpio_ssr_smp2p_2_out = "/soc/qcom,smp2pgpio-ssr-smp2p-2-out";
+		smp2pgpio_ssr_smp2p_3_in = "/soc/qcom,smp2pgpio-ssr-smp2p-3-in";
+		smp2pgpio_ssr_smp2p_3_out = "/soc/qcom,smp2pgpio-ssr-smp2p-3-out";
+		smp2pgpio_ssr_smp2p_5_in = "/soc/qcom,smp2pgpio-ssr-smp2p-5-in";
+		smp2pgpio_ssr_smp2p_5_out = "/soc/qcom,smp2pgpio-ssr-smp2p-5-out";
+		smp2pgpio_ipa_1_out = "/soc/qcom,smp2pgpio-ipa-1-out";
+		smp2pgpio_ipa_1_in = "/soc/qcom,smp2pgpio-ipa-1-in";
+		smp2pgpio_wlan_1_in = "/soc/qcom,smp2pgpio-wlan-1-in";
+		cam_csiphy0 = "/soc/qcom,csiphy@ac65000";
+		cam_csiphy1 = "/soc/qcom,csiphy@ac66000";
+		cam_csiphy2 = "/soc/qcom,csiphy@ac67000";
+		cam_cci = "/soc/qcom,cci@ac4a000";
+		i2c_freq_100Khz = "/soc/qcom,cci@ac4a000/qcom,i2c_standard_mode";
+		i2c_freq_400Khz = "/soc/qcom,cci@ac4a000/qcom,i2c_fast_mode";
+		i2c_freq_custom = "/soc/qcom,cci@ac4a000/qcom,i2c_custom_mode";
+		i2c_freq_1Mhz = "/soc/qcom,cci@ac4a000/qcom,i2c_fast_plus_mode";
+		ife_iova_mem_map = "/soc/qcom,cam_smmu/msm_cam_smmu_ife/iova-mem-map";
+		jpeg_iova_mem_map = "/soc/qcom,cam_smmu/msm_cam_smmu_jpeg/iova-mem-map";
+		icp_iova_mem_map = "/soc/qcom,cam_smmu/msm_cam_smmu_icp/iova-mem-map";
+		cpas_cdm_iova_mem_map = "/soc/qcom,cam_smmu/msm_cam_smmu_cpas_cdm/iova-mem-map";
+		fd_iova_mem_map = "/soc/qcom,cam_smmu/msm_cam_smmu_fd/iova-mem-map";
+		lrme_iova_mem_map = "/soc/qcom,cam_smmu/msm_cam_smmu_lrme/iova-mem-map";
+		cam_csid0 = "/soc/qcom,csid0@acb3000";
+		cam_vfe0 = "/soc/qcom,vfe0@acaf000";
+		cam_csid1 = "/soc/qcom,csid1@acba000";
+		cam_vfe1 = "/soc/qcom,vfe1@acb6000";
+		cam_csid_lite = "/soc/qcom,csid-lite@acc8000";
+		cam_vfe_lite = "/soc/qcom,vfe-lite@acc4000";
+		cam_a5 = "/soc/qcom,a5@ac00000";
+		cam_ipe0 = "/soc/qcom,ipe0";
+		cam_ipe1 = "/soc/qcom,ipe1";
+		cam_bps = "/soc/qcom,bps";
+		cam_jpeg_enc = "/soc/qcom,jpegenc@ac4e000";
+		cam_jpeg_dma = "/soc/qcom,jpegdma@0xac52000";
+		cam_fd = "/soc/qcom,fd@ac5a000";
+		ad_hoc_bus = "/soc/ad-hoc-bus";
+		rsc_apps = "/soc/ad-hoc-bus/rsc-apps";
+		rsc_disp = "/soc/ad-hoc-bus/rsc-disp";
+		bcm_acv = "/soc/ad-hoc-bus/bcm-acv";
+		bcm_alc = "/soc/ad-hoc-bus/bcm-alc";
+		bcm_mc0 = "/soc/ad-hoc-bus/bcm-mc0";
+		bcm_sh0 = "/soc/ad-hoc-bus/bcm-sh0";
+		bcm_mm0 = "/soc/ad-hoc-bus/bcm-mm0";
+		bcm_sh1 = "/soc/ad-hoc-bus/bcm-sh1";
+		bcm_mm1 = "/soc/ad-hoc-bus/bcm-mm1";
+		bcm_sh2 = "/soc/ad-hoc-bus/bcm-sh2";
+		bcm_mm2 = "/soc/ad-hoc-bus/bcm-mm2";
+		bcm_sh3 = "/soc/ad-hoc-bus/bcm-sh3";
+		bcm_mm3 = "/soc/ad-hoc-bus/bcm-mm3";
+		bcm_sh4 = "/soc/ad-hoc-bus/bcm-sh4";
+		bcm_sh5 = "/soc/ad-hoc-bus/bcm-sh5";
+		bcm_sn0 = "/soc/ad-hoc-bus/bcm-sn0";
+		bcm_ce0 = "/soc/ad-hoc-bus/bcm-ce0";
+		bcm_ip0 = "/soc/ad-hoc-bus/bcm-ip0";
+		bcm_cn0 = "/soc/ad-hoc-bus/bcm-cn0";
+		bcm_qup0 = "/soc/ad-hoc-bus/bcm-qup0";
+		bcm_sn1 = "/soc/ad-hoc-bus/bcm-sn1";
+		bcm_sn2 = "/soc/ad-hoc-bus/bcm-sn2";
+		bcm_sn3 = "/soc/ad-hoc-bus/bcm-sn3";
+		bcm_sn4 = "/soc/ad-hoc-bus/bcm-sn4";
+		bcm_sn5 = "/soc/ad-hoc-bus/bcm-sn5";
+		bcm_sn6 = "/soc/ad-hoc-bus/bcm-sn6";
+		bcm_sn7 = "/soc/ad-hoc-bus/bcm-sn7";
+		bcm_sn8 = "/soc/ad-hoc-bus/bcm-sn8";
+		bcm_sn9 = "/soc/ad-hoc-bus/bcm-sn9";
+		bcm_sn11 = "/soc/ad-hoc-bus/bcm-sn11";
+		bcm_sn12 = "/soc/ad-hoc-bus/bcm-sn12";
+		bcm_sn14 = "/soc/ad-hoc-bus/bcm-sn14";
+		bcm_sn15 = "/soc/ad-hoc-bus/bcm-sn15";
+		bcm_mc0_display = "/soc/ad-hoc-bus/bcm-mc0_display";
+		bcm_sh0_display = "/soc/ad-hoc-bus/bcm-sh0_display";
+		bcm_mm0_display = "/soc/ad-hoc-bus/bcm-mm0_display";
+		bcm_mm1_display = "/soc/ad-hoc-bus/bcm-mm1_display";
+		bcm_mm2_display = "/soc/ad-hoc-bus/bcm-mm2_display";
+		bcm_mm3_display = "/soc/ad-hoc-bus/bcm-mm3_display";
+		fab_aggre1_noc = "/soc/ad-hoc-bus/fab-aggre1_noc";
+		fab_aggre2_noc = "/soc/ad-hoc-bus/fab-aggre2_noc";
+		fab_camnoc_virt = "/soc/ad-hoc-bus/fab-camnoc_virt";
+		fab_config_noc = "/soc/ad-hoc-bus/fab-config_noc";
+		fab_dc_noc = "/soc/ad-hoc-bus/fab-dc_noc";
+		fab_gladiator_noc = "/soc/ad-hoc-bus/fab-gladiator_noc";
+		fab_ipa_virt = "/soc/ad-hoc-bus/fab-ipa_virt";
+		fab_mc_virt = "/soc/ad-hoc-bus/fab-mc_virt";
+		fab_mem_noc = "/soc/ad-hoc-bus/fab-mem_noc";
+		fab_mmss_noc = "/soc/ad-hoc-bus/fab-mmss_noc";
+		fab_system_noc = "/soc/ad-hoc-bus/fab-system_noc";
+		fab_mc_virt_display = "/soc/ad-hoc-bus/fab-mc_virt_display";
+		fab_mem_noc_display = "/soc/ad-hoc-bus/fab-mem_noc_display";
+		fab_mmss_noc_display = "/soc/ad-hoc-bus/fab-mmss_noc_display";
+		mas_qhm_a1noc_cfg = "/soc/ad-hoc-bus/mas-qhm-a1noc-cfg";
+		mas_qhm_qup1 = "/soc/ad-hoc-bus/mas-qhm-qup1";
+		mas_qhm_tsif = "/soc/ad-hoc-bus/mas-qhm-tsif";
+		mas_xm_sdc2 = "/soc/ad-hoc-bus/mas-xm-sdc2";
+		mas_xm_sdc4 = "/soc/ad-hoc-bus/mas-xm-sdc4";
+		mas_xm_ufs_card = "/soc/ad-hoc-bus/mas-xm-ufs-card";
+		mas_xm_ufs_mem = "/soc/ad-hoc-bus/mas-xm-ufs-mem";
+		mas_xm_pcie_0 = "/soc/ad-hoc-bus/mas-xm-pcie-0";
+		mas_qhm_a2noc_cfg = "/soc/ad-hoc-bus/mas-qhm-a2noc-cfg";
+		mas_qhm_qdss_bam = "/soc/ad-hoc-bus/mas-qhm-qdss-bam";
+		mas_qhm_qup2 = "/soc/ad-hoc-bus/mas-qhm-qup2";
+		mas_qnm_cnoc = "/soc/ad-hoc-bus/mas-qnm-cnoc";
+		mas_qxm_crypto = "/soc/ad-hoc-bus/mas-qxm-crypto";
+		mas_qxm_ipa = "/soc/ad-hoc-bus/mas-qxm-ipa";
+		mas_xm_pcie3_1 = "/soc/ad-hoc-bus/mas-xm-pcie3-1";
+		mas_xm_qdss_etr = "/soc/ad-hoc-bus/mas-xm-qdss-etr";
+		mas_xm_usb3_0 = "/soc/ad-hoc-bus/mas-xm-usb3-0";
+		mas_xm_usb3_1 = "/soc/ad-hoc-bus/mas-xm-usb3-1";
+		mas_qxm_camnoc_hf0_uncomp = "/soc/ad-hoc-bus/mas-qxm-camnoc-hf0-uncomp";
+		mas_qxm_camnoc_hf1_uncomp = "/soc/ad-hoc-bus/mas-qxm-camnoc-hf1-uncomp";
+		mas_qxm_camnoc_sf_uncomp = "/soc/ad-hoc-bus/mas-qxm-camnoc-sf-uncomp";
+		mas_qhm_spdm = "/soc/ad-hoc-bus/mas-qhm-spdm";
+		mas_qnm_snoc = "/soc/ad-hoc-bus/mas-qnm-snoc";
+		mas_qhm_cnoc = "/soc/ad-hoc-bus/mas-qhm-cnoc";
+		mas_acm_l3 = "/soc/ad-hoc-bus/mas-acm-l3";
+		mas_pm_gnoc_cfg = "/soc/ad-hoc-bus/mas-pm-gnoc-cfg";
+		mas_ipa_core_master = "/soc/ad-hoc-bus/mas-ipa-core-master";
+		mas_llcc_mc = "/soc/ad-hoc-bus/mas-llcc-mc";
+		mas_acm_tcu = "/soc/ad-hoc-bus/mas-acm-tcu";
+		mas_qhm_memnoc_cfg = "/soc/ad-hoc-bus/mas-qhm-memnoc-cfg";
+		mas_qnm_apps = "/soc/ad-hoc-bus/mas-qnm-apps";
+		mas_qnm_mnoc_hf = "/soc/ad-hoc-bus/mas-qnm-mnoc-hf";
+		mas_qnm_mnoc_sf = "/soc/ad-hoc-bus/mas-qnm-mnoc-sf";
+		mas_qnm_snoc_gc = "/soc/ad-hoc-bus/mas-qnm-snoc-gc";
+		mas_qnm_snoc_sf = "/soc/ad-hoc-bus/mas-qnm-snoc-sf";
+		mas_qxm_gpu = "/soc/ad-hoc-bus/mas-qxm-gpu";
+		mas_qhm_mnoc_cfg = "/soc/ad-hoc-bus/mas-qhm-mnoc-cfg";
+		mas_qxm_camnoc_hf0 = "/soc/ad-hoc-bus/mas-qxm-camnoc-hf0";
+		mas_qxm_camnoc_hf1 = "/soc/ad-hoc-bus/mas-qxm-camnoc-hf1";
+		mas_qxm_camnoc_sf = "/soc/ad-hoc-bus/mas-qxm-camnoc-sf";
+		mas_qxm_mdp0 = "/soc/ad-hoc-bus/mas-qxm-mdp0";
+		mas_qxm_mdp1 = "/soc/ad-hoc-bus/mas-qxm-mdp1";
+		mas_qxm_rot = "/soc/ad-hoc-bus/mas-qxm-rot";
+		mas_qxm_venus0 = "/soc/ad-hoc-bus/mas-qxm-venus0";
+		mas_qxm_venus1 = "/soc/ad-hoc-bus/mas-qxm-venus1";
+		mas_qxm_venus_arm9 = "/soc/ad-hoc-bus/mas-qxm-venus-arm9";
+		mas_qhm_snoc_cfg = "/soc/ad-hoc-bus/mas-qhm-snoc-cfg";
+		mas_qnm_aggre1_noc = "/soc/ad-hoc-bus/mas-qnm-aggre1-noc";
+		mas_qnm_aggre2_noc = "/soc/ad-hoc-bus/mas-qnm-aggre2-noc";
+		mas_qnm_gladiator_sodv = "/soc/ad-hoc-bus/mas-qnm-gladiator-sodv";
+		mas_qnm_memnoc = "/soc/ad-hoc-bus/mas-qnm-memnoc";
+		mas_qnm_pcie_anoc = "/soc/ad-hoc-bus/mas-qnm-pcie-anoc";
+		mas_qxm_pimem = "/soc/ad-hoc-bus/mas-qxm-pimem";
+		mas_xm_gic = "/soc/ad-hoc-bus/mas-xm-gic";
+		mas_alc = "/soc/ad-hoc-bus/mas-alc";
+		mas_llcc_mc_display = "/soc/ad-hoc-bus/mas-llcc-mc_display";
+		mas_qnm_mnoc_hf_display = "/soc/ad-hoc-bus/mas-qnm-mnoc-hf_display";
+		mas_qnm_mnoc_sf_display = "/soc/ad-hoc-bus/mas-qnm-mnoc-sf_display";
+		mas_qxm_mdp0_display = "/soc/ad-hoc-bus/mas-qxm-mdp0_display";
+		mas_qxm_mdp1_display = "/soc/ad-hoc-bus/mas-qxm-mdp1_display";
+		mas_qxm_rot_display = "/soc/ad-hoc-bus/mas-qxm-rot_display";
+		slv_qns_a1noc_snoc = "/soc/ad-hoc-bus/slv-qns-a1noc-snoc";
+		slv_srvc_aggre1_noc = "/soc/ad-hoc-bus/slv-srvc-aggre1-noc";
+		slv_qns_pcie_a1noc_snoc = "/soc/ad-hoc-bus/slv-qns-pcie-a1noc-snoc";
+		slv_qns_a2noc_snoc = "/soc/ad-hoc-bus/slv-qns-a2noc-snoc";
+		slv_qns_pcie_snoc = "/soc/ad-hoc-bus/slv-qns-pcie-snoc";
+		slv_srvc_aggre2_noc = "/soc/ad-hoc-bus/slv-srvc-aggre2-noc";
+		slv_qns_camnoc_uncomp = "/soc/ad-hoc-bus/slv-qns-camnoc-uncomp";
+		slv_qhs_a1_noc_cfg = "/soc/ad-hoc-bus/slv-qhs-a1-noc-cfg";
+		slv_qhs_a2_noc_cfg = "/soc/ad-hoc-bus/slv-qhs-a2-noc-cfg";
+		slv_qhs_aop = "/soc/ad-hoc-bus/slv-qhs-aop";
+		slv_qhs_aoss = "/soc/ad-hoc-bus/slv-qhs-aoss";
+		slv_qhs_camera_cfg = "/soc/ad-hoc-bus/slv-qhs-camera-cfg";
+		slv_qhs_clk_ctl = "/soc/ad-hoc-bus/slv-qhs-clk-ctl";
+		slv_qhs_compute_dsp_cfg = "/soc/ad-hoc-bus/slv-qhs-compute-dsp-cfg";
+		slv_qhs_cpr_cx = "/soc/ad-hoc-bus/slv-qhs-cpr-cx";
+		slv_qhs_crypto0_cfg = "/soc/ad-hoc-bus/slv-qhs-crypto0-cfg";
+		slv_qhs_dcc_cfg = "/soc/ad-hoc-bus/slv-qhs-dcc-cfg";
+		slv_qhs_ddrss_cfg = "/soc/ad-hoc-bus/slv-qhs-ddrss-cfg";
+		slv_qhs_display_cfg = "/soc/ad-hoc-bus/slv-qhs-display-cfg";
+		slv_qhs_glm = "/soc/ad-hoc-bus/slv-qhs-glm";
+		slv_qhs_gpuss_cfg = "/soc/ad-hoc-bus/slv-qhs-gpuss-cfg";
+		slv_qhs_imem_cfg = "/soc/ad-hoc-bus/slv-qhs-imem-cfg";
+		slv_qhs_ipa = "/soc/ad-hoc-bus/slv-qhs-ipa";
+		slv_qhs_mnoc_cfg = "/soc/ad-hoc-bus/slv-qhs-mnoc-cfg";
+		slv_qhs_pcie0_cfg = "/soc/ad-hoc-bus/slv-qhs-pcie0-cfg";
+		slv_qhs_pcie_gen3_cfg = "/soc/ad-hoc-bus/slv-qhs-pcie-gen3-cfg";
+		slv_qhs_pdm = "/soc/ad-hoc-bus/slv-qhs-pdm";
+		slv_qhs_phy_refgen_south = "/soc/ad-hoc-bus/slv-qhs-phy-refgen-south";
+		slv_qhs_pimem_cfg = "/soc/ad-hoc-bus/slv-qhs-pimem-cfg";
+		slv_qhs_prng = "/soc/ad-hoc-bus/slv-qhs-prng";
+		slv_qhs_qdss_cfg = "/soc/ad-hoc-bus/slv-qhs-qdss-cfg";
+		slv_qhs_qupv3_north = "/soc/ad-hoc-bus/slv-qhs-qupv3-north";
+		slv_qhs_qupv3_south = "/soc/ad-hoc-bus/slv-qhs-qupv3-south";
+		slv_qhs_sdc2 = "/soc/ad-hoc-bus/slv-qhs-sdc2";
+		slv_qhs_sdc4 = "/soc/ad-hoc-bus/slv-qhs-sdc4";
+		slv_qhs_snoc_cfg = "/soc/ad-hoc-bus/slv-qhs-snoc-cfg";
+		slv_qhs_spdm = "/soc/ad-hoc-bus/slv-qhs-spdm";
+		slv_qhs_spss_cfg = "/soc/ad-hoc-bus/slv-qhs-spss-cfg";
+		slv_qhs_tcsr = "/soc/ad-hoc-bus/slv-qhs-tcsr";
+		slv_qhs_tlmm_north = "/soc/ad-hoc-bus/slv-qhs-tlmm-north";
+		slv_qhs_tlmm_south = "/soc/ad-hoc-bus/slv-qhs-tlmm-south";
+		slv_qhs_tsif = "/soc/ad-hoc-bus/slv-qhs-tsif";
+		slv_qhs_ufs_card_cfg = "/soc/ad-hoc-bus/slv-qhs-ufs-card-cfg";
+		slv_qhs_ufs_mem_cfg = "/soc/ad-hoc-bus/slv-qhs-ufs-mem-cfg";
+		slv_qhs_usb3_0 = "/soc/ad-hoc-bus/slv-qhs-usb3-0";
+		slv_qhs_usb3_1 = "/soc/ad-hoc-bus/slv-qhs-usb3-1";
+		slv_qhs_venus_cfg = "/soc/ad-hoc-bus/slv-qhs-venus-cfg";
+		slv_qhs_vsense_ctrl_cfg = "/soc/ad-hoc-bus/slv-qhs-vsense-ctrl-cfg";
+		slv_qns_cnoc_a2noc = "/soc/ad-hoc-bus/slv-qns-cnoc-a2noc";
+		slv_srvc_cnoc = "/soc/ad-hoc-bus/slv-srvc-cnoc";
+		slv_qhs_llcc = "/soc/ad-hoc-bus/slv-qhs-llcc";
+		slv_qhs_memnoc = "/soc/ad-hoc-bus/slv-qhs-memnoc";
+		slv_qns_gladiator_sodv = "/soc/ad-hoc-bus/slv-qns-gladiator-sodv";
+		slv_qns_gnoc_memnoc = "/soc/ad-hoc-bus/slv-qns-gnoc-memnoc";
+		slv_srvc_gnoc = "/soc/ad-hoc-bus/slv-srvc-gnoc";
+		slv_ipa_core_slave = "/soc/ad-hoc-bus/slv-ipa-core-slave";
+		slv_ebi = "/soc/ad-hoc-bus/slv-ebi";
+		slv_qhs_mdsp_ms_mpu_cfg = "/soc/ad-hoc-bus/slv-qhs-mdsp-ms-mpu-cfg";
+		slv_qns_apps_io = "/soc/ad-hoc-bus/slv-qns-apps-io";
+		slv_qns_llcc = "/soc/ad-hoc-bus/slv-qns-llcc";
+		slv_qns_memnoc_snoc = "/soc/ad-hoc-bus/slv-qns-memnoc-snoc";
+		slv_srvc_memnoc = "/soc/ad-hoc-bus/slv-srvc-memnoc";
+		slv_qns2_mem_noc = "/soc/ad-hoc-bus/slv-qns2-mem-noc";
+		slv_qns_mem_noc_hf = "/soc/ad-hoc-bus/slv-qns-mem-noc-hf";
+		slv_srvc_mnoc = "/soc/ad-hoc-bus/slv-srvc-mnoc";
+		slv_qhs_apss = "/soc/ad-hoc-bus/slv-qhs-apss";
+		slv_qns_cnoc = "/soc/ad-hoc-bus/slv-qns-cnoc";
+		slv_qns_memnoc_gc = "/soc/ad-hoc-bus/slv-qns-memnoc-gc";
+		slv_qns_memnoc_sf = "/soc/ad-hoc-bus/slv-qns-memnoc-sf";
+		slv_qxs_imem = "/soc/ad-hoc-bus/slv-qxs-imem";
+		slv_qxs_pcie = "/soc/ad-hoc-bus/slv-qxs-pcie";
+		slv_qxs_pcie_gen3 = "/soc/ad-hoc-bus/slv-qxs-pcie-gen3";
+		slv_qxs_pimem = "/soc/ad-hoc-bus/slv-qxs-pimem";
+		slv_srvc_snoc = "/soc/ad-hoc-bus/slv-srvc-snoc";
+		slv_xs_qdss_stm = "/soc/ad-hoc-bus/slv-xs-qdss-stm";
+		slv_xs_sys_tcu_cfg = "/soc/ad-hoc-bus/slv-xs-sys-tcu-cfg";
+		slv_ebi_display = "/soc/ad-hoc-bus/slv-ebi_display";
+		slv_qns_llcc_display = "/soc/ad-hoc-bus/slv-qns-llcc_display";
+		slv_qns2_mem_noc_display = "/soc/ad-hoc-bus/slv-qns2-mem-noc_display";
+		slv_qns_mem_noc_hf_display = "/soc/ad-hoc-bus/slv-qns-mem-noc-hf_display";
+		msm_vidc = "/soc/qcom,vidc@aa00000";
+		tlmm = "/soc/pinctrl@03400000";
+		ufs_dev_reset_assert = "/soc/pinctrl@03400000/ufs_dev_reset_assert";
+		ufs_dev_reset_deassert = "/soc/pinctrl@03400000/ufs_dev_reset_deassert";
+		flash_led3_front_en = "/soc/pinctrl@03400000/flash_led3_front/flash_led3_front_en";
+		flash_led3_front_dis = "/soc/pinctrl@03400000/flash_led3_front/flash_led3_front_dis";
+		flash_led3_iris_en = "/soc/pinctrl@03400000/flash_led3_iris/flash_led3_iris_en";
+		flash_led3_iris_dis = "/soc/pinctrl@03400000/flash_led3_iris/flash_led3_iris_dis";
+		wcd_intr_default = "/soc/pinctrl@03400000/wcd9xxx_intr/wcd_intr_default";
+		storage_cd = "/soc/pinctrl@03400000/storage_cd";
+		sdc2_clk_on = "/soc/pinctrl@03400000/sdc2_clk_on";
+		sdc2_clk_off = "/soc/pinctrl@03400000/sdc2_clk_off";
+		sdc2_clk_ds_400KHz = "/soc/pinctrl@03400000/sdc2_clk_ds_400KHz";
+		sdc2_clk_ds_50MHz = "/soc/pinctrl@03400000/sdc2_clk_ds_50MHz";
+		sdc2_clk_ds_100MHz = "/soc/pinctrl@03400000/sdc2_clk_ds_100MHz";
+		sdc2_clk_ds_200MHz = "/soc/pinctrl@03400000/sdc2_clk_ds_200MHz";
+		sdc2_cmd_on = "/soc/pinctrl@03400000/sdc2_cmd_on";
+		sdc2_cmd_off = "/soc/pinctrl@03400000/sdc2_cmd_off";
+		sdc2_cmd_ds_400KHz = "/soc/pinctrl@03400000/sdc2_cmd_ds_400KHz";
+		sdc2_cmd_ds_50MHz = "/soc/pinctrl@03400000/sdc2_cmd_ds_50MHz";
+		sdc2_cmd_ds_100MHz = "/soc/pinctrl@03400000/sdc2_cmd_ds_100MHz";
+		sdc2_cmd_ds_200MHz = "/soc/pinctrl@03400000/sdc2_cmd_ds_200MHz";
+		sdc2_data_on = "/soc/pinctrl@03400000/sdc2_data_on";
+		sdc2_data_off = "/soc/pinctrl@03400000/sdc2_data_off";
+		sdc2_data_ds_400KHz = "/soc/pinctrl@03400000/sdc2_data_ds_400KHz";
+		sdc2_data_ds_50MHz = "/soc/pinctrl@03400000/sdc2_data_ds_50MHz";
+		sdc2_data_ds_100MHz = "/soc/pinctrl@03400000/sdc2_data_ds_100MHz";
+		sdc2_data_ds_200MHz = "/soc/pinctrl@03400000/sdc2_data_ds_200MHz";
+		pcie0_clkreq_default = "/soc/pinctrl@03400000/pcie0/pcie0_clkreq_default";
+		pcie0_perst_default = "/soc/pinctrl@03400000/pcie0/pcie0_perst_default";
+		pcie0_wake_default = "/soc/pinctrl@03400000/pcie0/pcie0_wake_default";
+		pcie0_3v3_on = "/soc/pinctrl@03400000/pcie0/pcie0_3v3_on";
+		pcie0_1v5_on = "/soc/pinctrl@03400000/pcie0/pcie0_1v5_on";
+		pcie1_clkreq_default = "/soc/pinctrl@03400000/pcie1/pcie1_clkreq_default";
+		pcie1_perst_default = "/soc/pinctrl@03400000/pcie1/pcie1_perst_default";
+		pcie1_wake_default = "/soc/pinctrl@03400000/pcie1/pcie1_wake_default";
+		cdc_reset_sleep = "/soc/pinctrl@03400000/cdc_reset_ctrl/cdc_reset_sleep";
+		cdc_reset_active = "/soc/pinctrl@03400000/cdc_reset_ctrl/cdc_reset_active";
+		spkr_i2s_clk_sleep = "/soc/pinctrl@03400000/spkr_i2s_clk_pin/spkr_i2s_clk_sleep";
+		spkr_i2s_clk_active = "/soc/pinctrl@03400000/spkr_i2s_clk_pin/spkr_i2s_clk_active";
+		wcd_gnd_mic_swap_idle = "/soc/pinctrl@03400000/wcd_gnd_mic_swap/wcd_gnd_mic_swap_idle";
+		wcd_gnd_mic_swap_active = "/soc/pinctrl@03400000/wcd_gnd_mic_swap/wcd_gnd_mic_swap_active";
+		wcd_usbc_analog_en1_idle = "/soc/pinctrl@03400000/wcd_usbc_analog_en1/wcd_usbc_ana_en1_idle";
+		wcd_usbc_analog_en1_active = "/soc/pinctrl@03400000/wcd_usbc_analog_en1/wcd_usbc_ana_en1_active";
+		wcd_usbc_analog_en2_idle = "/soc/pinctrl@03400000/wcd_usbc_analog_en2/wcd_usbc_ana_en2_idle";
+		wcd_usbc_analog_en2_active = "/soc/pinctrl@03400000/wcd_usbc_analog_en2/wcd_usbc_ana_en2_active";
+		pri_aux_pcm_clk_sleep = "/soc/pinctrl@03400000/pri_aux_pcm_clk/pri_aux_pcm_clk_sleep";
+		pri_aux_pcm_clk_active = "/soc/pinctrl@03400000/pri_aux_pcm_clk/pri_aux_pcm_clk_active";
+		pri_aux_pcm_sync_sleep = "/soc/pinctrl@03400000/pri_aux_pcm_sync/pri_aux_pcm_sync_sleep";
+		pri_aux_pcm_sync_active = "/soc/pinctrl@03400000/pri_aux_pcm_sync/pri_aux_pcm_sync_active";
+		pri_aux_pcm_din_sleep = "/soc/pinctrl@03400000/pri_aux_pcm_din/pri_aux_pcm_din_sleep";
+		pri_aux_pcm_din_active = "/soc/pinctrl@03400000/pri_aux_pcm_din/pri_aux_pcm_din_active";
+		pri_aux_pcm_dout_sleep = "/soc/pinctrl@03400000/pri_aux_pcm_dout/pri_aux_pcm_dout_sleep";
+		pri_aux_pcm_dout_active = "/soc/pinctrl@03400000/pri_aux_pcm_dout/pri_aux_pcm_dout_active";
+		pmx_sde = "/soc/pinctrl@03400000/pmx_sde";
+		sde_dsi_active = "/soc/pinctrl@03400000/pmx_sde/sde_dsi_active";
+		sde_dsi_suspend = "/soc/pinctrl@03400000/pmx_sde/sde_dsi_suspend";
+		sde_te_active = "/soc/pinctrl@03400000/pmx_sde_te/sde_te_active";
+		sde_te_suspend = "/soc/pinctrl@03400000/pmx_sde_te/sde_te_suspend";
+		sde_dp_aux_active = "/soc/pinctrl@03400000/sde_dp_aux_active";
+		sde_dp_aux_suspend = "/soc/pinctrl@03400000/sde_dp_aux_suspend";
+		sde_dp_usbplug_cc_active = "/soc/pinctrl@03400000/sde_dp_usbplug_cc_active";
+		sde_dp_usbplug_cc_suspend = "/soc/pinctrl@03400000/sde_dp_usbplug_cc_suspend";
+		ts_int_active = "/soc/pinctrl@03400000/pmx_ts_int_active/ts_int_active";
+		ts_int_suspend1 = "/soc/pinctrl@03400000/pmx_ts_int_suspend/ts_int_suspend1";
+		ts_reset_active = "/soc/pinctrl@03400000/pmx_ts_reset_active/ts_reset_active";
+		ts_reset_suspend1 = "/soc/pinctrl@03400000/pmx_ts_reset_suspend/ts_reset_suspend1";
+		ts_release = "/soc/pinctrl@03400000/pmx_ts_release/ts_release";
+		ts_active = "/soc/pinctrl@03400000/ts_mux/ts_active";
+		ts_reset_suspend = "/soc/pinctrl@03400000/ts_mux/ts_reset_suspend";
+		ts_int_suspend = "/soc/pinctrl@03400000/ts_mux/ts_int_suspend";
+		lt9611_pins = "/soc/pinctrl@03400000/ext_bridge_mux/lt9611_pins";
+		sec_aux_pcm_sleep = "/soc/pinctrl@03400000/sec_aux_pcm/sec_aux_pcm_sleep";
+		sec_aux_pcm_active = "/soc/pinctrl@03400000/sec_aux_pcm/sec_aux_pcm_active";
+		sec_aux_pcm_din_sleep = "/soc/pinctrl@03400000/sec_aux_pcm_din/sec_aux_pcm_din_sleep";
+		sec_aux_pcm_din_active = "/soc/pinctrl@03400000/sec_aux_pcm_din/sec_aux_pcm_din_active";
+		sec_aux_pcm_dout_sleep = "/soc/pinctrl@03400000/sec_aux_pcm_dout/sec_aux_pcm_dout_sleep";
+		sec_aux_pcm_dout_active = "/soc/pinctrl@03400000/sec_aux_pcm_dout/sec_aux_pcm_dout_active";
+		tert_aux_pcm_sleep = "/soc/pinctrl@03400000/tert_aux_pcm/tert_aux_pcm_sleep";
+		tert_aux_pcm_active = "/soc/pinctrl@03400000/tert_aux_pcm/tert_aux_pcm_active";
+		tert_aux_pcm_din_sleep = "/soc/pinctrl@03400000/tert_aux_pcm_din/tert_aux_pcm_din_sleep";
+		tert_aux_pcm_din_active = "/soc/pinctrl@03400000/tert_aux_pcm_din/tert_aux_pcm_din_active";
+		tert_aux_pcm_dout_sleep = "/soc/pinctrl@03400000/tert_aux_pcm_dout/tert_aux_pcm_dout_sleep";
+		tert_aux_pcm_dout_active = "/soc/pinctrl@03400000/tert_aux_pcm_dout/tert_aux_pcm_dout_active";
+		quat_aux_pcm_sleep = "/soc/pinctrl@03400000/quat_aux_pcm/quat_aux_pcm_sleep";
+		quat_aux_pcm_active = "/soc/pinctrl@03400000/quat_aux_pcm/quat_aux_pcm_active";
+		quat_aux_pcm_din_sleep = "/soc/pinctrl@03400000/quat_aux_pcm_din/quat_aux_pcm_din_sleep";
+		quat_aux_pcm_din_active = "/soc/pinctrl@03400000/quat_aux_pcm_din/quat_aux_pcm_din_active";
+		quat_aux_pcm_dout_sleep = "/soc/pinctrl@03400000/quat_aux_pcm_dout/quat_aux_pcm_dout_sleep";
+		quat_aux_pcm_dout_active = "/soc/pinctrl@03400000/quat_aux_pcm_dout/quat_aux_pcm_dout_active";
+		pri_mi2s_mclk_sleep = "/soc/pinctrl@03400000/pri_mi2s_mclk/pri_mi2s_mclk_sleep";
+		pri_mi2s_mclk_active = "/soc/pinctrl@03400000/pri_mi2s_mclk/pri_mi2s_mclk_active";
+		pri_mi2s_sck_sleep = "/soc/pinctrl@03400000/pri_mi2s_sck/pri_mi2s_sck_sleep";
+		pri_mi2s_sck_active = "/soc/pinctrl@03400000/pri_mi2s_sck/pri_mi2s_sck_active";
+		pri_mi2s_ws_sleep = "/soc/pinctrl@03400000/pri_mi2s_ws/pri_mi2s_ws_sleep";
+		pri_mi2s_ws_active = "/soc/pinctrl@03400000/pri_mi2s_ws/pri_mi2s_ws_active";
+		pri_mi2s_sd0_sleep = "/soc/pinctrl@03400000/pri_mi2s_sd0/pri_mi2s_sd0_sleep";
+		pri_mi2s_sd0_active = "/soc/pinctrl@03400000/pri_mi2s_sd0/pri_mi2s_sd0_active";
+		pri_mi2s_sd1_sleep = "/soc/pinctrl@03400000/pri_mi2s_sd1/pri_mi2s_sd1_sleep";
+		pri_mi2s_sd1_active = "/soc/pinctrl@03400000/pri_mi2s_sd1/pri_mi2s_sd1_active";
+		sec_mi2s_mclk_sleep = "/soc/pinctrl@03400000/sec_mi2s_mclk/sec_mi2s_mclk_sleep";
+		sec_mi2s_mclk_active = "/soc/pinctrl@03400000/sec_mi2s_mclk/sec_mi2s_mclk_active";
+		sec_mi2s_sleep = "/soc/pinctrl@03400000/sec_mi2s/sec_mi2s_sleep";
+		sec_mi2s_active = "/soc/pinctrl@03400000/sec_mi2s/sec_mi2s_active";
+		sec_mi2s_sd0_sleep = "/soc/pinctrl@03400000/sec_mi2s_sd0/sec_mi2s_sd0_sleep";
+		sec_mi2s_sd0_active = "/soc/pinctrl@03400000/sec_mi2s_sd0/sec_mi2s_sd0_active";
+		sec_mi2s_sd1_sleep = "/soc/pinctrl@03400000/sec_mi2s_sd1/sec_mi2s_sd1_sleep";
+		sec_mi2s_sd1_active = "/soc/pinctrl@03400000/sec_mi2s_sd1/sec_mi2s_sd1_active";
+		tert_mi2s_mclk_sleep = "/soc/pinctrl@03400000/tert_mi2s_mclk/tert_mi2s_mclk_sleep";
+		tert_mi2s_mclk_active = "/soc/pinctrl@03400000/tert_mi2s_mclk/tert_mi2s_mclk_active";
+		tert_mi2s_sleep = "/soc/pinctrl@03400000/tert_mi2s/tert_mi2s_sleep";
+		tert_mi2s_active = "/soc/pinctrl@03400000/tert_mi2s/tert_mi2s_active";
+		tert_mi2s_sd0_sleep = "/soc/pinctrl@03400000/tert_mi2s_sd0/tert_mi2s_sd0_sleep";
+		tert_mi2s_sd0_active = "/soc/pinctrl@03400000/tert_mi2s_sd0/tert_mi2s_sd0_active";
+		tert_mi2s_sd1_sleep = "/soc/pinctrl@03400000/tert_mi2s_sd1/tert_mi2s_sd1_sleep";
+		tert_mi2s_sd1_active = "/soc/pinctrl@03400000/tert_mi2s_sd1/tert_mi2s_sd1_active";
+		quat_mi2s_mclk_sleep = "/soc/pinctrl@03400000/quat_mi2s_mclk/quat_mi2s_mclk_sleep";
+		quat_mi2s_mclk_active = "/soc/pinctrl@03400000/quat_mi2s_mclk/quat_mi2s_mclk_active";
+		quat_mi2s_sleep = "/soc/pinctrl@03400000/quat_mi2s/quat_mi2s_sleep";
+		quat_mi2s_active = "/soc/pinctrl@03400000/quat_mi2s/quat_mi2s_active";
+		quat_mi2s_sd0_sleep = "/soc/pinctrl@03400000/quat_mi2s_sd0/quat_mi2s_sd0_sleep";
+		quat_mi2s_sd0_active = "/soc/pinctrl@03400000/quat_mi2s_sd0/quat_mi2s_sd0_active";
+		quat_mi2s_sd1_sleep = "/soc/pinctrl@03400000/quat_mi2s_sd1/quat_mi2s_sd1_sleep";
+		quat_mi2s_sd1_active = "/soc/pinctrl@03400000/quat_mi2s_sd1/quat_mi2s_sd1_active";
+		quat_mi2s_sd2_sleep = "/soc/pinctrl@03400000/quat_mi2s_sd2/quat_mi2s_sd2_sleep";
+		quat_mi2s_sd2_active = "/soc/pinctrl@03400000/quat_mi2s_sd2/quat_mi2s_sd2_active";
+		quat_mi2s_sd3_sleep = "/soc/pinctrl@03400000/quat_mi2s_sd3/quat_mi2s_sd3_sleep";
+		quat_mi2s_sd3_active = "/soc/pinctrl@03400000/quat_mi2s_sd3/quat_mi2s_sd3_active";
+		quat_tdm_sleep = "/soc/pinctrl@03400000/quat_tdm/quat_tdm_sleep";
+		quat_tdm_active = "/soc/pinctrl@03400000/quat_tdm/quat_tdm_active";
+		quat_tdm_dout_sleep = "/soc/pinctrl@03400000/quat_tdm_dout/quat_tdm_dout_sleep";
+		quat_tdm_dout_active = "/soc/pinctrl@03400000/quat_tdm_dout/quat_tdm_dout_active";
+		quat_tdm_din_sleep = "/soc/pinctrl@03400000/quat_tdm_din/quat_tdm_din_sleep";
+		quat_tdm_din_active = "/soc/pinctrl@03400000/quat_tdm_din/quat_tdm_din_active";
+		qupv3_se0_i2c_pins = "/soc/pinctrl@03400000/qupv3_se0_i2c_pins";
+		qupv3_se0_i2c_active = "/soc/pinctrl@03400000/qupv3_se0_i2c_pins/qupv3_se0_i2c_active";
+		qupv3_se0_i2c_sleep = "/soc/pinctrl@03400000/qupv3_se0_i2c_pins/qupv3_se0_i2c_sleep";
+		qupv3_se0_spi_pins = "/soc/pinctrl@03400000/qupv3_se0_spi_pins";
+		qupv3_se0_spi_active = "/soc/pinctrl@03400000/qupv3_se0_spi_pins/qupv3_se0_spi_active";
+		qupv3_se0_spi_sleep = "/soc/pinctrl@03400000/qupv3_se0_spi_pins/qupv3_se0_spi_sleep";
+		qupv3_se1_i2c_pins = "/soc/pinctrl@03400000/qupv3_se1_i2c_pins";
+		qupv3_se1_i2c_active = "/soc/pinctrl@03400000/qupv3_se1_i2c_pins/qupv3_se1_i2c_active";
+		qupv3_se1_i2c_sleep = "/soc/pinctrl@03400000/qupv3_se1_i2c_pins/qupv3_se1_i2c_sleep";
+		qupv3_se1_spi_pins = "/soc/pinctrl@03400000/qupv3_se1_spi_pins";
+		qupv3_se1_spi_active = "/soc/pinctrl@03400000/qupv3_se1_spi_pins/qupv3_se1_spi_active";
+		qupv3_se1_spi_sleep = "/soc/pinctrl@03400000/qupv3_se1_spi_pins/qupv3_se1_spi_sleep";
+		qupv3_se2_i2c_pins = "/soc/pinctrl@03400000/qupv3_se2_i2c_pins";
+		qupv3_se2_i2c_active = "/soc/pinctrl@03400000/qupv3_se2_i2c_pins/qupv3_se2_i2c_active";
+		qupv3_se2_i2c_sleep = "/soc/pinctrl@03400000/qupv3_se2_i2c_pins/qupv3_se2_i2c_sleep";
+		qupv3_se2_spi_pins = "/soc/pinctrl@03400000/qupv3_se2_spi_pins";
+		qupv3_se2_spi_active = "/soc/pinctrl@03400000/qupv3_se2_spi_pins/qupv3_se2_spi_active";
+		qupv3_se2_spi_sleep = "/soc/pinctrl@03400000/qupv3_se2_spi_pins/qupv3_se2_spi_sleep";
+		qupv3_se3_i2c_pins = "/soc/pinctrl@03400000/qupv3_se3_i2c_pins";
+		qupv3_se3_i2c_active = "/soc/pinctrl@03400000/qupv3_se3_i2c_pins/qupv3_se3_i2c_active";
+		qupv3_se3_i2c_sleep = "/soc/pinctrl@03400000/qupv3_se3_i2c_pins/qupv3_se3_i2c_sleep";
+		nfc_int_active = "/soc/pinctrl@03400000/nfc/nfc_int_active";
+		nfc_int_suspend = "/soc/pinctrl@03400000/nfc/nfc_int_suspend";
+		nfc_enable_active = "/soc/pinctrl@03400000/nfc/nfc_enable_active";
+		nfc_enable_suspend = "/soc/pinctrl@03400000/nfc/nfc_enable_suspend";
+		qupv3_se3_spi_pins = "/soc/pinctrl@03400000/qupv3_se3_spi_pins";
+		qupv3_se3_spi_active = "/soc/pinctrl@03400000/qupv3_se3_spi_pins/qupv3_se3_spi_active";
+		qupv3_se3_spi_sleep = "/soc/pinctrl@03400000/qupv3_se3_spi_pins/qupv3_se3_spi_sleep";
+		qupv3_se4_i2c_pins = "/soc/pinctrl@03400000/qupv3_se4_i2c_pins";
+		qupv3_se4_i2c_active = "/soc/pinctrl@03400000/qupv3_se4_i2c_pins/qupv3_se4_i2c_active";
+		qupv3_se4_i2c_sleep = "/soc/pinctrl@03400000/qupv3_se4_i2c_pins/qupv3_se4_i2c_sleep";
+		qupv3_se4_spi_pins = "/soc/pinctrl@03400000/qupv3_se4_spi_pins";
+		qupv3_se4_spi_active = "/soc/pinctrl@03400000/qupv3_se4_spi_pins/qupv3_se4_spi_active";
+		qupv3_se4_spi_sleep = "/soc/pinctrl@03400000/qupv3_se4_spi_pins/qupv3_se4_spi_sleep";
+		qupv3_se5_i2c_pins = "/soc/pinctrl@03400000/qupv3_se5_i2c_pins";
+		qupv3_se5_i2c_active = "/soc/pinctrl@03400000/qupv3_se5_i2c_pins/qupv3_se5_i2c_active";
+		qupv3_se5_i2c_sleep = "/soc/pinctrl@03400000/qupv3_se5_i2c_pins/qupv3_se5_i2c_sleep";
+		qupv3_se5_spi_pins = "/soc/pinctrl@03400000/qupv3_se5_spi_pins";
+		qupv3_se5_spi_active = "/soc/pinctrl@03400000/qupv3_se5_spi_pins/qupv3_se5_spi_active";
+		qupv3_se5_spi_sleep = "/soc/pinctrl@03400000/qupv3_se5_spi_pins/qupv3_se5_spi_sleep";
+		qupv3_se6_i2c_pins = "/soc/pinctrl@03400000/qupv3_se6_i2c_pins";
+		qupv3_se6_i2c_active = "/soc/pinctrl@03400000/qupv3_se6_i2c_pins/qupv3_se6_i2c_active";
+		qupv3_se6_i2c_sleep = "/soc/pinctrl@03400000/qupv3_se6_i2c_pins/qupv3_se6_i2c_sleep";
+		qupv3_se6_4uart_pins = "/soc/pinctrl@03400000/qupv3_se6_4uart_pins";
+		qupv3_se6_ctsrx = "/soc/pinctrl@03400000/qupv3_se6_4uart_pins/qupv3_se6_ctsrx";
+		qupv3_se6_rts = "/soc/pinctrl@03400000/qupv3_se6_4uart_pins/qupv3_se6_rts";
+		qupv3_se6_tx = "/soc/pinctrl@03400000/qupv3_se6_4uart_pins/qupv3_se6_tx";
+		qupv3_se6_spi_pins = "/soc/pinctrl@03400000/qupv3_se6_spi_pins";
+		qupv3_se6_spi_active = "/soc/pinctrl@03400000/qupv3_se6_spi_pins/qupv3_se6_spi_active";
+		qupv3_se6_spi_sleep = "/soc/pinctrl@03400000/qupv3_se6_spi_pins/qupv3_se6_spi_sleep";
+		qupv3_se7_i2c_pins = "/soc/pinctrl@03400000/qupv3_se7_i2c_pins";
+		qupv3_se7_i2c_active = "/soc/pinctrl@03400000/qupv3_se7_i2c_pins/qupv3_se7_i2c_active";
+		qupv3_se7_i2c_sleep = "/soc/pinctrl@03400000/qupv3_se7_i2c_pins/qupv3_se7_i2c_sleep";
+		qupv3_se7_4uart_pins = "/soc/pinctrl@03400000/qupv3_se7_4uart_pins";
+		qupv3_se7_4uart_active = "/soc/pinctrl@03400000/qupv3_se7_4uart_pins/qupv3_se7_4uart_active";
+		qupv3_se7_4uart_sleep = "/soc/pinctrl@03400000/qupv3_se7_4uart_pins/qupv3_se7_4uart_sleep";
+		qupv3_se7_spi_pins = "/soc/pinctrl@03400000/qupv3_se7_spi_pins";
+		qupv3_se7_spi_active = "/soc/pinctrl@03400000/qupv3_se7_spi_pins/qupv3_se7_spi_active";
+		qupv3_se7_spi_sleep = "/soc/pinctrl@03400000/qupv3_se7_spi_pins/qupv3_se7_spi_sleep";
+		qupv3_se8_i2c_pins = "/soc/pinctrl@03400000/qupv3_se8_i2c_pins";
+		qupv3_se8_i2c_active = "/soc/pinctrl@03400000/qupv3_se8_i2c_pins/qupv3_se8_i2c_active";
+		qupv3_se8_i2c_sleep = "/soc/pinctrl@03400000/qupv3_se8_i2c_pins/qupv3_se8_i2c_sleep";
+		qupv3_se8_spi_pins = "/soc/pinctrl@03400000/qupv3_se8_spi_pins";
+		qupv3_se8_spi_active = "/soc/pinctrl@03400000/qupv3_se8_spi_pins/qupv3_se8_spi_active";
+		qupv3_se8_spi_sleep = "/soc/pinctrl@03400000/qupv3_se8_spi_pins/qupv3_se8_spi_sleep";
+		qupv3_se9_i2c_pins = "/soc/pinctrl@03400000/qupv3_se9_i2c_pins";
+		qupv3_se9_i2c_active = "/soc/pinctrl@03400000/qupv3_se9_i2c_pins/qupv3_se9_i2c_active";
+		qupv3_se9_i2c_sleep = "/soc/pinctrl@03400000/qupv3_se9_i2c_pins/qupv3_se9_i2c_sleep";
+		qupv3_se9_2uart_pins = "/soc/pinctrl@03400000/qupv3_se9_2uart_pins";
+		qupv3_se9_2uart_active = "/soc/pinctrl@03400000/qupv3_se9_2uart_pins/qupv3_se9_2uart_active";
+		qupv3_se9_2uart_sleep = "/soc/pinctrl@03400000/qupv3_se9_2uart_pins/qupv3_se9_2uart_sleep";
+		qupv3_se9_spi_pins = "/soc/pinctrl@03400000/qupv3_se9_spi_pins";
+		qupv3_se9_spi_active = "/soc/pinctrl@03400000/qupv3_se9_spi_pins/qupv3_se9_spi_active";
+		qupv3_se9_spi_sleep = "/soc/pinctrl@03400000/qupv3_se9_spi_pins/qupv3_se9_spi_sleep";
+		qupv3_se10_i2c_pins = "/soc/pinctrl@03400000/qupv3_se10_i2c_pins";
+		qupv3_se10_i2c_active = "/soc/pinctrl@03400000/qupv3_se10_i2c_pins/qupv3_se10_i2c_active";
+		qupv3_se10_i2c_sleep = "/soc/pinctrl@03400000/qupv3_se10_i2c_pins/qupv3_se10_i2c_sleep";
+		qupv3_se10_i2c_reset = "/soc/pinctrl@03400000/qupv3_se10_i2c_pins/qupv3_se10_i2c_reset";
+		qupv3_se10_2uart_pins = "/soc/pinctrl@03400000/qupv3_se10_2uart_pins";
+		qupv3_se10_2uart_active = "/soc/pinctrl@03400000/qupv3_se10_2uart_pins/qupv3_se10_2uart_active";
+		qupv3_se10_2uart_sleep = "/soc/pinctrl@03400000/qupv3_se10_2uart_pins/qupv3_se10_2uart_sleep";
+		qupv3_se10_spi_pins = "/soc/pinctrl@03400000/qupv3_se10_spi_pins";
+		qupv3_se10_spi_active = "/soc/pinctrl@03400000/qupv3_se10_spi_pins/qupv3_se10_spi_active";
+		qupv3_se10_spi_sleep = "/soc/pinctrl@03400000/qupv3_se10_spi_pins/qupv3_se10_spi_sleep";
+		qupv3_se11_i2c_pins = "/soc/pinctrl@03400000/qupv3_se11_i2c_pins";
+		qupv3_se11_i2c_active = "/soc/pinctrl@03400000/qupv3_se11_i2c_pins/qupv3_se11_i2c_active";
+		qupv3_se11_i2c_sleep = "/soc/pinctrl@03400000/qupv3_se11_i2c_pins/qupv3_se11_i2c_sleep";
+		qupv3_se11_spi_pins = "/soc/pinctrl@03400000/qupv3_se11_spi_pins";
+		qupv3_se11_spi_active = "/soc/pinctrl@03400000/qupv3_se11_spi_pins/qupv3_se11_spi_active";
+		qupv3_se11_spi_sleep = "/soc/pinctrl@03400000/qupv3_se11_spi_pins/qupv3_se11_spi_sleep";
+		qupv3_se12_i2c_pins = "/soc/pinctrl@03400000/qupv3_se12_i2c_pins";
+		qupv3_se12_i2c_active = "/soc/pinctrl@03400000/qupv3_se12_i2c_pins/qupv3_se12_i2c_active";
+		qupv3_se12_i2c_sleep = "/soc/pinctrl@03400000/qupv3_se12_i2c_pins/qupv3_se12_i2c_sleep";
+		qupv3_se12_spi_pins = "/soc/pinctrl@03400000/qupv3_se12_spi_pins";
+		qupv3_se12_spi_active = "/soc/pinctrl@03400000/qupv3_se12_spi_pins/qupv3_se12_spi_active";
+		qupv3_se12_spi_sleep = "/soc/pinctrl@03400000/qupv3_se12_spi_pins/qupv3_se12_spi_sleep";
+		qupv3_se13_i2c_pins = "/soc/pinctrl@03400000/qupv3_se13_i2c_pins";
+		qupv3_se13_i2c_active = "/soc/pinctrl@03400000/qupv3_se13_i2c_pins/qupv3_se13_i2c_active";
+		qupv3_se13_i2c_sleep = "/soc/pinctrl@03400000/qupv3_se13_i2c_pins/qupv3_se13_i2c_sleep";
+		qupv3_se13_spi_pins = "/soc/pinctrl@03400000/qupv3_se13_spi_pins";
+		qupv3_se13_spi_active = "/soc/pinctrl@03400000/qupv3_se13_spi_pins/qupv3_se13_spi_active";
+		qupv3_se13_spi_sleep = "/soc/pinctrl@03400000/qupv3_se13_spi_pins/qupv3_se13_spi_sleep";
+		qupv3_se14_i2c_pins = "/soc/pinctrl@03400000/qupv3_se14_i2c_pins";
+		qupv3_se14_i2c_active = "/soc/pinctrl@03400000/qupv3_se14_i2c_pins/qupv3_se14_i2c_active";
+		qupv3_se14_i2c_sleep = "/soc/pinctrl@03400000/qupv3_se14_i2c_pins/qupv3_se14_i2c_sleep";
+		qupv3_se14_spi_pins = "/soc/pinctrl@03400000/qupv3_se14_spi_pins";
+		qupv3_se14_spi_active = "/soc/pinctrl@03400000/qupv3_se14_spi_pins/qupv3_se14_spi_active";
+		qupv3_se14_spi_sleep = "/soc/pinctrl@03400000/qupv3_se14_spi_pins/qupv3_se14_spi_sleep";
+		qupv3_se15_i2c_pins = "/soc/pinctrl@03400000/qupv3_se15_i2c_pins";
+		qupv3_se15_i2c_active = "/soc/pinctrl@03400000/qupv3_se15_i2c_pins/qupv3_se15_i2c_active";
+		qupv3_se15_i2c_sleep = "/soc/pinctrl@03400000/qupv3_se15_i2c_pins/qupv3_se15_i2c_sleep";
+		qupv3_se15_spi_pins = "/soc/pinctrl@03400000/qupv3_se15_spi_pins";
+		qupv3_se15_spi_active = "/soc/pinctrl@03400000/qupv3_se15_spi_pins/qupv3_se15_spi_active";
+		qupv3_se15_spi_sleep = "/soc/pinctrl@03400000/qupv3_se15_spi_pins/qupv3_se15_spi_sleep";
+		cci0_active = "/soc/pinctrl@03400000/cci0_active";
+		cci0_suspend = "/soc/pinctrl@03400000/cci0_suspend";
+		cci1_active = "/soc/pinctrl@03400000/cci1_active";
+		cci1_suspend = "/soc/pinctrl@03400000/cci1_suspend";
+		cam_sensor_fisheye_active = "/soc/pinctrl@03400000/cam_sensor_fisheye_active";
+		cam_sensor_fisheye_suspend = "/soc/pinctrl@03400000/cam_sensor_fisheye_suspend";
+		cam_sensor_depth_active = "/soc/pinctrl@03400000/cam_sensor_depth_active";
+		cam_sensor_depth_suspend = "/soc/pinctrl@03400000/cam_sensor_depth_suspend";
+		max_rst_active = "/soc/pinctrl@03400000/max_rst_active";
+		max_rst_suspend = "/soc/pinctrl@03400000/max_rst_suspend";
+		max_6dof_active = "/soc/pinctrl@03400000/max_6dof_active";
+		max_6dof_suspend = "/soc/pinctrl@03400000/max_6dof_suspend";
+		cam_sensor_mclk0_active = "/soc/pinctrl@03400000/cam_sensor_mclk0_active";
+		cam_sensor_mclk0_suspend = "/soc/pinctrl@03400000/cam_sensor_mclk0_suspend";
+		cam_sensor_rear_active = "/soc/pinctrl@03400000/cam_sensor_rear_active";
+		cam_sensor_rear_suspend = "/soc/pinctrl@03400000/cam_sensor_rear_suspend";
+		cam_sensor_mclk1_active = "/soc/pinctrl@03400000/cam_sensor_mclk1_active";
+		cam_sensor_mclk1_suspend = "/soc/pinctrl@03400000/cam_sensor_mclk1_suspend";
+		cam_sensor_mclk3_active = "/soc/pinctrl@03400000/cam_sensor_mclk3_active";
+		cam_sensor_mclk3_suspend = "/soc/pinctrl@03400000/cam_sensor_mclk3_suspend";
+		cam_sensor_front_active = "/soc/pinctrl@03400000/cam_sensor_front_active";
+		cam_sensor_front_suspend = "/soc/pinctrl@03400000/cam_sensor_front_suspend";
+		cam_sensor_iris_active = "/soc/pinctrl@03400000/cam_sensor_iris_active";
+		cam_sensor_iris_suspend = "/soc/pinctrl@03400000/cam_sensor_iris_suspend";
+		cam_sensor_mclk2_active = "/soc/pinctrl@03400000/cam_sensor_mclk2_active";
+		cam_sensor_mclk2_suspend = "/soc/pinctrl@03400000/cam_sensor_mclk2_suspend";
+		cam_sensor_rear2_active = "/soc/pinctrl@03400000/cam_sensor_rear2_active";
+		cam_sensor_rear2_suspend = "/soc/pinctrl@03400000/cam_sensor_rear2_suspend";
+		cam_sensor_rear_vana = "/soc/pinctrl@03400000/cam_sensor_rear_vana";
+		cam_res_mgr_active = "/soc/pinctrl@03400000/cam_res_mgr_active";
+		cam_res_mgr_suspend = "/soc/pinctrl@03400000/cam_res_mgr_suspend";
+		trigout_a = "/soc/pinctrl@03400000/trigout_a";
+		tsif0_signals_active = "/soc/pinctrl@03400000/tsif0_signals_active";
+		tsif0_sync_active = "/soc/pinctrl@03400000/tsif0_sync_active";
+		tsif1_signals_active = "/soc/pinctrl@03400000/tsif1_signals_active";
+		tsif1_sync_active = "/soc/pinctrl@03400000/tsif1_sync_active";
+		ap2mdm_active = "/soc/pinctrl@03400000/ap2mdm/ap2mdm_active";
+		ap2mdm_sleep = "/soc/pinctrl@03400000/ap2mdm/ap2mdm_sleep";
+		mdm2ap_active = "/soc/pinctrl@03400000/mdm2ap/mdm2ap_active";
+		mdm2ap_sleep = "/soc/pinctrl@03400000/mdm2ap/mdm2ap_sleep";
+		pcie0 = "/soc/qcom,pcie@0x1c00000";
+		pcie1 = "/soc/qcom,pcie@0x1c08000";
+		pcm0 = "/soc/qcom,msm-pcm";
+		routing = "/soc/qcom,msm-pcm-routing";
+		compr = "/soc/qcom,msm-compr-dsp";
+		pcm1 = "/soc/qcom,msm-pcm-low-latency";
+		pcm2 = "/soc/qcom,msm-ultra-low-latency";
+		pcm_noirq = "/soc/qcom,msm-pcm-dsp-noirq";
+		compress = "/soc/qcom,msm-compress-dsp";
+		voip = "/soc/qcom,msm-voip-dsp";
+		voice = "/soc/qcom,msm-pcm-voice";
+		stub_codec = "/soc/qcom,msm-stub-codec";
+		afe = "/soc/qcom,msm-pcm-afe";
+		dai_hdmi = "/soc/qcom,msm-dai-q6-hdmi";
+		dai_dp = "/soc/qcom,msm-dai-q6-dp";
+		loopback = "/soc/qcom,msm-pcm-loopback";
+		msm_dai_mi2s = "/soc/qcom,msm-dai-mi2s";
+		dai_mi2s0 = "/soc/qcom,msm-dai-mi2s/qcom,msm-dai-q6-mi2s-prim";
+		dai_mi2s1 = "/soc/qcom,msm-dai-mi2s/qcom,msm-dai-q6-mi2s-sec";
+		dai_mi2s2 = "/soc/qcom,msm-dai-mi2s/qcom,msm-dai-q6-mi2s-tert";
+		dai_mi2s3 = "/soc/qcom,msm-dai-mi2s/qcom,msm-dai-q6-mi2s-quat";
+		dai_mi2s4 = "/soc/qcom,msm-dai-mi2s/qcom,msm-dai-q6-mi2s-quin";
+		dai_mi2s5 = "/soc/qcom,msm-dai-mi2s/qcom,msm-dai-q6-mi2s-senary";
+		lsm = "/soc/qcom,msm-lsm-client";
+		sb_0_rx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-sb-0-rx";
+		sb_0_tx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-sb-0-tx";
+		sb_1_rx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-sb-1-rx";
+		sb_1_tx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-sb-1-tx";
+		sb_2_rx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-sb-2-rx";
+		sb_2_tx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-sb-2-tx";
+		sb_3_rx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-sb-3-rx";
+		sb_3_tx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-sb-3-tx";
+		sb_4_rx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-sb-4-rx";
+		sb_4_tx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-sb-4-tx";
+		sb_5_tx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-sb-5-tx";
+		sb_5_rx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-sb-5-rx";
+		sb_6_rx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-sb-6-rx";
+		sb_7_rx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-sb-7-rx";
+		sb_7_tx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-sb-7-tx";
+		sb_8_rx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-sb-8-rx";
+		sb_8_tx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-sb-8-tx";
+		bt_sco_rx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-bt-sco-rx";
+		bt_sco_tx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-bt-sco-tx";
+		int_fm_rx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-int-fm-rx";
+		int_fm_tx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-int-fm-tx";
+		afe_pcm_rx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-be-afe-pcm-rx";
+		afe_pcm_tx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-be-afe-pcm-tx";
+		afe_proxy_rx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-afe-proxy-rx";
+		afe_proxy_tx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-afe-proxy-tx";
+		afe_loopback_tx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-afe-loopback-tx";
+		incall_record_rx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-incall-record-rx";
+		incall_record_tx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-incall-record-tx";
+		incall_music_rx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-incall-music-rx";
+		incall_music_2_rx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-incall-music-2-rx";
+		usb_audio_rx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-usb-audio-rx";
+		usb_audio_tx = "/soc/qcom,msm-dai-q6/qcom,msm-dai-q6-usb-audio-tx";
+		hostless = "/soc/qcom,msm-pcm-hostless";
+		audio_apr = "/soc/qcom,msm-audio-apr";
+		snd_934x = "/soc/qcom,msm-audio-apr/sound-tavil";
+		dai_pri_auxpcm = "/soc/qcom,msm-pri-auxpcm";
+		dai_sec_auxpcm = "/soc/qcom,msm-sec-auxpcm";
+		dai_tert_auxpcm = "/soc/qcom,msm-tert-auxpcm";
+		dai_quat_auxpcm = "/soc/qcom,msm-quat-auxpcm";
+		dai_quin_auxpcm = "/soc/qcom,msm-quin-auxpcm";
+		hdmi_dba = "/soc/qcom,msm-hdmi-dba-codec-rx";
+		msm_audio_ion = "/soc/qcom,msm-audio-ion";
+		dai_pri_tdm_rx_0 = "/soc/qcom,msm-dai-tdm-pri-rx/qcom,msm-dai-q6-tdm-pri-rx-0";
+		dai_pri_tdm_tx_0 = "/soc/qcom,msm-dai-tdm-pri-tx/qcom,msm-dai-q6-tdm-pri-tx-0";
+		dai_sec_tdm_rx_0 = "/soc/qcom,msm-dai-tdm-sec-rx/qcom,msm-dai-q6-tdm-sec-rx-0";
+		dai_sec_tdm_tx_0 = "/soc/qcom,msm-dai-tdm-sec-tx/qcom,msm-dai-q6-tdm-sec-tx-0";
+		dai_tert_tdm_rx_0 = "/soc/qcom,msm-dai-tdm-tert-rx/qcom,msm-dai-q6-tdm-tert-rx-0";
+		dai_tert_tdm_tx_0 = "/soc/qcom,msm-dai-tdm-tert-tx/qcom,msm-dai-q6-tdm-tert-tx-0";
+		msm_dai_tdm_quat_rx = "/soc/qcom,msm-dai-tdm-quat-rx";
+		dai_quat_tdm_rx_0 = "/soc/qcom,msm-dai-tdm-quat-rx/qcom,msm-dai-q6-tdm-quat-rx-0";
+		dai_quat_tdm_rx_1 = "/soc/qcom,msm-dai-tdm-quat-rx/qcom,msm-dai-q6-tdm-quat-rx-1";
+		dai_quat_tdm_tx_0 = "/soc/qcom,msm-dai-tdm-quat-tx/qcom,msm-dai-q6-tdm-quat-tx-0";
+		dai_quin_tdm_rx_0 = "/soc/qcom,msm-dai-tdm-quin-rx/qcom,msm-dai-q6-tdm-quin-rx-0";
+		dai_quin_tdm_tx_0 = "/soc/qcom,msm-dai-tdm-quin-tx/qcom,msm-dai-q6-tdm-quin-tx-0";
+		pil_gpu = "/soc/qcom,kgsl-hyp";
+		msm_bus = "/soc/qcom,kgsl-busmon";
+		gpubw = "/soc/qcom,gpubw";
+		msm_gpu = "/soc/qcom,kgsl-3d0@5000000";
+		gfx_out_funnel_in2 = "/soc/qcom,kgsl-3d0@5000000/qcom,gpu-coresights/qcom,gpu-coresight@0/port/endpoint";
+		gfx_cx_out_funnel_in2 = "/soc/qcom,kgsl-3d0@5000000/qcom,gpu-coresights/qcom,gpu-coresight@1/port/endpoint";
+		kgsl_msm_iommu = "/soc/qcom,kgsl-iommu";
+		gfx3d_user = "/soc/qcom,kgsl-iommu/gfx3d_user";
+		gfx3d_secure = "/soc/qcom,kgsl-iommu/gfx3d_secure";
+		gmu = "/soc/qcom,gmu";
+		gmu_user = "/soc/qcom,gmu/gmu_user";
+		gmu_kernel = "/soc/qcom,gmu/gmu_kernel";
+		usb0 = "/soc/ssusb@a600000";
+		qusb_phy0 = "/soc/qusb@88e2000";
+		usb_qmp_dp_phy = "/soc/ssphy@88e8000";
+		dbm_1p5 = "/soc/dbm@a6f8000";
+		usb_nop_phy = "/soc/usb_nop_phy";
+		usb1 = "/soc/ssusb@a800000";
+		qusb_phy1 = "/soc/qusb@88e3000";
+		usb_qmp_phy = "/soc/ssphy@88eb000";
+		cam_csiphy3 = "/soc/qcom,csiphy@ac68000";
+		cam_lrme = "/soc/qcom,lrme@ac6b000";
+		mem_client_3_size = "/soc/qcom,memshare/qcom,client_3";
+		gpu_gx_domain_addr = "/soc/syscon@0x5091508";
+		gpu_gx_sw_reset = "/soc/syscon@0x5091008";
+		pdc = "/soc/interrupt-controller@0xb220000";
+		energy_costs = "/energy-costs";
+		CPU_COST_0 = "/energy-costs/core-cost0";
+		CPU_COST_1 = "/energy-costs/core-cost1";
+		CLUSTER_COST_0 = "/energy-costs/cluster-cost0";
+		CLUSTER_COST_1 = "/energy-costs/cluster-cost1";
+		vendor = "/vendor";
+		firmware = "/firmware";
+		hyp_region = "/reserved-memory/hyp_region@85700000";
+		xbl_region = "/reserved-memory/xbl_region@85e00000";
+		removed_region = "/reserved-memory/removed_region@85fc0000";
+		qseecom_mem = "/reserved-memory/qseecom_region@0x8ab00000";
+		pil_camera_mem = "/reserved-memory/camera_region@0x8bf00000";
+		pil_ipa_fw_mem = "/reserved-memory/ips_fw_region@0x8c400000";
+		pil_ipa_gsi_mem = "/reserved-memory/ipa_gsi_region@0x8c410000";
+		pil_gpu_mem = "/reserved-memory/gpu_region@0x8c415000";
+		pil_adsp_mem = "/reserved-memory/adsp_region@0x8c500000";
+		wlan_fw_region = "/reserved-memory/wlan_fw_region@0x8df00000";
+		pil_modem_mem = "/reserved-memory/modem_region@0x8e000000";
+		pil_video_mem = "/reserved-memory/video_region@0x95800000";
+		pil_cdsp_mem = "/reserved-memory/cdsp_region@0x95d00000";
+		pil_mba_mem = "/reserved-memory/mba_region@0x96500000";
+		pil_slpi_mem = "/reserved-memory/slpi_region@0x96700000";
+		pil_spss_mem = "/reserved-memory/pil_spss_region@0x97b00000";
+		adsp_mem = "/reserved-memory/adsp_region";
+		qseecom_ta_mem = "/reserved-memory/qseecom_ta_region";
+		secure_sp_mem = "/reserved-memory/secure_sp_region";
+		cont_splash_memory = "/reserved-memory/cont_splash_region@9d400000";
+		secure_display_memory = "/reserved-memory/secure_display_region";
+		dump_mem = "/reserved-memory/mem_dump_region";
+		bootloader_log_mem = "/reserved-memory/bootloader_log_mem@0x9FFF7000";
+		param_mem = "/reserved-memory/param_mem@ac200000";
+		ramoops = "/reserved-memory/ramoops@0xAC300000";
+		mtp_mem = "/reserved-memory/mtp_mem@ac700000";
+		pm8998_s4 = "/regulator-pm8998-s4";
+	};
+};
diff --git a/sdm845Pkg/FdtBlob/pm8005.dtsi b/sdm845Pkg/FdtBlob/pm8005.dtsi
new file mode 100644
index 0000000..3f97607
--- /dev/null
+++ b/sdm845Pkg/FdtBlob/pm8005.dtsi
@@ -0,0 +1,32 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/* Copyright 2018 Google LLC. */
+
+#include <dt-bindings/spmi/spmi.h>
+#include <dt-bindings/interrupt-controller/irq.h>
+
+&spmi_bus {
+	pm8005_lsid0: pmic@4 {
+		compatible = "qcom,pm8005", "qcom,spmi-pmic";
+		reg = <0x4 SPMI_USID>;
+		#address-cells = <1>;
+		#size-cells = <0>;
+
+		pm8005_gpio: gpios@c000 {
+			compatible = "qcom,pm8005-gpio", "qcom,spmi-gpio";
+			reg = <0xc000>;
+			gpio-controller;
+			gpio-ranges = <&pm8005_gpio 0 0 4>;
+			#gpio-cells = <2>;
+			interrupt-controller;
+			#interrupt-cells = <2>;
+		};
+
+	};
+
+	pm8005_lsid1: pmic@5 {
+		compatible = "qcom,pm8005", "qcom,spmi-pmic";
+		reg = <0x5 SPMI_USID>;
+		#address-cells = <1>;
+		#size-cells = <0>;
+	};
+};
diff --git a/sdm845Pkg/FdtBlob/pm8998.dtsi b/sdm845Pkg/FdtBlob/pm8998.dtsi
new file mode 100644
index 0000000..67283d6
--- /dev/null
+++ b/sdm845Pkg/FdtBlob/pm8998.dtsi
@@ -0,0 +1,112 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/* Copyright 2018 Google LLC. */
+
+#include <dt-bindings/iio/qcom,spmi-vadc.h>
+#include <dt-bindings/input/linux-event-codes.h>
+#include <dt-bindings/interrupt-controller/irq.h>
+#include <dt-bindings/spmi/spmi.h>
+#include <dt-bindings/thermal/thermal.h>
+
+/ {
+	thermal-zones {
+		pm8998 {
+			polling-delay-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&pm8998_temp>;
+
+			trips {
+				pm8998_alert0: pm8998-alert0 {
+					temperature = <105000>;
+					hysteresis = <2000>;
+					type = "passive";
+				};
+				pm8998_crit: pm8998-crit {
+					temperature = <125000>;
+					hysteresis = <2000>;
+					type = "critical";
+				};
+			};
+		};
+	};
+};
+
+&spmi_bus {
+	pm8998_lsid0: pmic@0 {
+		compatible = "qcom,pm8998", "qcom,spmi-pmic";
+		reg = <0x0 SPMI_USID>;
+		#address-cells = <1>;
+		#size-cells = <0>;
+
+		pm8998_pon: pon@800 {
+			compatible = "qcom,pm8998-pon";
+
+			reg = <0x800>;
+			mode-bootloader = <0x2>;
+			mode-recovery = <0x1>;
+
+			pm8998_pwrkey: pwrkey {
+				compatible = "qcom,pm8941-pwrkey";
+				interrupts = <0x0 0x8 0 IRQ_TYPE_EDGE_BOTH>;
+				debounce = <15625>;
+				bias-pull-up;
+				linux,code = <KEY_POWER>;
+			};
+		};
+
+		pm8998_temp: temp-alarm@2400 {
+			compatible = "qcom,spmi-temp-alarm";
+			reg = <0x2400>;
+			interrupts = <0x0 0x24 0x0 IRQ_TYPE_EDGE_RISING>;
+			io-channels = <&pm8998_adc ADC5_DIE_TEMP>;
+			io-channel-names = "thermal";
+			#thermal-sensor-cells = <0>;
+		};
+
+		pm8998_coincell: coincell@2800 {
+			compatible = "qcom,pm8941-coincell";
+			reg = <0x2800>;
+
+			status = "disabled";
+		};
+
+		pm8998_adc: adc@3100 {
+			compatible = "qcom,spmi-adc-rev2";
+			reg = <0x3100>;
+			interrupts = <0x0 0x31 0x0 IRQ_TYPE_EDGE_RISING>;
+			#address-cells = <1>;
+			#size-cells = <0>;
+			#io-channel-cells = <1>;
+
+			adc-chan@6 {
+				reg = <ADC5_DIE_TEMP>;
+				label = "die_temp";
+			};
+		};
+
+		rtc@6000 {
+			compatible = "qcom,pm8941-rtc";
+			reg = <0x6000>, <0x6100>;
+			reg-names = "rtc", "alarm";
+			interrupts = <0x0 0x61 0x1 IRQ_TYPE_EDGE_RISING>;
+		};
+
+		pm8998_gpio: gpios@c000 {
+			compatible = "qcom,pm8998-gpio", "qcom,spmi-gpio";
+			reg = <0xc000>;
+			gpio-controller;
+			gpio-ranges = <&pm8998_gpio 0 0 26>;
+			#gpio-cells = <2>;
+			interrupt-controller;
+			#interrupt-cells = <2>;
+		};
+
+	};
+
+	pm8998_lsid1: pmic@1 {
+		compatible = "qcom,pm8998", "qcom,spmi-pmic";
+		reg = <0x1 SPMI_USID>;
+		#address-cells = <1>;
+		#size-cells = <0>;
+	};
+};
diff --git a/sdm845Pkg/FdtBlob/pmi8998.dtsi b/sdm845Pkg/FdtBlob/pmi8998.dtsi
new file mode 100644
index 0000000..c0b3b3a
--- /dev/null
+++ b/sdm845Pkg/FdtBlob/pmi8998.dtsi
@@ -0,0 +1,117 @@
+// SPDX-License-Identifier: GPL-2.0
+#include <dt-bindings/interrupt-controller/irq.h>
+#include <dt-bindings/spmi/spmi.h>
+
+&spmi_bus {
+	pmi8998_lsid0: pmic@2 {
+		compatible = "qcom,pmi8998", "qcom,spmi-pmic";
+		reg = <0x2 SPMI_USID>;
+		#address-cells = <1>;
+		#size-cells = <0>;
+
+		pmi8998_gpio: gpios@c000 {
+			compatible = "qcom,pmi8998-gpio", "qcom,spmi-gpio";
+			reg = <0xc000>;
+			gpio-controller;
+			gpio-ranges = <&pmi8998_gpio 0 0 14>;
+			#gpio-cells = <2>;
+			interrupt-controller;
+			#interrupt-cells = <2>;
+			interrupts = <0x2 0xc0 0 IRQ_TYPE_NONE>,
+				<0x2 0xc1 0 IRQ_TYPE_NONE>,
+				<0x2 0xc2 0 IRQ_TYPE_NONE>,
+				<0x2 0xc4 0 IRQ_TYPE_NONE>,
+				<0x2 0xc5 0 IRQ_TYPE_NONE>,
+				<0x2 0xc7 0 IRQ_TYPE_NONE>,
+				<0x2 0xc8 0 IRQ_TYPE_NONE>,
+				<0x2 0xc9 0 IRQ_TYPE_NONE>,
+				<0x2 0xca 0 IRQ_TYPE_NONE>,
+				<0x2 0xcb 0 IRQ_TYPE_NONE>,
+				<0x2 0xcd 0 IRQ_TYPE_NONE>;
+			interrupt-names = "pmi8998_gpio1", "pmi8998_gpio2",
+					"pmi8998_gpio3", "pmi8998_gpio5",
+					"pmi8998_gpio6", "pmi8998_gpio8",
+					"pmi8998_gpio9", "pmi8998_gpio10",
+					"pmi8998_gpio11", "pmi8998_gpio12",
+					"pmi8998_gpio14";
+			qcom,gpios-disallowed = <4 7 13>;
+
+			// usb2_ext_5v_boost:usb2_ext_5v_boost_default {
+			// 	output-low;
+			// 	pins = "gpio10";
+			// 	function = "normal";
+			// 	power-source = <0x0>;
+			// };
+
+			// usb2_id_det:usb2_id_det_default {
+			// 	pins = "gpio9";
+			// 	function = "normal";
+			// 	power-source = <0x0>;
+			// 	input-enable;
+			// 	bias-pull-up;
+			// };
+
+			// usb2_vbus_det:usb2_vbus_det_default {
+			// 	pins = "gpio8";
+			// 	function = "normal";
+			// 	bias-pull-down;
+			// 	power-source = <0x1>;
+			// 	input-enable;
+			// };
+
+			// usb2_vbus_boost:usb2_vbus_boost_default {
+			// 	output-low;
+			// 	pins = "gpio2";
+			// 	function = "normal";
+			// 	power-source = <0x0>;
+			// };
+		};
+	};
+
+	pmi8998_lsid1: pmic@3 {
+		compatible = "qcom,pmi8998", "qcom,spmi-pmic";
+		reg = <0x3 SPMI_USID>;
+		#address-cells = <1>;
+		#size-cells = <0>;
+
+		lpg {
+			compatible = "qcom,pmi8998-lpg";
+
+			status = "disabled";
+		};
+		
+		labibb {
+			compatible = "qcom,pmi8998-lab-ibb";
+
+			ibb: ibb {
+				regulator-always-on;
+				interrupts = <0x3 0xdc 0x2 IRQ_TYPE_EDGE_RISING>;
+			};
+
+			lab: lab {
+				regulator-always-on;
+				interrupts = <0x3 0xde 0x0 IRQ_TYPE_EDGE_RISING>;
+			};
+		};
+
+		pmi8998_wled: qcom,leds@d800 {
+			compatible = "qcom,pmi8998-wled";
+			reg = <0xd800 0xd900>;
+			interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>,
+				     <0x3 0xd8 0x2 IRQ_TYPE_EDGE_RISING>;
+			interrupt-names = "ovp-irq", "sc-irq";
+			label = "backlight";
+
+			qcom,switching-freq = <800>;
+			qcom,ovp-millivolt = <29600>;
+			qcom,current-boost-limit = <970>;
+			qcom,current-limit-microamp = <25000>;
+			qcom,num-strings = <4>;
+			qcom,enabled-strings = <0 1 2 3>;
+			qcom,qcom,external-pfet;
+
+			status = "disabled";
+		};
+
+	};
+};
diff --git a/sdm845Pkg/FdtBlob/sdm845-beryllium.dtb b/sdm845Pkg/FdtBlob/sdm845-beryllium.dtb
new file mode 100644
index 0000000000000000000000000000000000000000..09f926fa30b611dfcf6dd53ac61eb1a45d54e117
GIT binary patch
literal 81736
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

literal 0
HcmV?d00001

diff --git a/sdm845Pkg/FdtBlob/sdm845-beryllium.dts b/sdm845Pkg/FdtBlob/sdm845-beryllium.dts
new file mode 100644
index 0000000..3cd63f9
--- /dev/null
+++ b/sdm845Pkg/FdtBlob/sdm845-beryllium.dts
@@ -0,0 +1,697 @@
+// SPDX-License-Identifier: GPL-2.0
+
+/dts-v1/;
+
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
+#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
+#include "sdm845.dtsi"
+#include "pm8998.dtsi"
+#include "pmi8998.dtsi"
+
+/ {
+	model = "Xiaomi Technologies, Inc. Beryllium";
+	compatible = "qcom,sdm845";
+	/* required for bootloader to select correct board */
+	qcom,board-id = <69 0>;
+	qcom,msm-id = <321 0x20001>;
+
+	aliases {
+		hsuart0 = &uart6;
+		display0 = &framebuffer0;
+	};
+
+	chosen {
+		#address-cells = <2>;
+		#size-cells = <2>;
+		ranges;
+
+		// For simplefb hack
+		stdout-path = "display0";
+
+		/* hack: use framebuffer setup by bootloader.
+		 * the address is taken from the bootloader config (strings xbl.img | grep "Display Reserved")
+		 * it's wrong (it's closer to 0x9d500000, so the top is cut off), but I spent an hour
+		 * trying to find the right address and give up. It's just a temp hack anyways.
+		 */
+		framebuffer0: framebuffer@9d400000 {
+			compatible = "simple-framebuffer";
+			reg = <0 0x9D400000 0 0x02400000>;
+			width = <1080>;
+			height = <2246>;
+			stride = <(1080 * 4)>;
+			format = "a8r8g8b8";
+			status = "okay";
+		};
+	};
+
+	dc12v: dc12v-regulator {
+		compatible = "regulator-fixed";
+		regulator-name = "DC12V";
+		regulator-min-microvolt = <12000000>;
+		regulator-max-microvolt = <12000000>;
+		regulator-always-on;
+	};
+
+	gpio_keys {
+		compatible = "gpio-keys";
+		autorepeat;
+
+		pinctrl-names = "default";
+		pinctrl-0 = <&vol_up_pin_a>;
+
+		vol-up {
+			label = "Volume Up";
+			linux,code = <KEY_VOLUMEUP>;
+			gpios = <&pm8998_gpio 6 GPIO_ACTIVE_LOW>;
+		};
+	};
+
+	vbat: vbat-regulator {
+		compatible = "regulator-fixed";
+		regulator-name = "VBAT";
+
+		vin-supply = <&dc12v>;
+		regulator-min-microvolt = <4200000>;
+		regulator-max-microvolt = <4200000>;
+		regulator-always-on;
+	};
+
+	vbat_som: vbat-som-regulator {
+		compatible = "regulator-fixed";
+		regulator-name = "VBAT_SOM";
+
+		vin-supply = <&dc12v>;
+		regulator-min-microvolt = <4200000>;
+		regulator-max-microvolt = <4200000>;
+		regulator-always-on;
+	};
+
+	vdc_3v3: vdc-3v3-regulator {
+		compatible = "regulator-fixed";
+		regulator-name = "VDC_3V3";
+		vin-supply = <&dc12v>;
+		regulator-min-microvolt = <3300000>;
+		regulator-max-microvolt = <3300000>;
+		regulator-always-on;
+	};
+
+	vdc_5v: vdc-5v-regulator {
+		compatible = "regulator-fixed";
+		regulator-name = "VDC_5V";
+
+		vin-supply = <&dc12v>;
+		regulator-min-microvolt = <500000>;
+		regulator-max-microvolt = <500000>;
+		regulator-always-on;
+	};
+
+	vreg_s4a_1p8: vreg-s4a-1p8 {
+		compatible = "regulator-fixed";
+		regulator-name = "vreg_s4a_1p8";
+
+		regulator-min-microvolt = <1800000>;
+		regulator-max-microvolt = <1800000>;
+		regulator-always-on;
+	};
+
+	usb2_vbus_det {
+		usb2_vbus_det_default: usb2_vbus_det_default {
+			pins = "gpio8";
+			function = "normal";
+			input-enable;
+			bias-pull-down;
+			power-source = <1>;	/* VPH input supply */
+		};
+	};
+
+	extcon_usb1: extcon-usb-1 {
+		compatible = "linux,extcon-usb-gpio";
+		vbus-gpio = <&pmi8998_gpio 8 GPIO_ACTIVE_HIGH>;
+
+		pinctrl-names = "default";
+		pinctrl-0 = <&usb2_vbus_det_default>;
+	};
+};
+
+&apps_rsc {
+	pm8998-rpmh-regulators {
+		compatible = "qcom,pm8998-rpmh-regulators";
+		qcom,pmic-id = "a";
+
+		vdda_mipi_dsi0_pll:
+		vreg_l1a_0p875: ldo1 {
+			regulator-min-microvolt = <880000>;
+			regulator-max-microvolt = <880000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l5a_0p8: ldo5 {
+			regulator-min-microvolt = <800000>;
+			regulator-max-microvolt = <800000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l7a_1p8: ldo7 {
+			regulator-min-microvolt = <1800000>;
+			regulator-max-microvolt = <1800000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l12a_1p8: ldo12 {
+			regulator-min-microvolt = <1800000>;
+			regulator-max-microvolt = <1800000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l13a_2p95: ldo13 {
+			regulator-min-microvolt = <1800000>;
+			regulator-max-microvolt = <2960000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l14a_1p88: ldo14 {
+			regulator-min-microvolt = <1800000>;
+			regulator-max-microvolt = <1800000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+			regulator-boot-on;
+			regulator-always-on;
+                };
+
+		vreg_l17a_1p3: ldo17 {
+			regulator-min-microvolt = <1304000>;
+			regulator-max-microvolt = <1304000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l20a_2p95: ldo20 {
+			regulator-min-microvolt = <2960000>;
+			regulator-max-microvolt = <2968000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l21a_2p95: ldo21 {
+			regulator-min-microvolt = <2960000>;
+			regulator-max-microvolt = <2968000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l24a_3p075: ldo24 {
+			regulator-min-microvolt = <3088000>;
+			regulator-max-microvolt = <3088000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l25a_3p3: ldo25 {
+			regulator-min-microvolt = <3300000>;
+			regulator-max-microvolt = <3312000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vdda_mipi_dsi0_1p2:
+		vreg_l26a_1p2: ldo26 {
+			regulator-min-microvolt = <1200000>;
+			regulator-max-microvolt = <1200000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+			regulator-boot-on;
+		};
+	};
+};
+
+&gcc {
+	protected-clocks = <GCC_QSPI_CORE_CLK>,
+			   <GCC_QSPI_CORE_CLK_SRC>,
+			   <GCC_QSPI_CNOC_PERIPH_AHB_CLK>,
+			   <GCC_LPASS_Q6_AXI_CLK>,
+			   <GCC_LPASS_SWAY_CLK>;
+};
+
+&gpu {
+	zap-shader {
+		memory-region = <&gpu_mem>;
+		firmware-name = "qcom/a630_zap.mbn";
+	};
+};
+
+&pm8998_gpio {
+	vol_up_pin_a: vol-up-active {
+		pins = "gpio6";
+		function = "normal";
+		input-enable;
+		bias-pull-up;
+		qcom,drive-strength = <PMIC_GPIO_STRENGTH_NO>;
+	};
+};
+
+&pm8998_pon {
+	resin {
+		compatible = "qcom,pm8941-resin";
+		interrupts = <0x0 0x8 1 IRQ_TYPE_EDGE_BOTH>;
+		debounce = <15625>;
+		bias-pull-up;
+		linux,code = <KEY_VOLUMEDOWN>;
+	};
+};
+
+&qupv3_id_0 {
+	status = "okay";
+};
+
+&qupv3_id_1 {
+	status = "okay";
+};
+
+&sdhc_2 {
+	status = "okay";
+
+	pinctrl-names = "default";
+	pinctrl-0 = <&sdc2_default_state &sdc2_card_det_n>;
+
+	vmmc-supply = <&vreg_l21a_2p95>;
+	vqmmc-supply = <&vreg_l13a_2p95>;
+
+	bus-width = <4>;
+	cd-gpios = <&tlmm 126 GPIO_ACTIVE_HIGH>;
+};
+
+&tlmm {
+	gpio-reserved-ranges = <0 4>, <81 4>;
+
+	sdc2_default_state: sdc2-default {
+		clk {
+			pins = "sdc2_clk";
+			bias-disable;
+
+			/*
+			 * It seems that mmc_test reports errors if drive
+			 * strength is not 16 on clk, cmd, and data pins.
+			 */
+			drive-strength = <16>;
+		};
+
+		cmd {
+			pins = "sdc2_cmd";
+			bias-pull-up;
+			drive-strength = <10>;
+		};
+
+		data {
+			pins = "sdc2_data";
+			bias-pull-up;
+			drive-strength = <10>;
+		};
+	};
+
+	sdc2_card_det_n: sd-card-det-n {
+		pins = "gpio126";
+		function = "gpio";
+		bias-pull-up;
+	};
+
+	ts_int_active: ts_int_active {
+		mux {
+			pins = "gpio31";
+			function = "gpio";
+		};
+
+		config {
+			pins = "gpio31";
+			drive-strength = <16>;
+			bias-pull-down;
+			input-enable;
+		};
+	};
+
+	ts_reset_active: ts_reset_active {
+		mux {
+			pins = "gpio32";
+			function = "gpio";
+		};
+
+		config {
+			pins = "gpio32";
+			drive-strength = <16>;
+			output-high;
+		};
+	};
+
+	ts_reset_suspend: ts_reset_suspend {
+		mux {
+			pins = "gpio32";
+			function = "gpio";
+		};
+
+		config {
+			pins = "gpio32";
+			drive-strength = <2>;
+			bias-disable;
+			output-low;
+		};
+	};
+
+	ts_int_suspend: ts_int_suspend {
+		mux {
+			pins = "gpio31";
+			function = "gpio";
+		};
+
+		config {
+			pins = "gpio31";
+			drive-strength = <2>;
+			bias-pull-down;
+			input-enable;
+		};
+	};
+};
+
+&uart6 {
+	status = "okay";
+
+	bluetooth {
+		compatible = "qcom,wcn3990-bt";
+
+		vddio-supply = <&vreg_s4a_1p8>;
+		vddxo-supply = <&vreg_l7a_1p8>;
+		vddrf-supply = <&vreg_l17a_1p3>;
+		vddch0-supply = <&vreg_l25a_3p3>;
+		max-speed = <3200000>;
+	};
+};
+
+&usb_1 {
+	status = "okay";
+
+	/* We'll use this as USB 2.0 only */
+	qcom,select-utmi-as-pipe-clk;
+};
+
+&usb_1_dwc3 {	
+	/*
+	 * Can't detect USB cable being plugged / unplugged, so this is needed
+	 * for gadget mode
+	 */
+	dr_mode = "peripheral";
+
+	/* fastest mode for USB 2 */
+	maximum-speed = "high-speed";
+
+	extcon = <&extcon_usb1>;
+
+	/* Remove USB3 phy */
+	phys = <&usb_1_hsphy>;
+	phy-names = "usb2-phy";
+};
+
+&usb_1_hsphy {
+	status = "okay";
+
+	vdd-supply = <&vreg_l1a_0p875>;
+	vdda-pll-supply = <&vreg_l12a_1p8>;
+	vdda-phy-dpdm-supply = <&vreg_l24a_3p075>;
+
+	qcom,imp-res-offset-value = <8>;
+	qcom,hstx-trim-value = <QUSB2_V2_HSTX_TRIM_21_6_MA>;
+	qcom,preemphasis-level = <QUSB2_V2_PREEMPHASIS_5_PERCENT>;
+	qcom,preemphasis-width = <QUSB2_V2_PREEMPHASIS_WIDTH_HALF_BIT>;
+};
+
+&usb_1_qmpphy {
+	status = "okay";
+
+	vdda-phy-supply = <&vreg_l26a_1p2>;
+	vdda-pll-supply = <&vreg_l1a_0p875>;
+};
+
+&ufs_mem_hc {
+	status = "okay";
+
+	reset-gpios = <&tlmm 150 GPIO_ACTIVE_LOW>;
+
+	vcc-supply = <&vreg_l20a_2p95>;
+	vcc-max-microamp = <800000>;
+};
+
+&ufs_mem_phy {
+	status = "okay";
+
+	vdda-phy-supply = <&vreg_l1a_0p875>;
+	vdda-pll-supply = <&vreg_l26a_1p2>;
+};
+
+/* PINCTRL - additions to nodes defined in sdm845.dtsi */
+
+&qup_uart6_default {
+	pinmux {
+		pins = "gpio45", "gpio46", "gpio47", "gpio48";
+		function = "qup6";
+	};
+
+	cts {
+		pins = "gpio45";
+		bias-disable;
+	};
+
+	rts-tx {
+		pins = "gpio46", "gpio47";
+		drive-strength = <2>;
+		bias-disable;
+	};
+
+	rx {
+		pins = "gpio48";
+		bias-pull-up;
+	};
+};
+
+&apps_smmu {
+	status = "okay";
+};
+
+&uart14 {
+	status = "okay";
+};
+
+&qup_i2c14_default{
+	pinconf {
+		pins = "gpio33", "gpio34";
+		drive-strength = <2>;
+		bias-pull-up;
+	};
+};
+
+&i2c14 {
+	compatible = "i2c-gpio";
+    status="okay";
+	sda-gpios = <&tlmm 33 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
+	scl-gpios = <&tlmm 34 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
+	i2c-gpio,delay-us = <1>;	/* 5~=100 kHz */ /* could probably run on higher speeds */
+	#address-cells = <1>;
+	#size-cells = <0>;
+
+	touchscreen: novatek@62 {
+		compatible = "novatek,NVT-ts";
+		reg = <0x62>;
+		status = "okay";
+
+		vddio-supply = <&vreg_l14a_1p88>;
+		lab-supply = <&lab>;
+		ibb-supply = <&ibb>;
+		novatek,vddio-reg-name = "vddio";
+		novatek,lab-reg-name = "lab";
+		novatek,ibb-reg-name = "ibb";
+
+		novatek,reset-tddi = <&tlmm 6 0x00 /* GPIO_ACTIVE_HIGH */ >;
+		novatek,reset-gpio = <&tlmm 32 0x00 /* GPIO_ACTIVE_HIGH */ >;
+		novatek,irq-gpio = <&tlmm 31 0x2001>;
+
+		pinctrl-names = "pmx_ts_active", "pmx_ts_suspend";
+		pinctrl-0 = <&ts_int_active &ts_reset_active>;  
+		pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>;
+		novatek,config-array-size = <2>;
+		novatek,dump-click-count;
+		novatek,cfg_0 {
+			novatek,tp-vendor = <0x46>;
+			novatek,hw-version = <0x1>;
+			novatek,fw-name = "novatek_nt36672_e10_hw01.fw";
+		};
+		novatek,cfg_1 {
+			novatek,tp-vendor = <0x46>;
+			novatek,hw-version = <0x2>;
+			novatek,fw-name = "novatek_nt36672_e10_hw02.fw";
+		};
+	};
+ 
+};
+
+&dsi0 {
+	status = "okay";
+	vdda-supply = <&vdda_mipi_dsi0_1p2>;
+
+	ports {
+		port@1 {
+			endpoint {
+				remote-endpoint = <&tianma_nt36672a_in_0>;
+				data-lanes = <0 1 2 3>;
+			};
+		};
+	};
+
+	panel@0 {
+		compatible = "tianma,nt36672a";
+		reg = <0>;
+		vddi0-supply = <&vreg_l14a_1p88>;
+		lab-supply = <&lab>;
+		ibb-supply = <&ibb>;
+
+		reset-gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>;
+
+		pinctrl-names = "panel_active", "panel_suspend";
+		pinctrl-0 = <&sde_dsi_active>;
+		pinctrl-1 = <&sde_dsi_suspend>;
+
+		ports {
+			#address-cells = <1>;
+			#size-cells = <0>;
+
+			port@0 {
+				reg = <0>;
+				tianma_nt36672a_in_0: endpoint {
+					remote-endpoint = <&dsi0_out>;
+				};
+			};
+		};
+	};
+};
+
+&dsi0_phy {
+	status = "okay";
+	vdds-supply = <&vdda_mipi_dsi0_pll>;
+};
+
+&mdss {
+	status = "okay";
+};
+
+&mdss_mdp {
+	status = "okay";
+};
+
+&adsp_pas {
+	status = "okay";
+
+	firmware-name = "qcom/sdm845/adsp.mbn";
+};
+
+&cdsp_pas {
+	status = "okay";
+	firmware-name = "qcom/sdm845/cdsp.mbn";
+};
+
+&mss_pil {
+	status = "okay";
+	firmware-name = "qcom/sdm845/mba.mbn", "qcom/sdm845/modem.mbn";
+};
+
+&pmi8998_wled {
+	status = "okay";
+	qcom,current-limit-microamp = <20000>;
+	qcom,enabled-strings = <0 1>;
+	qcom,cabc;
+	qcom,switching-freq = <600>;
+};
+
+/* Reserved memory changes */
+/*
+ * The memory regions related to the modem have to be changed 
+ * according to the adresses in downstream as
+ * the modem is hard-coded to expect these regions to be at those adresses.
+ * 
+ */
+/delete-node/ &rmtfs_mem;
+/delete-node/ &adsp_mem;
+/delete-node/ &wlan_msa_mem;
+/delete-node/ &mpss_region;
+/delete-node/ &venus_mem;
+/delete-node/ &cdsp_mem;
+/delete-node/ &mba_region;
+/delete-node/ &slpi_mem;
+/delete-node/ &spss_mem;
+
+/ {
+	reserved-memory {
+		rmtfs_mem: memory@f6301000 {
+			compatible = "qcom,rmtfs-mem";
+			reg = <0 0xf6301000 0 0x200000>;
+			no-map;
+
+			qcom,client-id = <1>;
+			qcom,vmid = <15>;
+		};
+
+		adsp_mem: memory@8c500000 {
+			reg = <0 0x8c500000 0 0x1e00000>;
+			no-map;
+		};
+
+		wlan_msa_mem: memory@8e300000 {
+			reg = <0 0x8e300000 0 0x100000>;
+			no-map;
+		};
+
+		mpss_region: memory@8e400000 {
+			reg = <0 0x8e400000 0 0x7800000>;
+			no-map;
+		};
+
+		venus_mem: memory@95c00000 {
+			reg = <0 0x95c00000 0 0x500000>;
+			no-map;
+		};
+
+		cdsp_mem: memory@96100000 {
+			reg = <0 0x96100000 0 0x800000>;
+			no-map;
+		};
+
+		mba_region: memory@96900000 {
+			reg = <0 0x96900000 0 0x200000>;
+			no-map;
+		};
+
+		slpi_mem: memory@96b00000 {
+			reg = <0 0x96b00000 0 0x1400000>;
+			no-map;
+		};
+
+		spss_mem: memory@97f00000 {
+			reg = <0 0x97f00000 0 0x100000>;
+			no-map;
+		};
+
+		/* hack: bootloader framebuffer */
+		bootloader_framebuffer_mem: bootloader_framebuffer_region@a1a10000 {
+			compatible = "removed-dma-pool";
+			reg = <0 0x9D400000 0 0x02400000>;
+			no-map;
+		};
+
+		ramoops: ramoops@b0000000 {
+			compatible = "ramoops";
+			reg = <0 0xb0000000 0 0x00400000>;
+			record-size = <0x40000>; /*256x1024*/
+			console-size = <0x40000>;
+			ftrace-size = <0x40000>;
+			pmsg-size = <0x200000>;
+			ecc-size = <0x0>;
+		};
+	};
+};
+
+&wifi {
+        status = "okay";
+
+        vdd-0.8-cx-mx-supply = <&vreg_l5a_0p8>;
+        vdd-1.8-xo-supply = <&vreg_l7a_1p8>;
+        vdd-1.3-rfa-supply = <&vreg_l17a_1p3>;
+        vdd-3.3-ch0-supply = <&vreg_l25a_3p3>;
+};
diff --git a/sdm845Pkg/FdtBlob/sdm845-oneplus-enchilada.dtb b/sdm845Pkg/FdtBlob/sdm845-oneplus-enchilada.dtb
new file mode 100644
index 0000000000000000000000000000000000000000..67d93df6816b4ce32d065f0f70bce4541aeaff37
GIT binary patch
literal 84043
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

literal 0
HcmV?d00001

diff --git a/sdm845Pkg/FdtBlob/sdm845-oneplus-enchilada.dts b/sdm845Pkg/FdtBlob/sdm845-oneplus-enchilada.dts
new file mode 100644
index 0000000..c535929
--- /dev/null
+++ b/sdm845Pkg/FdtBlob/sdm845-oneplus-enchilada.dts
@@ -0,0 +1,29 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * SDM845 OnePlus 6 (enchilada) specific device tree
+ *
+ * Copyright (c) 2020, The Linux Foundation. All rights reserved.
+ */
+
+#include "sdm845-oneplus-enchilada.dtsi"
+
+/ {
+	model = "OnePlus 6";
+	compatible = "oneplus,enchilada", "qcom,sdm845";
+};
+
+&display_panel {
+	compatible = "samsung,sofef00";
+	status = "okay";
+
+	#address-cells = <1>;
+	#size-cells = <0>;
+	reg = <0>;
+
+	vddio-supply = <&vreg_l14a_1p88>;
+
+	reset-gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>;
+
+	pinctrl-names = "default";
+	pinctrl-0 = <&panel_reset_pins &panel_te_pin &panel_esd_pin>;
+};
diff --git a/sdm845Pkg/FdtBlob/sdm845-oneplus-enchilada.dtsi b/sdm845Pkg/FdtBlob/sdm845-oneplus-enchilada.dtsi
new file mode 100644
index 0000000..b7e662f
--- /dev/null
+++ b/sdm845Pkg/FdtBlob/sdm845-oneplus-enchilada.dtsi
@@ -0,0 +1,876 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * SDM845 OnePlus 6(T) (enchilada / fajita) common device tree source
+ *
+ * Copyright (c) 2020, The Linux Foundation. All rights reserved.
+ */
+
+/dts-v1/;
+
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
+#include <dt-bindings/input/linux-event-codes.h>
+#include "sdm845.dtsi"
+
+// Needed for some GPIO (like the volume buttons)
+#include "pm8998.dtsi"
+
+// For LEDs
+#include "pmi8998.dtsi"
+
+/ {
+
+	aliases {
+		hsuart0 = &uart6;
+	};
+
+	vph_pwr: vph-pwr-regulator {
+		compatible = "regulator-fixed";
+		regulator-name = "vph_pwr";
+		regulator-min-microvolt = <3700000>;
+		regulator-max-microvolt = <3700000>;
+	};
+
+	/*
+	 * Apparently RPMh does not provide support for PM8998 S4 because it
+	 * is always-on; model it as a fixed regulator.
+	 */
+	vreg_s4a_1p8: pm8998-smps4 {
+		compatible = "regulator-fixed";
+		regulator-name = "vreg_s4a_1p8";
+
+		regulator-min-microvolt = <1800000>;
+		regulator-max-microvolt = <1800000>;
+
+		regulator-always-on;
+		regulator-boot-on;
+
+		vin-supply = <&vph_pwr>;
+	};
+
+	i2c_touch: i2c {
+		compatible = "i2c-gpio";
+		status = "okay";
+
+		sda-gpios = <&tlmm 49 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
+		scl-gpios = <&tlmm 50 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
+
+		i2c-gpio,delay-us = <5>;	/* 5~=100 kHz */
+		#address-cells = <1>;
+		#size-cells = <0>;
+
+		pinctrl-names = "default";
+		pinctrl-0 = <&i2c_ts_pins>;
+
+		touchscreen: synaptics-rmi4-i2c@20 {
+			compatible = "syna,rmi4-i2c";
+			reg = <0x20>;
+			#address-cells = <1>;
+			#size-cells = <0>;
+			interrupts-extended = <&tlmm 125 0x2008>; // IRQF_ONESHOT | IRQF_TRIGGER_LOW
+
+			pinctrl-names = "default";
+			pinctrl-0 = <&ts_default_pins &ts_enable_1p8>;
+
+			vdd-supply = <&vreg_l28a_3p0>;
+			vio-supply = <&vreg_l6a_1p8>;
+
+			syna,reset-delay-ms = <200>;
+			syna,startup-delay-ms = <500>;
+
+			rmi4-f01@1 {
+				reg = <0x01>;
+				syna,nosleep-mode = <1>;
+			};
+
+			rmi4_f12: rmi4-f12@12 {
+				reg = <0x12>;
+				touchscreen-x-mm = <68>;
+				touchscreen-y-mm = <144>;
+				syna,sensor-type = <1>;
+				syna,rezero-wait-ms = <200>;
+			};
+		};
+	};
+
+	gpio_tristate_key: gpio-keys {
+		compatible = "gpio-keys";
+		label = "Tri-state key";
+
+		pinctrl-names = "default";
+		pinctrl-0 = <&tri_state_key_default>;
+
+		state-top {
+			label = "Tri-state key top";
+			linux,code = <KEY_A>;
+			// gpios = <&tlmm 40 GPIO_ACTIVE_LOW>;
+			interrupt-parent = <&tlmm>;
+			interrupts = <24 IRQ_TYPE_EDGE_FALLING>;
+			debounce-interval = <500>;
+			linux,can-disable;
+		};
+
+		state-middle {
+			label = "Tri-state key middle";
+			linux,code = <KEY_B>;
+			// gpios = <&tlmm 42 GPIO_ACTIVE_LOW>;
+			interrupt-parent = <&tlmm>;
+			interrupts = <52 IRQ_TYPE_EDGE_FALLING>;
+			debounce-interval = <500>;
+			linux,can-disable;
+		};
+
+		state-bottom {
+			label = "Tri-state key bottom";
+			linux,code = <KEY_C>;
+			// gpios = <&tlmm 26 GPIO_ACTIVE_LOW>;
+			interrupt-parent = <&tlmm>;
+			interrupts = <126 IRQ_TYPE_EDGE_FALLING>;
+			debounce-interval = <500>;
+			linux,can-disable;
+		};
+	};
+
+	gpio_vol_keys: gpio-keys {
+		compatible = "gpio-keys";
+		label = "Volume keys";
+		autorepeat;
+
+		pinctrl-names = "default";
+		pinctrl-0 = <&volume_down_gpio &volume_up_gpio>;
+
+		vol-down {
+			label = "Volume down";
+			linux,code = <KEY_VOLUMEDOWN>;
+			gpios = <&pm8998_gpio 5 GPIO_ACTIVE_LOW>;
+			debounce-interval = <15>;
+		};
+
+		vol-up {
+			label = "Volume up";
+			linux,code = <KEY_VOLUMEUP>;
+			gpios = <&pm8998_gpio 6 GPIO_ACTIVE_LOW>;
+			debounce-interval = <15>;
+		};
+	};
+
+	extcon_usb1: extcon-usb-1 {
+		compatible = "linux,extcon-usb-gpio";
+		id-gpio = <&tlmm 38 GPIO_ACTIVE_HIGH>;
+	};
+};
+
+&apps_rsc {
+	pm8998-rpmh-regulators {
+		compatible = "qcom,pm8998-rpmh-regulators";
+		qcom,pmic-id = "a";
+
+		vdd-s1-supply = <&vph_pwr>;
+		vdd-s2-supply = <&vph_pwr>;
+		vdd-s3-supply = <&vph_pwr>;
+		vdd-s4-supply = <&vph_pwr>;
+		vdd-s5-supply = <&vph_pwr>;
+		vdd-s6-supply = <&vph_pwr>;
+		vdd-s7-supply = <&vph_pwr>;
+		vdd-s8-supply = <&vph_pwr>;
+		vdd-s9-supply = <&vph_pwr>;
+		vdd-s10-supply = <&vph_pwr>;
+		vdd-s11-supply = <&vph_pwr>;
+		vdd-s12-supply = <&vph_pwr>;
+		vdd-s13-supply = <&vph_pwr>;
+		vdd-l1-l27-supply = <&vreg_s7a_1p025>;
+		vdd-l2-l8-l17-supply = <&vreg_s3a_1p35>;
+		vdd-l3-l11-supply = <&vreg_s7a_1p025>;
+		vdd-l4-l5-supply = <&vreg_s7a_1p025>;
+		vdd-l6-supply = <&vph_pwr>;
+		vdd-l7-l12-l14-l15-supply = <&vreg_s5a_2p04>;
+		vdd-l9-supply = <&vreg_bob>;
+		vdd-l10-l23-l25-supply = <&vreg_bob>;
+		vdd-l13-l19-l21-supply = <&vreg_bob>;
+		vdd-l16-l28-supply = <&vreg_bob>;
+		vdd-l18-l22-supply = <&vreg_bob>;
+		vdd-l20-l24-supply = <&vreg_bob>;
+		vdd-l26-supply = <&vreg_s3a_1p35>;
+		vin-lvs-1-2-supply = <&vreg_s4a_1p8>;
+
+		vreg_s2a_1p125: smps2 {
+			regulator-min-microvolt = <1100000>;
+			regulator-max-microvolt = <1100000>;
+		};
+
+		vreg_s3a_1p35: smps3 {
+			regulator-min-microvolt = <1352000>;
+			regulator-max-microvolt = <1352000>;
+		};
+
+		vreg_s5a_2p04: smps5 {
+			regulator-min-microvolt = <1904000>;
+			regulator-max-microvolt = <2040000>;
+		};
+
+		vreg_s7a_1p025: smps7 {
+			regulator-min-microvolt = <900000>;
+			regulator-max-microvolt = <1028000>;
+		};
+
+		vdd_qusb_hs0:
+		vdda_hp_pcie_core:
+		vdda_mipi_csi0_0p9:
+		vdda_mipi_csi1_0p9:
+		vdda_mipi_csi2_0p9:
+		vdda_mipi_dsi0_pll:
+		vdda_mipi_dsi1_pll:
+		vdda_qlink_lv:
+		vdda_qlink_lv_ck:
+		vdda_qrefs_0p875:
+		vdda_pcie_core:
+		vdda_pll_cc_ebi01:
+		vdda_pll_cc_ebi23:
+		vdda_sp_sensor:
+		vdda_ufs1_core:
+		vdda_ufs2_core:
+		vdda_usb1_ss_core:
+		vdda_usb2_ss_core:
+		vreg_l1a_0p875: ldo1 {
+			regulator-min-microvolt = <880000>;
+			regulator-max-microvolt = <880000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vddpx_10:
+		vreg_l2a_1p2: ldo2 {
+			regulator-min-microvolt = <1200000>;
+			regulator-max-microvolt = <1200000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+			regulator-always-on;
+		};
+
+		vreg_l3a_1p0: ldo3 {
+			regulator-min-microvolt = <1000000>;
+			regulator-max-microvolt = <1000000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vdd_wcss_cx:
+		vdd_wcss_mx:
+		vdda_wcss_pll:
+		vreg_l5a_0p8: ldo5 {
+			regulator-min-microvolt = <800000>;
+			regulator-max-microvolt = <800000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vddpx_13:
+		vreg_l6a_1p8: ldo6 {
+			regulator-min-microvolt = <1856000>;
+			regulator-max-microvolt = <1856000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l7a_1p8: ldo7 {
+			regulator-min-microvolt = <1800000>;
+			regulator-max-microvolt = <1800000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l8a_1p2: ldo8 {
+			regulator-min-microvolt = <1200000>;
+			regulator-max-microvolt = <1248000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l9a_1p8: ldo9 {
+			regulator-min-microvolt = <1704000>;
+			regulator-max-microvolt = <2928000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l10a_1p8: ldo10 {
+			regulator-min-microvolt = <1704000>;
+			regulator-max-microvolt = <2928000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l11a_1p0: ldo11 {
+			regulator-min-microvolt = <1000000>;
+			regulator-max-microvolt = <1048000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vdd_qfprom:
+		vdd_qfprom_sp:
+		vdda_apc1_cs_1p8:
+		vdda_gfx_cs_1p8:
+		vdda_qrefs_1p8:
+		vdda_qusb_hs0_1p8:
+		vddpx_11:
+		vreg_l12a_1p8: ldo12 {
+			regulator-min-microvolt = <1800000>;
+			regulator-max-microvolt = <1800000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vddpx_2:
+		vreg_l13a_2p95: ldo13 {
+			regulator-min-microvolt = <1800000>;
+			regulator-max-microvolt = <2960000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l14a_1p88: ldo14 {
+			regulator-min-microvolt = <1800000>;
+			regulator-max-microvolt = <1800000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+			regulator-always-on;
+		};
+
+		vreg_l15a_1p8: ldo15 {
+			regulator-min-microvolt = <1800000>;
+			regulator-max-microvolt = <1800000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l16a_2p7: ldo16 {
+			regulator-min-microvolt = <2704000>;
+			regulator-max-microvolt = <2704000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l17a_1p3: ldo17 {
+			regulator-min-microvolt = <1304000>;
+			regulator-max-microvolt = <1304000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l18a_2p7: ldo18 {
+			regulator-min-microvolt = <2704000>;
+			regulator-max-microvolt = <2960000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l19a_3p0: ldo19 {
+			regulator-min-microvolt = <2856000>;
+			regulator-max-microvolt = <3104000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l20a_2p95: ldo20 {
+			regulator-min-microvolt = <2704000>;
+			regulator-max-microvolt = <2960000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l21a_2p95: ldo21 {
+			regulator-min-microvolt = <2704000>;
+			regulator-max-microvolt = <2960000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l22a_2p85: ldo22 {
+			regulator-min-microvolt = <2864000>;
+			regulator-max-microvolt = <3312000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l23a_3p3: ldo23 {
+			regulator-min-microvolt = <3000000>;
+			regulator-max-microvolt = <3312000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vdda_qusb_hs0_3p1:
+		vreg_l24a_3p075: ldo24 {
+			regulator-min-microvolt = <3088000>;
+			regulator-max-microvolt = <3088000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l25a_3p3: ldo25 {
+			regulator-min-microvolt = <3300000>;
+			regulator-max-microvolt = <3312000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vdda_hp_pcie_1p2:
+		vdda_hv_ebi0:
+		vdda_hv_ebi1:
+		vdda_hv_ebi2:
+		vdda_hv_ebi3:
+		vdda_mipi_csi_1p25:
+		vdda_mipi_dsi0_1p2:
+		vdda_mipi_dsi1_1p2:
+		vdda_pcie_1p2:
+		vdda_ufs1_1p2:
+		vdda_ufs2_1p2:
+		vdda_usb1_ss_1p2:
+		vdda_usb2_ss_1p2:
+		vreg_l26a_1p2: ldo26 {
+			regulator-min-microvolt = <1200000>;
+			regulator-max-microvolt = <1200000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l28a_3p0: ldo28 {
+			regulator-min-microvolt = <2856000>;
+			regulator-max-microvolt = <3008000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_lvs1a_1p8: lvs1 {
+			regulator-min-microvolt = <1800000>;
+			regulator-max-microvolt = <1800000>;
+		};
+
+		vreg_lvs2a_1p8: lvs2 {
+			regulator-min-microvolt = <1800000>;
+			regulator-max-microvolt = <1800000>;
+		};
+	};
+
+	pmi8998-rpmh-regulators {
+		compatible = "qcom,pmi8998-rpmh-regulators";
+		qcom,pmic-id = "b";
+
+		vdd-bob-supply = <&vph_pwr>;
+
+		vreg_bob: bob {
+			regulator-min-microvolt = <3312000>;
+			regulator-max-microvolt = <3600000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_AUTO>;
+			regulator-allow-bypass;
+		};
+	};
+
+	pm8005-rpmh-regulators {
+		compatible = "qcom,pm8005-rpmh-regulators";
+		qcom,pmic-id = "c";
+ 
+		vdd-s1-supply = <&vph_pwr>;
+		vdd-s2-supply = <&vph_pwr>;
+		vdd-s3-supply = <&vph_pwr>;
+		vdd-s4-supply = <&vph_pwr>;
+
+		vreg_s3c_0p6: smps3 {
+			regulator-min-microvolt = <600000>;
+			regulator-max-microvolt = <600000>;
+		};
+	};
+};
+
+/* Reserved memory changes */
+/*
+ * The rmtfs memory region in downstream is 'dynamically allocated'
+ * but given the same address every time. hard code it here as this address is
+ * where the modem firmware expects it to be. 
+ */
+/delete-node/ &rmtfs_mem;
+
+/ {
+	reserved-memory {
+		rmtfs_mem: memory@f5b01000 {
+			compatible = "qcom,rmtfs-mem";
+			reg = <0 0xf5b01000 0 0x200000>;
+			no-map;
+
+			qcom,client-id = <1>;
+			qcom,vmid = <15>;
+		};
+
+		/*
+		 * Due to treble implementations and the requirement to reflash
+		 * the dtbo partition in order to boot downstream without doing a
+		 * cold reboot, this region has not proven very useful on enchilada.
+		 */
+		ramoops: ramoops@0xac300000 {
+			compatible = "ramoops";
+			reg = <0 0xac300000 0 0x400000>;
+			record-size = <0x40000>;
+			console-size = <0x40000>;
+			ftrace-size = <0x40000>;
+			pmsg-size = <0x200000>;
+			devinfo-size = <0x1000>;
+			ecc-size = <0x0>;
+		};
+	};
+};
+
+&gcc {
+	protected-clocks = <GCC_QSPI_CORE_CLK>,
+			   <GCC_QSPI_CORE_CLK_SRC>,
+			   <GCC_QSPI_CNOC_PERIPH_AHB_CLK>,
+			   <GCC_LPASS_Q6_AXI_CLK>,
+			   <GCC_LPASS_SWAY_CLK>;
+};
+
+&gpu {
+	zap-shader {
+		memory-region = <&gpu_mem>;
+		firmware-name = "qcom/sdm845/oneplus6/a630_zap.mbn";
+	};
+};
+
+&adsp_pas {
+	status = "okay";
+	firmware-name = "qcom/sdm845/adsp.mbn";
+};
+
+&cdsp_pas {
+	status = "okay";
+	firmware-name = "qcom/sdm845/cdsp.mbn";
+};
+
+/* Modem/wifi*/
+&mss_pil {
+	status = "okay";
+	firmware-name = "qcom/sdm845/oneplus6/mba.mbn", "qcom/sdm845/oneplus6/modem.mbn";
+};
+
+&uart6 {
+	status = "okay";
+
+	bluetooth {
+		compatible = "qcom,wcn3990-bt";
+
+		/* In subdir qca/ in /lib/firmware */
+		//firmware-name = "crbtfw21.tlv";
+
+		vddio-supply = <&vreg_s4a_1p8>;
+		vddxo-supply = <&vreg_l7a_1p8>;
+		vddrf-supply = <&vreg_l17a_1p3>;
+		vddch0-supply = <&vreg_l25a_3p3>;
+		max-speed = <3200000>;
+	};
+};
+
+&qup_uart6_default {
+	pinmux {
+		 pins = "gpio45", "gpio46", "gpio47", "gpio48";
+		 function = "qup6";
+	};
+
+	cts {
+		pins = "gpio45";
+		bias-pull-down;
+	};
+
+	rts-tx {
+		pins = "gpio46", "gpio47";
+		drive-strength = <2>;
+		bias-disable;
+	};
+
+	rx {
+		pins = "gpio48";
+		bias-pull-up;
+	};
+};
+
+&ufs_mem_hc {
+	status = "okay";
+
+	reset-gpios = <&tlmm 150 GPIO_ACTIVE_LOW>;
+
+	vcc-supply = <&vreg_l20a_2p95>;
+	vcc-max-microamp = <600000>;
+};
+
+&ufs_mem_phy {
+	status = "okay";
+
+	vdda-phy-supply = <&vdda_ufs1_core>;
+	vdda-pll-supply = <&vdda_ufs1_1p2>;
+};
+
+&usb_1 {
+	status = "okay";
+
+	/* disable USB3 clock requirement as we are in USB 2 mode */
+	qcom,select-utmi-as-pipe-clk;
+};
+
+&usb_1_dwc3 {	
+	/*
+	 * Can't detect USB cable being plugged / unplugged, so this is needed
+	 * for gadget mode
+	 */
+	dr_mode = "peripheral";
+
+	/* fastest mode for USB 2 */
+	maximum-speed = "high-speed";
+
+	extcon = <&extcon_usb1>;
+
+	/* Remove USB3 phy */
+	phys = <&usb_1_hsphy>;
+	phy-names = "usb2-phy";
+};
+
+&usb_1_hsphy {
+	status = "okay";
+
+	vdd-supply = <&vdda_usb1_ss_core>;
+	vdda-pll-supply = <&vdda_qusb_hs0_1p8>;
+	vdda-phy-dpdm-supply = <&vdda_qusb_hs0_3p1>;
+
+	qcom,imp-res-offset-value = <8>;
+	qcom,hstx-trim-value = <QUSB2_V2_HSTX_TRIM_21_6_MA>;
+	qcom,preemphasis-level = <QUSB2_V2_PREEMPHASIS_5_PERCENT>;
+	qcom,preemphasis-width = <QUSB2_V2_PREEMPHASIS_WIDTH_HALF_BIT>;
+};
+
+&wifi {
+	status = "okay";
+	vdd-0.8-cx-mx-supply = <&vreg_l5a_0p8>;
+	vdd-1.8-xo-supply = <&vreg_l7a_1p8>;
+	vdd-1.3-rfa-supply = <&vreg_l17a_1p3>;
+	vdd-3.3-ch0-supply = <&vreg_l25a_3p3>;
+};
+
+&mdss {	
+	status = "okay";	
+};	
+	
+&mdss_mdp {	
+	status = "okay";	
+};	
+
+&dsi0 {
+	status = "okay";
+	vdda-supply = <&vdda_mipi_dsi0_1p2>;
+
+	#address-cells = <1>;
+	#size-cells = <0>;
+
+	display_panel: panel@0 {
+		status = "disabled";
+
+		port {
+			panel_in: endpoint {
+				remote-endpoint = <&dsi0_out>;
+			};
+		};
+	};
+};
+
+&dsi0_out {
+	remote-endpoint = <&panel_in>;
+	data-lanes = <0 1 2 3>;
+};
+
+&dsi0_phy {
+	status = "okay";
+	vdds-supply = <&vdda_mipi_dsi0_pll>;
+};
+
+/* GENI device - does i2c, uart, spi and all that stuff */
+&qupv3_id_1 {
+	status = "okay";
+};
+
+&qupv3_id_0 {
+	status = "okay";
+};
+
+&spmi_bus {
+	pmi8998_lsid1: pmic@3 {
+		lpg {
+			status = "okay";
+
+			rgb {
+				led-sources = <5 4 3>;
+			};
+
+			red {
+				led-sources = <5>;
+			};
+			green {
+				led-sources = <4>;
+			};
+			blue {
+				led-sources = <3>;
+			};
+		};
+	};
+};
+
+&i2c10 {
+        status = "okay";
+        clock-frequency = <100000>;
+
+        bq27541_battery: bq27541-battery@55 {
+                status = "okay";
+                compatible = "ti,bq27541";
+                reg = <0x55>;
+        };
+};
+/* PINCTRL - additions to nodes defined in sdm845.dtsi */
+
+&qup_i2c10_default {
+	pinconf {
+		pins = "gpio55", "gpio56";
+		drive-strength = <2>;
+		bias-disable;
+	};
+};
+
+&qup_uart9_default {
+	pinconf-tx {
+		pins = "gpio4";
+		drive-strength = <2>;
+		bias-disable;
+	};
+
+	pinconf-rx {
+		pins = "gpio5";
+		drive-strength = <2>;
+		bias-pull-up;
+	};
+};
+
+&pm8998_gpio {
+	volume_down_gpio: pm8998_gpio5 {
+		pinconf {
+			pins = "gpio5";
+			function = "normal";
+			input-enable;
+			bias-pull-up;
+			qcom,drive-strength = <0>;
+		};
+	};
+
+	volume_up_gpio: pm8998_gpio6 {
+		pinconf {
+			pins = "gpio6";
+			function = "normal";
+			input-enable;
+			bias-pull-up;
+			qcom,drive-strength = <0>;
+		};
+	};
+};
+
+&tlmm {
+	gpio-reserved-ranges = <0 4>, <81 4>;
+
+	sdc2_clk: sdc2-clk {
+		pinconf {
+			pins = "sdc2_clk";
+			bias-disable;
+
+			/*
+			 * It seems that mmc_test reports errors if drive
+			 * strength is not 16 on clk, cmd, and data pins.
+			 */
+			drive-strength = <16>;
+		};
+	};
+
+	sdc2_cmd: sdc2-cmd {
+		pinconf {
+			pins = "sdc2_cmd";
+			bias-pull-up;
+			drive-strength = <16>;
+		};
+	};
+
+	sdc2_data: sdc2-data {
+		pinconf {
+			pins = "sdc2_data";
+			bias-pull-up;
+			drive-strength = <16>;
+		};
+	};
+
+	tri_state_key_default: tri_state_key_default {
+		mux {
+			pins = "gpio40", "gpio42", "gpio26";
+			function = "gpio";
+		};
+
+		config {
+			pins = "gpio40", "gpio42", "gpio26";
+			drive-strength = <2>;
+			bias-disable;
+		};
+	};
+
+	i2c_ts_pins: i2c-touch-default {
+		mux {
+			pins = "gpio49", "gpio50";
+			function = "gpio";
+		};
+
+		config {
+			pins = "gpio49", "gpio50";
+			drive-strength = <2>;
+			bias-disable;
+		};
+	};
+
+	ts_default_pins: ts-int {
+		mux {
+			pins = "gpio99", "gpio125";
+			function = "gpio";
+		};
+
+		config {
+			pins = "gpio99", "gpio125";
+			drive-strength = <16>;
+			bias-pull-up;
+		};
+	};
+
+	ts_enable_1p8: ts-1p8 {
+		mux {
+			pins = "gpio88";
+			function = "gpio";
+		};
+
+		config {
+			pins = "gpio88";
+			drive-strength = <16>;
+			bias-pull-up;
+		};
+	};
+
+	panel_reset_pins: panel-reset {
+		mux {
+			pins = "gpio6", "gpio25", "gpio26";
+			function = "gpio";
+		};
+
+		config {
+			pins = "gpio6", "gpio25", "gpio26";
+			drive-strength = <8>;
+			bias-disable = <0>;
+		};
+	};
+
+	panel_te_pin: panel-te {
+		mux {
+			pins = "gpio10";
+			function = "mdp_vsync";
+		};
+
+		config {
+			pins = "gpio10";
+			drive-strength = <2>;
+			bias-disable;
+			input-enable;
+		};
+	};
+
+	panel_esd_pin: panel-esd {
+		mux {
+			pins = "gpio30";
+			function = "gpio";
+		};
+		config {
+			pins = "gpio30";
+			drive-strength = <2>;
+			bias-pull-down;
+			input-enable;
+		};
+	};
+
+};
diff --git a/sdm845Pkg/FdtBlob/sdm845-oneplus-fajita.dtb b/sdm845Pkg/FdtBlob/sdm845-oneplus-fajita.dtb
new file mode 100644
index 0000000000000000000000000000000000000000..d1f5a6371bf23a02d4cb4916e72588bc336f32b7
GIT binary patch
literal 84043
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
ZUhT(SwHYuls%oE&f1%=OQO&HV{$KDn57Ynv

literal 0
HcmV?d00001

diff --git a/sdm845Pkg/FdtBlob/sdm845-oneplus-fajita.dts b/sdm845Pkg/FdtBlob/sdm845-oneplus-fajita.dts
new file mode 100644
index 0000000..7efb82a
--- /dev/null
+++ b/sdm845Pkg/FdtBlob/sdm845-oneplus-fajita.dts
@@ -0,0 +1,29 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * SDM845 OnePlus 6T (fajita) specific device tree
+ *
+ * Copyright (c) 2020, The Linux Foundation. All rights reserved.
+ */
+
+#include "sdm845-oneplus-enchilada.dtsi"
+
+/ {
+	model = "OnePlus 6T";
+	compatible = "oneplus-fajita", "qcom,sdm845";
+};
+
+&display_panel {
+	compatible = "samsung,s6e3fc2x01";
+	status = "okay";
+
+	#address-cells = <1>;
+	#size-cells = <0>;
+	reg = <0>;
+
+	vddio-supply = <&vreg_l14a_1p88>;
+
+	reset-gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>;
+
+	pinctrl-names = "default";
+	pinctrl-0 = <&panel_reset_pins &panel_te_pin &panel_esd_pin>;
+};
diff --git a/sdm845Pkg/FdtBlob/sdm845-xiaomi-dipper.dtb b/sdm845Pkg/FdtBlob/sdm845-xiaomi-dipper.dtb
new file mode 100644
index 0000000000000000000000000000000000000000..d8795d005fd579a1a25624500d9fe32fa77260ca
GIT binary patch
literal 81026
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
WIShMis70$zxQbWt>zz7o`u-mo+!T8N

literal 0
HcmV?d00001

diff --git a/sdm845Pkg/FdtBlob/sdm845-xiaomi-dipper.dts b/sdm845Pkg/FdtBlob/sdm845-xiaomi-dipper.dts
new file mode 100644
index 0000000..132e928
--- /dev/null
+++ b/sdm845Pkg/FdtBlob/sdm845-xiaomi-dipper.dts
@@ -0,0 +1,763 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (c) 2020, Sophon Wu <strongtz@yeah.net>
+ */
+
+/dts-v1/;
+
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
+#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
+#include "sdm845.dtsi"
+#include "pm8998.dtsi"
+#include "pmi8998.dtsi"
+#include "pm8005.dtsi"
+
+/ {
+	model = "Xiaomi MI 8";
+	compatible = "xiaomi,dipper", "qcom,sdm845";
+	/* required for bootloader to select correct board */
+	qcom,board-id = <0x36 0x0>;
+	qcom,msm-id = <0x141 0x20000>;
+
+	aliases {
+		serial0 = &uart9;
+		hsuart0 = &uart6;
+	};
+
+	chosen {
+		#address-cells = <2>;
+		#size-cells = <2>;
+		ranges;
+
+		// For simplefb hack
+		stdout-path = "display0";
+
+		/* hack: use framebuffer setup by bootloader.
+		 * the address is taken from the bootloader config (strings xbl.img | grep "Display Reserved")
+		 */
+		framebuffer0: framebuffer@9d400000 {
+			compatible = "simple-framebuffer";
+			reg = <0 0x9D400000 0 0x02400000>;
+			width = <1080>;
+			height = <2248>;
+			stride = <(1080 * 4)>;
+			format = "a8r8g8b8";
+			status = "okay";
+		};
+	};
+
+	vph_pwr: vph-pwr-regulator {
+		compatible = "regulator-fixed";
+		regulator-name = "vph_pwr";
+		regulator-min-microvolt = <3700000>;
+		regulator-max-microvolt = <3700000>;
+	};
+
+	vbat: vbat-regulator {
+		compatible = "regulator-fixed";
+		regulator-name = "VBAT";
+
+		vin-supply = <&vph_pwr>;
+		regulator-min-microvolt = <4200000>;
+		regulator-max-microvolt = <4200000>;
+		regulator-always-on;
+	};
+
+	vbat_som: vbat-som-regulator {
+		compatible = "regulator-fixed";
+		regulator-name = "VBAT_SOM";
+
+		vin-supply = <&vph_pwr>;
+		regulator-min-microvolt = <4200000>;
+		regulator-max-microvolt = <4200000>;
+		regulator-always-on;
+	};
+
+	vdc_3v3: vdc-3v3-regulator {
+		compatible = "regulator-fixed";
+		regulator-name = "VDC_3V3";
+		vin-supply = <&vph_pwr>;
+		regulator-min-microvolt = <3300000>;
+		regulator-max-microvolt = <3300000>;
+		regulator-always-on;
+	};
+
+	vdc_5v: vdc-5v-regulator {
+		compatible = "regulator-fixed";
+		regulator-name = "VDC_5V";
+
+		vin-supply = <&vph_pwr>;
+		regulator-min-microvolt = <500000>;
+		regulator-max-microvolt = <500000>;
+		regulator-always-on;
+	};
+
+	/*
+	 * Apparently RPMh does not provide support for PM8998 S4 because it
+	 * is always-on; model it as a fixed regulator.
+	 */
+	vreg_s4a_1p8: pm8998-smps4 {
+		compatible = "regulator-fixed";
+		regulator-name = "vreg_s4a_1p8";
+		regulator-min-microvolt = <1800000>;
+		regulator-max-microvolt = <1800000>;
+		regulator-always-on;
+		regulator-boot-on;
+		vin-supply = <&vph_pwr>;
+	};
+
+
+	gpio_keys {
+		compatible = "gpio-keys";
+		autorepeat;
+
+		pinctrl-names = "default";
+		pinctrl-0 = <&vol_up_pin_a>;
+
+		vol-up {
+			label = "Volume Up";
+			linux,code = <KEY_VOLUMEUP>;
+			gpios = <&pm8998_gpio 6 GPIO_ACTIVE_LOW>;
+		};
+	};
+};
+
+&adsp_pas {
+	status = "okay";
+	firmware-name = "qcom/adsp.mbn";
+};
+
+&apps_rsc {
+	pm8998-rpmh-regulators {
+		compatible = "qcom,pm8998-rpmh-regulators";
+		qcom,pmic-id = "a";
+		vdd-s1-supply = <&vph_pwr>;
+		vdd-s2-supply = <&vph_pwr>;
+		vdd-s3-supply = <&vph_pwr>;
+		vdd-s4-supply = <&vph_pwr>;
+		vdd-s5-supply = <&vph_pwr>;
+		vdd-s6-supply = <&vph_pwr>;
+		vdd-s7-supply = <&vph_pwr>;
+		vdd-s8-supply = <&vph_pwr>;
+		vdd-s9-supply = <&vph_pwr>;
+		vdd-s10-supply = <&vph_pwr>;
+		vdd-s11-supply = <&vph_pwr>;
+		vdd-s12-supply = <&vph_pwr>;
+		vdd-s13-supply = <&vph_pwr>;
+		vdd-l1-l27-supply = <&vreg_s7a_1p025>;
+		vdd-l2-l8-l17-supply = <&vreg_s3a_1p35>;
+		vdd-l3-l11-supply = <&vreg_s7a_1p025>;
+		vdd-l4-l5-supply = <&vreg_s7a_1p025>;
+		vdd-l6-supply = <&vph_pwr>;
+		vdd-l7-l12-l14-l15-supply = <&vreg_s5a_2p04>;
+		vdd-l9-supply = <&vreg_bob>;
+		vdd-l10-l23-l25-supply = <&vreg_bob>;
+		vdd-l13-l19-l21-supply = <&vreg_bob>;
+		vdd-l16-l28-supply = <&vreg_bob>;
+		vdd-l18-l22-supply = <&vreg_bob>;
+		vdd-l20-l24-supply = <&vreg_bob>;
+		vdd-l26-supply = <&vreg_s3a_1p35>;
+		vin-lvs-1-2-supply = <&vreg_s4a_1p8>;
+
+		vreg_s2a_1p1: smps2 {
+			regulator-always-on;
+			regulator-min-microvolt = <1100000>;
+			regulator-max-microvolt = <1100000>;
+		};
+
+		vreg_s3a_1p35: smps3 {
+			regulator-min-microvolt = <1352000>;
+			regulator-max-microvolt = <1352000>;
+		};
+
+		// vreg_s4a_1p8: smps4 {
+		// 	regulator-min-microvolt = <1800000>;
+		// 	regulator-max-microvolt = <1800000>;
+		// };
+
+		vreg_s5a_2p04: smps5 {
+			regulator-always-on;
+			regulator-min-microvolt = <1904000>;
+			regulator-max-microvolt = <2040000>;
+		};
+
+		vreg_s7a_1p025: smps7 {
+			regulator-always-on;
+			regulator-min-microvolt = <900000>;
+			regulator-max-microvolt = <1028000>;
+		};
+
+		vdda_ufs1_core:
+		vreg_l1a_0p875: ldo1 {
+			regulator-min-microvolt = <880000>;
+			regulator-max-microvolt = <880000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		// vreg_l2a_0p875: ldo2 {
+		// 	regulator-min-microvolt = <1200000>;
+		// 	regulator-max-microvolt = <1200000>;
+		// 	regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		// 	regulator-always-on;
+		// };
+
+		// vreg_l3a_0p875: ldo3 {
+		// 	regulator-min-microvolt = <1000000>;
+		// 	regulator-max-microvolt = <1000000>;
+		// 	regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		// };
+
+		vreg_l5a_0p8: ldo5 {
+			regulator-min-microvolt = <800000>;
+			regulator-max-microvolt = <800000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		// vreg_l6a_1p8: ldo6 {
+		// 	regulator-min-microvolt = <1856000>;
+		// 	regulator-max-microvolt = <1856000>;
+		// 	regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		// };
+
+		vreg_l7a_1p8: ldo7 {
+			regulator-min-microvolt = <1800000>;
+			regulator-max-microvolt = <1800000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		// vreg_l8a_1p2: ldo8 {
+		// 	regulator-min-microvolt = <1200000>;
+		// 	regulator-max-microvolt = <1248000>;
+		// 	regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		// };
+
+		// vreg_l9a_2p95: ldo9 {
+		// 	regulator-min-microvolt = <1704000>;
+		// 	regulator-max-microvolt = <2928000>;
+		// 	regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		// };
+
+		// vreg_l10a_2p95: ldo10 {
+		// 	regulator-min-microvolt = <1704000>;
+		// 	regulator-max-microvolt = <2928000>;
+		// 	regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		// };
+
+		// vreg_l11a_1p05: ldo11 {
+		// 	regulator-min-microvolt = <1000000>;
+		// 	regulator-max-microvolt = <1048000>;
+		// 	regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		// };
+
+		vreg_l12a_1p8: ldo12 {
+			regulator-min-microvolt = <1800000>;
+			regulator-max-microvolt = <1800000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		// vreg_l13a_2p95: ldo13 {
+		// 	regulator-min-microvolt = <1800000>;
+		// 	regulator-max-microvolt = <2960000>;
+		// 	regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		// };
+
+
+		// dsi and touchscreen maybe
+		vreg_l14a_1p8: ldo14 {
+			regulator-min-microvolt = <1800000>;
+			regulator-max-microvolt = <1880000>;
+			regulator-always-on;
+			regulator-boot-on;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		// vreg_l15a_1p8: ldo15 {
+		// 	regulator-min-microvolt = <1800000>;
+		// 	regulator-max-microvolt = <1800000>;
+		// 	regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		// };
+
+		// vreg_l16a_2p7: ldo16 {
+		// 	regulator-min-microvolt = <2704000>;
+		// 	regulator-max-microvolt = <2704000>;
+		// 	regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		// };
+
+		vreg_l17a_1p3: ldo17 {
+			regulator-always-on;
+			regulator-min-microvolt = <1304000>;
+			regulator-max-microvolt = <1304000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		// vreg_l18a_2p9: ldo18 {
+		// 	regulator-min-microvolt = <2704000>;
+		// 	regulator-max-microvolt = <2960000>;
+		// 	regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		// };
+
+		// vreg_l19a_3p1: ldo19 {
+		// 	regulator-min-microvolt = <2856000>;
+		// 	regulator-max-microvolt = <3104000>;
+		// 	regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		// };
+
+		vreg_l20a_2p95: ldo20 {
+			regulator-min-microvolt = <2704000>;
+			regulator-max-microvolt = <2960000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		// vreg_l21a_2p95: ldo21 {
+		// 	regulator-min-microvolt = <2704000>;
+		// 	regulator-max-microvolt = <2960000>;
+		// 	regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		// };
+
+		// vreg_l22a_3p3: ldo22 {
+		// 	regulator-min-microvolt = <2864000>;
+		// 	regulator-max-microvolt = <3312000>;
+		// 	regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		// };
+
+		// vreg_l23a_3p3: ldo23 {
+		// 	regulator-min-microvolt = <3000000>;
+		// 	regulator-max-microvolt = <3312000>;
+		// 	regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		// };
+
+		vreg_l24a_3p075: ldo24 {
+			regulator-min-microvolt = <3088000>;
+			regulator-max-microvolt = <3088000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_l25a_3p3: ldo25 {
+			regulator-always-on;
+			regulator-min-microvolt = <3000000>;
+			regulator-max-microvolt = <3312000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vdda_ufs1_1p2:
+		vreg_l26a_1p2: ldo26 {
+			regulator-min-microvolt = <1200000>;
+			regulator-max-microvolt = <1200000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
+
+		vreg_lvs1a_1p8: lvs1 {
+			regulator-min-microvolt = <1800000>;
+			regulator-max-microvolt = <1800000>;
+			regulator-always-on;
+		};
+
+		vreg_lvs2a_1p8: lvs2 {
+			regulator-min-microvolt = <1800000>;
+			regulator-max-microvolt = <1800000>;
+			regulator-always-on;
+		};
+	};
+
+	pmi8998-rpmh-regulators {
+		compatible = "qcom,pmi8998-rpmh-regulators";
+		qcom,pmic-id = "b";
+
+		vdd-bob-supply = <&vph_pwr>;
+
+		vreg_bob: bob {
+			regulator-min-microvolt = <3312000>;
+			regulator-max-microvolt = <3600000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_AUTO>;
+			regulator-allow-bypass;
+		};
+	};
+
+	pm8005-rpmh-regulators {
+		compatible = "qcom,pm8005-rpmh-regulators";
+		qcom,pmic-id = "c";
+
+		vreg_smp3c_0p6: smps3 {
+			regulator-always-on;
+			regulator-min-microvolt = <600000>;
+			regulator-max-microvolt = <600000>;
+		};
+	};
+};
+
+&apps_smmu {
+	/* Enable this when upstream smmu driver gets patched */
+	status = "okay";
+};
+
+&cdsp_pas {
+	status = "okay";
+	firmware-name = "qcom/cdsp.mbn";
+};
+
+
+
+
+// vreg_l14a_1p8
+
+// &dsi0 {
+// 	status = "okay";
+// 	vdda-supply = <&vreg_l26a_1p2>;
+
+// 	#address-cells = <1>;
+// 	#size-cells = <0>;
+
+// 	display_panel: panel@0 {
+// 		status = "disabled";
+
+// 		port {
+// 			panel_in: endpoint {
+// 				remote-endpoint = <&dsi0_out>;
+// 			};
+// 		};
+// 	};
+// };
+
+// &dsi0_out {
+// 	remote-endpoint = <&panel_in>;
+// 	data-lanes = <0 1 2 3>;
+// };
+
+// &dsi0_phy {
+// 	status = "okay";
+// 	vdds-supply = <&vreg_l1a_0p875>;
+// };
+
+// &display_panel {
+// 	compatible = "visionox,fhd-r66455";
+// 	status = "okay";
+
+// 	#address-cells = <1>;
+// 	#size-cells = <0>;
+// 	reg = <0>;
+
+// 	vddio-supply = <&vreg_l14a_1p8>;
+
+// 	reset-gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>;
+
+// 	pinctrl-names = "default";
+// 	pinctrl-0 = <&panel_reset_pins &panel_te_pin>;
+// };
+
+
+
+
+&gcc {
+	protected-clocks = <GCC_QSPI_CORE_CLK>,
+			   <GCC_QSPI_CORE_CLK_SRC>,
+			   <GCC_QSPI_CNOC_PERIPH_AHB_CLK>,
+			   <GCC_LPASS_Q6_AXI_CLK>,
+			   <GCC_LPASS_SWAY_CLK>;
+};
+
+&gpu {
+	/*
+	 * note: the amd,imageon compatible makes it possible
+	 * to use the drm/msm driver without the display node,
+	 * make sure to remove it when display node is added
+	 */
+	compatible = "qcom,adreno-630.2",
+				 "qcom,adreno",
+				 "amd,imageon";
+	zap-shader {
+		memory-region = <&gpu_mem>;
+		firmware-name = "qcom/a630_zap.mbn";
+	};
+};
+
+&ipa {
+	status = "okay";
+	modem-init;
+	memory-region = <&ipa_fw_mem>;
+};
+
+/* NFC */
+&i2c3 {
+	status = "okay";
+	clock-frequency = <400000>;
+};
+
+/* Audio Amplifier tas2557 */
+&i2c5 {
+	status = "okay";
+	clock-frequency = <400000>;
+};
+
+/* smb1355 and lm3644 LED */
+&i2c10 {
+	status = "okay";
+	clock-frequency = <400000>;
+};
+
+/* fts touchscreen */
+&i2c14 {
+	status = "okay";
+	clock-frequency = <400000>;
+};
+
+// &mdss {
+// 	status = "okay";
+// };
+
+// &mdss_mdp {
+// 	status = "okay";
+// };
+
+&mss_pil {
+	status = "okay";
+	firmware-name = "qcom/mba.mbn", "qcom/modem.mbn";
+};
+
+&pm8998_gpio {
+	vol_up_pin_a: vol-up-active {
+		pins = "gpio6";
+		function = "normal";
+		input-enable;
+		bias-pull-up;
+		qcom,drive-strength = <PMIC_GPIO_STRENGTH_NO>;
+	};
+};
+
+&pm8998_pon {
+	resin {
+		compatible = "qcom,pm8941-resin";
+		interrupts = <0x0 0x8 1 IRQ_TYPE_EDGE_BOTH>;
+		debounce = <15625>;
+		bias-pull-up;
+		linux,code = <KEY_VOLUMEDOWN>;
+	};
+};
+
+&qupv3_id_0 {
+	status = "okay";
+};
+
+&qupv3_id_1 {
+	status = "okay";
+};
+
+&tlmm {
+	gpio-reserved-ranges = <0 4>, <81 4>;
+
+	panel_reset_pins: panel-reset {
+		mux {
+			pins = "gpio6", "gpio52";
+			function = "gpio";
+		};
+
+		config {
+			pins = "gpio6", "gpio52";
+			drive-strength = <8>;
+			bias-disable = <0>;
+		};
+	};
+
+	panel_te_pin: panel-te {
+		mux {
+			pins = "gpio10";
+			function = "mdp_vsync";
+		};
+
+		config {
+			pins = "gpio10";
+			drive-strength = <2>;
+			bias-disable;
+			input-enable;
+		};
+	};
+};
+
+&uart6 {
+	status = "okay";
+
+	bluetooth {
+		compatible = "qcom,wcn3990-bt";
+		vddio-supply = <&vreg_s4a_1p8>;
+		vddxo-supply = <&vreg_l7a_1p8>;
+		vddrf-supply = <&vreg_l17a_1p3>;
+		vddch0-supply = <&vreg_l25a_3p3>;
+		max-speed = <3200000>;
+	};
+};
+
+
+&usb_1 {
+	status = "okay";
+	/* We'll use this as USB 2.0 only */
+	qcom,select-utmi-as-pipe-clk;
+};
+
+&usb_1_dwc3 {
+	dr_mode = "peripheral";
+
+	/* fastest mode for USB 2 */
+	maximum-speed = "high-speed";
+
+	/* Remove USB3 phy */
+	phys = <&usb_1_hsphy>;
+	phy-names = "usb2-phy";
+};
+
+&usb_1_hsphy {
+	status = "okay";
+
+	vdd-supply = <&vreg_l1a_0p875>;
+	vdda-pll-supply = <&vreg_l12a_1p8>;
+	vdda-phy-dpdm-supply = <&vreg_l24a_3p075>;
+
+	qcom,imp-res-offset-value = <8>;
+	qcom,hstx-trim-value = <QUSB2_V2_HSTX_TRIM_21_6_MA>;
+	qcom,preemphasis-level = <QUSB2_V2_PREEMPHASIS_5_PERCENT>;
+	qcom,preemphasis-width = <QUSB2_V2_PREEMPHASIS_WIDTH_HALF_BIT>;
+};
+
+&usb_1_qmpphy {
+	status = "okay";
+
+	vdda-phy-supply = <&vreg_l26a_1p2>;
+	vdda-pll-supply = <&vreg_l1a_0p875>;
+};
+
+
+&ufs_mem_hc {
+	status = "okay";
+	reset-gpios = <&tlmm 150 GPIO_ACTIVE_LOW>;
+	vcc-supply = <&vreg_l20a_2p95>;
+	vcc-max-microamp = <800000>;
+};
+
+&ufs_mem_phy {
+	status = "okay";
+	vdda-phy-supply = <&vdda_ufs1_core>;
+	vdda-pll-supply = <&vdda_ufs1_1p2>;
+};
+
+&wifi {
+	status = "okay";
+
+	vdd-0.8-cx-mx-supply = <&vreg_l5a_0p8>;
+	vdd-1.8-xo-supply = <&vreg_l7a_1p8>;
+	vdd-1.3-rfa-supply = <&vreg_l17a_1p3>;
+	vdd-3.3-ch0-supply = <&vreg_l25a_3p3>;
+
+	qcom,snoc-host-cap-8bit-quirk;
+};
+
+/* PINCTRL - additions to nodes defined in sdm845.dtsi */
+
+&qup_uart6_default {
+	pinmux {
+		 pins = "gpio45", "gpio46", "gpio47", "gpio48";
+		 function = "qup6";
+	};
+
+	cts {
+		pins = "gpio45";
+		bias-disable;
+	};
+
+	rts-tx {
+		pins = "gpio46", "gpio47";
+		drive-strength = <2>;
+		bias-disable;
+	};
+
+	rx {
+		pins = "gpio48";
+		bias-pull-up;
+	};
+};
+
+/* Reserved memory changes */
+/*
+ * The memory regions related to the modem have to be changed 
+ * according to the adresses in downstream as
+ * the modem is hard-coded to expect these regions to be at those adresses.
+ * 
+ */
+/delete-node/ &rmtfs_mem;
+/delete-node/ &adsp_mem;
+/delete-node/ &wlan_msa_mem;
+/delete-node/ &mpss_region;
+/delete-node/ &venus_mem;
+/delete-node/ &cdsp_mem;
+/delete-node/ &mba_region;
+/delete-node/ &slpi_mem;
+/delete-node/ &spss_mem;
+
+/ {
+	reserved-memory {
+		rmtfs_mem: memory@f6301000 {
+			compatible = "qcom,rmtfs-mem";
+			reg = <0 0xf6301000 0 0x200000>;
+			no-map;
+
+			qcom,client-id = <1>;
+			qcom,vmid = <15>;
+		};
+
+		adsp_mem: memory@8c500000 {
+			reg = <0 0x8c500000 0 0x1e00000>;
+			no-map;
+		};
+
+		wlan_msa_mem: memory@8e300000 {
+			reg = <0 0x8e300000 0 0x100000>;
+			no-map;
+		};
+
+		mpss_region: memory@8e400000 {
+			reg = <0 0x8e400000 0 0x7800000>;
+			no-map;
+		};
+
+		venus_mem: memory@95c00000 {
+			reg = <0 0x95c00000 0 0x500000>;
+			no-map;
+		};
+
+		cdsp_mem: memory@96100000 {
+			reg = <0 0x96100000 0 0x800000>;
+			no-map;
+		};
+
+		mba_region: memory@96900000 {
+			reg = <0 0x96900000 0 0x200000>;
+			no-map;
+		};
+
+		slpi_mem: memory@96b00000 {
+			reg = <0 0x96b00000 0 0x1400000>;
+			no-map;
+		};
+
+		spss_mem: memory@97f00000 {
+			reg = <0 0x97f00000 0 0x100000>;
+			no-map;
+		};
+
+		/* hack: bootloader framebuffer */
+		cont_splash_region: memory@9d400000 {
+			compatible = "removed-dma-pool";
+			reg = <0 0x9D400000 0 0x02400000>;
+			no-map;
+		};
+
+		ramoops: ramoops@b0000000 {
+			compatible = "ramoops";
+			reg = <0 0xb0000000 0 0x00400000>;
+			record-size = <0x40000>; /*256x1024*/
+			console-size = <0x40000>;
+			ftrace-size = <0x40000>;
+			pmsg-size = <0x200000>;
+			ecc-size = <0x0>;
+		};
+
+	};
+};
diff --git a/sdm845Pkg/FdtBlob/sdm845-xiaomi-polaris.dtb b/sdm845Pkg/FdtBlob/sdm845-xiaomi-polaris.dtb
index ea299e912061b1be7c1e0fa5a2f3c62c089400a2..6eba9d0346986590a5768ac9e43bb777c42e0b7c 100644
GIT binary patch
literal 81791
zcmd753!EfZc^_ImyF2@SAZaCm1&p+k5b~BZ-7~v8V;Njv$sn7@!opgP39~ibJu}UA
zPxp59%<dBVGRB4=j4`$W;|F+oS|r9OKx}MdGbqIP0f`)AL--}R;{M_U?4Kj$#`e9J
zIP(4fzjMB-Q`OZqJv%)p=hszrzH`3wz0P+Yb-L=*qX(b-Yp?V@Z}2>C#w*?ZMO^Q|
z@iZJqa3CE1B+}n$;;D1VLOXEXY2!>&m^8*5c*21XA%6UUM%ZpOCSH2~0~3`92?#9v
z9XKkNB=2~q-3+^p$h%N&w~j}(*39$?q6yv}T%U*IP9`9*EYp6#^GYuOXUb9vn~gB4
z3w7q-jN=FIj@s2=^6tg@a^u2ECzz>DBHZ1mRD+orMuEei_^&C#pYF#Gi}1<7kdNsv
z6ya004F357{8^x9@jFHMIr6U*;pfQz`Xc-s`QMPi4-@-`dG`N_BK#crA1uPpk^iTQ
z@N?vUR{?&W{eP(lKS%!e7vbl~|Eop#Ir4ujgKzym>NN8G{}V;{Ir9Hz5q^&RpDDu6
zk^gfA_<8pK{UZDv`Tw{GKS%yYi|}*g|FaCf^?%ww*Z;p(gr6h-|5=2eBmZ9%;pfQz
zR|WWa_W$oi_&M_bKSlUC^8c?Q{EYm!Vo2CA0KeXCgiTa|ip2h(`1>>X+FlI)%&dyU
zv945IYDe{D>9JX!<6_Y`$RgL`MBKfIKcm)&I?eF1_Ti<4ZrG~NuPiLoyTNRYqNVzG
zmaRmMR;O9_9aN+mnnytMb^`AWc*cMn;AHY3TM1+5&KU;=-#r}%K80z(V-}`-&ktw1
zGmA6xEW<##cOm`0_WAI#q?j>ZY|*N>+TF_m?Zcq>yMg}_lP4ueBbIYblH!xl>DHrq
zceP&glR}%ZZAs-gaVjN8%=1munBkn9NgJW`08S}APSgjKe~kDDpolQI`~tmkQgIUg
ze=p?>x5DxwfR;aiNJS<_)mF`~&1-r>_sQYto)oqE<$AL%?oCL<)r)cZ&m6ADaHQ;X
zvXXD7H%|Z)VeC=4xb#xx!}<L3Z+%$Gd8MGZ{QN?G`Ja5kl=n^-m#-$xj4~d9p3;Wi
z7TEHfS*GiWcxsO-;wgQq(`5>zWfFQXU=o7}L>dVFeuwfW^2<v(l$l_`!R1*xkH0Nm
zdW^+W<z0O^A9wXxI5{;*g|y6JM2sJHTfK#dt&~|p?}*y&?<Nstn2@t8tMXbz4lS$j
zD&nN=@}8+r<?Hfx5eL|YO&)#v>Sz1t4XEq42f#$wy(X7I^m@p3<(oYrO<aUw8AxM%
z=UwYU$5!<~TVDZIirz_aoql@nHhOyAn$R62-$Wlh8KHCNy+h~})er5*8>zH>1KR4l
zA2#$#fm~hrQsqw#XsbW}gejj>pQ-ZBkVqaJYb#xhI~*=*t<dkZ+f7S}`A4)q-W!<I
zF>~#c55sP|-H8IDo^f`RARg~AD>ffdNsH-PwLLFjmgKQtSd*DR0>3Q-|3U`-u+vUh
z{^LT;*k1Inc2-yy43r5tx$_L>mw+2gG8W^OUV=1*4<cgP@A>ZK_SB5I!#23k)%Y)w
z5y*?<{ii!owIL}c4P#O1_W@HjmB(I7e~x7Oj>6wWyk=q0AG0)(661_rhqyy)>=@wj
zBwxlI)^({_@vC8Vsg5`UX%VmDBwD^g19Oj94$4H_Qgdop8p4+}D4QN)Uo=xB#k8-&
zzU=y>{8MFL`n9!{=y?s`t=g9~Q+C4C07)^QtFRNvJ*9TSJUEu0KEyfrR_#QZDLY}9
zLsHD=D(u9nd`j)K&yk;YVw>Kook%lfCk)?6+KQdnbq=%>`(E^4F^=|g`%wmQ$<Q`~
zey#L2OUv!ooH<QyzsCMoY0yqbactF2q?xi4rhrI_`CNrRp<8-t?Zh=>*G|_1-m0BQ
zGi4{-3n3}ya}{>tkRs*t`tfgvKXK0N+UW+sTeXwU!)YrS?{F)PXw2s-?8IU8DYerP
zM}D@u8*yyaPNeDjlivzENP^9pD^aiB6{88<?$#|}>uPKo>AF@_sv^J4lCg~?pJTGA
z1LRjETkAmbITpqFQ~mimuM+xXh~V;P-xHU&6G1nhZ7$9~$<pca^tCu2i$@G@dD@uy
zdXyS9tXxICu$TNtgLX4E<IFGVZ+_IQ*E{~C@7Rn!SqZzX;|UF<7=EzR*nQ1LuLtU#
z_QiVFueC3lWw}_MR|f`H<!hpvUTe#vosRt|;4eAwPvLHG-om(yy)Vg=`BJQtE3Z?B
zMe@RKvAo@|(aZ|1GE!y^Mha8rB?pGgWAp*dhs=jnCnWdDOgzf%*tk5bjiJxjee;dQ
zB3VgaWudIj9Fz7PYdQIlb;qYIj7y)a9CQ0*9n!w=dn0R(aaFz?+m8L7BOm15d7A@6
z-lx6A!W1p*4+oftL)*UkFp|V3MgD*~9J|l<8AbN}8%vA+3i}@TtOG;dr+>hKA@6gv
zK9JleFa3)0>QU;nRsf2uM{t$4hW55P<0EHPdKc1zo?{=!mGc}<5|mD<*J#zdNI)Q7
zhDMyrJT&W=2I<gGc%>{FC!WR;l{oWZ-*)wU#3ZkDsqN3V!){F=!<Y3?S!i6sihy7;
zi?nF7-zI>d@E6AJe?no*$;ZBOsXdpahjP;1>8rxu^i9>~d6v8io}Tvxt^ivZg!XR&
zj_YBe(QRD}yLA#rC`DB^8^M1%uIAnyiN5`V-27Q?kdPnK;krn#-s!fheprh-N`rmA
zr6GT?OQzomjYSQg0A&6Wc&rnK58z;&{24UPtH#APfQduhn9l1l(0cM>t-a_iguSro
zb?ag6vbPj2*RX2S^`c(8<A+saOyZ-?cW|Ee3>*wh!?EM&rFIOXPIlZ3h-;Nv=5EAq
z5)6|D-`o+9x|4=FF5QR!T*CQgU45ps*laAH_v^JqV{y_`A7{~D#-X}kvbW=G6SlI(
zA}(cl4X)H*WkK8Yo{2;JH|$8Ouyn2Mk?60=h|YBAyCXu<T)0wewCAGLDiRTxNBaNN
zTosmigUW<_ZvqDc@oB%GH{zIkFtXx5DvfGAkX9Vim9-w0;UVoteCfhTPDhX=>9FaJ
z4~47I-6EUUiduKmoeVhF5i?5NyL_Cv2K#a2Zx>F63yF;(xA3R@<Ub6bQZ2;OAttcQ
z5gZO}U$dD<x}0APvJ>)m{Ep41{Czr{LLvfbrF4j-IZC?fpzBOq)*)(LwGNaMb-3e;
zxIPQh+naG^$klDe<n`%R>(`AwOuV6V>$X>VjpapBXPIkp#Pw5a`A)XlPwIg9DyP)L
zLKyYBohs8w=O7M4$H}mHn4|89Y_e&}VW$)Mw#PH&*%zGEPSBPs@(;|HTb-3&-LKAT
zlMy*MpH0c(Cy2;WowDsJu9IU#LJ%F3qJeELo900sXdk!UZzTf+*Pg=984s#O;{h{^
z$AhsKf<D{Tv&jfS<GgBIcmgI4Wn?<9u)(&C2NRYD`#_EdH{)O+U;4lZ#)GlvgO=)o
zcE96nZ>4KpUihF+WIO;rfhkK9agGP9uae`!lxrlutrZG-q)9%5`aajU?Q~koY{s`$
zf5-2xW7;GRsdvY>WspNU<=PAn(qS2w2h;L+*kNtcJV-ywgK!>?5w_9mSU-6@>@E1F
z^-y1PZN;=a9`-hV(>%D)m9-Vq@_5*xbJIL@9Ch_zS{@HOgl(FKj%O|prYR5lm>#92
zi@e!DiqZWDuBQL*Rim!o!Vqyu^GNSc0o=j_Gc^&}*dKfi3EE}=%bfpKq>)c4(tpqm
z53YF|9!Uo6PC7T^dJG3)_AB4Om2?POTAfPAk9z~ACv%smg-oO*<)1+OwGiQ9n+6@^
zz6{`4fRoBhUQNL4!_*Hb&$j?GkPqS4;7Y$MwJ?5T73O@syIf~M1ma+xyL0b=Je1$b
zdk5tSSnNcdjc(0wwVom=G|_+V+#BWRq3F&@oUD91@3XWlEc7`(k-lTUc!p2B4eVFK
z9J2H=;1SocpU3q9)y1`+^FK+h{X~udHo6-7Vcxc__G6u8?APkp8>C_E_eq%P*FYm<
zztX=NU_ag)5_gdQ(dMJ{zh%%fzLD=^TlK$|(r<J^KkWFuw%=;k%tJL+&z*ab2Q<|?
zx1GGsr6Uwb%B)A{(E<8~ZKGysI&C9rb{a@EvTW2gzK*K+b&Kn^4c2#F+u%KaQQb0c
zt93i-x{Q6_S;MBB@C&ns#&o}Y7yBUwt6%A}QL9SW$ir6@2*vsFe*+fZn?N3M31c25
z&ygaU3P&ttadw_f<r=`nk@~aGlg`^GOw9TkZfur&-FCBy2T}W;NwVY9VzsJkP#{g7
zpe^@4cKAbzxkIoz$oiYsJNx?(7%t4Vrto#he<R?};NX4w@8bA99G}Hu=}G^68(^{F
zg$1m2wSrUe6TJoxerM%12mmv(UJ96ou;(9evb1yO&y=mS6!k9oy>6rBcW?^v$ZNSi
z&*G*m`g+=+^jCmY7o_d{ISWH?<stIF2e8PW(2eS_e$AmwnOwTWw`oF`V{(@6FIl=m
zySuy?oSNmsbVxO2#Xn`er-NL-UY8t`m(*kYXtKDC<tgiPw0mG_?Lx7mx@d$n;hBEn
z2C0TN?@P@5h6q@h^6^%V<Ysxl&8B+i7$I-e<&L8*KU|vkB01Z12p7x5K8vzZAC{qA
z$Wv`bc*21Zji1Se9;s)WOPRNXNRQ)>BR?>ZfWW-OZf}t^oB~FehhxXlh*B9C^%={2
zZ<4n2J+=BmxYFz?9^~Em5diQhp#vMlbF?2q8ucN4UI*RtF+XqZQ|c-6CJ1peIsyZU
z2+Z3~9iL-)j9y3k^u9ctPECw1hjDf4awY7F*|%NKJ1qY}dJe2B<BxoZl`4pwnYtR}
zkAV~z(jULi(uR)?^vCB~99M^bgtQU)W08)7{4oG~hJYvfDvp6|ZWtZ!v~)(Vqxxg4
zrpP;_KL!wsA>e5gdVZ&+Gf2-3{83+t5m|=x$2H215b(5-4llMiMgDl);<!5eFw#ck
zk3~8T^2ar>X9##2g^s?ZGkP7>A7eE|-XZ;Qjrt)3JdHxnyDXhSdT!v4@mpY&Wk`Qq
z2P#9r(?&Xczr`u?N3K7Uj;jOLM~3ys>|BJjP<HGK-uN@t5Ff))GGlj<zJq*o9mN>}
zo<^ZBN2IOjJFrgi-zDGFn~@jsD6Qc$q;IZEff4G-HS;1p2kIeXck;$0X$<F^4_Xz5
ztE-n-`HFm#Yw}qg{xQ;q_054gia!?WIKUrAuOt5x*d86NKPGAlpW*y*^m_7ti6T7*
z)|K(ccmlEse+<BqA>fJSa15Mhz0Bei`6K`L$m)P~>7o5`_`Y(sNZ&!e89)?<fTvOD
z%l}}uqVK>u)xI)OQ}_(&o1z~?lj|t-<o`fLdJfdX_+~sAA&nvX$~B-e1Uzk|!)c3C
z<eU7TDXYUA(ni!*7U?+1AJ@R1A>e5gI?h@;?p$RwI%;1Tt10ph>5psF4<X=b6ncJ_
zr87v+Y(G+(Z?4pP?RIa85*Qh<{$bY)E>@SPW@jh;`P5p?!^pqK;=)IEa^3Q~9r%wB
zf1U$>1@Y%Q@Lzb7Uk2!n*~6?s%@)n^2Hf*MxK26<0Z$v*@0Av(s4aYt#c}O-4rwE5
z3q?8(Y76UN&k*o53LQy^bVjeEwuM+t;WK1gScgaq0Z*gQ^97d9AUy~5&GgHXuI-x5
zOem7bH2m7`uSpr4&M{)`z2VyK0&s7`v1rTC@3yqI>+HZn8HO8U9s;I>fai_s;#C%>
zs9n9#;y86t3XwLFc2%t7fOa){9lv+mbTsYCQB&$<xOO#qJ@4H>&q3`<`uSu#8qr}$
ze+<BqA>e5vf8>9H#3}N}`z(&@kMl?ykw0F=9Q>gG>=^={Mxmpw|BhZq^~YFEkvDnn
zUjFy0VVj>tKmNzT=!Ch2{r`0I`o758ZIHej_+>nSqwR<E%Qc`f1Uzk2XAfAMBENjG
z#c_40B5hc|%+Bv96Uz3lsfDsNAaae|8GQ%!nQKyDg!<lZ`CqNR1MAe@Cpv0M{S4V>
zj$BV&PaUM^Ks|V$7$ysYoAAx`&D0hD*COpA-~0iK<LXdD+OWPkP)B&%209M%$91r0
z2za9WI0mlM45Q;qES=HosD0+u%#9yfhgb{&PovQDrIyYhJqOm6_+zp#NLey{$AEja
zk5Y7ofTxXg;Qt83De}jcSsYh~I?_htkA*r8@W;{X`0{Pj(fVVerr3M9{&Dnr>N?e+
zy4=7Y<B7;7{4s!O83LX*@<*=KZsd=zusE&`yq_D9KNjgY$R7i+X9##2g^s$0GI|}=
zA7eE)<By^rRFvx|^gLtjHAv45{P8O0k{?|IONM}_jdVC?af<p!y)Sol;JU(y{IN*K
zLH@V~_6z|}qtNlymd@yPRDX=s+>Af2Q9p!$r%~vs_q2ob+`u2>Ne5*aa=c!r><9r*
z8|g4_af<x$2Q7}P!xGX)<c~!<4)Vu!uxAK(8ikH}k2iW9)gNOuH{*}%)DI!xX%u?$
zxlGa-q~{=i97CB>bQ$l?w9FoLsmHL>&tWHPt!5tpzuBx-QJ#UkCv+{L#D6RpCgkju
zCe2me)G@fvf}1_g@^kapKHoF3Zab`1@g9#!lQJ2d#<+$;{}j19)kaXJ{gb_dK-d0P
zf=q1uVs`Y8mOIh$+C`sfLRRDrVtLn1q6&OYLGSQ089nD6p0G&|39R~=D`mu5%g)C;
zVRyl+%{RPy6DK@Tz0hF)&OjW<U3v*baNwQ)9{~jBqpj}RCy?hk&xP;04rwKeL)}>q
z#J4oX%CrYz{C8NomdFg}Cgc)d`6Mk78P3@{(X02UB$I~YL*7pTcKU;{CtFcUey-c8
zY@oi2_IJZ>0HnEwyt12tILoQ1??Rk>+#q#q6W)z$HlK90{Lkm)6JPV+WAm+z;^(06
zLi%kuo@=jsE|D;wd*k(Pd!@AqGmr-09Y;HjPTdPvE_v03MGtQ?%$b*{Br5NRd2*h+
zPzk->{EC)^ef9n9n_x59gBCO?>Ms7@#Q-}>9uh?b!mM`yQiFuAF)+mu{A&#?W@5he
zn_Zd@A7%M*g|9a-t4PY<U|_hRfp0W0x()+B-N53ar2h;9@7MhAFfi0J_%|8&pu%iR
z;LqVs_<;st-r@-SYy*pZ*%s~xOq&Bo(xBL`(@y&#4)06ddLhp1kmjr{>}s>wca|<A
zS?EBazCAg_*MP(RgxggsE_Jr=Mw-1#F0}BfI=dE2(9%RbnswCD`Z<<Gi1+Gag|P0(
zgOx>i0*Atg#_t0lJ@(C6WKcKt$>SFOE?h|m^|j-ub-y{jq0p@_@W5&>at)4aN7kq1
z4?8CIAP$W~UP_yGd~ny_ejP~zZB}ZA%k@YsW_R5*xItozd6q{g-67}onm~a6-oQ&1
z9;0ktX`Q!c5;{0jR>&6HgKd>*aA4E+q?Sw?<$WLW7>I-V82bwAX>M|k&2-N0o@4cw
z_h9HFtOFh;;8GKvT@sJ}Y3g1oeAuyM4aFEH<Q&MECo`4=nXx2*q!P@Pe77=|Xj@^O
zj&v*uCXASRb;pvxR)k)k{ixtl7iTOf@%cEF5B0TOV@c@~-~;-pAa!g~N}t3vn@?FO
z8!x|sQ#PNl=KrS6XPE%*#tw~b=cK)IoFhzqc|BpTr|fmcUZ?F97x7uZn;TQu-kouU
zb*}B0GEhFqz3ai!t^cp`aK|2|vGWBURZERM%tNB6%)Xux95kc!)z+S5AuuDz7qb!H
z+H05QGlKkh>|q3OJoYdG7%CWgi~x?u9!3DiV-F*M<FSVk!136_2;g|^VFYkI_AmlC
z9(x!8EH<MZb?l*@YR5rikCvmYIri`!0G1)0&5k``;n=gZ(b#hZY#GFkR_-m0J?g{i
zt2#bxcI@Fen%Hss#vb%UIu1W1maw+K*ph`mZS%!vZGENMGSfCU)|3a1HS`JklC+z~
zGPWwf?ZI-r+6&549CK_BDmLQ0Ej8!Bb`Ab=yNYDVKN9Q6o`hkn%d^_|qlmjc$>+gz
z{T|B7*tdYR99gF04}e&D*W#LzrB+o@GP1l3m=a=pvONrvC5LzN5ebl?F7UB5Z*xaA
zfd6S>j??KioHk>N2Jmy_F<%)$9z(7?_P*IxO~xMcrl40^TeIbh>|y1Vx>*E%o;=yQ
z>9bF`xQI<%2iRv><r&I8IsB84+gN?_`Bw(;?<oKO!N_Lnrw;r)dAKs|wj18xq<pp2
zilSH=!!v0+J&J))`W(+2$s_z%7NVtUP_AX(_vZXO#aHmmCk0LPb@f`kdK_`TV&BRq
zzeJX=1^^j2T@YE^dDC8`u~Dgv9Ao~mg)wgKYJ;%ejVR8SkWZNja~#t9B*GRa^)5Vd
z?nfR4;Mk~iPIn_Q6k%uX!0tuo4jw$qyo)W9Y~Bac5d~;0gjF;5=DXTVnp;_J;H`Py
zrwB&x(j0FiCg-Bd%T-C~4oWE}IAkv}2DngO%Kb)rrQU>p%wB&I*Jt2hVES9_^)2@L
zAg<IefDOJr_N^z@_W#u*0MlXYyQk0XdE!sj(y6%+Y3+hzx!<g^_S^M1@?MLB>ltnz
z{XYTE;UFIBdVJhFz-gnx(l49?Ox;RypIVz?g9IozH{zP|LEfj*;hg(C$KN_Ehj3N*
zsPu!Q_FfbFM_wW!$_@H)U9177t>27;dFo&15NBW-efM<6ck}E<d$6wwZ8^fvL3|#E
z-h;v#=njy8K-#B~bvuF5SL22b83?cPf>3%)&R_izUJy$ELC#+leF$6p*E1PG@JSo|
zQ}>#HrGD5ZSwB)o*gplkG{jvL%fUYBI&$_{aoX1I3E&Z*2UN0p{AWNCI&v=kXLI$u
z2?IYC$kiKL=apq)vz?D~kC$$J(c?8*!X~dZZ_zB_2@YhJJ)Wwz3}zJWKCGovNT;9j
z;N@YQP)5G5A_+FGIOKZ=Xgo>X$cTJpS6pnmQ14zga@2b(9Z1D(SrJ$Uwie%EJB2MI
z4Ze`t<AHdv$2euG<DeW1IN1Ib=Ge*dOE?%fwsQ`{vbc`lXTH_uVdvnMyF$zSBS5<w
zSN5+Ayizab-HA((=u%&n4PE_JeEzlO=xEbX0D<Ko<M;!(p0_ai^8B?Y%q1|r3Catx
z%Sd^&5qy77@(?pLA*c0;zmYU!iI|`G;w{J#KkPJ?tG#YBm=d}$pTWBh*HnLD@iaf?
zu_Is-!n&NP6YQ(|LCC5x>w)PA<FvQx&B~<=HgDkGKj1a~Cg8DO)WH5x>HG}hO$!tE
zS1c0wz5<8x$5nJEol>>hnDm{EEs#cf@RjjTEp{61@+nU)aCiph!3W2G3+3kQ6Ejxs
z@keYv=#T$f#8oHd_W_$`c*<tYNVz(GSsoxW{+}!@<@X`Ll!5%pg*wiPjuol(t?Br|
z6wg6A4##g89Y3u6F5s_1bRcX$3?=w!%M3YEXJ{X$K4)dPlr*%l@!w)OnNFB;w3pb-
z(2J}|3g{V(*e?vdh}5#QxYoijP_~&_$={e(4f|D33OP#)d-L`}7G~MlcW28|ud@{)
zD|!23owY<(PNtWoL^16tLwkBy+UUvAUh>+S`s?i=m9-7}5L0iHrWukOb=)O-taP+~
z5?dQSdH$|^o}0rbwpmVlS6*6wSzeW#wxzs|7xAi?zNO;yEy~MQnd3u7uc-oF9Fwy4
zi}ji|zA)|hg7TU|IfkrW(*?XpW*{&4G5gF}r$13%)?NB|ohabN7CV^N3E?%vMO6gX
zH%v?K*Xv{fFIL4sUijua^_tG%Ws~~!I#s}n|KSbfHQV35)P|hbFl6g%rhwNAfj^Mf
zNu$@v9KEb-_VJo6;B{XPuecqb6cdUHZe5w4uV1Hfro&(vZCfwS;S>A&38T{qN2hVy
zXOyj9X6;wbbQ&(NA1LBAW!l!1)3#z>w$te2mFYBGUN0-+HEr6~38!tvye$7dUYSnA
z<@JgjUPrXgEl(OFmM6uEEEn^#okkz8OsC=UdQ}duxW1;0zfU>iNzBWp_3_Gd8ZNIN
zEaEj|>T4#izHFzF;)N+f#to&PQ9tB8X0~nJs5aDbiycQrd|xa_S+zaes!X>r@XWYl
ziYM+f`gq=?Jd-g@rmpU6%jKIpo`G-1HB)^3BEHFZCfXXlQ=*>B*P6Xg-;A54_>xH0
z#<9N1*e2bx@uX?-8kcYGI0t<*E}P=ZG6VT0;~e>>W?L>_>%M*ZX52T$mkn+(U(+lx
z=8^A=nMKS<SMBo69si(j(fG%Hcp%?o{1ZDHzSDhtZI|1pZ_!v76!A^QLb0>aem3rt
zv>oM+i_o`dT>Rc5zR9>qz9)^oC;Rl31klO$8AW5{_vP@tQQNPMkz!@3W2s8FZga;=
z=vp*h-k-xWZbQj<Nv<bM8#)oUp|~%$omE!XqOtQOMSPR7lYCR70QHUe=8dD&H`7_M
zjP}bfFXEewqoS`F5l%?gl;WE=rjl=_vvT>qGKcSk)~!3Hl5=^|xK(*F_N!RuyfK!%
zGaZ)8`_(zT<2p{PE4FrLEh(Mz##{2ubXYFm2a5P6<1P8l7~h)d_pQ9Km+zrw249!&
z9XWjCx#niZTk^>axGtaX%;6KyUCQnVo4yCh9b?I>z;Ev=;#F}+)ikf%ah1FZe3kNL
z`}<h0X?G+|^U57d$*aIOS>XeDrAE&*FYAu!{*}B6{E=h9Kwha4GtDb^%p|YOpy~R?
zcjfSk+uT)*nWbtk0!f(<#Oqd|qiMK~|20nRgG=3B<o7NyOYoDrGlR&q9Tcs+sdY&d
zap)v85}wi}30>kof>WyBr(H6Gx@(sg0DoW|U>%N~ff>cqb&xxblUHUScX{1g#49y&
zr+FC-bM(p#-Y%~f<?xF8oas%B*VHL9V7q+2KZj3Tzo`-0=oF6|d1JKjN_TKBua_3_
zO2!RfWq9R{%fc(&!MVIn7x6mbj>H*Wd1JBgN_TKBuQNHkjwEC8=Eh#(mG0nNUT1T7
z#r2iUbAXl6D{s6NUg-|b<@G~Fyiy}<hFAX>8}{Z}jY>2ZFV>gr!a4cH@}HP7j%_EN
z%#(RH8!_Sx(jPf*Gi+2I^R&MHNdLnCx$$pVnnL%&ipm*QdyUmP86pfTt6A$`2}M;?
z^s42>|37h`$bOi5BJ4)L>GqE*Z&brW3;b#@kz9G>e)gnku*2FkuiRDIlCll7XC9wn
z?U+|qWz5>o8B-FQ;USJ<o0*Ph^EOM$sXXLw>oEQg4M~IiFRGP?v01`r^EOM$s*FR~
ztg?~KOb5Don<eE`o=w}VGK|d<KAX2$QdVUg%4Sm=+04vzH*d3~oXWFln@tU4vxLv)
zZI+Z(83)=ds@3OeQNxwU?aL18m};h-=0@7Kt6|28qVieU2(#a1i2DweFItH@_2nA#
zzTNU=>o+A^ukM;IC0pEA+CL`fYw|yBtJaxY<@0XTCVza*E35X}NFK*jPpv%oUl?D6
zTB$Cj|5TzKpo=`K@nyu_`i$o#Idjut{H>^bp8e==aed;J3y)?a#f%#&<DUU`Wjw5H
zV%FTVmn+FV+%Pg0l~)-tmyO4+M-X>qEO(OoH<j_vGcv~hQ%U-QVPwlIw~<Vgt(1K0
zHJFySsFJzQb;wUWYsANLJB=oiMaKygzn#EN_EHi|Z0C&%doM=Jwx6AkU%>ZbPkP<f
zyvb%d)*@5St)ZRCvs*2L636*G7Z0Y3+%`@cnhqOCoN3TvsBgzcODnxv`{J^GSe#`8
zhzx&}=OAyj*XP(P>O#_Qv)4Q9m3ClSfP>G%F_0EU!5v5CX<EKr>hbBd#ZI$1IR{&M
z5uQMw3okXimPYu2CC`4oT*||;@@(6(P&70lL*Msl;dk;Ju+IHEz{mI_G_FV9Y4Drt
z)}tP7alKBh%6Q#08NosM-PZ#D7H^EEJB=d%D0veo{~E+E;GpfhIH()1v^}r%0Hz%U
zom-lCAAAn1dUdaQ$!p=KpFtNK^?g1YRBFwKxM;dO(-;AkI*z{%n9irzl3)Bic6mUY
z@=-3_i|;rae=RSeN4*q>wx)CQeOIg>2oK?7o`b}llz!*z#H6#`kI=sc_^GzC*jcGo
zk%&P4u&-$=yI3m{-oZ2TV2@3G?+mRge&&)i=y!Yvm)8j#q=}wp$I<!5T(1gm!splK
zAP)|D9v|k8y46f-t+5*CSQ=VS{{pbsA?mdPykv`)M&Tod&jhZOu-iJ$=ftDN;!@8C
zmd6x+^Q>O2H~agGaS@XwU>1by*@_rUzd`x&PV&yjLCKeG1{jHYjn+zYB{C_*wzd;n
z&^HOgx_Gy?Ge6gHo;|~-#{EtkD|0M`ieTJCy%Odoowkl1G0oi^8CGyu9x~=#1WY@)
zM`>XNuLCt<mT7LffLv3C>(d##)GjZFtwz;1CHhSyykHRHC*wPfZLE#9Th~=9x7PVT
z0i4pavFw^q?IQ1}Y5PIhxMIb|fmu0J8?uj-KDxl>w6Wszxq8-tD+l9_%~Rj08-dMD
z1%8`sekr5tk7RT$U6sx0xrq&FbBq^-ety}(r_Fy3M}f`xz85e?=I5t{*tf~%ueWlm
zpRWOSb-g;9C-xv++MJ=NZ(;j#{haMj<uGlhLJ~0!X^QU`v>p17OOyVkH1&%4UZ>fp
zhP`%|eU@&SAm#1`{(wF!DYbFGbq-`0j__pV*|t9VM-v{>NB<aL)m7}3X+y*I{r^XX
z?i(_6g?7ESKqI>E^GpCQW5XW4-kLie!a&;BcTkMs+hQ~7;`#}7EwY)#-Jq{et&xdd
z92bh(z*<HQwoO+KYh!U#cYlWo;9Z4{*HDaMQ#PjV2)pmYDcd&;>r3=W*WUEm96j+t
z+R6AO65`*2Bco@%*P6c6?@fk&>`%Kn5=(G(9h*kd({NZ>wyjORG2tO?@+Sf3>sua?
zzSn_+gg$*aFW+u`e>~wK`o0ZtzP^<a>3gdvi&LMzyocLveSae1A^QFl;Cy|}%S*@>
znQp=L>in6WE1^$c*8Fzs`=*44==*lS`T9<esDAGiWpV1$_h=%^wzc0kCp<*op9Y+-
z?}-uV`zmmd(5ElfF1EdX|7pTQ^nC~5e0@)jNZ*<$i&LMzHzcxbTm8Nz;UW6|4B&iy
z`EG7<uYU{huCD#|P*OslzP#h#?)Lj&!b9}^S-^ez+WYuZvZ=?U2ur!Pd{4Q1O=#id
z>b`At`&KZr_7q*;3E0&&JBP8j8_ewzd+gLXE9e%@?KtMUa=g)z!`$C&e!j?Y)us94
zeKa?J&&09IrOB~P?PcVgLP~<e`!M1c>CW-NrOELlO>-J42@Yw(u7xz&2fH-cN2h6S
z{=WYm8Jg?|(=<;aCE-gs$8i+t&c4KzlYLE^=H}Og*j`<lY|lzluev65YDV@x1%@fJ
z_4dozyM%8``{mk;t1H)LR7YO3?RVIF5cUHuUG@_$U7;P-mav;1K4`*j9|#C6b1RP2
z+P2`CeNrUqx1yH6Dh^0|7|Pt&?pX@}GQ_q+e;>bt{zYWa?-}@<5#ua>7&uQZRp%Pr
z3ts19SFT8wJP?w;^ESXsICyQ?y#2_t|Fv*68mXqt0bI!ISvaoX0DYl_wc-Kq^y51k
zGc&aXXY6CylnwY^u`z+XnY?PcGnLWm|5Hz(7z3M)<Wa|`;o!Zotq*SkaR$PWHMY+y
z0jo`1y?+<!)cZ3ySZ0vkgY|1RT0!}g*@71Y5J-n}ORFOg{N=@(zgoGgY<IpfIFQ5W
zcEe39hA_6yb5`~bB28t-b@u}vSECFb;qxfivG6X|L;HM4UuPh#3E*%|>|GY-mGpQ8
zzFcWk;^M!$-T$O}$-`r}y-O9Zi$j8yN$dVbsRUbwv<B5f37Q8^eF9f>cI%8~*=ERt
zv?g#clo|`QVA8}bf9wMRb5_cyj#tcEf=u6|b~LC;N5<@TBTd?4wT<nEj3mR*qI?Wi
zrrmEsoU|;w<985O9q4C&3HY@**vnG~;vw|y_n>8fBmYwo$<oC4kbaiSjsl}z#=g=@
z{&!J1(0}iSzFKDYKg+<6WZ<u*;oN$1WD=YGJm{DB?4!F6wtcypa$JMM`1ZwWZ5H>X
ze)6EC)qCI`7+O~^1P#`U)J=4;6;x+V02IBh$JMr-_R4bYVxwF4SIc)zY2zUeOXmRV
zCBR|Rq#h{$bv6xl-u-_guKo>pkMgx;_B?I(v%d$w!`hdD_MSUSV+Y2sIk<aYLVM5i
z<gdYJBPF(f$`3$W`cv{JZSd4Sltr}8qz)(paZtvaz`>w$>9rJ5{UlHJJerxQyZ;&9
zf$Vf&x)RM-WXGcm)pqOn1p!x03UJ9Y?sxXQeF7i@#gIJsU0?r!%+y{#C?Ag-??*ZJ
zKYET2N3j)jyce&f3!BD!Yay<>?>UY5dmQ*Rh=&O*dmQ~j0`FNw{1+XV4aTL%HcDlz
zZTI|h#2x?M^GF&NfB$8q(dKGj{UeMtwrF45dnNYG8%M0HBegO3#5SOfe<^`Q=l243
zb>@HYNRl#7$2IL!+(#>#pVE!AEZzi6c01zUp0~e)7X;Z$3-FpiI32-ZeQxLD*n`RZ
z<BVs&;GD!^-T<G={*RyAZm0ukAmr{JP2ai=2mO>+woP8uhcJig-#;3%W%l%neV1#3
zEYC5Ed@)}z`$(fqt8JbvVLE(J_UoFrc!ZyWIDOmh*M*imo7yw_Tw+gj^Abw*KiHE~
zP6nz=m@dm;_Ke>1cDg--;!|w~#izOqYziWGwoRiA#cf)BMfxvp94($<%As!_`wD$w
z4x6gQJAKMC5F{-O$yD3YyyI8TM0&noVL!Z#Z^3WWw;m>4gm|B}f;Kb~pJCf@eTK#+
zd<6&VcC$Wn6lGXm$D}-;5ud<BxjrAegzyRyJA48p7_^Q*Wk9=+_@1|a+QRA+zhPmo
zgNXIXR3GEk`L9@<ygEn!ZtEQNG@#xsed$}?2U_$2@dNlu5T0D%mmQHLa(oA_DL<%P
ztWKHvzr+;pi0Zzt{T8Mnuxl3@yO5Wi=Q1;IE=f5kA41$mAinb~PE1D|i+vyCm(&&4
zGFWHK=k=%U^=E9_F=WX&$Bj?r4#_;2)@oO=y<@M{z-JHaYY{>Ny2SfZD=l3wK|PrL
zsqNm1<OyTN_bxvUSQLl+|HX-a!-;>>##y$4vQI8WQd7L|!_#VPtc=!Lb4~`jVFyA<
zqc7!o4dT?Bd`XjO_uDj`CrzMFJB745j@>vGaNzzSweQ?>0kb^nW&A$)f?un3y|B}X
zIG`Y%f%yn~{yk15dH@^--G<&aOFrje75fPjIEw_9OMK*<N%XugF~U6e{_jnIRTs`t
zz6coip}PZI8B~V9OX7P~Pn45At=SI{5B(4J8`WtR5)hb<cD?sG9efj~vsCYf%~bl`
zOL(5k$K%`BdypaBK4!MqK7RTwLe#p6m9g)BoawZ|R@=xy(4cQ{km8jzdF3F*>$`D~
z*D+kKwv8w)@*pkxpX}j2ppDP~lmnskUvbj-Upn!>vT@QIWgFQAdMcx~5%{H~O*m}?
zI^?#IJ1uTe8?o)eSy4CiH*Obepe`Y|UAz@pv=!xd+r>G+3`|GZlh-a-C$B>$$4mD4
z#JwifHqc0%Nn`ButBqQnH<!F454qcWGB$9mOpOhz^<_M#xQhCcKpsh(zhV--!%r|`
zb%^`TUq_nihA~_EG>&r&ymB(ctBw!Xqd&Ms_<5@$+@!shfrLQ%Gq|viV>z^Uxw2jf
zvo3h0Kk!Q4ys~fP6=SQ=cmXa)oiT$CGh2q37GtqZfh42sW|ZfcVFG31e8l!=N3H;-
zJm}kwJd7&?aUhF44}1mjlG?v(W_HY{P8DNo)Cy{*iv$GP#=#d$Wbo_D8GI?z_ndFY
zsbH#4=X@w#*Yt~Om3+w~sb|$hrmvC*9i<*HH<3Vmrp3?c0%jWY&dv#UE+d_kY<_AF
zXyD5nhV^CisNy@o)oJ&e1duB&ceUC;lG2m@)uHcAFcTrI)90^9qUQy?G7s%feYeE=
zR2tAreE0oG)4paBMObG{qhIlQ#$I1(uNbE!o&Lvs`UUx5p#}aI#t+Izd~zP2&WW1s
zi;T!@zS;?~hc!~E9FAm)uX@OQ#^p~wq)&Mt-1+%WdE77Bra{)7@6oMDlc|y7@B9ex
zK7iwc79TYBJ`eE^;rOskgFby@T8Z!1pgFkfgsj8cQHFu?&<DQY9e!buzys?@>Rf3$
z?Oth?5*nMLX?&@P*`d3r7S^(D0{v&kx58GnibMqJlC+6OCCzwAqUUcT)sZpl+gaZi
zUuPYPe63m(1)*%Q5C4)to*0+XG7-;YXJmTJrcz8J6a01O;~9MQXVy6bd9V+oKi`Jq
zT6<;xKpeCS!NGh?*VEVmrv8^8O|E&n_^7j84?gYdA4Ia0ciNY<7351gE(6zToxXL?
z8W6#Ued_^@Q}#T+WIE~7cC@X+6Ap}Md_O|}nnS{`G7;~_u^RLtc$TF>Q+;Kvvw|d{
zJAoqN@B1DTyF<z+nCI=|j7P!*<+if2K04m&d}G08GJOKsv_I{~z$^WTSK6P~8*mU8
zV{~6VIIr>v4g^Wnhg+U?CH3NblZUoqp#J0m9PJCmj#l>m_V2ulKpeHX(*~%U1oI#C
zq{J<5+)ot!5Bm^GC_d}xpW|SiN}C~n`v-^O+>Si*FQWNT<SRaDehi1w)N2Xvq{0to
z^&dpyvuzkZV59PZ;d5(iq#Am#yY+={29jt@BD~<IJ0ItJu5pQ220_i*p0?yczOY*C
zAC!;v$vj?ppTsMDj8_I;wGM7Y*`xE9@dgu5b9g~y!Rs_G)tl~(vz^jdo5;NKpMi$L
zZOBc!g!9^))UEB5Y?*<5{MGsa>)q0pwo1Q<>uM8zpk?&Rdgk(%)HNy_WQ9*M7FYzo
zJh|LruE__Y*7dz6Rm4HN|K|58yvE4BZ+^dpOOGK!9k3Q>e1YFapigjxfFGeSfO*l#
z;-a3jbEwoh5_~T94HQZJAAmWr_7(hEf`mbJ=-QTbPy1*a(1+`Zvxzov4(JSYRrQ@s
zwE@nzSeSg>Ho$cHIOjaPvY+P_`pOj-xo))${2J(3yX^Ykp$)K~a_foxSnS6mY6E;S
z5M+hVCfY!aWe_M1ecpPTH@0Tr*YSc-;y6bg{&#N!tozuuc;_%MUx$iqgL#M@3&L8r
zzTEatPEFobF$<|C1qcYXzV^NdakN!|C$#UNBTJAbf{}UeV>Thi#d__|$ImZD&ABOT
zse(Uo=IjR~s+SlObn?JFLC5UUalqPcFfPdb>91SDD$fIeKaNA;CgKm{D78BszsHYD
z06<{A+$*-RxEA&r%Zqq@4x@-J3)u3~CzGC(KV`n#tT&v*fgF2f(sbu5es>M9^8FDM
zxdK@F8}dGR%CWS;i_6||&#$j%%C5O(Pt2ONOR1$y*<)|!ElrAVkSfc6b{UA3Df_G^
ze^%3A*S(aPa4hq*dHz4Q?2R8gwgy~BUvJ$lJ2h<?BM~8GtLx@}Y|W-wz8>M2Z{>vf
zCRU!zhhOo=0Jtt+!s^pPqk;d;=-Hg)I5chsUTVG@0gcN*@~^f6Ktdq>Be2Kq1a?76
z31Xg@_nVQXeKGa;Il$!4vX>C0-!S|I4yEv4lX!`~X((cP?!=d!c-x70ocIMN-gV-f
zuBc3qKfeFD8R@s-VEd+gGKO+~Wd346ib;o0%DTY6kQ9>!*`*z@t%-dX#kwcm^$Xg`
z*w*$N!0GQhe54w}lmS&^?K^%YNkwe`9R^hE?0<0zW?9@r?R=cnaLnO-dA-g>b(%(W
z1di503B0rpN@W`-9q5byH5M8y4^YZY;Bp9YwE?fRDecFxgIC&<<uPyAag=5G9=B{2
zQ0E#5a!fwzAZ1Ub#j@jE8?0XP7U3)mR-U+D+hx<}TMr=qi3FDVco^_j`Zdy%^3qPy
zZ3T8Q{n`y*`3azjY?K3igtvx6{DA$Mb}uwAg4My4wcq<<nwBLR%j!|;U(@4becEi*
z#_4ujYeb!D6;xsy8$a6jgru3;GI;?mtV><fW8EFa!7J8gJ<bUkcx4^`8UX}e32UGZ
z{|2<;wLreJPdRd4+IN!OxArk3#y6As4|lUUhgaU`c;~{WvHCKQVAJv8%lrcA3@y-^
zYc`h8%RT|%9Mzk1J$$p8yW&*akd|w-HQhyEPCxgeb(@`!54Fzo5!gk10b^&q+g<7O
z+_k9rinxb0B5m0B90=R4^uLUlK)fR`Kl>DK|1Bm_q%?JUEBugr5lWBY^jdR_g}5HZ
zfj)3-6<5xqNejNW^FCZDr-czS^-CDRU8|9{#lBhel6^SRI&Jv9NT}j3Hrw;g|8<Ez
zcL_s7J(eeHYmuR&GW77@Un^|-QGGeWd%@KTCS|sTQ2q%Vsd24GL}OKn+P^w1uCeQZ
z+b2<sq4W<tAGl?L7X*Qc%QpKPxE{no*zHfhW%6-0&k6unaA5zjCs#UH_4TUVMh|Z?
z(~_~Cdq0mj+m)p+dVUVD*t%cO)Vu5xz`F`PPoo%v>Y38p)f0VQpPv5{Y19p&^uKW0
zik|-t<@0^2T9JRO$OVBi_5F_#wy`u*t!n-e$Rq9Jz@1D&*ny<juDSlixrFe)(CP$L
zx{z@q@?)QvvaRp~BGMU%lkl9BG&A!zc?UrH<0iHACS0|SVbdM-0NfWzARX9H`Whx!
zICl;C0`f~3A050g+J!oZ9`*Tn{f0E%JjstbtwvByUiw2h^23;|x&pz+QT4;_JW@^m
z>DadSN*Yd2lgNQ{1}1TaL+9k8cJL0VwJ^J4I1pTst2cIzSMt6I>OU^4%+;mkX5_W!
zqwZ?gL+{!3s>=(Dinky7JZb*-Pd#7n+WG51R)55G@7Guu!P<21|7AdhMG1;-^Suct
zA5pgtl>XAC{kX*~(OUM85z<MXyXmxMW@l&YTw3iarHBVVF#c-ks0=i$`U?3?*nF&~
zEeFo?J@7qSXNC{%)|QEC>5w*?ufluTKRLSYV~vnc2`?<1uX9!3;3mF6y3=JplMlY?
z*M@;DXZh|!pZGki9SUDu#vie9=(6u-#Ctd>2ljP{8X~d5<vh}~H_JDZpXIAI8kTR@
z@)h2_Iv%zRo7m(a;2X}!5_z3A&-zNRh=AbO_Ev>mxg-%8DjO<b-*Ld7#4(P8<(W2P
z`*nayQ^o-YmT}-uks$I`aVO4=iGqstfULaMW{O8b2#&mWD4e&hD?GwlHJHNvyp%L$
z6JKD*;R6HT(zH(rIJC=3+qH!xB13IKUmoP!me#)e)A(Wo+O9;-)unJbI0-1FS8P}4
zwc~89QO5)??xU%f=+^C3xet`98)VJ+Td%6LQAcb)=KzPAhW3JIYk?zf!&D=Ot22?Q
zFAw3%NA{zjs+_6k1dhbdXJ^b~{pN<7M%JhNtxYJ$I*LeL;u1ge55Dp(%TF=W2F~ei
zxpB5=%0L*QuP@U))Qi}ebV{r3rjO6Wxf}YjJbc%DL(iCBXksoo{#(m!PQyrF`N*EP
zmgo2*HXS_n{jgxg@(ItcB8_tBVfs?zIi#`KzLa)nVA&#nBR|8dLUh5$I26}QV?f7E
zy4E*DW-VL9OWyIw_`uCsUW1$fcvhDU{or3x7#j}ZYRe7n2M?nfIA5V{)^TVc{5b`1
zCHzPR{(J`h*BST=8Tbz}@E>O2Kgz&=oPodOz|`}75bH@a9#$J}Kk-cz&xI-}XetGr
zNI@r4&`b)NO+nac)n!pmbHwK_Q@PVdV9JX5%Dy(P^cmid>AeJCX%nnR+L(v&(J92P
z&PU0Q!TQ3${<qZZ#Pcln(b_+WL4BKP=?ok{n&Et7exB@vUow_jOZY(W6$852sFiUa
z=g5p}f6DlOz#(?fD@Y(Jc(~-2`A<YZU|+zpQeL{(X1x{#H61`n-<@+9T`vL&83@d`
zZJpiJzt^-0kYqbyJ~PONhr%i^;lsdvvb~D$mhu7Ns$7sPxEN1%oShG==bPMvkf|me
zez5Ns5S?(~kKq>niUY4BpKXLZh!5eyhaC8CO}ga6p8L^%OHiAz91n#3>|+@pRIj2B
zs<0XuCnj#HU!KG_{*vK~n7}YJwXcMX5?Ge;LGysTzH$Qi>W`?q6N9=+OMAn9lK1Z#
zD2pvObU%qQ(oRW-wn^-BLdcTdX6>^}O2)Dbv`@^>tml{AKTyc`W*o*=QLQyIeZrR|
zd|=52OkCS%+yvsoH)t<&vn$D{F$8Oqy>CXGJQe;q#I3LIaPGUj7a(2h_?#0Do%p;H
zuR8IX6R$h*1t-qVN$D>+@rDzBofALr#5p_BvMndhTMtdw{uoK}9*3r1aBz74py`nl
zXVca66(_#x#Q&uer{5_4Z#wZ$JMrIg;=k?0f5(Y`#)<!~6aPIY{#hr!p2SP{IPvdx
z;{4;x%2s;56aOA39yoEQ-b*iZ(!bY<-|NKhbK>9U#9!pZU+l#1cjDjg#DBnvzr=~Z
z)QP{$iND;5pLXJ}aN@6Y;%A)rtDN|&o%mTN{)0Boc7nE?_s)#;8P7sK+f)A<fBDp;
z{I!To1k$+<N2)D1@vLZ6Wz&)T32nPKlmey!d_wB(25sTON^r4uf;AQ_D|0(*`&1!$
z06(?HJ!lNT9u8Q`uC}ppY!%O8oszwTEgRC|eMd^x#b#J*aLYzt|N0R*;{N7_cc6rX
zN7rz%vh4aO;<kUGY`f^!uSxR7hHU?0!;4|Bx>Rc~QXUKp+Od(=F&svou!BXyi#6==
zD;=U4sLtC&U>V+tT<?)IoRAdDCI6SOtqR{(*l5nTFOh9_Pvskdld^-bkCwu&nN?7>
zgcnA66I@>VIooq=AUbocP<VGEyj_24mN%4>wlHa;-gcbj`#y6(aMF1nVC3m`T1$SM
z$ucN!`u-b!*_I$zgd5&#t|A5D_oZN##k>j6_jFhNNss5UoGS*6`L{w`&XE`hi(lHS
z#yRFOZu9q}kKt4}hS_GRGxH}fPx)aBGmU}iYA21C=BwD&qYYmb6u~)+sIfsh)AAMj
z(#OQU+5g@Q8KHADrenueF=^l40jc%`9y^ZO&CxAC@g?^4E`PQk;ooUrtaqLNRviA<
z=JD^;1jEwGt{KaJq#R3JUNp^C{v#zlmM;tEn6~^6N=FtwkZ;{Vc}qThR`coS3|2PD
z4*+ZaG&2$0{58Oue}b6^ZvHx8%|FRZ1Sek{T=P$v>{Nb$G|ivM$v^Gn&*tQ>Ir;jH
zaF_oTn@=9X$1dHP)>&U%X|m6ZkZa_=30LF0gAqv|wDzA5St{0d|0TpZcd-2Tb1vt?
z@65m-$iNS0V9qPt@?XrrU(3MX$iRP>h7Yj)JM<24ymR4W8JPaW`H$7-z`cln#({q*
zlg~Mzi~l2lUHWeY%<)C(eF$;tsPHE;@E>O2$1?E$NW%xmGw{;^JMtd912E@dr3fDl
zu#JVh5#sw=^p6Mc@s9k#V@R}e9Xw-U@gJ784N3Fw@veJ+kit*F(%(^zxV&vh`MjTb
za4kja*%RvtEVO9Dn3io+`LquH&XuGr^f>%+2NqhaFQL_}VF|~CM6ZLbH6$r~#!JJj
zZ|2#2p~ohn^fLVg?0P_w5_)MkkKVdNFVnw(-c7GWw(^I5X*iGGR~&ko{s{EG<6@Aa
zmxlA`eYZmoOHdM2zpJ753obp|ArGc^)5q6=&wPZ~hY>&cMx3;q%B}T+Pt8lnmNUM8
z?O&`rWzTqNSZP_>Qs>VDzS6F6z(G*n_ju2J;hF=V@%%eoIFH^O@MC&?Hn{s)Zuv7_
z8qTBli!Qyww&(x;I&f9?GhXGvH3!b4{e0xdvRVh#^7nYxyxc8+CIjcun|JBi0WqQX
zo$m~guP|)+UjW9iOApE74@S1tsK0Heefx~#``NPAtz$k#e(jbO-ntZ-GvHE>XX4QD
z)~pBSAOeTDptt`#4TPXJ&@r_%-<BLrzb8|7XS|dDZOti1TTwpZBOLr7PPVN0G{+_8
z^T3+0EQ94q#xghIP#p##5)ZWYpRXc<AY+g-jvy&+zos4Tea<=(txV|K46HJVT)EFX
zl}{ya9-H#}K}YsvUBp8MtA?qiE9+jQrSJse3M1;i$0h&A6ORW%{QuSj@NQ?y4Oe(Z
zkZB*_j~LM0+DSQG!y?9B9MDyHi`|)CYVqx#<V!lxD1M5TyygCayX6~w{D%E#i<Rr3
zGv_$?hoonD9Es)p5K<VZso@V<`rg4}E{{^J72+PSJVPm10D-(fPw#U=+ys^HI%Rh9
zQaQey;92|J7$6B@><Z7sV_p9>uFtlx+6SP#BkI`a;J1*bx*%PiwQ%4=oZo5PfsQ=G
z`7As#HBMp(mY>-9U4TV5d@-lqg?82C&f4M)?HkvDmiQOyWc8FU6n*;uJ!vI&XKhHJ
z>F|w~ZrG}mck<+s<$dTHgC{cI2vI+7;oZ2>CJfX|?K1&##s~k1Sq#F%yWx)wWMR=c
z=9}EryL{EAZe8pF73G!a^TiZx(ir4NiLUZ$tdw(kI`tOo3R*clzjPHmlcxn;o{aNw
z_1u@s^WR(rPkDq^%DFt%hAvO`Pnw?C_TO%vr}Nga%aiRQt0(y9@O<<tc&7J~g&yL&
z^vx_!F1GaR`6om36yMFP3)YfPN(sMfLCuUscFm-XZC9H~pP$(G%ZN%~^Odql=zC82
z!!{4H%eqR~#8S^PzuIPkwR60VC^A+%D+}HF1+?tibo`WP%)`oOk^H5Lq(nLsaU1^f
zB-0Q?Ht&WnKVU!u6ZaV~<>O@H*V<SfT%PnCz)p6Ew*{RJu}{{%0QDyQruMO=i;aaw
zQ0Dee@t{C{?6-{lFIJbQuw3aA5s3)QNBO?BYRG8%t{c~ghOj1Q;-lZed(Cxx0WT7h
zGYzuHo)@1*oG^7fif8}v3e$o-S=}*DdD-%Dow5&O+B=f|wDdl}^ht!$ui&KdD^C3V
zPW%H-{DV&XLr(m|PW&TI{8yd$Lr(moHcr{lE_K}U0>F;_4{;v4j)QoR^AP{T;Qg1v
zT#w+rh{8?8IX@?iaOe#<(LcpU^*P_yx0mY?v%w24Iq5qOiXlyDy%%wgzY2d6(QjB7
zc0Ket#CcHOQV&}tDNV-BYh9Dbip&2A+zIs%!~YSFCOm3k&?}wcUk~<^>6WMX-y^^=
z^2c<=+f^>mjWAwrn(n_+y0F0<pPB~D;L!cp!ww92WBobiok=}u?bx~6ZsUD`MZblG
zd7%ho#Kjm6J=&7GkstC7aZdEKf3N}ZYn=GCPW(D2E_MO!%)QPb(x!e}rA_+612!se
z(NBcVHu}luRo2A+M&c*`TIoK8enQ>0T9@>}JU^j+Tcz##No9+ELRq%6Kly#F&k_5{
z7nJT(=qJ=|t93cZPpIEkX}f+hwM9R{c(|>8@&{U<BleR&RJu>0pHR20*5x2Sp?+JX
z?fS{|7X4&5<k`;tgm>TZ*k<NEBN=yi7cX?5LO-EyZe1RA<{sBO@f)1@jZR$TA29Av
zzpc`C{p7?J{bUd1*-k(CqSoh#`xCB?Jk@?e-L_hngZdNdw^iD%pPbyHpJ494t$xCl
zC#la7`w3T<o@zg#Zd<L(L4HF0wo2Re6D;eR7l1*RfwXxKKJ0xl*A=(3KjFRecKFGk
zDBY)U+@Wq;t;<1vLjAT%JN6U4ubWvw*{q*HoGtqa{IYarsVz$wDx3I5wYd^u`7$Ho
zrhR$WHpqzQQ;lrS;)~i2YdYDrmw2tHXzj(-d8_Lc<J+h+HUW+ooJOKE_LS1@%I~#1
z^eLq~Y=6c7B(~aL4fI1-zWH{qXFeISX&JFrx_vUTEoYo&GdBEpG&;hz+3><izlH6b
zTUybE-KK0v8Aq{RJFuRyZtse>S^G)*<-BJLYsmv;yNFE@UEyGh&B{mo?X2IW)k`S}
zH!B}>-#+=O`0KhGZb`oF7)NxxvwNGTCT*Lw-*)u*v3xm=ceC=1Vl87}`!J9H!h?ou
z7oa2m0sU##=j>y|VYA-t;g1al)f40TFW%w6MgIXwUtnqJXz9@T#)}8g*=T+sbXPk|
z+;aju4cO<QDW#F~2(Fbl-Cw}=wl&Se8o{BzN7*@))il@v&r!~-Od!F^hi8{ku>6np
z+sHS(=fhrxG0PS4MY}ol_h(=Df>!~L!SXrGF`IOi?>$~{ec-@n92m*T^Kq+`A!@fa
zDF<w8<d{42@|S`j!`5ZNz6(>UQyEc&Zjnu-F3#Tjy>nA%r;6pM{G%(0oT!@wMzUiQ
z$Z=vdE5?R$piROikmJNzicw&X-S3}B@*zh8BRP@7`aB=Io<;`4M*eY7{F3{5M$_S3
zxnm!rR9On2^96a~O&$pDbF^9i5<lki<l@KJTb~73j%y+n?zOKQOW1VyZQp<Yn8O{u
z9{I1uaWf9~xun7L30#?e3l2?3`#O9lV2&Nc13d8ERp!GllJ65FW#qdAUj|%?E-!~2
z?2#4u-Bx4ThuDGp4DTV}RETq2vyp&cdCPMP6A4@>3v`n2SW>4S^}GqlCUo*-WZFlN
z|7SS<+~QGp{@>4MxGn#~FGBne9QcQ!(%%3siMR`s<pFz`YxxVr#UXWQ%9JaCd6L`J
z@fwH6kJ~az<DGyh18L|X?^VxXmmfQKBQDoKD)b3IosQ(g58*@{>K%Vi!lprQvBg&b
z+x<ciGx(sn<LudXbEQ?Ecy&jT)i$#C580D0Y`^Poas3ny8P{=DS$W-?JWJZayK~Du
z?^uXWTGhGX7k0skykk-0^>rKP*v(DOTOI6L%k6CCW%T)W*sb}Ent}MaXT;%8lRTAq
zs_-<$(=<;fcsj|`DV}C{n&k;E^6)HWP!)_zsj?I+pYZTq<w>5(JXLs_;%S;E$vw%~
zDV}C{n&k;pd6qJu%D9vQRmM>cpSTK}lipIa5^}KahRch1HYDoRuv4NBU6(v`D&ECL
z4Y8%VY$6b0eqO743*42Z2h^~K{Y-21)kYQD;#}_3J#1f$C4aAjt#oQ?scN$U3&*Bf
zZNX4oe4Pg7qm^M<?6KFZ8(^W=4XZZZX+?`BwO*~-$TBw+#^aW~rFPB3Diz4GC?tXG
z)vyy*8@<bZt%chNzqRywuZG6V-Ny9AxB9|Dqe^*9y*ZCjdB^nO4dVjK^-Dd!SzoO;
z{c2cUf}HqP0}6I8EBl1C4<>ba2fh<k8-BEcPlPSkU_?CfY0KcvD|}+-GCr8*)h{(b
zIe}Y^WsE!#ENc<)ff4LIXr3&McuOC<D?HP_LMU!(;#6XVWjzC<{yL~a%7oo!b(hG<
zheD7FGnzQf;z%)=Pd;p7is5Fi4Nc(z4Q%^mwqM{4p0#u)!P3F*8E7ez*G2hW-S42T
zTX>ljf=KcrcgvKWmX_;iW|9_my7sX)15-L|3vGZ-7i6kE2%$K~<a@e)EyPpPVg%W%
z0FHY(f+u;$mM)s_vq+u+EUgF%7^=p=6iy^CwJLRZOcID`R8<~oMdwLv?^t3-BMF|I
z_H8pdh6=4?XHL_b81FOB?%6b}SiR<3>(BGSZamAz&pKFpDugds)oSQSqm@pld6~c^
z7w9fHIn|{}g<9by`>i@uqgGL4dF9ga4xH3T<6%c)BeS=>f@df3?EuGT*qCud=N*?}
z`xcW+OBXdGv}bB-T*p-w8ZBW^z{zIvIj_a#MC&vRN!X5$5#O3lY;4~Qw`o#E@yoW6
zCqnz!y3eoSBh%t6=J`n3ecVScV8r8K#BX$=FR_M1ltw}a(QSv=)eDvl`3;8{LEt9#
z0W}3&VXT={G}~-sk;XVbY8aa&a{vTRuiI|orpP;H62vVeYW?M6c)pH}vFvDMa$wW$
zDokZj;0=+tumT5Rlbmmak>6Q?Y%3kS9*u|R;IJ6V7SUTLdA0UMi;69BWiR%|GW&+Q
z^rN2bDfm@G(-M~O#48&;s!ZM#wk~UwvuzrEh-}<0{asWIdst-l7cpKyJ=>ts`Brh0
zg^$kKrdNkqtN3nZh~WZ_#L(kM;Qhuz)yD{8N}?htdl@y-Y&Ni2nC+%*dSyWR)PVHq
zY`PiR@U0gsRt-I``SgqkE>R3LZ0xJ(fw`xulhIySfR~s1lPccwDtip$vT!2xm)M_b
zof<k6<3vKSf&BsDmA;|rgWHOoSS&?7ECh978Yi*Stz*}@r7&tlW=yg|ILT(97UI~3
z7|p=v2TXl>3F-m8%z4jzd9xACtyJbXMq#7l3oDJTlTlxuZ$`~d%cj@5bDaHnXe5mm
zx(D;+OYN4*m?pvH@HR*Ty_mRk-roKq5;yGT=GAD7yvVqU4wT!*YfCr#_xf?Csv`h5
z1vGOL+d0dgyyzwDa*y4l*X<nY)|TAT4+D)y;Xt@nzvNLLf4<%BHQOP-k0&svBdhf;
zzM)c|$Jg4cbr0hd`bmBg51m~yU?p+u!%#tUT>&x;(wKnV54xx*Y{IcH45OWy7qYQa
z<i+qZoIyw0iw$f&!RJUhw418tE>D?OQC;bB?n-SUOeh*HJjW`WG((b5%Jy!O$6lV(
zxMj3)NibajT-HrAIhZft>G!7JS*T-%%yHb+v4^`T<GzLvcWTfPm3ip(78;8tkGnQ8
zQ`$yZTY^B96f~8Brc)5M8;S=&KRTI$PNkrk6f~QH%JKMUgh@+NPK#4c$<r+R%}R<>
zv*I^r{AM|wIE9oH+2*w0OiABNN#8t$0-#g|S~-oElD!Gpn-x&6q>&(HvpkFBG}H1)
zB&AHzEJN5zO2uY{G*gCdRubvZK{i(-zwF0_60haFRh&yYYA0QX)J%F~8QW9Couo@i
z(AgO2`m7GT*Qk}1AV_=h=P&aiaj%tnTMk}HSo$90`a0BN*pw+K=1X*W+Y_MI;P~Sd
zU}hb|l)NS71DfY3?c5hwWJ))A*Nk7qbOF<<#1YF#Oijo9@?BWaS_oaFDI_^FGZ8hy
z);0bTn=bBK{29#ueA63uFjZjV$8BeL8B+rDXnZQwOZR<|$4yE3S(O!hcoZ`(G+f+J
zAQ}Is;0DV)lx}X+oNkB1u(yg@wCY5d{c!4m$#k`8W4Ila*l{BbZeLc><!J#~Dv`OL
z$!>8Tj^z{FCUkq4&!khA+w#pw;{XOv`f^|H9nHE+{q^;3+rJpX8Xy*~V84obr;fYL
F{~!G6U#S29

literal 79095
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

diff --git a/sdm845Pkg/FdtBlob/sdm845-xiaomi-polaris.dts b/sdm845Pkg/FdtBlob/sdm845-xiaomi-polaris.dts
index f352768..b772ed7 100644
--- a/sdm845Pkg/FdtBlob/sdm845-xiaomi-polaris.dts
+++ b/sdm845Pkg/FdtBlob/sdm845-xiaomi-polaris.dts
@@ -25,6 +25,28 @@
 		hsuart0 = &uart6;
 	};
 
+	chosen {
+		#address-cells = <2>;
+		#size-cells = <2>;
+		ranges;
+
+		// For simplefb hack
+		stdout-path = "display0";
+
+		/* hack: use framebuffer setup by bootloader.
+		 * the address is taken from the bootloader config (strings xbl.img | grep "Display Reserved")
+		 */
+		framebuffer0: framebuffer@9d400000 {
+			compatible = "simple-framebuffer";
+			reg = <0 0x9D400000 0 0x02400000>;
+			width = <1080>;
+			height = <2160>;
+			stride = <(1080 * 4)>;
+			format = "a8r8g8b8";
+			status = "okay";
+		};
+	};
+
 	vph_pwr: vph-pwr-regulator {
 		compatible = "regulator-fixed";
 		regulator-name = "vph_pwr";
@@ -71,15 +93,15 @@
 		regulator-always-on;
 	};
 
-	vreg_tp_vddio: tp-vddio-vreg {
-		regulator-always-on;
-		compatible = "regulator-fixed";
-		regulator-name = "vreg_tp_vddio";
-		regulator-boot-on;
-		enable-active-high;
-		gpio = <&tlmm 23 0>;
-		startup-delay-us = <4000>;
-	};
+	// vreg_tp_vddio: tp-vddio-vreg {
+	// 	regulator-always-on;
+	// 	compatible = "regulator-fixed";
+	// 	regulator-name = "vreg_tp_vddio";
+	// 	regulator-boot-on;
+	// 	enable-active-high;
+	// 	gpio = <&tlmm 23 0>;
+	// 	startup-delay-us = <4000>;
+	// };
 
 	/*
 	 * Apparently RPMh does not provide support for PM8150 S4 because it
@@ -95,6 +117,49 @@
 		vin-supply = <&vph_pwr>;
 	};
 
+	i2c_touch: i2c {
+		compatible = "i2c-gpio";
+		status = "okay";
+
+		sda-gpios = <&tlmm 33 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
+		scl-gpios = <&tlmm 34 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
+
+		i2c-gpio,delay-us = <5>;	/* 5~=100 kHz */
+		#address-cells = <1>;
+		#size-cells = <0>;
+
+		pinctrl-names = "default";
+		pinctrl-0 = <&i2c_ts_pins>;
+
+		touchscreen: synaptics-rmi4-i2c@20 {
+			compatible = "syna,rmi4-i2c";
+			reg = <0x20>;
+			#address-cells = <1>;
+			#size-cells = <0>;
+			interrupts-extended = <&tlmm 125 0x2008>; // IRQF_ONESHOT | IRQF_TRIGGER_LOW
+
+			pinctrl-names = "default";
+			pinctrl-0 = <&ts_default_pins &ts_enable_1p8>;
+
+			// vdd-supply = <&vreg_tp_vddio>;
+			vio-supply = <&vreg_l6a_1p8>;
+
+			syna,reset-delay-ms = <200>;
+			syna,startup-delay-ms = <500>;
+
+			rmi4-f01@1 {
+				reg = <0x01>;
+				syna,nosleep-mode = <1>;
+			};
+
+			rmi4_f12: rmi4-f12@12 {
+				reg = <0x12>;
+				syna,sensor-type = <1>;
+				syna,rezero-wait-ms = <200>;
+			};
+		};
+	};
+
 
 	gpio_keys {
 		compatible = "gpio-keys";
@@ -109,6 +174,47 @@
 			gpios = <&pm8998_gpio 6 GPIO_ACTIVE_LOW>;
 		};
 	};
+
+	// usb2_vbus_det {
+	// 	usb2_vbus_det_default: usb2_vbus_det_default {
+	// 		pins = "gpio8";
+	// 		function = "normal";
+	// 		input-enable;
+	// 		bias-pull-down;
+	// 		power-source = <1>;	/* VPH input supply */
+	// 	};
+	// };
+
+	// extcon_usb1: extcon-usb-1 {
+	// 	compatible = "linux,extcon-usb-gpio";
+	// 	vbus-gpio = <&pmi8998_gpio 8 GPIO_ACTIVE_HIGH>;
+
+	// 	pinctrl-names = "default";
+	// 	pinctrl-0 = <&usb2_vbus_det_default>;
+	// };
+
+	// ext_5v_boost {
+	// 	compatible = "regulator-fixed";
+	// 	enable-active-high;
+	// 	gpio = <&pmi8998_gpio 10 GPIO_ACTIVE_HIGH>;
+	// 	status = "ok";
+	// 	pinctrl-0 = <&usb2_ext_5v_boost>;
+	// 	regulator-name = "ext_5v_boost";
+	// 	pinctrl-names = "default";
+	// 	regulator-always-on;
+	// };
+
+	// vbus_boost {
+	// 	compatible = "regulator-fixed";
+	// 	enable-active-high;
+	// 	gpio = <&pmi8998_gpio 2 GPIO_ACTIVE_HIGH>;
+	// 	status = "ok";
+	// 	pinctrl-0 = <&usb2_vbus_boost>;
+	// 	regulator-name = "vbus_boost";
+	// 	pinctrl-names = "default";
+	// 	regulator-always-on;
+	// };
+
 };
 
 
@@ -192,17 +298,17 @@
 		// 	regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
 		// };
 
-		// vreg_l5a_0p8: ldo5 {
-		// 	regulator-min-microvolt = <800000>;
-		// 	regulator-max-microvolt = <800000>;
-		// 	regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
-		// };
+		vreg_l5a_0p8: ldo5 {
+			regulator-min-microvolt = <800000>;
+			regulator-max-microvolt = <800000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
 
-		// vreg_l6a_1p8: ldo6 {
-		// 	regulator-min-microvolt = <1856000>;
-		// 	regulator-max-microvolt = <1856000>;
-		// 	regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
-		// };
+		vreg_l6a_1p8: ldo6 {
+			regulator-min-microvolt = <1856000>;
+			regulator-max-microvolt = <1856000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+		};
 
 		vreg_l7a_1p8: ldo7 {
 			regulator-min-microvolt = <1800000>;
@@ -331,6 +437,13 @@
 			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
 		};
 
+		vreg_l28a_3p0: ldo28 {
+			regulator-min-microvolt = <2856000>;
+			regulator-max-microvolt = <3008000>;
+			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
+			regulator-always-on;
+		};
+
 		vreg_lvs1a_1p8: lvs1 {
 			regulator-min-microvolt = <1800000>;
 			regulator-max-microvolt = <1800000>;
@@ -389,7 +502,7 @@
 	clock-frequency = <400000>;
 };
 
-/* Audio DAC tas2559 */
+/* Audio Amplifier tas2559 */
 &i2c5 {
 	status = "okay";
 	clock-frequency = <400000>;
@@ -401,42 +514,6 @@
 	clock-frequency = <400000>;
 };
 
-/* touchscreen */
-&i2c14 {
-	status = "okay";
-	clock-frequency = <400000>;
-
-	touchscreen: synaptics-dsi-i2c@20 {
-		compatible = "syna,rmi4-i2c";
-		reg = <0x20>;
-		#address-cells = <1>;
-		#size-cells = <0>;
-		interrupt-parent = <&tlmm>;
-		interrupts = <0x7d 0x2008>;
-		pinctrl-names = "default";
-		pinctrl-0 = <&ts_active>;
-		vdd-supply = <&vreg_tp_vddio>;
-		vio-supply = <&vreg_l14a_1p8>;
-		syna,reset-delay-ms = <200>;
-		syna,startup-delay-ms = <200>;
-
-		rmi4-f01@1 {
-			reg = <0x1>;
-			syna,nosleep-mode = <0x1>;
-		};
-
-		rmi4-f12@12 {
-			reg = <0x12>;
-			syna,sensor-type = <1>;
-			syna,clip-x-low = <0>;
-			syna,clip-x-high = <1080>;
-			syna,clip-y-low = <0>;
-			syna,clip-y-high = <2160>;
-			syna,rezero-wait-ms = <200>;
-		};
-	};
-};
-
 &pm8998_gpio {
 	vol_up_pin_a: vol-up-active {
 		pins = "gpio6";
@@ -468,68 +545,42 @@
 &tlmm {
 	gpio-reserved-ranges = <0 4>, <81 4>;
 
-	qupv3_se14_i2c_active: qupv3-se14-i2c-active {
-		pinmux {
-			pins = "gpio33", "gpio34";
-			function = "qup14";
-		};
-
-		pinconf {
-			pins = "gpio33", "gpio34";
-			bias-disable;
-			drive-strength = <2>;
-		};
-	};
-
-	qupv3_se14_i2c_sleep: qupv3-se14-i2c-sleep {
-		pinmux {
+	i2c_ts_pins: i2c-touch-default {
+		mux {
 			pins = "gpio33", "gpio34";
 			function = "gpio";
 		};
 
-		pinconf {
+		config {
 			pins = "gpio33", "gpio34";
-			bias-pull-up;
 			drive-strength = <2>;
+			bias-disable;
 		};
 	};
 
-	ts_active: ts-active {
-		pinmux {
+	ts_default_pins: ts-int {
+		mux {
 			pins = "gpio99", "gpio125";
 			function = "gpio";
 		};
 
-		pinconf {
+		config {
 			pins = "gpio99", "gpio125";
-			bias-pull-up;
 			drive-strength = <16>;
+			bias-pull-up;
 		};
 	};
 
-	ts_int_suspend: ts-int-suspend {
-		pinmux {
-			pins = "gpio125";
-			function = "gpio";
-		};
-
-		pinconf {
-			pins = "gpio125";
-			bias-disable;
-			drive-strength = <2>;
-		};
-	};
-
-	ts_reset_suspend: ts-reset-suspend {
-		pinmux {
-			pins = "gpio99";
+	ts_enable_1p8: ts-1p8 {
+		mux {
+			pins = "gpio23";
 			function = "gpio";
 		};
 
-		pinconf {
-			pins = "gpio99";
-			bias-disable;
-			drive-strength = <0x2>;
+		config {
+			pins = "gpio23";
+			drive-strength = <16>;
+			bias-pull-up;
 		};
 	};
 };
@@ -550,10 +601,20 @@
 
 &usb_1 {
 	status = "okay";
+	/* We'll use this as USB 2.0 only */
+	qcom,select-utmi-as-pipe-clk;
 };
 
 &usb_1_dwc3 {
 	dr_mode = "peripheral";
+
+	/* fastest mode for USB 2 */
+	maximum-speed = "high-speed";
+	// extcon = <&extcon_usb1>;
+
+	/* Remove USB3 phy */
+	phys = <&usb_1_hsphy>;
+	phy-names = "usb2-phy";
 };
 
 &usb_1_hsphy {
@@ -581,7 +642,7 @@
 	status = "okay";
 	reset-gpios = <&tlmm 150 GPIO_ACTIVE_LOW>;
 	vcc-supply = <&vreg_l20a_2p95>;
-	vcc-max-microamp = <600000>;
+	vcc-max-microamp = <800000>;
 };
 
 &ufs_mem_phy {
@@ -590,18 +651,18 @@
 	vdda-pll-supply = <&vdda_ufs1_1p2>;
 };
 
+&wifi {
+	status = "okay";
 
-/* PINCTRL - additions to nodes defined in sdm845.dtsi */
+	vdd-0.8-cx-mx-supply = <&vreg_l5a_0p8>;
+	vdd-1.8-xo-supply = <&vreg_l7a_1p8>;
+	vdd-1.3-rfa-supply = <&vreg_l17a_1p3>;
+	vdd-3.3-ch0-supply = <&vreg_l25a_3p3>;
 
-&qup_i2c12_default {
-	drive-strength = <2>;
-	bias-disable;
+	qcom,snoc-host-cap-8bit-quirk;
 };
 
-// &qup_i2c14_default {
-// 	drive-strength = <2>;
-// 	bias-disable;
-// };
+/* PINCTRL - additions to nodes defined in sdm845.dtsi */
 
 &qup_uart6_default {
 	pinmux {
@@ -694,5 +755,23 @@
 			no-map;
 		};
 
+		/* hack: bootloader framebuffer */
+		cont_splash_region: memory@9d400000 {
+			compatible = "removed-dma-pool";
+			reg = <0 0x9D400000 0 0x02400000>;
+			no-map;
+		};
+
+		ramoops: ramoops@b0000000 {
+			compatible = "ramoops";
+			reg = <0 0xb0000000 0 0x00400000>;
+			record-size = <0x40000>; /*256x1024*/
+			console-size = <0x40000>;
+			ftrace-size = <0x40000>;
+			pmsg-size = <0x200000>;
+			ecc-size = <0x0>;
+		};
+
+
 	};
 };
diff --git a/sdm845Pkg/FdtBlob/sdm845.dtsi b/sdm845Pkg/FdtBlob/sdm845.dtsi
new file mode 100644
index 0000000..b69be74
--- /dev/null
+++ b/sdm845Pkg/FdtBlob/sdm845.dtsi
@@ -0,0 +1,4653 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * SDM845 SoC device tree source
+ *
+ * Copyright (c) 2018, The Linux Foundation. All rights reserved.
+ */
+
+#include <dt-bindings/clock/qcom,camcc-sdm845.h>
+#include <dt-bindings/clock/qcom,dispcc-sdm845.h>
+#include <dt-bindings/clock/qcom,gcc-sdm845.h>
+#include <dt-bindings/clock/qcom,gpucc-sdm845.h>
+#include <dt-bindings/clock/qcom,lpass-sdm845.h>
+#include <dt-bindings/clock/qcom,rpmh.h>
+#include <dt-bindings/clock/qcom,videocc-sdm845.h>
+#include <dt-bindings/interconnect/qcom,sdm845.h>
+#include <dt-bindings/interrupt-controller/arm-gic.h>
+#include <dt-bindings/phy/phy-qcom-qusb2.h>
+#include <dt-bindings/power/qcom-rpmpd.h>
+#include <dt-bindings/reset/qcom,sdm845-aoss.h>
+#include <dt-bindings/reset/qcom,sdm845-pdc.h>
+#include <dt-bindings/soc/qcom,apr.h>
+#include <dt-bindings/soc/qcom,rpmh-rsc.h>
+#include <dt-bindings/clock/qcom,gcc-sdm845.h>
+#include <dt-bindings/thermal/thermal.h>
+
+/ {
+	interrupt-parent = <&intc>;
+
+	#address-cells = <2>;
+	#size-cells = <2>;
+
+	aliases {
+		i2c0 = &i2c0;
+		i2c1 = &i2c1;
+		i2c2 = &i2c2;
+		i2c3 = &i2c3;
+		i2c4 = &i2c4;
+		i2c5 = &i2c5;
+		i2c6 = &i2c6;
+		i2c7 = &i2c7;
+		i2c8 = &i2c8;
+		i2c9 = &i2c9;
+		i2c10 = &i2c10;
+		i2c11 = &i2c11;
+		i2c12 = &i2c12;
+		i2c13 = &i2c13;
+		i2c14 = &i2c14;
+		i2c15 = &i2c15;
+		spi0 = &spi0;
+		spi1 = &spi1;
+		spi2 = &spi2;
+		spi3 = &spi3;
+		spi4 = &spi4;
+		spi5 = &spi5;
+		spi6 = &spi6;
+		spi7 = &spi7;
+		spi8 = &spi8;
+		spi9 = &spi9;
+		spi10 = &spi10;
+		spi11 = &spi11;
+		spi12 = &spi12;
+		spi13 = &spi13;
+		spi14 = &spi14;
+		spi15 = &spi15;
+	};
+
+	chosen { };
+
+	memory@80000000 {
+		device_type = "memory";
+		/* We expect the bootloader to fill in the size */
+		reg = <0 0x80000000 0 0>;
+	};
+
+	reserved-memory {
+		#address-cells = <2>;
+		#size-cells = <2>;
+		ranges;
+
+		hyp_mem: memory@85700000 {
+			reg = <0 0x85700000 0 0x600000>;
+			no-map;
+		};
+
+		xbl_mem: memory@85e00000 {
+			reg = <0 0x85e00000 0 0x100000>;
+			no-map;
+		};
+
+		aop_mem: memory@85fc0000 {
+			reg = <0 0x85fc0000 0 0x20000>;
+			no-map;
+		};
+
+		aop_cmd_db_mem: memory@85fe0000 {
+			compatible = "qcom,cmd-db";
+			reg = <0x0 0x85fe0000 0 0x20000>;
+			no-map;
+		};
+
+		smem_mem: memory@86000000 {
+			reg = <0x0 0x86000000 0 0x200000>;
+			no-map;
+		};
+
+		tz_mem: memory@86200000 {
+			reg = <0 0x86200000 0 0x2d00000>;
+			no-map;
+		};
+
+		rmtfs_mem: memory@88f00000 {
+			compatible = "qcom,rmtfs-mem";
+			reg = <0 0x88f00000 0 0x200000>;
+			no-map;
+
+			qcom,client-id = <1>;
+			//qcom,vmid = <15>;
+		};
+
+		qseecom_mem: memory@8ab00000 {
+			reg = <0 0x8ab00000 0 0x1400000>;
+			no-map;
+		};
+
+		camera_mem: memory@8bf00000 {
+			reg = <0 0x8bf00000 0 0x500000>;
+			no-map;
+		};
+
+		ipa_fw_mem: memory@8c400000 {
+			reg = <0 0x8c400000 0 0x10000>;
+			no-map;
+		};
+
+		ipa_gsi_mem: memory@8c410000 {
+			reg = <0 0x8c410000 0 0x5000>;
+			no-map;
+		};
+
+		gpu_mem: memory@8c415000 {
+			reg = <0 0x8c415000 0 0x2000>;
+			no-map;
+		};
+
+		adsp_mem: memory@8c500000 {
+			reg = <0 0x8c500000 0 0x1a00000>;
+			no-map;
+		};
+
+		wlan_msa_mem: memory@8df00000 {
+			reg = <0 0x8df00000 0 0x100000>;
+			no-map;
+		};
+
+		mpss_region: memory@8e000000 {
+			reg = <0 0x8e000000 0 0x7800000>;
+			no-map;
+		};
+
+		venus_mem: memory@95800000 {
+			reg = <0 0x95800000 0 0x500000>;
+			no-map;
+		};
+
+		cdsp_mem: memory@95d00000 {
+			reg = <0 0x95d00000 0 0x800000>;
+			no-map;
+		};
+
+		mba_region: memory@96500000 {
+			reg = <0 0x96500000 0 0x200000>;
+			no-map;
+		};
+
+		slpi_mem: memory@96700000 {
+			reg = <0 0x96700000 0 0x1400000>;
+			no-map;
+		};
+
+		spss_mem: memory@97b00000 {
+			reg = <0 0x97b00000 0 0x100000>;
+			no-map;
+		};
+	};
+
+	cpus {
+		#address-cells = <2>;
+		#size-cells = <0>;
+
+		CPU0: cpu@0 {
+			device_type = "cpu";
+			compatible = "qcom,kryo385";
+			reg = <0x0 0x0>;
+			enable-method = "psci";
+			cpu-idle-states = <&LITTLE_CPU_SLEEP_0
+					   &LITTLE_CPU_SLEEP_1
+					   &CLUSTER_SLEEP_0>;
+			capacity-dmips-mhz = <607>;
+			dynamic-power-coefficient = <100>;
+			qcom,freq-domain = <&cpufreq_hw 0>;
+			#cooling-cells = <2>;
+			next-level-cache = <&L2_0>;
+			L2_0: l2-cache {
+				compatible = "cache";
+				next-level-cache = <&L3_0>;
+				L3_0: l3-cache {
+				      compatible = "cache";
+				};
+			};
+		};
+
+		CPU1: cpu@100 {
+			device_type = "cpu";
+			compatible = "qcom,kryo385";
+			reg = <0x0 0x100>;
+			enable-method = "psci";
+			cpu-idle-states = <&LITTLE_CPU_SLEEP_0
+					   &LITTLE_CPU_SLEEP_1
+					   &CLUSTER_SLEEP_0>;
+			capacity-dmips-mhz = <607>;
+			dynamic-power-coefficient = <100>;
+			qcom,freq-domain = <&cpufreq_hw 0>;
+			#cooling-cells = <2>;
+			next-level-cache = <&L2_100>;
+			L2_100: l2-cache {
+				compatible = "cache";
+				next-level-cache = <&L3_0>;
+			};
+		};
+
+		CPU2: cpu@200 {
+			device_type = "cpu";
+			compatible = "qcom,kryo385";
+			reg = <0x0 0x200>;
+			enable-method = "psci";
+			cpu-idle-states = <&LITTLE_CPU_SLEEP_0
+					   &LITTLE_CPU_SLEEP_1
+					   &CLUSTER_SLEEP_0>;
+			capacity-dmips-mhz = <607>;
+			dynamic-power-coefficient = <100>;
+			qcom,freq-domain = <&cpufreq_hw 0>;
+			#cooling-cells = <2>;
+			next-level-cache = <&L2_200>;
+			L2_200: l2-cache {
+				compatible = "cache";
+				next-level-cache = <&L3_0>;
+			};
+		};
+
+		CPU3: cpu@300 {
+			device_type = "cpu";
+			compatible = "qcom,kryo385";
+			reg = <0x0 0x300>;
+			enable-method = "psci";
+			cpu-idle-states = <&LITTLE_CPU_SLEEP_0
+					   &LITTLE_CPU_SLEEP_1
+					   &CLUSTER_SLEEP_0>;
+			capacity-dmips-mhz = <607>;
+			dynamic-power-coefficient = <100>;
+			qcom,freq-domain = <&cpufreq_hw 0>;
+			#cooling-cells = <2>;
+			next-level-cache = <&L2_300>;
+			L2_300: l2-cache {
+				compatible = "cache";
+				next-level-cache = <&L3_0>;
+			};
+		};
+
+		CPU4: cpu@400 {
+			device_type = "cpu";
+			compatible = "qcom,kryo385";
+			reg = <0x0 0x400>;
+			enable-method = "psci";
+			capacity-dmips-mhz = <1024>;
+			cpu-idle-states = <&BIG_CPU_SLEEP_0
+					   &BIG_CPU_SLEEP_1
+					   &CLUSTER_SLEEP_0>;
+			dynamic-power-coefficient = <396>;
+			qcom,freq-domain = <&cpufreq_hw 1>;
+			#cooling-cells = <2>;
+			next-level-cache = <&L2_400>;
+			L2_400: l2-cache {
+				compatible = "cache";
+				next-level-cache = <&L3_0>;
+			};
+		};
+
+		CPU5: cpu@500 {
+			device_type = "cpu";
+			compatible = "qcom,kryo385";
+			reg = <0x0 0x500>;
+			enable-method = "psci";
+			capacity-dmips-mhz = <1024>;
+			cpu-idle-states = <&BIG_CPU_SLEEP_0
+					   &BIG_CPU_SLEEP_1
+					   &CLUSTER_SLEEP_0>;
+			dynamic-power-coefficient = <396>;
+			qcom,freq-domain = <&cpufreq_hw 1>;
+			#cooling-cells = <2>;
+			next-level-cache = <&L2_500>;
+			L2_500: l2-cache {
+				compatible = "cache";
+				next-level-cache = <&L3_0>;
+			};
+		};
+
+		CPU6: cpu@600 {
+			device_type = "cpu";
+			compatible = "qcom,kryo385";
+			reg = <0x0 0x600>;
+			enable-method = "psci";
+			capacity-dmips-mhz = <1024>;
+			cpu-idle-states = <&BIG_CPU_SLEEP_0
+					   &BIG_CPU_SLEEP_1
+					   &CLUSTER_SLEEP_0>;
+			dynamic-power-coefficient = <396>;
+			qcom,freq-domain = <&cpufreq_hw 1>;
+			#cooling-cells = <2>;
+			next-level-cache = <&L2_600>;
+			L2_600: l2-cache {
+				compatible = "cache";
+				next-level-cache = <&L3_0>;
+			};
+		};
+
+		CPU7: cpu@700 {
+			device_type = "cpu";
+			compatible = "qcom,kryo385";
+			reg = <0x0 0x700>;
+			enable-method = "psci";
+			capacity-dmips-mhz = <1024>;
+			cpu-idle-states = <&BIG_CPU_SLEEP_0
+					   &BIG_CPU_SLEEP_1
+					   &CLUSTER_SLEEP_0>;
+			dynamic-power-coefficient = <396>;
+			qcom,freq-domain = <&cpufreq_hw 1>;
+			#cooling-cells = <2>;
+			next-level-cache = <&L2_700>;
+			L2_700: l2-cache {
+				compatible = "cache";
+				next-level-cache = <&L3_0>;
+			};
+		};
+
+		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";
+
+			LITTLE_CPU_SLEEP_0: cpu-sleep-0-0 {
+				compatible = "arm,idle-state";
+				idle-state-name = "little-power-down";
+				arm,psci-suspend-param = <0x40000003>;
+				entry-latency-us = <350>;
+				exit-latency-us = <461>;
+				min-residency-us = <1890>;
+				local-timer-stop;
+			};
+
+			LITTLE_CPU_SLEEP_1: cpu-sleep-0-1 {
+				compatible = "arm,idle-state";
+				idle-state-name = "little-rail-power-down";
+				arm,psci-suspend-param = <0x40000004>;
+				entry-latency-us = <360>;
+				exit-latency-us = <531>;
+				min-residency-us = <3934>;
+				local-timer-stop;
+			};
+
+			BIG_CPU_SLEEP_0: cpu-sleep-1-0 {
+				compatible = "arm,idle-state";
+				idle-state-name = "big-power-down";
+				arm,psci-suspend-param = <0x40000003>;
+				entry-latency-us = <264>;
+				exit-latency-us = <621>;
+				min-residency-us = <952>;
+				local-timer-stop;
+			};
+
+			BIG_CPU_SLEEP_1: cpu-sleep-1-1 {
+				compatible = "arm,idle-state";
+				idle-state-name = "big-rail-power-down";
+				arm,psci-suspend-param = <0x40000004>;
+				entry-latency-us = <702>;
+				exit-latency-us = <1061>;
+				min-residency-us = <4488>;
+				local-timer-stop;
+			};
+
+			CLUSTER_SLEEP_0: cluster-sleep-0 {
+				compatible = "arm,idle-state";
+				idle-state-name = "cluster-power-down";
+				arm,psci-suspend-param = <0x400000F4>;
+				entry-latency-us = <3263>;
+				exit-latency-us = <6562>;
+				min-residency-us = <9987>;
+				local-timer-stop;
+			};
+		};
+	};
+
+	pmu {
+		compatible = "arm,armv8-pmuv3";
+		interrupts = <GIC_PPI 5 IRQ_TYPE_LEVEL_HIGH>;
+	};
+
+	timer {
+		compatible = "arm,armv8-timer";
+		interrupts = <GIC_PPI 1 IRQ_TYPE_LEVEL_LOW>,
+			     <GIC_PPI 2 IRQ_TYPE_LEVEL_LOW>,
+			     <GIC_PPI 3 IRQ_TYPE_LEVEL_LOW>,
+			     <GIC_PPI 0 IRQ_TYPE_LEVEL_LOW>;
+	};
+
+	clocks {
+		xo_board: xo-board {
+			compatible = "fixed-clock";
+			#clock-cells = <0>;
+			clock-frequency = <38400000>;
+			clock-output-names = "xo_board";
+		};
+
+		sleep_clk: sleep-clk {
+			compatible = "fixed-clock";
+			#clock-cells = <0>;
+			clock-frequency = <32764>;
+		};
+	};
+
+	firmware {
+		scm {
+			compatible = "qcom,scm-sdm845", "qcom,scm";
+		};
+	};
+
+	adsp_pas: remoteproc-adsp {
+		compatible = "qcom,sdm845-adsp-pas";
+
+		interrupts-extended = <&intc GIC_SPI 162 IRQ_TYPE_EDGE_RISING>,
+				      <&adsp_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
+				      <&adsp_smp2p_in 1 IRQ_TYPE_EDGE_RISING>,
+				      <&adsp_smp2p_in 2 IRQ_TYPE_EDGE_RISING>,
+				      <&adsp_smp2p_in 3 IRQ_TYPE_EDGE_RISING>;
+		interrupt-names = "wdog", "fatal", "ready",
+				  "handover", "stop-ack";
+
+		clocks = <&rpmhcc RPMH_CXO_CLK>;
+		clock-names = "xo";
+
+		memory-region = <&adsp_mem>;
+
+		qcom,smem-states = <&adsp_smp2p_out 0>;
+		qcom,smem-state-names = "stop";
+
+		status = "disabled";
+
+		glink-edge {
+			interrupts = <GIC_SPI 156 IRQ_TYPE_EDGE_RISING>;
+			label = "lpass";
+			qcom,remote-pid = <2>;
+			mboxes = <&apss_shared 8>;
+
+			apr {
+				compatible = "qcom,apr-v2";
+				qcom,glink-channels = "apr_audio_svc";
+				qcom,apr-domain = <APR_DOMAIN_ADSP>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				qcom,intents = <512 20>;
+
+				apr-service@3 {
+					reg = <APR_SVC_ADSP_CORE>;
+					compatible = "qcom,q6core";
+					qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
+				};
+
+				q6afe: apr-service@4 {
+					compatible = "qcom,q6afe";
+					reg = <APR_SVC_AFE>;
+					qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
+					q6afedai: dais {
+						compatible = "qcom,q6afe-dais";
+						#address-cells = <1>;
+						#size-cells = <0>;
+						#sound-dai-cells = <1>;
+					};
+				};
+
+				q6asm: apr-service@7 {
+					compatible = "qcom,q6asm";
+					reg = <APR_SVC_ASM>;
+					qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
+					q6asmdai: dais {
+						compatible = "qcom,q6asm-dais";
+						#address-cells = <1>;
+						#size-cells = <0>;
+						#sound-dai-cells = <1>;
+						iommus = <&apps_smmu 0x1821 0x0>;
+					};
+				};
+
+				q6adm: apr-service@8 {
+					compatible = "qcom,q6adm";
+					reg = <APR_SVC_ADM>;
+					qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
+					q6routing: routing {
+						compatible = "qcom,q6adm-routing";
+						#sound-dai-cells = <0>;
+					};
+				};
+			};
+
+			fastrpc {
+				compatible = "qcom,fastrpc";
+				qcom,glink-channels = "fastrpcglink-apps-dsp";
+				label = "adsp";
+				#address-cells = <1>;
+				#size-cells = <0>;
+
+				compute-cb@3 {
+					compatible = "qcom,fastrpc-compute-cb";
+					reg = <3>;
+					iommus = <&apps_smmu 0x1823 0x0>;
+				};
+
+				compute-cb@4 {
+					compatible = "qcom,fastrpc-compute-cb";
+					reg = <4>;
+					iommus = <&apps_smmu 0x1824 0x0>;
+				};
+			};
+		};
+	};
+
+	cdsp_pas: remoteproc-cdsp {
+		compatible = "qcom,sdm845-cdsp-pas";
+
+		interrupts-extended = <&intc GIC_SPI 578 IRQ_TYPE_EDGE_RISING>,
+				      <&cdsp_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
+				      <&cdsp_smp2p_in 1 IRQ_TYPE_EDGE_RISING>,
+				      <&cdsp_smp2p_in 2 IRQ_TYPE_EDGE_RISING>,
+				      <&cdsp_smp2p_in 3 IRQ_TYPE_EDGE_RISING>;
+		interrupt-names = "wdog", "fatal", "ready",
+				  "handover", "stop-ack";
+
+		clocks = <&rpmhcc RPMH_CXO_CLK>;
+		clock-names = "xo";
+
+		memory-region = <&cdsp_mem>;
+
+		qcom,smem-states = <&cdsp_smp2p_out 0>;
+		qcom,smem-state-names = "stop";
+
+		status = "disabled";
+
+		glink-edge {
+			interrupts = <GIC_SPI 574 IRQ_TYPE_EDGE_RISING>;
+			label = "turing";
+			qcom,remote-pid = <5>;
+			mboxes = <&apss_shared 4>;
+			fastrpc {
+				compatible = "qcom,fastrpc";
+				qcom,glink-channels = "fastrpcglink-apps-dsp";
+				label = "cdsp";
+				#address-cells = <1>;
+				#size-cells = <0>;
+
+				compute-cb@1 {
+					compatible = "qcom,fastrpc-compute-cb";
+					reg = <1>;
+					iommus = <&apps_smmu 0x1401 0x30>;
+				};
+
+				compute-cb@2 {
+					compatible = "qcom,fastrpc-compute-cb";
+					reg = <2>;
+					iommus = <&apps_smmu 0x1402 0x30>;
+				};
+
+				compute-cb@3 {
+					compatible = "qcom,fastrpc-compute-cb";
+					reg = <3>;
+					iommus = <&apps_smmu 0x1403 0x30>;
+				};
+
+				compute-cb@4 {
+					compatible = "qcom,fastrpc-compute-cb";
+					reg = <4>;
+					iommus = <&apps_smmu 0x1404 0x30>;
+				};
+
+				compute-cb@5 {
+					compatible = "qcom,fastrpc-compute-cb";
+					reg = <5>;
+					iommus = <&apps_smmu 0x1405 0x30>;
+				};
+
+				compute-cb@6 {
+					compatible = "qcom,fastrpc-compute-cb";
+					reg = <6>;
+					iommus = <&apps_smmu 0x1406 0x30>;
+				};
+
+				compute-cb@7 {
+					compatible = "qcom,fastrpc-compute-cb";
+					reg = <7>;
+					iommus = <&apps_smmu 0x1407 0x30>;
+				};
+
+				compute-cb@8 {
+					compatible = "qcom,fastrpc-compute-cb";
+					reg = <8>;
+					iommus = <&apps_smmu 0x1408 0x30>;
+				};
+			};
+		};
+	};
+
+	tcsr_mutex: hwlock {
+		compatible = "qcom,tcsr-mutex";
+		syscon = <&tcsr_mutex_regs 0 0x1000>;
+		#hwlock-cells = <1>;
+	};
+
+	smem {
+		compatible = "qcom,smem";
+		memory-region = <&smem_mem>;
+		hwlocks = <&tcsr_mutex 3>;
+	};
+
+	smp2p-cdsp {
+		compatible = "qcom,smp2p";
+		qcom,smem = <94>, <432>;
+
+		interrupts = <GIC_SPI 576 IRQ_TYPE_EDGE_RISING>;
+
+		mboxes = <&apss_shared 6>;
+
+		qcom,local-pid = <0>;
+		qcom,remote-pid = <5>;
+
+		cdsp_smp2p_out: master-kernel {
+			qcom,entry-name = "master-kernel";
+			#qcom,smem-state-cells = <1>;
+		};
+
+		cdsp_smp2p_in: slave-kernel {
+			qcom,entry-name = "slave-kernel";
+
+			interrupt-controller;
+			#interrupt-cells = <2>;
+		};
+	};
+
+	smp2p-lpass {
+		compatible = "qcom,smp2p";
+		qcom,smem = <443>, <429>;
+
+		interrupts = <GIC_SPI 158 IRQ_TYPE_EDGE_RISING>;
+
+		mboxes = <&apss_shared 10>;
+
+		qcom,local-pid = <0>;
+		qcom,remote-pid = <2>;
+
+		adsp_smp2p_out: master-kernel {
+			qcom,entry-name = "master-kernel";
+			#qcom,smem-state-cells = <1>;
+		};
+
+		adsp_smp2p_in: slave-kernel {
+			qcom,entry-name = "slave-kernel";
+
+			interrupt-controller;
+			#interrupt-cells = <2>;
+		};
+	};
+
+	smp2p-mpss {
+		compatible = "qcom,smp2p";
+		qcom,smem = <435>, <428>;
+		interrupts = <GIC_SPI 451 IRQ_TYPE_EDGE_RISING>;
+		mboxes = <&apss_shared 14>;
+		qcom,local-pid = <0>;
+		qcom,remote-pid = <1>;
+
+		modem_smp2p_out: master-kernel {
+			qcom,entry-name = "master-kernel";
+			#qcom,smem-state-cells = <1>;
+		};
+
+		modem_smp2p_in: slave-kernel {
+			qcom,entry-name = "slave-kernel";
+			interrupt-controller;
+			#interrupt-cells = <2>;
+		};
+
+		ipa_smp2p_out: ipa-ap-to-modem {
+			qcom,entry-name = "ipa";
+			#qcom,smem-state-cells = <1>;
+		};
+
+		ipa_smp2p_in: ipa-modem-to-ap {
+			qcom,entry-name = "ipa";
+			interrupt-controller;
+			#interrupt-cells = <2>;
+		};
+	};
+
+	smp2p-slpi {
+		compatible = "qcom,smp2p";
+		qcom,smem = <481>, <430>;
+		interrupts = <GIC_SPI 172 IRQ_TYPE_EDGE_RISING>;
+		mboxes = <&apss_shared 26>;
+		qcom,local-pid = <0>;
+		qcom,remote-pid = <3>;
+
+		slpi_smp2p_out: master-kernel {
+			qcom,entry-name = "master-kernel";
+			#qcom,smem-state-cells = <1>;
+		};
+
+		slpi_smp2p_in: slave-kernel {
+			qcom,entry-name = "slave-kernel";
+			interrupt-controller;
+			#interrupt-cells = <2>;
+		};
+	};
+
+	psci {
+		compatible = "arm,psci-1.0";
+		method = "smc";
+	};
+
+	soc: soc@0 {
+		#address-cells = <2>;
+		#size-cells = <2>;
+		ranges = <0 0 0 0 0x10 0>;
+		dma-ranges = <0 0 0 0 0x10 0>;
+		compatible = "simple-bus";
+
+		gcc: clock-controller@100000 {
+			compatible = "qcom,gcc-sdm845";
+			reg = <0 0x00100000 0 0x1f0000>;
+			#clock-cells = <1>;
+			#reset-cells = <1>;
+			#power-domain-cells = <1>;
+		};
+
+		qfprom@784000 {
+			compatible = "qcom,qfprom";
+			reg = <0 0x00784000 0 0x8ff>;
+			#address-cells = <1>;
+			#size-cells = <1>;
+
+			qusb2p_hstx_trim: hstx-trim-primary@1eb {
+				reg = <0x1eb 0x1>;
+				bits = <1 4>;
+			};
+
+			qusb2s_hstx_trim: hstx-trim-secondary@1eb {
+				reg = <0x1eb 0x2>;
+				bits = <6 4>;
+			};
+		};
+
+		rng: rng@793000 {
+			compatible = "qcom,prng-ee";
+			reg = <0 0x00793000 0 0x1000>;
+			clocks = <&gcc GCC_PRNG_AHB_CLK>;
+			clock-names = "core";
+		};
+
+		qupv3_id_0: geniqup@8c0000 {
+			compatible = "qcom,geni-se-qup";
+			reg = <0 0x008c0000 0 0x6000>;
+			clock-names = "m-ahb", "s-ahb";
+			clocks = <&gcc GCC_QUPV3_WRAP_0_M_AHB_CLK>,
+				 <&gcc GCC_QUPV3_WRAP_0_S_AHB_CLK>;
+			#address-cells = <2>;
+			#size-cells = <2>;
+			ranges;
+			status = "disabled";
+
+			i2c0: i2c@880000 {
+				compatible = "qcom,geni-i2c";
+				reg = <0 0x00880000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S0_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_i2c0_default>;
+				interrupts = <GIC_SPI 601 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			spi0: spi@880000 {
+				compatible = "qcom,geni-spi";
+				reg = <0 0x00880000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S0_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_spi0_default>;
+				interrupts = <GIC_SPI 601 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			uart0: serial@880000 {
+				compatible = "qcom,geni-uart";
+				reg = <0 0x00880000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S0_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_uart0_default>;
+				interrupts = <GIC_SPI 601 IRQ_TYPE_LEVEL_HIGH>;
+				status = "disabled";
+			};
+
+			i2c1: i2c@884000 {
+				compatible = "qcom,geni-i2c";
+				reg = <0 0x00884000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S1_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_i2c1_default>;
+				interrupts = <GIC_SPI 602 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			spi1: spi@884000 {
+				compatible = "qcom,geni-spi";
+				reg = <0 0x00884000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S1_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_spi1_default>;
+				interrupts = <GIC_SPI 602 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			uart1: serial@884000 {
+				compatible = "qcom,geni-uart";
+				reg = <0 0x00884000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S1_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_uart1_default>;
+				interrupts = <GIC_SPI 602 IRQ_TYPE_LEVEL_HIGH>;
+				status = "disabled";
+			};
+
+			i2c2: i2c@888000 {
+				compatible = "qcom,geni-i2c";
+				reg = <0 0x00888000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S2_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_i2c2_default>;
+				interrupts = <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			spi2: spi@888000 {
+				compatible = "qcom,geni-spi";
+				reg = <0 0x00888000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S2_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_spi2_default>;
+				interrupts = <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			uart2: serial@888000 {
+				compatible = "qcom,geni-uart";
+				reg = <0 0x00888000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S2_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_uart2_default>;
+				interrupts = <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>;
+				status = "disabled";
+			};
+
+			i2c3: i2c@88c000 {
+				compatible = "qcom,geni-i2c";
+				reg = <0 0x0088c000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S3_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_i2c3_default>;
+				interrupts = <GIC_SPI 604 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			spi3: spi@88c000 {
+				compatible = "qcom,geni-spi";
+				reg = <0 0x0088c000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S3_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_spi3_default>;
+				interrupts = <GIC_SPI 604 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			uart3: serial@88c000 {
+				compatible = "qcom,geni-uart";
+				reg = <0 0x0088c000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S3_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_uart3_default>;
+				interrupts = <GIC_SPI 604 IRQ_TYPE_LEVEL_HIGH>;
+				status = "disabled";
+			};
+
+			i2c4: i2c@890000 {
+				compatible = "qcom,geni-i2c";
+				reg = <0 0x00890000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S4_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_i2c4_default>;
+				interrupts = <GIC_SPI 605 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			spi4: spi@890000 {
+				compatible = "qcom,geni-spi";
+				reg = <0 0x00890000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S4_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_spi4_default>;
+				interrupts = <GIC_SPI 605 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			uart4: serial@890000 {
+				compatible = "qcom,geni-uart";
+				reg = <0 0x00890000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S4_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_uart4_default>;
+				interrupts = <GIC_SPI 605 IRQ_TYPE_LEVEL_HIGH>;
+				status = "disabled";
+			};
+
+			i2c5: i2c@894000 {
+				compatible = "qcom,geni-i2c";
+				reg = <0 0x00894000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S5_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_i2c5_default>;
+				interrupts = <GIC_SPI 606 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			spi5: spi@894000 {
+				compatible = "qcom,geni-spi";
+				reg = <0 0x00894000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S5_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_spi5_default>;
+				interrupts = <GIC_SPI 606 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			uart5: serial@894000 {
+				compatible = "qcom,geni-uart";
+				reg = <0 0x00894000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S5_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_uart5_default>;
+				interrupts = <GIC_SPI 606 IRQ_TYPE_LEVEL_HIGH>;
+				status = "disabled";
+			};
+
+			i2c6: i2c@898000 {
+				compatible = "qcom,geni-i2c";
+				reg = <0 0x00898000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S6_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_i2c6_default>;
+				interrupts = <GIC_SPI 607 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			spi6: spi@898000 {
+				compatible = "qcom,geni-spi";
+				reg = <0 0x00898000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S6_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_spi6_default>;
+				interrupts = <GIC_SPI 607 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			uart6: serial@898000 {
+				compatible = "qcom,geni-uart";
+				reg = <0 0x00898000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S6_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_uart6_default>;
+				interrupts = <GIC_SPI 607 IRQ_TYPE_LEVEL_HIGH>;
+				status = "disabled";
+			};
+
+			i2c7: i2c@89c000 {
+				compatible = "qcom,geni-i2c";
+				reg = <0 0x0089c000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S7_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_i2c7_default>;
+				interrupts = <GIC_SPI 608 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			spi7: spi@89c000 {
+				compatible = "qcom,geni-spi";
+				reg = <0 0x0089c000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S7_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_spi7_default>;
+				interrupts = <GIC_SPI 608 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			uart7: serial@89c000 {
+				compatible = "qcom,geni-uart";
+				reg = <0 0x0089c000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP0_S7_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_uart7_default>;
+				interrupts = <GIC_SPI 608 IRQ_TYPE_LEVEL_HIGH>;
+				status = "disabled";
+			};
+		};
+
+		qupv3_id_1: geniqup@ac0000 {
+			compatible = "qcom,geni-se-qup";
+			reg = <0 0x00ac0000 0 0x6000>;
+			clock-names = "m-ahb", "s-ahb";
+			clocks = <&gcc GCC_QUPV3_WRAP_1_M_AHB_CLK>,
+				 <&gcc GCC_QUPV3_WRAP_1_S_AHB_CLK>;
+			#address-cells = <2>;
+			#size-cells = <2>;
+			ranges;
+			status = "disabled";
+
+			i2c8: i2c@a80000 {
+				compatible = "qcom,geni-i2c";
+				reg = <0 0x00a80000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S0_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_i2c8_default>;
+				interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			spi8: spi@a80000 {
+				compatible = "qcom,geni-spi";
+				reg = <0 0x00a80000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S0_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_spi8_default>;
+				interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			uart8: serial@a80000 {
+				compatible = "qcom,geni-uart";
+				reg = <0 0x00a80000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S0_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_uart8_default>;
+				interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>;
+				status = "disabled";
+			};
+
+			i2c9: i2c@a84000 {
+				compatible = "qcom,geni-i2c";
+				reg = <0 0x00a84000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S1_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_i2c9_default>;
+				interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			spi9: spi@a84000 {
+				compatible = "qcom,geni-spi";
+				reg = <0 0x00a84000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S1_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_spi9_default>;
+				interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			uart9: serial@a84000 {
+				compatible = "qcom,geni-debug-uart";
+				reg = <0 0x00a84000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S1_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_uart9_default>;
+				interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>;
+				status = "disabled";
+			};
+
+			i2c10: i2c@a88000 {
+				compatible = "qcom,geni-i2c";
+				reg = <0 0x00a88000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S2_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_i2c10_default>;
+				interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			spi10: spi@a88000 {
+				compatible = "qcom,geni-spi";
+				reg = <0 0x00a88000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S2_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_spi10_default>;
+				interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			uart10: serial@a88000 {
+				compatible = "qcom,geni-uart";
+				reg = <0 0x00a88000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S2_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_uart10_default>;
+				interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>;
+				status = "disabled";
+			};
+
+			i2c11: i2c@a8c000 {
+				compatible = "qcom,geni-i2c";
+				reg = <0 0x00a8c000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S3_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_i2c11_default>;
+				interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			spi11: spi@a8c000 {
+				compatible = "qcom,geni-spi";
+				reg = <0 0x00a8c000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S3_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_spi11_default>;
+				interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			uart11: serial@a8c000 {
+				compatible = "qcom,geni-uart";
+				reg = <0 0x00a8c000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S3_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_uart11_default>;
+				interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>;
+				status = "disabled";
+			};
+
+			i2c12: i2c@a90000 {
+				compatible = "qcom,geni-i2c";
+				reg = <0 0x00a90000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S4_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_i2c12_default>;
+				interrupts = <GIC_SPI 357 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			spi12: spi@a90000 {
+				compatible = "qcom,geni-spi";
+				reg = <0 0x00a90000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S4_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_spi12_default>;
+				interrupts = <GIC_SPI 357 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			uart12: serial@a90000 {
+				compatible = "qcom,geni-uart";
+				reg = <0 0x00a90000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S4_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_uart12_default>;
+				interrupts = <GIC_SPI 357 IRQ_TYPE_LEVEL_HIGH>;
+				status = "disabled";
+			};
+
+			i2c13: i2c@a94000 {
+				compatible = "qcom,geni-i2c";
+				reg = <0 0x00a94000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S5_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_i2c13_default>;
+				interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			spi13: spi@a94000 {
+				compatible = "qcom,geni-spi";
+				reg = <0 0x00a94000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S5_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_spi13_default>;
+				interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			uart13: serial@a94000 {
+				compatible = "qcom,geni-uart";
+				reg = <0 0x00a94000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S5_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_uart13_default>;
+				interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>;
+				status = "disabled";
+			};
+
+			i2c14: i2c@a98000 {
+				compatible = "qcom,geni-i2c";
+				reg = <0 0x00a98000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S6_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_i2c14_default>;
+				interrupts = <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			spi14: spi@a98000 {
+				compatible = "qcom,geni-spi";
+				reg = <0 0x00a98000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S6_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_spi14_default>;
+				interrupts = <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			uart14: serial@a98000 {
+				compatible = "qcom,geni-uart";
+				reg = <0 0x00a98000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S6_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_uart14_default>;
+				interrupts = <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
+				status = "disabled";
+			};
+
+			i2c15: i2c@a9c000 {
+				compatible = "qcom,geni-i2c";
+				reg = <0 0x00a9c000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S7_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_i2c15_default>;
+				interrupts = <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			spi15: spi@a9c000 {
+				compatible = "qcom,geni-spi";
+				reg = <0 0x00a9c000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S7_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_spi15_default>;
+				interrupts = <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+				status = "disabled";
+			};
+
+			uart15: serial@a9c000 {
+				compatible = "qcom,geni-uart";
+				reg = <0 0x00a9c000 0 0x4000>;
+				clock-names = "se";
+				clocks = <&gcc GCC_QUPV3_WRAP1_S7_CLK>;
+				pinctrl-names = "default";
+				pinctrl-0 = <&qup_uart15_default>;
+				interrupts = <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>;
+				status = "disabled";
+			};
+		};
+
+		system-cache-controller@1100000 {
+			compatible = "qcom,sdm845-llcc";
+			reg = <0 0x01100000 0 0x200000>, <0 0x01300000 0 0x50000>;
+			reg-names = "llcc_base", "llcc_broadcast_base";
+			interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>;
+		};
+
+		pcie0: pci@1c00000 {
+			compatible = "qcom,pcie-sdm845", "snps,dw-pcie";
+			reg = <0 0x01c00000 0 0x2000>,
+			      <0 0x60000000 0 0xf1d>,
+			      <0 0x60000f20 0 0xa8>,
+			      <0 0x60100000 0 0x100000>;
+			reg-names = "parf", "dbi", "elbi", "config";
+			device_type = "pci";
+			linux,pci-domain = <0>;
+			bus-range = <0x00 0xff>;
+			num-lanes = <1>;
+
+			#address-cells = <3>;
+			#size-cells = <2>;
+
+			ranges = <0x01000000 0x0 0x60200000 0 0x60200000 0x0 0x100000>,
+				 <0x02000000 0x0 0x60300000 0 0x60300000 0x0 0xd00000>;
+
+			interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>;
+			interrupt-names = "msi";
+			#interrupt-cells = <1>;
+			interrupt-map-mask = <0 0 0 0x7>;
+			interrupt-map = <0 0 0 1 &intc 0 149 IRQ_TYPE_LEVEL_HIGH>, /* int_a */
+					<0 0 0 2 &intc 0 150 IRQ_TYPE_LEVEL_HIGH>, /* int_b */
+					<0 0 0 3 &intc 0 151 IRQ_TYPE_LEVEL_HIGH>, /* int_c */
+					<0 0 0 4 &intc 0 152 IRQ_TYPE_LEVEL_HIGH>; /* int_d */
+
+			clocks = <&gcc GCC_PCIE_0_PIPE_CLK>,
+				 <&gcc GCC_PCIE_0_AUX_CLK>,
+				 <&gcc GCC_PCIE_0_CFG_AHB_CLK>,
+				 <&gcc GCC_PCIE_0_MSTR_AXI_CLK>,
+				 <&gcc GCC_PCIE_0_SLV_AXI_CLK>,
+				 <&gcc GCC_PCIE_0_SLV_Q2A_AXI_CLK>,
+				 <&gcc GCC_AGGRE_NOC_PCIE_TBU_CLK>;
+			clock-names = "pipe",
+				      "aux",
+				      "cfg",
+				      "bus_master",
+				      "bus_slave",
+				      "slave_q2a",
+				      "tbu";
+
+			iommus = <&apps_smmu 0x1c10 0xf>;
+			iommu-map = <0x0   &apps_smmu 0x1c10 0x1>,
+				    <0x100 &apps_smmu 0x1c11 0x1>,
+				    <0x200 &apps_smmu 0x1c12 0x1>,
+				    <0x300 &apps_smmu 0x1c13 0x1>,
+				    <0x400 &apps_smmu 0x1c14 0x1>,
+				    <0x500 &apps_smmu 0x1c15 0x1>,
+				    <0x600 &apps_smmu 0x1c16 0x1>,
+				    <0x700 &apps_smmu 0x1c17 0x1>,
+				    <0x800 &apps_smmu 0x1c18 0x1>,
+				    <0x900 &apps_smmu 0x1c19 0x1>,
+				    <0xa00 &apps_smmu 0x1c1a 0x1>,
+				    <0xb00 &apps_smmu 0x1c1b 0x1>,
+				    <0xc00 &apps_smmu 0x1c1c 0x1>,
+				    <0xd00 &apps_smmu 0x1c1d 0x1>,
+				    <0xe00 &apps_smmu 0x1c1e 0x1>,
+				    <0xf00 &apps_smmu 0x1c1f 0x1>;
+
+			resets = <&gcc GCC_PCIE_0_BCR>;
+			reset-names = "pci";
+
+			power-domains = <&gcc PCIE_0_GDSC>;
+
+			phys = <&pcie0_lane>;
+			phy-names = "pciephy";
+
+			status = "disabled";
+		};
+
+		pcie0_phy: phy@1c06000 {
+			compatible = "qcom,sdm845-qmp-pcie-phy";
+			reg = <0 0x01c06000 0 0x18c>;
+			#address-cells = <2>;
+			#size-cells = <2>;
+			ranges;
+			clocks = <&gcc GCC_PCIE_PHY_AUX_CLK>,
+				 <&gcc GCC_PCIE_0_CFG_AHB_CLK>,
+				 <&gcc GCC_PCIE_0_CLKREF_CLK>,
+				 <&gcc GCC_PCIE_PHY_REFGEN_CLK>;
+			clock-names = "aux", "cfg_ahb", "ref", "refgen";
+
+			resets = <&gcc GCC_PCIE_0_PHY_BCR>;
+			reset-names = "phy";
+
+			assigned-clocks = <&gcc GCC_PCIE_PHY_REFGEN_CLK>;
+			assigned-clock-rates = <100000000>;
+
+			status = "disabled";
+
+			pcie0_lane: lanes@1c06200 {
+				reg = <0 0x01c06200 0 0x128>,
+				      <0 0x01c06400 0 0x1fc>,
+				      <0 0x01c06800 0 0x218>,
+				      <0 0x01c06600 0 0x70>;
+				clocks = <&gcc GCC_PCIE_0_PIPE_CLK>;
+				clock-names = "pipe0";
+
+				#phy-cells = <0>;
+				clock-output-names = "pcie_0_pipe_clk";
+			};
+		};
+
+		pcie1: pci@1c08000 {
+			compatible = "qcom,pcie-sdm845", "snps,dw-pcie";
+			reg = <0 0x01c08000 0 0x2000>,
+			      <0 0x40000000 0 0xf1d>,
+			      <0 0x40000f20 0 0xa8>,
+			      <0 0x40100000 0 0x100000>;
+			reg-names = "parf", "dbi", "elbi", "config";
+			device_type = "pci";
+			linux,pci-domain = <1>;
+			bus-range = <0x00 0xff>;
+			num-lanes = <1>;
+
+			#address-cells = <3>;
+			#size-cells = <2>;
+
+			ranges = <0x01000000 0x0 0x40200000 0x0 0x40200000 0x0 0x100000>,
+				 <0x02000000 0x0 0x40300000 0x0 0x40300000 0x0 0x1fd00000>;
+
+			interrupts = <GIC_SPI 307 IRQ_TYPE_EDGE_RISING>;
+			interrupt-names = "msi";
+			#interrupt-cells = <1>;
+			interrupt-map-mask = <0 0 0 0x7>;
+			interrupt-map = <0 0 0 1 &intc 0 434 IRQ_TYPE_LEVEL_HIGH>, /* int_a */
+					<0 0 0 2 &intc 0 435 IRQ_TYPE_LEVEL_HIGH>, /* int_b */
+					<0 0 0 3 &intc 0 438 IRQ_TYPE_LEVEL_HIGH>, /* int_c */
+					<0 0 0 4 &intc 0 439 IRQ_TYPE_LEVEL_HIGH>; /* int_d */
+
+			clocks = <&gcc GCC_PCIE_1_PIPE_CLK>,
+				 <&gcc GCC_PCIE_1_AUX_CLK>,
+				 <&gcc GCC_PCIE_1_CFG_AHB_CLK>,
+				 <&gcc GCC_PCIE_1_MSTR_AXI_CLK>,
+				 <&gcc GCC_PCIE_1_SLV_AXI_CLK>,
+				 <&gcc GCC_PCIE_1_SLV_Q2A_AXI_CLK>,
+				 <&gcc GCC_PCIE_1_CLKREF_CLK>,
+				 <&gcc GCC_AGGRE_NOC_PCIE_TBU_CLK>;
+			clock-names = "pipe",
+				      "aux",
+				      "cfg",
+				      "bus_master",
+				      "bus_slave",
+				      "slave_q2a",
+				      "ref",
+				      "tbu";
+
+			assigned-clocks = <&gcc GCC_PCIE_1_AUX_CLK>;
+			assigned-clock-rates = <19200000>;
+
+			iommus = <&apps_smmu 0x1c00 0xf>;
+			iommu-map = <0x0   &apps_smmu 0x1c00 0x1>,
+				    <0x100 &apps_smmu 0x1c01 0x1>,
+				    <0x200 &apps_smmu 0x1c02 0x1>,
+				    <0x300 &apps_smmu 0x1c03 0x1>,
+				    <0x400 &apps_smmu 0x1c04 0x1>,
+				    <0x500 &apps_smmu 0x1c05 0x1>,
+				    <0x600 &apps_smmu 0x1c06 0x1>,
+				    <0x700 &apps_smmu 0x1c07 0x1>,
+				    <0x800 &apps_smmu 0x1c08 0x1>,
+				    <0x900 &apps_smmu 0x1c09 0x1>,
+				    <0xa00 &apps_smmu 0x1c0a 0x1>,
+				    <0xb00 &apps_smmu 0x1c0b 0x1>,
+				    <0xc00 &apps_smmu 0x1c0c 0x1>,
+				    <0xd00 &apps_smmu 0x1c0d 0x1>,
+				    <0xe00 &apps_smmu 0x1c0e 0x1>,
+				    <0xf00 &apps_smmu 0x1c0f 0x1>;
+
+			resets = <&gcc GCC_PCIE_1_BCR>;
+			reset-names = "pci";
+
+			power-domains = <&gcc PCIE_1_GDSC>;
+
+			phys = <&pcie1_lane>;
+			phy-names = "pciephy";
+
+			status = "disabled";
+		};
+
+		pcie1_phy: phy@1c0a000 {
+			compatible = "qcom,sdm845-qhp-pcie-phy";
+			reg = <0 0x01c0a000 0 0x800>;
+			#address-cells = <2>;
+			#size-cells = <2>;
+			ranges;
+			clocks = <&gcc GCC_PCIE_PHY_AUX_CLK>,
+				 <&gcc GCC_PCIE_1_CFG_AHB_CLK>,
+				 <&gcc GCC_PCIE_1_CLKREF_CLK>,
+				 <&gcc GCC_PCIE_PHY_REFGEN_CLK>;
+			clock-names = "aux", "cfg_ahb", "ref", "refgen";
+
+			resets = <&gcc GCC_PCIE_1_PHY_BCR>;
+			reset-names = "phy";
+
+			assigned-clocks = <&gcc GCC_PCIE_PHY_REFGEN_CLK>;
+			assigned-clock-rates = <100000000>;
+
+			status = "disabled";
+
+			pcie1_lane: lanes@1c06200 {
+				reg = <0 0x01c0a800 0 0x800>,
+				      <0 0x01c0a800 0 0x800>,
+				      <0 0x01c0b800 0 0x400>;
+				clocks = <&gcc GCC_PCIE_1_PIPE_CLK>;
+				clock-names = "pipe0";
+
+				#phy-cells = <0>;
+				clock-output-names = "pcie_1_pipe_clk";
+			};
+		};
+
+		mem_noc: interconnect@1380000 {
+			compatible = "qcom,sdm845-mem-noc";
+			reg = <0 0x01380000 0 0x27200>;
+			#interconnect-cells = <1>;
+			qcom,bcm-voters = <&apps_bcm_voter>;
+		};
+
+		dc_noc: interconnect@14e0000 {
+			compatible = "qcom,sdm845-dc-noc";
+			reg = <0 0x014e0000 0 0x400>;
+			#interconnect-cells = <1>;
+			qcom,bcm-voters = <&apps_bcm_voter>;
+		};
+
+		config_noc: interconnect@1500000 {
+			compatible = "qcom,sdm845-config-noc";
+			reg = <0 0x01500000 0 0x5080>;
+			#interconnect-cells = <1>;
+			qcom,bcm-voters = <&apps_bcm_voter>;
+		};
+
+		system_noc: interconnect@1620000 {
+			compatible = "qcom,sdm845-system-noc";
+			reg = <0 0x01620000 0 0x18080>;
+			#interconnect-cells = <1>;
+			qcom,bcm-voters = <&apps_bcm_voter>;
+		};
+
+		aggre1_noc: interconnect@16e0000 {
+			compatible = "qcom,sdm845-aggre1-noc";
+			reg = <0 0x016e0000 0 0x15080>;
+			#interconnect-cells = <1>;
+			qcom,bcm-voters = <&apps_bcm_voter>;
+		};
+
+		aggre2_noc: interconnect@1700000 {
+			compatible = "qcom,sdm845-aggre2-noc";
+			reg = <0 0x01700000 0 0x1f300>;
+			#interconnect-cells = <1>;
+			qcom,bcm-voters = <&apps_bcm_voter>;
+		};
+
+		mmss_noc: interconnect@1740000 {
+			compatible = "qcom,sdm845-mmss-noc";
+			reg = <0 0x01740000 0 0x1c100>;
+			#interconnect-cells = <1>;
+			qcom,bcm-voters = <&apps_bcm_voter>;
+		};
+
+		ufs_mem_hc: ufshc@1d84000 {
+			compatible = "qcom,sdm845-ufshc", "qcom,ufshc",
+				     "jedec,ufs-2.0";
+			reg = <0 0x01d84000 0 0x2500>;
+			interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>;
+			phys = <&ufs_mem_phy_lanes>;
+			phy-names = "ufsphy";
+			lanes-per-direction = <2>;
+			power-domains = <&gcc UFS_PHY_GDSC>;
+			#reset-cells = <1>;
+			resets = <&gcc GCC_UFS_PHY_BCR>;
+			reset-names = "rst";
+
+			iommus = <&apps_smmu 0x100 0xf>;
+
+			clock-names =
+				"core_clk",
+				"bus_aggr_clk",
+				"iface_clk",
+				"core_clk_unipro",
+				"ref_clk",
+				"tx_lane0_sync_clk",
+				"rx_lane0_sync_clk",
+				"rx_lane1_sync_clk";
+			clocks =
+				<&gcc GCC_UFS_PHY_AXI_CLK>,
+				<&gcc GCC_AGGRE_UFS_PHY_AXI_CLK>,
+				<&gcc GCC_UFS_PHY_AHB_CLK>,
+				<&gcc GCC_UFS_PHY_UNIPRO_CORE_CLK>,
+				<&rpmhcc RPMH_CXO_CLK>,
+				<&gcc GCC_UFS_PHY_TX_SYMBOL_0_CLK>,
+				<&gcc GCC_UFS_PHY_RX_SYMBOL_0_CLK>,
+				<&gcc GCC_UFS_PHY_RX_SYMBOL_1_CLK>;
+			freq-table-hz =
+				<50000000 200000000>,
+				<0 0>,
+				<0 0>,
+				<37500000 150000000>,
+				<0 0>,
+				<0 0>,
+				<0 0>,
+				<0 0>;
+
+			status = "disabled";
+		};
+
+		ufs_mem_phy: phy@1d87000 {
+			compatible = "qcom,sdm845-qmp-ufs-phy";
+			reg = <0 0x01d87000 0 0x18c>;
+			#address-cells = <2>;
+			#size-cells = <2>;
+			ranges;
+			clock-names = "ref",
+				      "ref_aux";
+			clocks = <&gcc GCC_UFS_MEM_CLKREF_CLK>,
+				 <&gcc GCC_UFS_PHY_PHY_AUX_CLK>;
+
+			resets = <&ufs_mem_hc 0>;
+			reset-names = "ufsphy";
+			status = "disabled";
+
+			ufs_mem_phy_lanes: lanes@1d87400 {
+				reg = <0 0x01d87400 0 0x108>,
+				      <0 0x01d87600 0 0x1e0>,
+				      <0 0x01d87c00 0 0x1dc>,
+				      <0 0x01d87800 0 0x108>,
+				      <0 0x01d87a00 0 0x1e0>;
+				#phy-cells = <0>;
+			};
+		};
+
+		ipa: ipa@1e40000 {
+			compatible = "qcom,sdm845-ipa";
+
+			iommus = <&apps_smmu 0x720 0x3>;
+			reg = <0 0x1e40000 0 0x7000>,
+			      <0 0x1e47000 0 0x2000>,
+			      <0 0x1e04000 0 0x2c000>;
+			reg-names = "ipa-reg",
+				    "ipa-shared",
+				    "gsi";
+			
+			memory-region = <&ipa_fw_mem>;
+
+			interrupts-extended = <&intc 0 311 IRQ_TYPE_EDGE_RISING>,
+					      <&intc 0 432 IRQ_TYPE_LEVEL_HIGH>,
+					      <&ipa_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
+					      <&ipa_smp2p_in 1 IRQ_TYPE_EDGE_RISING>;
+			interrupt-names = "ipa",
+					  "gsi",
+					  "ipa-clock-query",
+					  "ipa-setup-ready";
+
+			clocks = <&rpmhcc RPMH_IPA_CLK>;
+			clock-names = "core";
+
+			interconnects = <&aggre2_noc MASTER_IPA &mem_noc SLAVE_EBI1>,
+				        <&aggre2_noc MASTER_IPA &system_noc SLAVE_IMEM>,
+					<&gladiator_noc MASTER_APPSS_PROC &config_noc SLAVE_IPA_CFG>;
+			interconnect-names = "memory",
+					     "imem",
+					     "config";
+
+			qcom,smem-states = <&ipa_smp2p_out 0>,
+					   <&ipa_smp2p_out 1>;
+			qcom,smem-state-names = "ipa-clock-enabled-valid",
+						"ipa-clock-enabled";
+
+			modem-remoteproc = <&mss_pil>;
+
+			status = "disabled";
+		};
+
+		tcsr_mutex_regs: syscon@1f40000 {
+			compatible = "syscon";
+			reg = <0 0x01f40000 0 0x40000>;
+		};
+
+		tlmm: pinctrl@3400000 {
+			compatible = "qcom,sdm845-pinctrl";
+			reg = <0 0x03400000 0 0xc00000>;
+			interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
+			gpio-controller;
+			#gpio-cells = <2>;
+			interrupt-controller;
+			#interrupt-cells = <2>;
+			gpio-ranges = <&tlmm 0 0 150>;
+			wakeup-parent = <&pdc_intc>;
+
+			cci0_default: cci0-default {
+				/* SDA, SCL */
+				pins = "gpio17", "gpio18";
+				function = "cci_i2c";
+
+				bias-pull-up;
+				drive-strength = <2>; /* 2 mA */
+			};
+
+			cci0_sleep: cci0-sleep {
+				/* SDA, SCL */
+				pins = "gpio17", "gpio18";
+				function = "cci_i2c";
+
+				drive-strength = <2>; /* 2 mA */
+				bias-pull-down;
+			};
+
+			cci1_default: cci1-default {
+				/* SDA, SCL */
+				pins = "gpio19", "gpio20";
+				function = "cci_i2c";
+
+				bias-pull-up;
+				drive-strength = <2>; /* 2 mA */
+			};
+
+			cci1_sleep: cci1-sleep {
+				/* SDA, SCL */
+				pins = "gpio19", "gpio20";
+				function = "cci_i2c";
+
+				drive-strength = <2>; /* 2 mA */
+				bias-pull-down;
+			};
+
+			qspi_clk: qspi-clk {
+				pinmux {
+					pins = "gpio95";
+					function = "qspi_clk";
+				};
+			};
+
+			qspi_cs0: qspi-cs0 {
+				pinmux {
+					pins = "gpio90";
+					function = "qspi_cs";
+				};
+			};
+
+			qspi_cs1: qspi-cs1 {
+				pinmux {
+					pins = "gpio89";
+					function = "qspi_cs";
+				};
+			};
+
+			qspi_data01: qspi-data01 {
+				pinmux-data {
+					pins = "gpio91", "gpio92";
+					function = "qspi_data";
+				};
+			};
+
+			qspi_data12: qspi-data12 {
+				pinmux-data {
+					pins = "gpio93", "gpio94";
+					function = "qspi_data";
+				};
+			};
+
+			qup_i2c0_default: qup-i2c0-default {
+				pinmux {
+					pins = "gpio0", "gpio1";
+					function = "qup0";
+				};
+			};
+
+			qup_i2c1_default: qup-i2c1-default {
+				pinmux {
+					pins = "gpio17", "gpio18";
+					function = "qup1";
+				};
+			};
+
+			qup_i2c2_default: qup-i2c2-default {
+				pinmux {
+					pins = "gpio27", "gpio28";
+					function = "qup2";
+				};
+			};
+
+			qup_i2c3_default: qup-i2c3-default {
+				pinmux {
+					pins = "gpio41", "gpio42";
+					function = "qup3";
+				};
+			};
+
+			qup_i2c4_default: qup-i2c4-default {
+				pinmux {
+					pins = "gpio89", "gpio90";
+					function = "qup4";
+				};
+			};
+
+			qup_i2c5_default: qup-i2c5-default {
+				pinmux {
+					pins = "gpio85", "gpio86";
+					function = "qup5";
+				};
+			};
+
+			qup_i2c6_default: qup-i2c6-default {
+				pinmux {
+					pins = "gpio45", "gpio46";
+					function = "qup6";
+				};
+			};
+
+			qup_i2c7_default: qup-i2c7-default {
+				pinmux {
+					pins = "gpio93", "gpio94";
+					function = "qup7";
+				};
+			};
+
+			qup_i2c8_default: qup-i2c8-default {
+				pinmux {
+					pins = "gpio65", "gpio66";
+					function = "qup8";
+				};
+			};
+
+			qup_i2c9_default: qup-i2c9-default {
+				pinmux {
+					pins = "gpio6", "gpio7";
+					function = "qup9";
+				};
+			};
+
+			qup_i2c10_default: qup-i2c10-default {
+				pinmux {
+					pins = "gpio55", "gpio56";
+					function = "qup10";
+				};
+			};
+
+			qup_i2c11_default: qup-i2c11-default {
+				pinmux {
+					pins = "gpio31", "gpio32";
+					function = "qup11";
+				};
+			};
+
+			qup_i2c12_default: qup-i2c12-default {
+				pinmux {
+					pins = "gpio49", "gpio50";
+					function = "qup12";
+				};
+			};
+
+			qup_i2c13_default: qup-i2c13-default {
+				pinmux {
+					pins = "gpio105", "gpio106";
+					function = "qup13";
+				};
+			};
+
+			qup_i2c14_default: qup-i2c14-default {
+				pinmux {
+					pins = "gpio33", "gpio34";
+					function = "qup14";
+				};
+			};
+
+			qup_i2c15_default: qup-i2c15-default {
+				pinmux {
+					pins = "gpio81", "gpio82";
+					function = "qup15";
+				};
+			};
+
+			qup_spi0_default: qup-spi0-default {
+				pinmux {
+					pins = "gpio0", "gpio1",
+					       "gpio2", "gpio3";
+					function = "qup0";
+				};
+			};
+
+			qup_spi1_default: qup-spi1-default {
+				pinmux {
+					pins = "gpio17", "gpio18",
+					       "gpio19", "gpio20";
+					function = "qup1";
+				};
+			};
+
+			qup_spi2_default: qup-spi2-default {
+				pinmux {
+					pins = "gpio27", "gpio28",
+					       "gpio29", "gpio30";
+					function = "qup2";
+				};
+			};
+
+			qup_spi3_default: qup-spi3-default {
+				pinmux {
+					pins = "gpio41", "gpio42",
+					       "gpio43", "gpio44";
+					function = "qup3";
+				};
+			};
+
+			qup_spi4_default: qup-spi4-default {
+				pinmux {
+					pins = "gpio89", "gpio90",
+					       "gpio91", "gpio92";
+					function = "qup4";
+				};
+			};
+
+			qup_spi5_default: qup-spi5-default {
+				pinmux {
+					pins = "gpio85", "gpio86",
+					       "gpio87", "gpio88";
+					function = "qup5";
+				};
+			};
+
+			qup_spi6_default: qup-spi6-default {
+				pinmux {
+					pins = "gpio45", "gpio46",
+					       "gpio47", "gpio48";
+					function = "qup6";
+				};
+			};
+
+			qup_spi7_default: qup-spi7-default {
+				pinmux {
+					pins = "gpio93", "gpio94",
+					       "gpio95", "gpio96";
+					function = "qup7";
+				};
+			};
+
+			qup_spi8_default: qup-spi8-default {
+				pinmux {
+					pins = "gpio65", "gpio66",
+					       "gpio67", "gpio68";
+					function = "qup8";
+				};
+			};
+
+			qup_spi9_default: qup-spi9-default {
+				pinmux {
+					pins = "gpio6", "gpio7",
+					       "gpio4", "gpio5";
+					function = "qup9";
+				};
+			};
+
+			qup_spi10_default: qup-spi10-default {
+				pinmux {
+					pins = "gpio55", "gpio56",
+					       "gpio53", "gpio54";
+					function = "qup10";
+				};
+			};
+
+			qup_spi11_default: qup-spi11-default {
+				pinmux {
+					pins = "gpio31", "gpio32",
+					       "gpio33", "gpio34";
+					function = "qup11";
+				};
+			};
+
+			qup_spi12_default: qup-spi12-default {
+				pinmux {
+					pins = "gpio49", "gpio50",
+					       "gpio51", "gpio52";
+					function = "qup12";
+				};
+			};
+
+			qup_spi13_default: qup-spi13-default {
+				pinmux {
+					pins = "gpio105", "gpio106",
+					       "gpio107", "gpio108";
+					function = "qup13";
+				};
+			};
+
+			qup_spi14_default: qup-spi14-default {
+				pinmux {
+					pins = "gpio33", "gpio34",
+					       "gpio31", "gpio32";
+					function = "qup14";
+				};
+			};
+
+			qup_spi15_default: qup-spi15-default {
+				pinmux {
+					pins = "gpio81", "gpio82",
+					       "gpio83", "gpio84";
+					function = "qup15";
+				};
+			};
+
+			qup_uart0_default: qup-uart0-default {
+				pinmux {
+					pins = "gpio2", "gpio3";
+					function = "qup0";
+				};
+			};
+
+			qup_uart1_default: qup-uart1-default {
+				pinmux {
+					pins = "gpio19", "gpio20";
+					function = "qup1";
+				};
+			};
+
+			qup_uart2_default: qup-uart2-default {
+				pinmux {
+					pins = "gpio29", "gpio30";
+					function = "qup2";
+				};
+			};
+
+			qup_uart3_default: qup-uart3-default {
+				pinmux {
+					pins = "gpio43", "gpio44";
+					function = "qup3";
+				};
+			};
+
+			qup_uart4_default: qup-uart4-default {
+				pinmux {
+					pins = "gpio91", "gpio92";
+					function = "qup4";
+				};
+			};
+
+			qup_uart5_default: qup-uart5-default {
+				pinmux {
+					pins = "gpio87", "gpio88";
+					function = "qup5";
+				};
+			};
+
+			qup_uart6_default: qup-uart6-default {
+				pinmux {
+					pins = "gpio47", "gpio48";
+					function = "qup6";
+				};
+			};
+
+			qup_uart7_default: qup-uart7-default {
+				pinmux {
+					pins = "gpio95", "gpio96";
+					function = "qup7";
+				};
+			};
+
+			qup_uart8_default: qup-uart8-default {
+				pinmux {
+					pins = "gpio67", "gpio68";
+					function = "qup8";
+				};
+			};
+
+			qup_uart9_default: qup-uart9-default {
+				pinmux {
+					pins = "gpio4", "gpio5";
+					function = "qup9";
+				};
+			};
+
+			qup_uart10_default: qup-uart10-default {
+				pinmux {
+					pins = "gpio53", "gpio54";
+					function = "qup10";
+				};
+			};
+
+			qup_uart11_default: qup-uart11-default {
+				pinmux {
+					pins = "gpio33", "gpio34";
+					function = "qup11";
+				};
+			};
+
+			qup_uart12_default: qup-uart12-default {
+				pinmux {
+					pins = "gpio51", "gpio52";
+					function = "qup12";
+				};
+			};
+
+			qup_uart13_default: qup-uart13-default {
+				pinmux {
+					pins = "gpio107", "gpio108";
+					function = "qup13";
+				};
+			};
+
+			qup_uart14_default: qup-uart14-default {
+				pinmux {
+					pins = "gpio31", "gpio32";
+					function = "qup14";
+				};
+			};
+
+			qup_uart15_default: qup-uart15-default {
+				pinmux {
+					pins = "gpio83", "gpio84";
+					function = "qup15";
+				};
+			};
+
+			quat_mi2s_sleep: quat_mi2s_sleep {
+				mux {
+					pins = "gpio58", "gpio59";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio58", "gpio59";
+					drive-strength = <2>;
+					bias-pull-down;
+					input-enable;
+				};
+			};
+
+			quat_mi2s_active: quat_mi2s_active {
+				mux {
+					pins = "gpio58", "gpio59";
+					function = "qua_mi2s";
+				};
+
+				config {
+					pins = "gpio58", "gpio59";
+					drive-strength = <8>;
+					bias-disable;
+					output-high;
+				};
+			};
+
+			quat_mi2s_sd0_sleep: quat_mi2s_sd0_sleep {
+				mux {
+					pins = "gpio60";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio60";
+					drive-strength = <2>;
+					bias-pull-down;
+					input-enable;
+				};
+			};
+
+			quat_mi2s_sd0_active: quat_mi2s_sd0_active {
+				mux {
+					pins = "gpio60";
+					function = "qua_mi2s";
+				};
+
+				config {
+					pins = "gpio60";
+					drive-strength = <8>;
+					bias-disable;
+				};
+			};
+
+			quat_mi2s_sd1_sleep: quat_mi2s_sd1_sleep {
+				mux {
+					pins = "gpio61";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio61";
+					drive-strength = <2>;
+					bias-pull-down;
+					input-enable;
+				};
+			};
+
+			quat_mi2s_sd1_active: quat_mi2s_sd1_active {
+				mux {
+					pins = "gpio61";
+					function = "qua_mi2s";
+				};
+
+				config {
+					pins = "gpio61";
+					drive-strength = <8>;
+					bias-disable;
+				};
+			};
+
+			quat_mi2s_sd2_sleep: quat_mi2s_sd2_sleep {
+				mux {
+					pins = "gpio62";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio62";
+					drive-strength = <2>;
+					bias-pull-down;
+					input-enable;
+				};
+			};
+
+			quat_mi2s_sd2_active: quat_mi2s_sd2_active {
+				mux {
+					pins = "gpio62";
+					function = "qua_mi2s";
+				};
+
+				config {
+					pins = "gpio62";
+					drive-strength = <8>;
+					bias-disable;
+				};
+			};
+
+			quat_mi2s_sd3_sleep: quat_mi2s_sd3_sleep {
+				mux {
+					pins = "gpio63";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio63";
+					drive-strength = <2>;
+					bias-pull-down;
+					input-enable;
+				};
+			};
+
+			quat_mi2s_sd3_active: quat_mi2s_sd3_active {
+				mux {
+					pins = "gpio63";
+					function = "qua_mi2s";
+				};
+
+				config {
+					pins = "gpio63";
+					drive-strength = <8>;
+					bias-disable;
+				};
+			};
+
+			sde_dsi_active: sde_dsi_active {
+				mux {
+					pins = "gpio6", "gpio52";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio6", "gpio52";
+					drive-strength = <8>;   /* 8 mA */
+					bias-disable = <0>;   /* no pull */
+				};
+			};
+
+			sde_dsi_suspend: sde_dsi_suspend {
+				mux {
+					pins = "gpio6", "gpio52";
+					function = "gpio";
+				};
+
+				config {
+					pins = "gpio6", "gpio52";
+					drive-strength = <2>;   /* 2 mA */
+					bias-pull-down;         /* PULL DOWN */
+				};
+			};
+
+			sde_te_active: sde_te_active {
+				mux {
+					pins = "gpio10";
+					function = "mdp_vsync";
+				};
+
+				config {
+					pins = "gpio10";
+					drive-strength = <2>;   /* 2 mA */
+					bias-pull-down;         /* PULL DOWN */
+				};
+			};
+
+			sde_te_suspend: sde_te_suspend {
+				mux {
+					pins = "gpio10";
+					function = "mdp_vsync";
+				};
+
+				config {
+					pins = "gpio10";
+					drive-strength = <2>;   /* 2 mA */
+					bias-pull-down;         /* PULL DOWN */
+				};
+			};
+		};
+
+		mss_pil: remoteproc@4080000 {
+			compatible = "qcom,sdm845-mss-pil";
+			reg = <0 0x04080000 0 0x408>, <0 0x04180000 0 0x48>;
+			reg-names = "qdsp6", "rmb";
+
+			interrupts-extended =
+				<&intc GIC_SPI 266 IRQ_TYPE_EDGE_RISING>,
+				<&modem_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
+				<&modem_smp2p_in 1 IRQ_TYPE_EDGE_RISING>,
+				<&modem_smp2p_in 2 IRQ_TYPE_EDGE_RISING>,
+				<&modem_smp2p_in 3 IRQ_TYPE_EDGE_RISING>,
+				<&modem_smp2p_in 7 IRQ_TYPE_EDGE_RISING>;
+			interrupt-names = "wdog", "fatal", "ready",
+					  "handover", "stop-ack",
+					  "shutdown-ack";
+
+			clocks = <&gcc GCC_MSS_CFG_AHB_CLK>,
+				 <&gcc GCC_MSS_Q6_MEMNOC_AXI_CLK>,
+				 <&gcc GCC_BOOT_ROM_AHB_CLK>,
+				 <&gcc GCC_MSS_GPLL0_DIV_CLK_SRC>,
+				 <&gcc GCC_MSS_SNOC_AXI_CLK>,
+				 <&gcc GCC_MSS_MFAB_AXIS_CLK>,
+				 <&gcc GCC_PRNG_AHB_CLK>,
+				 <&rpmhcc RPMH_CXO_CLK>;
+			clock-names = "iface", "bus", "mem", "gpll0_mss",
+				      "snoc_axi", "mnoc_axi", "prng", "xo";
+
+			qcom,smem-states = <&modem_smp2p_out 0>;
+			qcom,smem-state-names = "stop";
+
+			resets = <&aoss_reset AOSS_CC_MSS_RESTART>,
+				 <&pdc_reset PDC_MODEM_SYNC_RESET>;
+			reset-names = "mss_restart", "pdc_reset";
+
+			qcom,halt-regs = <&tcsr_mutex_regs 0x23000 0x25000 0x24000>;
+
+			power-domains = <&aoss_qmp 2>,
+					<&rpmhpd SDM845_CX>,
+					<&rpmhpd SDM845_MX>,
+					<&rpmhpd SDM845_MSS>;
+			power-domain-names = "load_state", "cx", "mx", "mss";
+
+			mba {
+				memory-region = <&mba_region>;
+			};
+
+			mpss {
+				memory-region = <&mpss_region>;
+			};
+
+			glink-edge {
+				interrupts = <GIC_SPI 449 IRQ_TYPE_EDGE_RISING>;
+				label = "modem";
+				qcom,remote-pid = <1>;
+				mboxes = <&apss_shared 12>;
+			};
+		};
+
+		gpucc: clock-controller@5090000 {
+			compatible = "qcom,sdm845-gpucc";
+			reg = <0 0x05090000 0 0x9000>;
+			#clock-cells = <1>;
+			#reset-cells = <1>;
+			#power-domain-cells = <1>;
+			clocks = <&rpmhcc RPMH_CXO_CLK>,
+				 <&gcc GCC_GPU_GPLL0_CLK_SRC>,
+				 <&gcc GCC_GPU_GPLL0_DIV_CLK_SRC>;
+			clock-names = "bi_tcxo",
+				      "gcc_gpu_gpll0_clk_src",
+				      "gcc_gpu_gpll0_div_clk_src";
+		};
+
+		stm@6002000 {
+			compatible = "arm,coresight-stm", "arm,primecell";
+			reg = <0 0x06002000 0 0x1000>,
+			      <0 0x16280000 0 0x180000>;
+			reg-names = "stm-base", "stm-stimulus-base";
+
+			clocks = <&aoss_qmp>;
+			clock-names = "apb_pclk";
+
+			out-ports {
+				port {
+					stm_out: endpoint {
+						remote-endpoint =
+						  <&funnel0_in7>;
+					};
+				};
+			};
+		};
+
+		funnel@6041000 {
+			compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
+			reg = <0 0x06041000 0 0x1000>;
+
+			clocks = <&aoss_qmp>;
+			clock-names = "apb_pclk";
+
+			out-ports {
+				port {
+					funnel0_out: endpoint {
+						remote-endpoint =
+						  <&merge_funnel_in0>;
+					};
+				};
+			};
+
+			in-ports {
+				#address-cells = <1>;
+				#size-cells = <0>;
+
+				port@7 {
+					reg = <7>;
+					funnel0_in7: endpoint {
+						remote-endpoint = <&stm_out>;
+					};
+				};
+			};
+		};
+
+		funnel@6043000 {
+			compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
+			reg = <0 0x06043000 0 0x1000>;
+
+			clocks = <&aoss_qmp>;
+			clock-names = "apb_pclk";
+
+			out-ports {
+				port {
+					funnel2_out: endpoint {
+						remote-endpoint =
+						  <&merge_funnel_in2>;
+					};
+				};
+			};
+
+			in-ports {
+				#address-cells = <1>;
+				#size-cells = <0>;
+
+				port@5 {
+					reg = <5>;
+					funnel2_in5: endpoint {
+						remote-endpoint =
+						  <&apss_merge_funnel_out>;
+					};
+				};
+			};
+		};
+
+		funnel@6045000 {
+			compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
+			reg = <0 0x06045000 0 0x1000>;
+
+			clocks = <&aoss_qmp>;
+			clock-names = "apb_pclk";
+
+			out-ports {
+				port {
+					merge_funnel_out: endpoint {
+						remote-endpoint = <&etf_in>;
+					};
+				};
+			};
+
+			in-ports {
+				#address-cells = <1>;
+				#size-cells = <0>;
+
+				port@0 {
+					reg = <0>;
+					merge_funnel_in0: endpoint {
+						remote-endpoint =
+						  <&funnel0_out>;
+					};
+				};
+
+				port@2 {
+					reg = <2>;
+					merge_funnel_in2: endpoint {
+						remote-endpoint =
+						  <&funnel2_out>;
+					};
+				};
+			};
+		};
+
+		replicator@6046000 {
+			compatible = "arm,coresight-dynamic-replicator", "arm,primecell";
+			reg = <0 0x06046000 0 0x1000>;
+
+			clocks = <&aoss_qmp>;
+			clock-names = "apb_pclk";
+
+			out-ports {
+				port {
+					replicator_out: endpoint {
+						remote-endpoint = <&etr_in>;
+					};
+				};
+			};
+
+			in-ports {
+				port {
+					replicator_in: endpoint {
+						remote-endpoint = <&etf_out>;
+					};
+				};
+			};
+		};
+
+		etf@6047000 {
+			compatible = "arm,coresight-tmc", "arm,primecell";
+			reg = <0 0x06047000 0 0x1000>;
+
+			clocks = <&aoss_qmp>;
+			clock-names = "apb_pclk";
+
+			out-ports {
+				port {
+					etf_out: endpoint {
+						remote-endpoint =
+						  <&replicator_in>;
+					};
+				};
+			};
+
+			in-ports {
+				#address-cells = <1>;
+				#size-cells = <0>;
+
+				port@1 {
+					reg = <1>;
+					etf_in: endpoint {
+						remote-endpoint =
+						  <&merge_funnel_out>;
+					};
+				};
+			};
+		};
+
+		etr@6048000 {
+			compatible = "arm,coresight-tmc", "arm,primecell";
+			reg = <0 0x06048000 0 0x1000>;
+
+			clocks = <&aoss_qmp>;
+			clock-names = "apb_pclk";
+			arm,scatter-gather;
+
+			in-ports {
+				port {
+					etr_in: endpoint {
+						remote-endpoint =
+						  <&replicator_out>;
+					};
+				};
+			};
+		};
+
+		etm@7040000 {
+			compatible = "arm,coresight-etm4x", "arm,primecell";
+			reg = <0 0x07040000 0 0x1000>;
+
+			cpu = <&CPU0>;
+
+			clocks = <&aoss_qmp>;
+			clock-names = "apb_pclk";
+
+			out-ports {
+				port {
+					etm0_out: endpoint {
+						remote-endpoint =
+						  <&apss_funnel_in0>;
+					};
+				};
+			};
+		};
+
+		etm@7140000 {
+			compatible = "arm,coresight-etm4x", "arm,primecell";
+			reg = <0 0x07140000 0 0x1000>;
+
+			cpu = <&CPU1>;
+
+			clocks = <&aoss_qmp>;
+			clock-names = "apb_pclk";
+
+			out-ports {
+				port {
+					etm1_out: endpoint {
+						remote-endpoint =
+						  <&apss_funnel_in1>;
+					};
+				};
+			};
+		};
+
+		etm@7240000 {
+			compatible = "arm,coresight-etm4x", "arm,primecell";
+			reg = <0 0x07240000 0 0x1000>;
+
+			cpu = <&CPU2>;
+
+			clocks = <&aoss_qmp>;
+			clock-names = "apb_pclk";
+
+			out-ports {
+				port {
+					etm2_out: endpoint {
+						remote-endpoint =
+						  <&apss_funnel_in2>;
+					};
+				};
+			};
+		};
+
+		etm@7340000 {
+			compatible = "arm,coresight-etm4x", "arm,primecell";
+			reg = <0 0x07340000 0 0x1000>;
+
+			cpu = <&CPU3>;
+
+			clocks = <&aoss_qmp>;
+			clock-names = "apb_pclk";
+
+			out-ports {
+				port {
+					etm3_out: endpoint {
+						remote-endpoint =
+						  <&apss_funnel_in3>;
+					};
+				};
+			};
+		};
+
+		etm@7440000 {
+			compatible = "arm,coresight-etm4x", "arm,primecell";
+			reg = <0 0x07440000 0 0x1000>;
+
+			cpu = <&CPU4>;
+
+			clocks = <&aoss_qmp>;
+			clock-names = "apb_pclk";
+
+			out-ports {
+				port {
+					etm4_out: endpoint {
+						remote-endpoint =
+						  <&apss_funnel_in4>;
+					};
+				};
+			};
+		};
+
+		etm@7540000 {
+			compatible = "arm,coresight-etm4x", "arm,primecell";
+			reg = <0 0x07540000 0 0x1000>;
+
+			cpu = <&CPU5>;
+
+			clocks = <&aoss_qmp>;
+			clock-names = "apb_pclk";
+
+			out-ports {
+				port {
+					etm5_out: endpoint {
+						remote-endpoint =
+						  <&apss_funnel_in5>;
+					};
+				};
+			};
+		};
+
+		etm@7640000 {
+			compatible = "arm,coresight-etm4x", "arm,primecell";
+			reg = <0 0x07640000 0 0x1000>;
+
+			cpu = <&CPU6>;
+
+			clocks = <&aoss_qmp>;
+			clock-names = "apb_pclk";
+
+			out-ports {
+				port {
+					etm6_out: endpoint {
+						remote-endpoint =
+						  <&apss_funnel_in6>;
+					};
+				};
+			};
+		};
+
+		etm@7740000 {
+			compatible = "arm,coresight-etm4x", "arm,primecell";
+			reg = <0 0x07740000 0 0x1000>;
+
+			cpu = <&CPU7>;
+
+			clocks = <&aoss_qmp>;
+			clock-names = "apb_pclk";
+
+			out-ports {
+				port {
+					etm7_out: endpoint {
+						remote-endpoint =
+						  <&apss_funnel_in7>;
+					};
+				};
+			};
+		};
+
+		funnel@7800000 { /* APSS Funnel */
+			compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
+			reg = <0 0x07800000 0 0x1000>;
+
+			clocks = <&aoss_qmp>;
+			clock-names = "apb_pclk";
+
+			out-ports {
+				port {
+					apss_funnel_out: endpoint {
+						remote-endpoint =
+						  <&apss_merge_funnel_in>;
+					};
+				};
+			};
+
+			in-ports {
+				#address-cells = <1>;
+				#size-cells = <0>;
+
+				port@0 {
+					reg = <0>;
+					apss_funnel_in0: endpoint {
+						remote-endpoint =
+						  <&etm0_out>;
+					};
+				};
+
+				port@1 {
+					reg = <1>;
+					apss_funnel_in1: endpoint {
+						remote-endpoint =
+						  <&etm1_out>;
+					};
+				};
+
+				port@2 {
+					reg = <2>;
+					apss_funnel_in2: endpoint {
+						remote-endpoint =
+						  <&etm2_out>;
+					};
+				};
+
+				port@3 {
+					reg = <3>;
+					apss_funnel_in3: endpoint {
+						remote-endpoint =
+						  <&etm3_out>;
+					};
+				};
+
+				port@4 {
+					reg = <4>;
+					apss_funnel_in4: endpoint {
+						remote-endpoint =
+						  <&etm4_out>;
+					};
+				};
+
+				port@5 {
+					reg = <5>;
+					apss_funnel_in5: endpoint {
+						remote-endpoint =
+						  <&etm5_out>;
+					};
+				};
+
+				port@6 {
+					reg = <6>;
+					apss_funnel_in6: endpoint {
+						remote-endpoint =
+						  <&etm6_out>;
+					};
+				};
+
+				port@7 {
+					reg = <7>;
+					apss_funnel_in7: endpoint {
+						remote-endpoint =
+						  <&etm7_out>;
+					};
+				};
+			};
+		};
+
+		funnel@7810000 {
+			compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
+			reg = <0 0x07810000 0 0x1000>;
+
+			clocks = <&aoss_qmp>;
+			clock-names = "apb_pclk";
+
+			out-ports {
+				port {
+					apss_merge_funnel_out: endpoint {
+						remote-endpoint =
+						  <&funnel2_in5>;
+					};
+				};
+			};
+
+			in-ports {
+				port {
+					apss_merge_funnel_in: endpoint {
+						remote-endpoint =
+						  <&apss_funnel_out>;
+					};
+				};
+			};
+		};
+
+		sdhc_2: sdhci@8804000 {
+			compatible = "qcom,sdm845-sdhci", "qcom,sdhci-msm-v5";
+			reg = <0 0x08804000 0 0x1000>;
+
+			interrupts = <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>;
+			interrupt-names = "hc_irq", "pwr_irq";
+
+			clocks = <&gcc GCC_SDCC2_AHB_CLK>,
+				 <&gcc GCC_SDCC2_APPS_CLK>;
+			clock-names = "iface", "core";
+			iommus = <&apps_smmu 0xa0 0xf>;
+
+			status = "disabled";
+		};
+
+		qspi: spi@88df000 {
+			compatible = "qcom,sdm845-qspi", "qcom,qspi-v1";
+			reg = <0 0x088df000 0 0x600>;
+			#address-cells = <1>;
+			#size-cells = <0>;
+			interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&gcc GCC_QSPI_CNOC_PERIPH_AHB_CLK>,
+				 <&gcc GCC_QSPI_CORE_CLK>;
+			clock-names = "iface", "core";
+			status = "disabled";
+		};
+
+		slim: slim@171c0000 {
+			compatible = "qcom,slim-ngd-v2.1.0";
+			reg = <0 0x171c0000 0 0x2c000>;
+			interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>;
+
+			qcom,apps-ch-pipes = <0x780000>;
+			qcom,ea-pc = <0x270>;
+			status = "okay";
+			dmas =	<&slimbam 3>, <&slimbam 4>,
+				<&slimbam 5>, <&slimbam 6>;
+			dma-names = "rx", "tx", "tx2", "rx2";
+
+			iommus = <&apps_smmu 0x1806 0x0>;
+			#address-cells = <1>;
+			#size-cells = <0>;
+
+			ngd@1 {
+				reg = <1>;
+				#address-cells = <2>;
+				#size-cells = <0>;
+
+				wcd9340_ifd: ifd@0{
+					compatible = "slim217,250";
+					reg  = <0 0>;
+				};
+
+				wcd9340: codec@1{
+					compatible = "slim217,250";
+					reg  = <1 0>;
+					slim-ifc-dev  = <&wcd9340_ifd>;
+
+					#sound-dai-cells = <1>;
+
+					interrupts-extended = <&tlmm 54 IRQ_TYPE_LEVEL_HIGH>;
+					interrupt-controller;
+					#interrupt-cells = <1>;
+
+					#clock-cells = <0>;
+					clock-frequency = <9600000>;
+					clock-output-names = "mclk";
+					qcom,micbias1-millivolt = <1800>;
+					qcom,micbias2-millivolt = <1800>;
+					qcom,micbias3-millivolt = <1800>;
+					qcom,micbias4-millivolt = <1800>;
+
+					#address-cells = <1>;
+					#size-cells = <1>;
+
+					wcdgpio: gpio-controller@42 {
+						compatible = "qcom,wcd9340-gpio";
+						gpio-controller;
+						#gpio-cells = <2>;
+						reg = <0x42 0x2>;
+					};
+
+					swm: swm@c85 {
+						compatible = "qcom,soundwire-v1.3.0";
+						reg = <0xc85 0x40>;
+						interrupts-extended = <&wcd9340 20>;
+
+						qcom,dout-ports	= <6>;
+						qcom,din-ports	= <2>;
+						qcom,ports-sinterval-low =/bits/ 8  <0x07 0x1F 0x3F 0x7 0x1F 0x3F 0x0F 0x0F>;
+						qcom,ports-offset1 = /bits/ 8 <0x01 0x02 0x0C 0x6 0x12 0x0D 0x07 0x0A >;
+						qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x1F 0x00 0x00 0x1F 0x00 0x00>;
+
+						#sound-dai-cells = <1>;
+						clocks = <&wcd9340>;
+						clock-names = "iface";
+						#address-cells = <2>;
+						#size-cells = <0>;
+
+
+					};
+				};
+			};
+		};
+
+		sound: sound {
+		};
+
+		usb_1_hsphy: phy@88e2000 {
+			compatible = "qcom,sdm845-qusb2-phy", "qcom,qusb2-v2-phy";
+			reg = <0 0x088e2000 0 0x400>;
+			status = "disabled";
+			#phy-cells = <0>;
+
+			clocks = <&gcc GCC_USB_PHY_CFG_AHB2PHY_CLK>,
+				 <&rpmhcc RPMH_CXO_CLK>;
+			clock-names = "cfg_ahb", "ref";
+
+			resets = <&gcc GCC_QUSB2PHY_PRIM_BCR>;
+
+			nvmem-cells = <&qusb2p_hstx_trim>;
+		};
+
+		usb_2_hsphy: phy@88e3000 {
+			compatible = "qcom,sdm845-qusb2-phy", "qcom,qusb2-v2-phy";
+			reg = <0 0x088e3000 0 0x400>;
+			status = "disabled";
+			#phy-cells = <0>;
+
+			clocks = <&gcc GCC_USB_PHY_CFG_AHB2PHY_CLK>,
+				 <&rpmhcc RPMH_CXO_CLK>;
+			clock-names = "cfg_ahb", "ref";
+
+			resets = <&gcc GCC_QUSB2PHY_SEC_BCR>;
+
+			nvmem-cells = <&qusb2s_hstx_trim>;
+		};
+
+		usb_1_qmpphy: phy@88e9000 {
+			compatible = "qcom,sdm845-qmp-usb3-phy";
+			reg = <0 0x088e9000 0 0x18c>,
+			      <0 0x088e8000 0 0x10>;
+			reg-names = "reg-base", "dp_com";
+			status = "disabled";
+			#clock-cells = <1>;
+			#address-cells = <2>;
+			#size-cells = <2>;
+			ranges;
+
+			clocks = <&gcc GCC_USB3_PRIM_PHY_AUX_CLK>,
+				 <&gcc GCC_USB_PHY_CFG_AHB2PHY_CLK>,
+				 <&gcc GCC_USB3_PRIM_CLKREF_CLK>,
+				 <&gcc GCC_USB3_PRIM_PHY_COM_AUX_CLK>;
+			clock-names = "aux", "cfg_ahb", "ref", "com_aux";
+
+			resets = <&gcc GCC_USB3_DP_PHY_PRIM_BCR>,
+				 <&gcc GCC_USB3_PHY_PRIM_BCR>;
+			reset-names = "phy", "common";
+
+			usb_1_ssphy: lanes@88e9200 {
+				reg = <0 0x088e9200 0 0x128>,
+				      <0 0x088e9400 0 0x200>,
+				      <0 0x088e9c00 0 0x218>,
+				      <0 0x088e9600 0 0x128>,
+				      <0 0x088e9800 0 0x200>,
+				      <0 0x088e9a00 0 0x100>;
+				#phy-cells = <0>;
+				clocks = <&gcc GCC_USB3_PRIM_PHY_PIPE_CLK>;
+				clock-names = "pipe0";
+				clock-output-names = "usb3_phy_pipe_clk_src";
+			};
+		};
+
+		usb_2_qmpphy: phy@88eb000 {
+			compatible = "qcom,sdm845-qmp-usb3-uni-phy";
+			reg = <0 0x088eb000 0 0x18c>;
+			status = "disabled";
+			#clock-cells = <1>;
+			#address-cells = <2>;
+			#size-cells = <2>;
+			ranges;
+
+			clocks = <&gcc GCC_USB3_SEC_PHY_AUX_CLK>,
+				 <&gcc GCC_USB_PHY_CFG_AHB2PHY_CLK>,
+				 <&gcc GCC_USB3_SEC_CLKREF_CLK>,
+				 <&gcc GCC_USB3_SEC_PHY_COM_AUX_CLK>;
+			clock-names = "aux", "cfg_ahb", "ref", "com_aux";
+
+			resets = <&gcc GCC_USB3PHY_PHY_SEC_BCR>,
+				 <&gcc GCC_USB3_PHY_SEC_BCR>;
+			reset-names = "phy", "common";
+
+			usb_2_ssphy: lane@88eb200 {
+				reg = <0 0x088eb200 0 0x128>,
+				      <0 0x088eb400 0 0x1fc>,
+				      <0 0x088eb800 0 0x218>,
+				      <0 0x088eb600 0 0x70>;
+				#phy-cells = <0>;
+				clocks = <&gcc GCC_USB3_SEC_PHY_PIPE_CLK>;
+				clock-names = "pipe0";
+				clock-output-names = "usb3_uni_phy_pipe_clk_src";
+			};
+		};
+
+		usb_1: usb@a6f8800 {
+			compatible = "qcom,sdm845-dwc3", "qcom,dwc3";
+			reg = <0 0x0a6f8800 0 0x400>;
+			status = "disabled";
+			#address-cells = <2>;
+			#size-cells = <2>;
+			ranges;
+			dma-ranges;
+
+			clocks = <&gcc GCC_CFG_NOC_USB3_PRIM_AXI_CLK>,
+				 <&gcc GCC_USB30_PRIM_MASTER_CLK>,
+				 <&gcc GCC_AGGRE_USB3_PRIM_AXI_CLK>,
+				 <&gcc GCC_USB30_PRIM_MOCK_UTMI_CLK>,
+				 <&gcc GCC_USB30_PRIM_SLEEP_CLK>;
+			clock-names = "cfg_noc", "core", "iface", "mock_utmi",
+				      "sleep";
+
+			assigned-clocks = <&gcc GCC_USB30_PRIM_MOCK_UTMI_CLK>,
+					  <&gcc GCC_USB30_PRIM_MASTER_CLK>;
+			assigned-clock-rates = <19200000>, <150000000>;
+
+			interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 486 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 488 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 489 IRQ_TYPE_LEVEL_HIGH>;
+			interrupt-names = "hs_phy_irq", "ss_phy_irq",
+					  "dm_hs_phy_irq", "dp_hs_phy_irq";
+
+			power-domains = <&gcc USB30_PRIM_GDSC>;
+
+			resets = <&gcc GCC_USB30_PRIM_BCR>;
+
+			interconnects = <&aggre2_noc MASTER_USB3_0 &mem_noc SLAVE_EBI1>,
+					<&gladiator_noc MASTER_APPSS_PROC &config_noc SLAVE_USB3_0>;
+			interconnect-names = "usb-ddr", "apps-usb";
+
+			usb_1_dwc3: dwc3@a600000 {
+				compatible = "snps,dwc3";
+				reg = <0 0x0a600000 0 0xcd00>;
+				interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
+				iommus = <&apps_smmu 0x740 0>;
+				snps,dis_u2_susphy_quirk;
+				snps,dis_enblslpm_quirk;
+				phys = <&usb_1_hsphy>, <&usb_1_ssphy>;
+				phy-names = "usb2-phy", "usb3-phy";
+			};
+		};
+
+		usb_2: usb@a8f8800 {
+			compatible = "qcom,sdm845-dwc3", "qcom,dwc3";
+			reg = <0 0x0a8f8800 0 0x400>;
+			status = "disabled";
+			#address-cells = <2>;
+			#size-cells = <2>;
+			ranges;
+			dma-ranges;
+
+			clocks = <&gcc GCC_CFG_NOC_USB3_SEC_AXI_CLK>,
+				 <&gcc GCC_USB30_SEC_MASTER_CLK>,
+				 <&gcc GCC_AGGRE_USB3_SEC_AXI_CLK>,
+				 <&gcc GCC_USB30_SEC_MOCK_UTMI_CLK>,
+				 <&gcc GCC_USB30_SEC_SLEEP_CLK>;
+			clock-names = "cfg_noc", "core", "iface", "mock_utmi",
+				      "sleep";
+
+			assigned-clocks = <&gcc GCC_USB30_SEC_MOCK_UTMI_CLK>,
+					  <&gcc GCC_USB30_SEC_MASTER_CLK>;
+			assigned-clock-rates = <19200000>, <150000000>;
+
+			interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 487 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 490 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 491 IRQ_TYPE_LEVEL_HIGH>;
+			interrupt-names = "hs_phy_irq", "ss_phy_irq",
+					  "dm_hs_phy_irq", "dp_hs_phy_irq";
+
+			power-domains = <&gcc USB30_SEC_GDSC>;
+
+			resets = <&gcc GCC_USB30_SEC_BCR>;
+
+			interconnects = <&aggre2_noc MASTER_USB3_1 &mem_noc SLAVE_EBI1>,
+					<&gladiator_noc MASTER_APPSS_PROC &config_noc SLAVE_USB3_1>;
+			interconnect-names = "usb-ddr", "apps-usb";
+
+			usb_2_dwc3: dwc3@a800000 {
+				compatible = "snps,dwc3";
+				reg = <0 0x0a800000 0 0xcd00>;
+				interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
+				iommus = <&apps_smmu 0x760 0>;
+				snps,dis_u2_susphy_quirk;
+				snps,dis_enblslpm_quirk;
+				phys = <&usb_2_hsphy>, <&usb_2_ssphy>;
+				phy-names = "usb2-phy", "usb3-phy";
+			};
+		};
+
+		venus: video-codec@aa00000 {
+			compatible = "qcom,sdm845-venus-v2";
+			reg = <0 0x0aa00000 0 0xff000>;
+			interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
+			power-domains = <&videocc VENUS_GDSC>,
+					<&videocc VCODEC0_GDSC>,
+					<&videocc VCODEC1_GDSC>;
+			power-domain-names = "venus", "vcodec0", "vcodec1";
+			clocks = <&videocc VIDEO_CC_VENUS_CTL_CORE_CLK>,
+				 <&videocc VIDEO_CC_VENUS_AHB_CLK>,
+				 <&videocc VIDEO_CC_VENUS_CTL_AXI_CLK>,
+				 <&videocc VIDEO_CC_VCODEC0_CORE_CLK>,
+				 <&videocc VIDEO_CC_VCODEC0_AXI_CLK>,
+				 <&videocc VIDEO_CC_VCODEC1_CORE_CLK>,
+				 <&videocc VIDEO_CC_VCODEC1_AXI_CLK>;
+			clock-names = "core", "iface", "bus",
+				      "vcodec0_core", "vcodec0_bus",
+				      "vcodec1_core", "vcodec1_bus";
+			iommus = <&apps_smmu 0x10a0 0x8>,
+				 <&apps_smmu 0x10b0 0x0>;
+			memory-region = <&venus_mem>;
+
+			video-core0 {
+				compatible = "venus-decoder";
+			};
+
+			video-core1 {
+				compatible = "venus-encoder";
+			};
+		};
+
+		videocc: clock-controller@ab00000 {
+			compatible = "qcom,sdm845-videocc";
+			reg = <0 0x0ab00000 0 0x10000>;
+			clocks = <&rpmhcc RPMH_CXO_CLK>;
+			clock-names = "bi_tcxo";
+			#clock-cells = <1>;
+			#power-domain-cells = <1>;
+			#reset-cells = <1>;
+		};
+
+		cci: cci@ac4a000 {
+			compatible = "qcom,sdm845-cci";
+			#address-cells = <1>;
+			#size-cells = <0>;
+
+			reg = <0 0x0ac4a000 0 0x4000>;
+			interrupts = <GIC_SPI 460 IRQ_TYPE_EDGE_RISING>;
+			power-domains = <&clock_camcc TITAN_TOP_GDSC>;
+
+			clocks = <&clock_camcc CAM_CC_CAMNOC_AXI_CLK>,
+				<&clock_camcc CAM_CC_SOC_AHB_CLK>,
+				<&clock_camcc CAM_CC_SLOW_AHB_CLK_SRC>,
+				<&clock_camcc CAM_CC_CPAS_AHB_CLK>,
+				<&clock_camcc CAM_CC_CCI_CLK>,
+				<&clock_camcc CAM_CC_CCI_CLK_SRC>;
+			clock-names = "camnoc_axi",
+				"soc_ahb",
+				"slow_ahb_src",
+				"cpas_ahb",
+				"cci",
+				"cci_src";
+
+			assigned-clocks = <&clock_camcc CAM_CC_CAMNOC_AXI_CLK>,
+				<&clock_camcc CAM_CC_CCI_CLK>;
+			assigned-clock-rates = <80000000>, <37500000>;
+
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <&cci0_default &cci1_default>;
+			pinctrl-1 = <&cci0_sleep &cci1_sleep>;
+
+			status = "disabled";
+
+			cci_i2c0: i2c-bus@0 {
+				reg = <0>;
+				clock-frequency = <1000000>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+			};
+
+			cci_i2c1: i2c-bus@1 {
+				reg = <1>;
+				clock-frequency = <1000000>;
+				#address-cells = <1>;
+				#size-cells = <0>;
+			};
+		};
+
+		clock_camcc: clock-controller@ad00000 {
+			compatible = "qcom,sdm845-camcc";
+			reg = <0 0x0ad00000 0 0x10000>;
+			#clock-cells = <1>;
+			#reset-cells = <1>;
+			#power-domain-cells = <1>;
+		};
+
+		mdss: mdss@ae00000 {
+			compatible = "qcom,sdm845-mdss";
+			reg = <0 0x0ae00000 0 0x1000>;
+			reg-names = "mdss";
+
+			power-domains = <&dispcc MDSS_GDSC>;
+
+			clocks = <&gcc GCC_DISP_AHB_CLK>,
+				 <&gcc GCC_DISP_AXI_CLK>,
+				 <&dispcc DISP_CC_MDSS_MDP_CLK>;
+			clock-names = "iface", "bus", "core";
+
+			assigned-clocks = <&dispcc DISP_CC_MDSS_MDP_CLK>;
+			assigned-clock-rates = <300000000>;
+
+			interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
+			interrupt-controller;
+			#interrupt-cells = <1>;
+
+			iommus = <&apps_smmu 0x880 0x8>,
+			         <&apps_smmu 0xc80 0x8>;
+
+			status = "disabled";
+
+			#address-cells = <2>;
+			#size-cells = <2>;
+			ranges;
+
+			mdss_mdp: mdp@ae01000 {
+				compatible = "qcom,sdm845-dpu";
+				reg = <0 0x0ae01000 0 0x8f000>,
+				      <0 0x0aeb0000 0 0x2008>;
+				reg-names = "mdp", "vbif";
+
+				clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>,
+					 <&dispcc DISP_CC_MDSS_AXI_CLK>,
+					 <&dispcc DISP_CC_MDSS_MDP_CLK>,
+					 <&dispcc DISP_CC_MDSS_VSYNC_CLK>;
+				clock-names = "iface", "bus", "core", "vsync";
+
+				assigned-clocks = <&dispcc DISP_CC_MDSS_MDP_CLK>,
+						  <&dispcc DISP_CC_MDSS_VSYNC_CLK>;
+				assigned-clock-rates = <300000000>,
+						       <19200000>;
+
+				interrupt-parent = <&mdss>;
+				interrupts = <0 IRQ_TYPE_LEVEL_HIGH>;
+
+				status = "disabled";
+
+				ports {
+					#address-cells = <1>;
+					#size-cells = <0>;
+
+					port@0 {
+						reg = <0>;
+						dpu_intf1_out: endpoint {
+							remote-endpoint = <&dsi0_in>;
+						};
+					};
+
+					port@1 {
+						reg = <1>;
+						dpu_intf2_out: endpoint {
+							remote-endpoint = <&dsi1_in>;
+						};
+					};
+				};
+			};
+
+			dsi0: dsi@ae94000 {
+				compatible = "qcom,mdss-dsi-ctrl";
+				reg = <0 0x0ae94000 0 0x400>;
+				reg-names = "dsi_ctrl";
+
+				interrupt-parent = <&mdss>;
+				interrupts = <4 IRQ_TYPE_LEVEL_HIGH>;
+
+				clocks = <&dispcc DISP_CC_MDSS_BYTE0_CLK>,
+					 <&dispcc DISP_CC_MDSS_BYTE0_INTF_CLK>,
+					 <&dispcc DISP_CC_MDSS_PCLK0_CLK>,
+					 <&dispcc DISP_CC_MDSS_ESC0_CLK>,
+					 <&dispcc DISP_CC_MDSS_AHB_CLK>,
+					 <&dispcc DISP_CC_MDSS_AXI_CLK>;
+				clock-names = "byte",
+					      "byte_intf",
+					      "pixel",
+					      "core",
+					      "iface",
+					      "bus";
+
+				phys = <&dsi0_phy>;
+				phy-names = "dsi";
+
+				status = "disabled";
+
+				ports {
+					#address-cells = <1>;
+					#size-cells = <0>;
+
+					port@0 {
+						reg = <0>;
+						dsi0_in: endpoint {
+							remote-endpoint = <&dpu_intf1_out>;
+						};
+					};
+
+					port@1 {
+						reg = <1>;
+						dsi0_out: endpoint {
+						};
+					};
+				};
+			};
+
+			dsi0_phy: dsi-phy@ae94400 {
+				compatible = "qcom,dsi-phy-10nm";
+				reg = <0 0x0ae94400 0 0x200>,
+				      <0 0x0ae94600 0 0x280>,
+				      <0 0x0ae94a00 0 0x1e0>;
+				reg-names = "dsi_phy",
+					    "dsi_phy_lane",
+					    "dsi_pll";
+
+				#clock-cells = <1>;
+				#phy-cells = <0>;
+
+				clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>,
+					 <&rpmhcc RPMH_CXO_CLK>;
+				clock-names = "iface", "ref";
+
+				status = "disabled";
+			};
+
+			dsi1: dsi@ae96000 {
+				compatible = "qcom,mdss-dsi-ctrl";
+				reg = <0 0x0ae96000 0 0x400>;
+				reg-names = "dsi_ctrl";
+
+				interrupt-parent = <&mdss>;
+				interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
+
+				clocks = <&dispcc DISP_CC_MDSS_BYTE1_CLK>,
+					 <&dispcc DISP_CC_MDSS_BYTE1_INTF_CLK>,
+					 <&dispcc DISP_CC_MDSS_PCLK1_CLK>,
+					 <&dispcc DISP_CC_MDSS_ESC1_CLK>,
+					 <&dispcc DISP_CC_MDSS_AHB_CLK>,
+					 <&dispcc DISP_CC_MDSS_AXI_CLK>;
+				clock-names = "byte",
+					      "byte_intf",
+					      "pixel",
+					      "core",
+					      "iface",
+					      "bus";
+
+				phys = <&dsi1_phy>;
+				phy-names = "dsi";
+
+				status = "disabled";
+
+				ports {
+					#address-cells = <1>;
+					#size-cells = <0>;
+
+					port@0 {
+						reg = <0>;
+						dsi1_in: endpoint {
+							remote-endpoint = <&dpu_intf2_out>;
+						};
+					};
+
+					port@1 {
+						reg = <1>;
+						dsi1_out: endpoint {
+						};
+					};
+				};
+			};
+
+			dsi1_phy: dsi-phy@ae96400 {
+				compatible = "qcom,dsi-phy-10nm";
+				reg = <0 0x0ae96400 0 0x200>,
+				      <0 0x0ae96600 0 0x280>,
+				      <0 0x0ae96a00 0 0x10e>;
+				reg-names = "dsi_phy",
+					    "dsi_phy_lane",
+					    "dsi_pll";
+
+				#clock-cells = <1>;
+				#phy-cells = <0>;
+
+				clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>,
+					 <&rpmhcc RPMH_CXO_CLK>;
+				clock-names = "iface", "ref";
+
+				status = "disabled";
+			};
+		};
+
+		gpu: gpu@5000000 {
+			compatible = "qcom,adreno-630.2", "qcom,adreno";
+			#stream-id-cells = <16>;
+
+			reg = <0 0x5000000 0 0x40000>, <0 0x509e000 0 0x10>;
+			reg-names = "kgsl_3d0_reg_memory", "cx_mem";
+
+			/*
+			 * Look ma, no clocks! The GPU clocks and power are
+			 * controlled entirely by the GMU
+			 */
+
+			interrupts = <GIC_SPI 300 IRQ_TYPE_LEVEL_HIGH>;
+
+			iommus = <&adreno_smmu 0>;
+
+			operating-points-v2 = <&gpu_opp_table>;
+
+			qcom,gmu = <&gmu>;
+
+			gpu_opp_table: opp-table {
+				compatible = "operating-points-v2";
+
+				opp-710000000 {
+					opp-hz = /bits/ 64 <710000000>;
+					opp-level = <RPMH_REGULATOR_LEVEL_TURBO_L1>;
+				};
+
+				opp-675000000 {
+					opp-hz = /bits/ 64 <675000000>;
+					opp-level = <RPMH_REGULATOR_LEVEL_TURBO>;
+				};
+
+				opp-596000000 {
+					opp-hz = /bits/ 64 <596000000>;
+					opp-level = <RPMH_REGULATOR_LEVEL_NOM_L1>;
+				};
+
+				opp-520000000 {
+					opp-hz = /bits/ 64 <520000000>;
+					opp-level = <RPMH_REGULATOR_LEVEL_NOM>;
+				};
+
+				opp-414000000 {
+					opp-hz = /bits/ 64 <414000000>;
+					opp-level = <RPMH_REGULATOR_LEVEL_SVS_L1>;
+				};
+
+				opp-342000000 {
+					opp-hz = /bits/ 64 <342000000>;
+					opp-level = <RPMH_REGULATOR_LEVEL_SVS>;
+				};
+
+				opp-257000000 {
+					opp-hz = /bits/ 64 <257000000>;
+					opp-level = <RPMH_REGULATOR_LEVEL_LOW_SVS>;
+				};
+			};
+		};
+
+		adreno_smmu: iommu@5040000 {
+			compatible = "qcom,sdm845-smmu-v2", "qcom,smmu-v2";
+			reg = <0 0x5040000 0 0x10000>;
+			#iommu-cells = <1>;
+			#global-interrupts = <2>;
+			interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 231 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 364 IRQ_TYPE_EDGE_RISING>,
+				     <GIC_SPI 365 IRQ_TYPE_EDGE_RISING>,
+				     <GIC_SPI 366 IRQ_TYPE_EDGE_RISING>,
+				     <GIC_SPI 367 IRQ_TYPE_EDGE_RISING>,
+				     <GIC_SPI 368 IRQ_TYPE_EDGE_RISING>,
+				     <GIC_SPI 369 IRQ_TYPE_EDGE_RISING>,
+				     <GIC_SPI 370 IRQ_TYPE_EDGE_RISING>,
+				     <GIC_SPI 371 IRQ_TYPE_EDGE_RISING>;
+			clocks = <&gcc GCC_GPU_MEMNOC_GFX_CLK>,
+			         <&gcc GCC_GPU_CFG_AHB_CLK>;
+			clock-names = "bus", "iface";
+
+			power-domains = <&gpucc GPU_CX_GDSC>;
+		};
+
+		gmu: gmu@506a000 {
+			compatible="qcom,adreno-gmu-630.2", "qcom,adreno-gmu";
+
+			reg = <0 0x506a000 0 0x30000>,
+			      <0 0xb280000 0 0x10000>,
+			      <0 0xb480000 0 0x10000>;
+			reg-names = "gmu", "gmu_pdc", "gmu_pdc_seq";
+
+			interrupts = <GIC_SPI 304 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 305 IRQ_TYPE_LEVEL_HIGH>;
+			interrupt-names = "hfi", "gmu";
+
+			clocks = <&gpucc GPU_CC_CX_GMU_CLK>,
+			         <&gpucc GPU_CC_CXO_CLK>,
+				 <&gcc GCC_DDRSS_GPU_AXI_CLK>,
+				 <&gcc GCC_GPU_MEMNOC_GFX_CLK>;
+			clock-names = "gmu", "cxo", "axi", "memnoc";
+
+			power-domains = <&gpucc GPU_CX_GDSC>,
+					<&gpucc GPU_GX_GDSC>;
+			power-domain-names = "cx", "gx";
+
+			iommus = <&adreno_smmu 5>;
+
+			operating-points-v2 = <&gmu_opp_table>;
+
+			gmu_opp_table: opp-table {
+				compatible = "operating-points-v2";
+
+				opp-400000000 {
+					opp-hz = /bits/ 64 <400000000>;
+					opp-level = <RPMH_REGULATOR_LEVEL_SVS>;
+				};
+
+				opp-200000000 {
+					opp-hz = /bits/ 64 <200000000>;
+					opp-level = <RPMH_REGULATOR_LEVEL_MIN_SVS>;
+				};
+			};
+		};
+
+		dispcc: clock-controller@af00000 {
+			compatible = "qcom,sdm845-dispcc";
+			reg = <0 0x0af00000 0 0x10000>;
+			clocks = <&rpmhcc RPMH_CXO_CLK>,
+				 <&gcc GCC_DISP_GPLL0_CLK_SRC>,
+				 <&gcc GCC_DISP_GPLL0_DIV_CLK_SRC>,
+				 <&dsi0_phy 0>,
+				 <&dsi0_phy 1>,
+				 <&dsi1_phy 0>,
+				 <&dsi1_phy 1>,
+				 <0>,
+				 <0>;
+			clock-names = "bi_tcxo",
+				      "gcc_disp_gpll0_clk_src",
+				      "gcc_disp_gpll0_div_clk_src",
+				      "dsi0_phy_pll_out_byteclk",
+				      "dsi0_phy_pll_out_dsiclk",
+				      "dsi1_phy_pll_out_byteclk",
+				      "dsi1_phy_pll_out_dsiclk",
+				      "dp_link_clk_divsel_ten",
+				      "dp_vco_divided_clk_src_mux";
+			#clock-cells = <1>;
+			#reset-cells = <1>;
+			#power-domain-cells = <1>;
+		};
+
+		pdc_intc: interrupt-controller@b220000 {
+			compatible = "qcom,sdm845-pdc", "qcom,pdc";
+			reg = <0 0x0b220000 0 0x30000>;
+			qcom,pdc-ranges = <0 480 94>, <94 609 15>, <115 630 7>;
+			#interrupt-cells = <2>;
+			interrupt-parent = <&intc>;
+			interrupt-controller;
+		};
+
+		pdc_reset: reset-controller@b2e0000 {
+			compatible = "qcom,sdm845-pdc-global";
+			reg = <0 0x0b2e0000 0 0x20000>;
+			#reset-cells = <1>;
+		};
+
+		tsens0: thermal-sensor@c263000 {
+			compatible = "qcom,sdm845-tsens", "qcom,tsens-v2";
+			reg = <0 0x0c263000 0 0x1ff>, /* TM */
+			      <0 0x0c222000 0 0x1ff>; /* SROT */
+			#qcom,sensors = <13>;
+			interrupts = <GIC_SPI 506 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 508 IRQ_TYPE_LEVEL_HIGH>;
+			interrupt-names = "uplow", "critical";
+			#thermal-sensor-cells = <1>;
+		};
+
+		tsens1: thermal-sensor@c265000 {
+			compatible = "qcom,sdm845-tsens", "qcom,tsens-v2";
+			reg = <0 0x0c265000 0 0x1ff>, /* TM */
+			      <0 0x0c223000 0 0x1ff>; /* SROT */
+			#qcom,sensors = <8>;
+			interrupts = <GIC_SPI 507 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 509 IRQ_TYPE_LEVEL_HIGH>;
+			interrupt-names = "uplow", "critical";
+			#thermal-sensor-cells = <1>;
+		};
+
+		aoss_reset: reset-controller@c2a0000 {
+			compatible = "qcom,sdm845-aoss-cc";
+			reg = <0 0x0c2a0000 0 0x31000>;
+			#reset-cells = <1>;
+		};
+
+		aoss_qmp: qmp@c300000 {
+			compatible = "qcom,sdm845-aoss-qmp";
+			reg = <0 0x0c300000 0 0x100000>;
+			interrupts = <GIC_SPI 389 IRQ_TYPE_EDGE_RISING>;
+			mboxes = <&apss_shared 0>;
+
+			#clock-cells = <0>;
+			#power-domain-cells = <1>;
+
+			cx_cdev: cx {
+				#cooling-cells = <2>;
+			};
+
+			ebi_cdev: ebi {
+				#cooling-cells = <2>;
+			};
+		};
+
+		spmi_bus: spmi@c440000 {
+			compatible = "qcom,spmi-pmic-arb";
+			reg = <0 0x0c440000 0 0x1100>,
+			      <0 0x0c600000 0 0x2000000>,
+			      <0 0x0e600000 0 0x100000>,
+			      <0 0x0e700000 0 0xa0000>,
+			      <0 0x0c40a000 0 0x26000>;
+			reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
+			interrupt-names = "periph_irq";
+			interrupts = <GIC_SPI 481 IRQ_TYPE_LEVEL_HIGH>;
+			qcom,ee = <0>;
+			qcom,channel = <0>;
+			#address-cells = <2>;
+			#size-cells = <0>;
+			interrupt-controller;
+			#interrupt-cells = <4>;
+			cell-index = <0>;
+		};
+
+		apps_smmu: iommu@15000000 {
+			compatible = "qcom,sdm845-smmu-500", "arm,mmu-500";
+			reg = <0 0x15000000 0 0x80000>;
+			#iommu-cells = <2>;
+			#global-interrupts = <1>;
+			interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 181 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 182 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 183 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 185 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 315 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 316 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 318 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 319 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 320 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 321 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 322 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 323 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 324 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 325 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 326 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 327 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 328 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 329 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 330 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 331 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 332 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 333 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 338 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>;
+		};
+
+		lpasscc: clock-controller@17014000 {
+			compatible = "qcom,sdm845-lpasscc";
+			reg = <0 0x17014000 0 0x1f004>, <0 0x17300000 0 0x200>;
+			reg-names = "cc", "qdsp6ss";
+			#clock-cells = <1>;
+			status = "disabled";
+		};
+
+		gladiator_noc: interconnect@17900000 {
+			compatible = "qcom,sdm845-gladiator-noc";
+			reg = <0 0x17900000 0 0xd080>;
+			#interconnect-cells = <1>;
+			qcom,bcm-voters = <&apps_bcm_voter>;
+		};
+
+		watchdog@17980000 {
+			compatible = "qcom,apss-wdt-sdm845", "qcom,kpss-wdt";
+			reg = <0 0x17980000 0 0x1000>;
+			clocks = <&sleep_clk>;
+		};
+
+		apss_shared: mailbox@17990000 {
+			compatible = "qcom,sdm845-apss-shared";
+			reg = <0 0x17990000 0 0x1000>;
+			#mbox-cells = <1>;
+		};
+
+		apps_rsc: rsc@179c0000 {
+			label = "apps_rsc";
+			compatible = "qcom,rpmh-rsc";
+			reg = <0 0x179c0000 0 0x10000>,
+			      <0 0x179d0000 0 0x10000>,
+			      <0 0x179e0000 0 0x10000>;
+			reg-names = "drv-0", "drv-1", "drv-2";
+			interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
+			qcom,tcs-offset = <0xd00>;
+			qcom,drv-id = <2>;
+			qcom,tcs-config = <ACTIVE_TCS  2>,
+					  <SLEEP_TCS   3>,
+					  <WAKE_TCS    3>,
+					  <CONTROL_TCS 1>;
+
+			apps_bcm_voter: bcm-voter {
+				compatible = "qcom,bcm-voter";
+			};
+
+			rpmhcc: clock-controller {
+				compatible = "qcom,sdm845-rpmh-clk";
+				#clock-cells = <1>;
+				clock-names = "xo";
+				clocks = <&xo_board>;
+			};
+
+			rpmhpd: power-controller {
+				compatible = "qcom,sdm845-rpmhpd";
+				#power-domain-cells = <1>;
+				operating-points-v2 = <&rpmhpd_opp_table>;
+
+				rpmhpd_opp_table: opp-table {
+					compatible = "operating-points-v2";
+
+					rpmhpd_opp_ret: opp1 {
+						opp-level = <RPMH_REGULATOR_LEVEL_RETENTION>;
+					};
+
+					rpmhpd_opp_min_svs: opp2 {
+						opp-level = <RPMH_REGULATOR_LEVEL_MIN_SVS>;
+					};
+
+					rpmhpd_opp_low_svs: opp3 {
+						opp-level = <RPMH_REGULATOR_LEVEL_LOW_SVS>;
+					};
+
+					rpmhpd_opp_svs: opp4 {
+						opp-level = <RPMH_REGULATOR_LEVEL_SVS>;
+					};
+
+					rpmhpd_opp_svs_l1: opp5 {
+						opp-level = <RPMH_REGULATOR_LEVEL_SVS_L1>;
+					};
+
+					rpmhpd_opp_nom: opp6 {
+						opp-level = <RPMH_REGULATOR_LEVEL_NOM>;
+					};
+
+					rpmhpd_opp_nom_l1: opp7 {
+						opp-level = <RPMH_REGULATOR_LEVEL_NOM_L1>;
+					};
+
+					rpmhpd_opp_nom_l2: opp8 {
+						opp-level = <RPMH_REGULATOR_LEVEL_NOM_L2>;
+					};
+
+					rpmhpd_opp_turbo: opp9 {
+						opp-level = <RPMH_REGULATOR_LEVEL_TURBO>;
+					};
+
+					rpmhpd_opp_turbo_l1: opp10 {
+						opp-level = <RPMH_REGULATOR_LEVEL_TURBO_L1>;
+					};
+				};
+			};
+		};
+
+		intc: interrupt-controller@17a00000 {
+			compatible = "arm,gic-v3";
+			#address-cells = <2>;
+			#size-cells = <2>;
+			ranges;
+			#interrupt-cells = <3>;
+			interrupt-controller;
+			reg = <0 0x17a00000 0 0x10000>,     /* GICD */
+			      <0 0x17a60000 0 0x100000>;    /* GICR * 8 */
+			interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
+
+			msi-controller@17a40000 {
+				compatible = "arm,gic-v3-its";
+				msi-controller;
+				#msi-cells = <1>;
+				reg = <0 0x17a40000 0 0x20000>;
+				status = "disabled";
+			};
+		};
+
+		slimbam: dma@17184000 {
+			compatible = "qcom,bam-v1.7.0";
+			qcom,controlled-remotely;
+			reg = <0 0x17184000 0 0x2a000>;
+			num-channels  = <31>;
+			interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>;
+			#dma-cells = <1>;
+			qcom,ee = <1>;
+			qcom,num-ees = <2>;
+			iommus = <&apps_smmu 0x1806 0x0>;
+		};
+
+		timer@17c90000 {
+			#address-cells = <2>;
+			#size-cells = <2>;
+			ranges;
+			compatible = "arm,armv7-timer-mem";
+			reg = <0 0x17c90000 0 0x1000>;
+
+			frame@17ca0000 {
+				frame-number = <0>;
+				interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
+					     <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
+				reg = <0 0x17ca0000 0 0x1000>,
+				      <0 0x17cb0000 0 0x1000>;
+			};
+
+			frame@17cc0000 {
+				frame-number = <1>;
+				interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
+				reg = <0 0x17cc0000 0 0x1000>;
+				status = "disabled";
+			};
+
+			frame@17cd0000 {
+				frame-number = <2>;
+				interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
+				reg = <0 0x17cd0000 0 0x1000>;
+				status = "disabled";
+			};
+
+			frame@17ce0000 {
+				frame-number = <3>;
+				interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
+				reg = <0 0x17ce0000 0 0x1000>;
+				status = "disabled";
+			};
+
+			frame@17cf0000 {
+				frame-number = <4>;
+				interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
+				reg = <0 0x17cf0000 0 0x1000>;
+				status = "disabled";
+			};
+
+			frame@17d00000 {
+				frame-number = <5>;
+				interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
+				reg = <0 0x17d00000 0 0x1000>;
+				status = "disabled";
+			};
+
+			frame@17d10000 {
+				frame-number = <6>;
+				interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
+				reg = <0 0x17d10000 0 0x1000>;
+				status = "disabled";
+			};
+		};
+
+		osm_l3: interconnect@17d41000 {
+			compatible = "qcom,sdm845-osm-l3";
+			reg = <0 0x17d41000 0 0x1400>;
+
+			clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>;
+			clock-names = "xo", "alternate";
+
+			#interconnect-cells = <1>;
+		};
+
+		cpufreq_hw: cpufreq@17d43000 {
+			compatible = "qcom,cpufreq-hw";
+			reg = <0 0x17d43000 0 0x1400>, <0 0x17d45800 0 0x1400>;
+			reg-names = "freq-domain0", "freq-domain1";
+
+			clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>;
+			clock-names = "xo", "alternate";
+
+			#freq-domain-cells = <1>;
+		};
+
+		wifi: wifi@18800000 {
+			compatible = "qcom,wcn3990-wifi";
+			status = "disabled";
+			reg = <0 0x18800000 0 0x800000>;
+			reg-names = "membase";
+			memory-region = <&wlan_msa_mem>;
+			clock-names = "cxo_ref_clk_pin";
+			clocks = <&rpmhcc RPMH_RF_CLK2>;
+			interrupts =
+				<GIC_SPI 414 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 415 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 416 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 417 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 418 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 419 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 420 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 421 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 422 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 423 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 424 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 425 IRQ_TYPE_LEVEL_HIGH>;
+			iommus = <&apps_smmu 0x0040 0x1>;
+		};
+	};
+
+	thermal-zones {
+		cpu0-thermal {
+			polling-delay-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens0 1>;
+
+			trips {
+				cpu0_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "passive";
+				};
+
+				cpu0_alert1: trip-point1 {
+					temperature = <95000>;
+					hysteresis = <2000>;
+					type = "passive";
+				};
+
+				cpu0_crit: cpu_crit {
+					temperature = <110000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+
+			cooling-maps {
+				map0 {
+					trip = <&cpu0_alert0>;
+					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>;
+				};
+				map1 {
+					trip = <&cpu0_alert1>;
+					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-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens0 2>;
+
+			trips {
+				cpu1_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "passive";
+				};
+
+				cpu1_alert1: trip-point1 {
+					temperature = <95000>;
+					hysteresis = <2000>;
+					type = "passive";
+				};
+
+				cpu1_crit: cpu_crit {
+					temperature = <110000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+
+			cooling-maps {
+				map0 {
+					trip = <&cpu1_alert0>;
+					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>;
+				};
+				map1 {
+					trip = <&cpu1_alert1>;
+					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-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens0 3>;
+
+			trips {
+				cpu2_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "passive";
+				};
+
+				cpu2_alert1: trip-point1 {
+					temperature = <95000>;
+					hysteresis = <2000>;
+					type = "passive";
+				};
+
+				cpu2_crit: cpu_crit {
+					temperature = <110000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+
+			cooling-maps {
+				map0 {
+					trip = <&cpu2_alert0>;
+					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>;
+				};
+				map1 {
+					trip = <&cpu2_alert1>;
+					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-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens0 4>;
+
+			trips {
+				cpu3_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "passive";
+				};
+
+				cpu3_alert1: trip-point1 {
+					temperature = <95000>;
+					hysteresis = <2000>;
+					type = "passive";
+				};
+
+				cpu3_crit: cpu_crit {
+					temperature = <110000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+
+			cooling-maps {
+				map0 {
+					trip = <&cpu3_alert0>;
+					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>;
+				};
+				map1 {
+					trip = <&cpu3_alert1>;
+					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-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens0 7>;
+
+			trips {
+				cpu4_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "passive";
+				};
+
+				cpu4_alert1: trip-point1 {
+					temperature = <95000>;
+					hysteresis = <2000>;
+					type = "passive";
+				};
+
+				cpu4_crit: cpu_crit {
+					temperature = <110000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+
+			cooling-maps {
+				map0 {
+					trip = <&cpu4_alert0>;
+					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>;
+				};
+				map1 {
+					trip = <&cpu4_alert1>;
+					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-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens0 8>;
+
+			trips {
+				cpu5_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "passive";
+				};
+
+				cpu5_alert1: trip-point1 {
+					temperature = <95000>;
+					hysteresis = <2000>;
+					type = "passive";
+				};
+
+				cpu5_crit: cpu_crit {
+					temperature = <110000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+
+			cooling-maps {
+				map0 {
+					trip = <&cpu5_alert0>;
+					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>;
+				};
+				map1 {
+					trip = <&cpu5_alert1>;
+					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-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens0 9>;
+
+			trips {
+				cpu6_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "passive";
+				};
+
+				cpu6_alert1: trip-point1 {
+					temperature = <95000>;
+					hysteresis = <2000>;
+					type = "passive";
+				};
+
+				cpu6_crit: cpu_crit {
+					temperature = <110000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+
+			cooling-maps {
+				map0 {
+					trip = <&cpu6_alert0>;
+					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>;
+				};
+				map1 {
+					trip = <&cpu6_alert1>;
+					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-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens0 10>;
+
+			trips {
+				cpu7_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "passive";
+				};
+
+				cpu7_alert1: trip-point1 {
+					temperature = <95000>;
+					hysteresis = <2000>;
+					type = "passive";
+				};
+
+				cpu7_crit: cpu_crit {
+					temperature = <110000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+
+			cooling-maps {
+				map0 {
+					trip = <&cpu7_alert0>;
+					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>;
+				};
+				map1 {
+					trip = <&cpu7_alert1>;
+					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>;
+				};
+			};
+		};
+
+		aoss0-thermal {
+			polling-delay-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens0 0>;
+
+			trips {
+				aoss0_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "hot";
+				};
+			};
+		};
+
+		cluster0-thermal {
+			polling-delay-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens0 5>;
+
+			trips {
+				cluster0_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "hot";
+				};
+				cluster0_crit: cluster0_crit {
+					temperature = <110000>;
+					hysteresis = <2000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cluster1-thermal {
+			polling-delay-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens0 6>;
+
+			trips {
+				cluster1_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "hot";
+				};
+				cluster1_crit: cluster1_crit {
+					temperature = <110000>;
+					hysteresis = <2000>;
+					type = "critical";
+				};
+			};
+		};
+
+		gpu-thermal-top {
+			polling-delay-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens0 11>;
+
+			trips {
+				gpu1_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "hot";
+				};
+			};
+		};
+
+		gpu-thermal-bottom {
+			polling-delay-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens0 12>;
+
+			trips {
+				gpu2_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "hot";
+				};
+			};
+		};
+
+		aoss1-thermal {
+			polling-delay-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens1 0>;
+
+			trips {
+				aoss1_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "hot";
+				};
+			};
+		};
+
+		q6-modem-thermal {
+			polling-delay-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens1 1>;
+
+			trips {
+				q6_modem_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "hot";
+				};
+			};
+		};
+
+		mem-thermal {
+			polling-delay-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens1 2>;
+
+			trips {
+				mem_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "hot";
+				};
+			};
+		};
+
+		wlan-thermal {
+			polling-delay-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens1 3>;
+
+			trips {
+				wlan_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "hot";
+				};
+			};
+		};
+
+		q6-hvx-thermal {
+			polling-delay-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens1 4>;
+
+			trips {
+				q6_hvx_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "hot";
+				};
+			};
+		};
+
+		camera-thermal {
+			polling-delay-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens1 5>;
+
+			trips {
+				camera_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "hot";
+				};
+			};
+		};
+
+		video-thermal {
+			polling-delay-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens1 6>;
+
+			trips {
+				video_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "hot";
+				};
+			};
+		};
+
+		modem-thermal {
+			polling-delay-passive = <250>;
+			polling-delay = <1000>;
+
+			thermal-sensors = <&tsens1 7>;
+
+			trips {
+				modem_alert0: trip-point0 {
+					temperature = <90000>;
+					hysteresis = <2000>;
+					type = "hot";
+				};
+			};
+		};
+	};
+};
-- 
2.47.1