mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
ARM: dts: msm: Add qseecom node for sa8155 gvm
Enable qseecom node for SA8155 GVM platform. Change-Id: I9daea7199b5cf43dd6299dde0fa4364fc86c0982
This commit is contained in:
@@ -103,6 +103,31 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
firmware: firmware {
|
||||
scm {
|
||||
compatible = "qcom,scm";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&soc {
|
||||
qtee_shmbridge {
|
||||
compatible = "qcom,tee-shared-memory-bridge";
|
||||
};
|
||||
|
||||
qcom_qseecom: qseecom@87900000 {
|
||||
compatible = "qcom,qseecom";
|
||||
reg = <0x87900000 0x2200000>;
|
||||
reg-names = "secapp-region";
|
||||
memory-region = <&qseecom_mem>;
|
||||
qcom,hlos-num-ce-hw-instances = <1>;
|
||||
qcom,hlos-ce-hw-instance = <0>;
|
||||
qcom,qsee-ce-hw-instance = <0>;
|
||||
qcom,disk-encrypt-pipe-pair = <2>;
|
||||
qcom,no-clock-support;
|
||||
qcom,qsee-reentrancy-support = <2>;
|
||||
};
|
||||
};
|
||||
|
||||
#include "sm8150-pinctrl.dtsi"
|
||||
|
||||
Reference in New Issue
Block a user