FROMLIST v3 arm64: dts: qcom: milos: Add IMEM node
Add a node for the IMEM found on Milos, which contains pil-reloc-info and the modem tables for IPA, among others. Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
This commit is contained in:
parent
faa1559e1d
commit
348bad1406
1 changed files with 20 additions and 0 deletions
|
|
@ -2433,6 +2433,26 @@
|
|||
};
|
||||
};
|
||||
|
||||
sram@14680000 {
|
||||
compatible = "qcom,milos-imem", "mmio-sram";
|
||||
reg = <0x0 0x14680000 0x0 0x2c000>;
|
||||
ranges = <0x0 0x0 0x14680000 0x2c000>;
|
||||
|
||||
no-memory-wc;
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
pil-reloc-sram@94c {
|
||||
compatible = "qcom,pil-reloc-info";
|
||||
reg = <0x94c 0xc8>;
|
||||
};
|
||||
|
||||
ipa_modem_tables: modem-tables-sram@3000 {
|
||||
reg = <0x3000 0x2000>;
|
||||
};
|
||||
};
|
||||
|
||||
apps_smmu: iommu@15000000 {
|
||||
compatible = "qcom,milos-smmu-500", "qcom,smmu-500", "arm,mmu-500";
|
||||
reg = <0x0 0x15000000 0x0 0x100000>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue