Commit 3d5a9f6d authored by Komal Bajaj's avatar Komal Bajaj Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: qru1000-idp: Update reserved memory region



Add missing reserved regions as described in QRU1000 memory map.

Signed-off-by: default avatarKomal Bajaj <quic_kbajaj@quicinc.com>
Link: https://lore.kernel.org/r/20230706125129.20969-3-quic_kbajaj@quicinc.com


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent d52775a6
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -448,6 +448,18 @@ &qupv3_id_0 {
	status = "okay";
};

&reserved_memory {
	ecc_meta_data_mem: ecc-meta-data@f0000000 {
		reg = <0x0 0xf0000000 0x0 0x10000000>;
		no-map;
	};

	tenx_sp_mem: tenx-sp-buffer@800000000 {
		reg = <0x8 0x0 0x0 0x80000000>;
		no-map;
	};
};

&tlmm {
	gpio-reserved-ranges = <28 2>;
};