We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c3d91 commit aed8040Copy full SHA for aed8040
arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi
@@ -167,6 +167,24 @@
167
regulator-min-microvolt = <800000>;
168
regulator-max-microvolt = <1400000>;
169
};
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
188
189
190
&cpu_l0 {
0 commit comments