ARM: dts: msm: add initial memory configuration for sdxkova

Add initial memory configuration and reserved memory map
for sdxkova, inline with v1.

Change-Id: I3748f7264d39b579c6cabfb5ae0ec7dbf9da3ef0
Signed-off-by: Bibek Kumar Patro <quic_bibekkum@quicinc.com>
This commit is contained in:
Bibek Kumar Patro
2024-07-04 18:22:46 +05:30
parent 97878aa1ab
commit 8bc7268ce0
4 changed files with 161 additions and 0 deletions

View File

@@ -13,4 +13,22 @@
hyplog-address-offset = <0x410>;
hyplog-size-offset = <0x414>;
};
/delete-node/ reserved-memory;
reserved_memory: reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;
system_cma: linux,cma {
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
reusable;
alignment = <0x0 0x400000>;
size = <0x0 0x2000000>;
linux,cma-default;
};
};
};