arm64: dts: qcom: qdu1000-idp: Update reserved memory region
authorKomal Bajaj <quic_kbajaj@quicinc.com>
Thu, 6 Jul 2023 12:51:28 +0000 (18:21 +0530)
committerBjorn Andersson <andersson@kernel.org>
Sat, 22 Jul 2023 02:51:18 +0000 (19:51 -0700)
Add missing reserved regions as described in QDU1000 memory map.

Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com>
Link: https://lore.kernel.org/r/20230706125129.20969-2-quic_kbajaj@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/qdu1000-idp.dts

index 0496e87ddfd5a5572f9fc7a69a8d26b9d334d26e..5a25cdec969eb1b06b3d4fec9c2f18e8cb74b3a3 100644 (file)
        status = "okay";
 };
 
+&reserved_memory {
+       ecc_meta_data_mem: ecc-meta-data@e0000000 {
+               reg = <0x0 0xe0000000 0x0 0x20000000>;
+               no-map;
+       };
+
+       harq_buffer_mem: harq-buffer@800000000 {
+               reg = <0x8 0x0 0x0 0x80000000>;
+               no-map;
+       };
+
+       tenx_sp_buffer_mem: tenx-sp-buffer@880000000 {
+               reg = <0x8 0x80000000 0x0 0x50000000>;
+               no-map;
+       };
+
+       fapi_buffer_mem: fapi-buffer@8d0000000 {
+               reg = <0x8 0xd0000000 0x0 0x20000000>;
+               no-map;
+       };
+};
+
 &sdhc {
        pinctrl-0 = <&sdc_on_state>;
        pinctrl-1 = <&sdc_off_state>;