Skip to content

Commit b39bb52

Browse files
jneuhauserjenswi-linaro
authored andcommitted
arm: dts: define OP-TEE resources for STM32MP15 DHCOR based boards
Enable OP-TEE node defined in stm32mp151.dtsi and define OP-TEE reserverd memory for all boards based on STM32MP15 DHCOR. Signed-off-by: Johann Neuhauser <[email protected]> Acked-by: Etienne Carriere <[email protected]>
1 parent 5f13fd3 commit b39bb52

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

arch/arm/boot/dts/st/stm32mp15xx-dhcor-som.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@
6060
reg = <0x38000000 0x10000>;
6161
no-map;
6262
};
63+
64+
optee_memory: optee@fe000000 {
65+
reg = <0xfe000000 0x2000000>;
66+
no-map;
67+
};
6368
};
6469
};
6570

@@ -234,6 +239,10 @@
234239
status = "okay";
235240
};
236241

242+
&optee {
243+
status = "okay";
244+
};
245+
237246
&pwr_regulators {
238247
vdd-supply = <&vdd>;
239248
vdd_3v3_usbfs-supply = <&vdd_usb>;

0 commit comments

Comments
 (0)