We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e067f commit bb38d3fCopy full SHA for bb38d3f
arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi
@@ -151,6 +151,24 @@
151
regulator-min-microvolt = <800000>;
152
regulator-max-microvolt = <1400000>;
153
};
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
172
173
174
&cpu_l0 {
0 commit comments