mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-05 20:30:41 +00:00
arm64: dts: qcom: sc7180: define ipa_fw_mem node
Define the reserved memory space used for IPA firmware for the Qualcomm SC7180 SoC. Signed-off-by: Alex Elder <elder@linaro.org> Link: https://lore.kernel.org/r/20210804210214.1891755-4-elder@linaro.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
8dc7e3e5fe
commit
310b266655
@ -110,6 +110,11 @@ tz_mem: memory@80b00000 {
|
|||||||
no-map;
|
no-map;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ipa_fw_mem: memory@8b700000 {
|
||||||
|
reg = <0 0x8b700000 0 0x10000>;
|
||||||
|
no-map;
|
||||||
|
};
|
||||||
|
|
||||||
rmtfs_mem: memory@94600000 {
|
rmtfs_mem: memory@94600000 {
|
||||||
compatible = "qcom,rmtfs-mem";
|
compatible = "qcom,rmtfs-mem";
|
||||||
reg = <0x0 0x94600000 0x0 0x200000>;
|
reg = <0x0 0x94600000 0x0 0x200000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user