ARM: dts: msm: Add secure test nodes on Ravelin

Add one secure test node. As page tables also can be accessed by VMID_HLOS,
basic working flow can be tested.

Change-Id: Ieadbf06f93adaed14440b6f4da5d59e5f65df01b
This commit is contained in:
Zhenhua Huang
2022-11-30 18:09:34 +08:00
parent 32d88386af
commit 5bf64a37f9

View File

@@ -332,5 +332,12 @@
iommus = <&kgsl_smmu 0x407 0x400>;
dma-coherent;
};
usecase7_apps_secure {
compatible = "qcom,iommu-debug-usecase";
iommus = <&apps_smmu 0x7e0 0>;
qcom,iommu-dma = "atomic";
qcom,iommu-vmid = <0xA>; /* VMID_CP_PIXEL */
};
};
};