Skip to content

Commit aed8040

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 e1c3d91 commit aed8040

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
@@ -167,6 +167,24 @@
167167
regulator-min-microvolt = <800000>;
168168
regulator-max-microvolt = <1400000>;
169169
};
170+
171+
firmware {
172+
optee {
173+
compatible = "linaro,optee-tz";
174+
method = "smc";
175+
};
176+
};
177+
178+
reserved-memory {
179+
#address-cells = <2>;
180+
#size-cells = <2>;
181+
ranges;
182+
183+
optee@30000000 {
184+
reg = <0x0 0x30000000 0x0 0x2400000>;
185+
no-map;
186+
};
187+
};
170188
};
171189

172190
&cpu_l0 {

0 commit comments

Comments
 (0)