Skip to content

Commit 4da2533

Browse files
jforissierjenswi-linaro
authored andcommitted
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 ca2a2ef commit 4da2533

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

170188
&cpu_l0 {

0 commit comments

Comments
 (0)