arm64: dts: qcom: sm8350: Add rmtfs node

Add the rmtfs as a reserved memory node.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20210212115532.1339942-4-vkoul@kernel.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
Vinod Koul 2021-02-12 17:25:28 +05:30 коммит произвёл Bjorn Andersson
Родитель 90f57509fe
Коммит 774890c936
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -257,6 +257,15 @@
no-map;
};
rmtfs_mem: memory@9b800000 {
compatible = "qcom,rmtfs-mem";
reg = <0x0 0x9b800000 0x0 0x280000>;
no-map;
qcom,client-id = <1>;
qcom,vmid = <15>;
};
hyp_reserved_mem: memory@d0000000 {
reg = <0x0 0xd0000000 0x0 0x800000>;
no-map;