Skip to content

Commit bb38d3f

Browse files
committed
arm64: dt: rockpi4: add OP-TEE nodes **not for mainline**
Add optee node as well as reserved memory to the Rockpi4 DT. Signed-off-by: Jerome Forissier <[email protected]>
1 parent 22e067f commit bb38d3f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,24 @@
151151
regulator-min-microvolt = <800000>;
152152
regulator-max-microvolt = <1400000>;
153153
};
154+
155+
firmware {
156+
optee {
157+
compatible = "linaro,optee-tz";
158+
method = "smc";
159+
};
160+
};
161+
162+
reserved-memory {
163+
#address-cells = <2>;
164+
#size-cells = <2>;
165+
ranges;
166+
167+
optee@30000000 {
168+
reg = <0x0 0x30000000 0x0 0x2400000>;
169+
no-map;
170+
};
171+
};
154172
};
155173

156174
&cpu_l0 {

0 commit comments

Comments
 (0)