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