Skip to content

Commit 5f13fd3

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

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

6671
ethernet_vio: vioregulator {
@@ -423,6 +428,10 @@
423428
status = "okay";
424429
};
425430

431+
&optee {
432+
status = "okay";
433+
};
434+
426435
&pwr_regulators {
427436
vdd-supply = <&vdd>;
428437
vdd_3v3_usbfs-supply = <&vdd_usb>;

0 commit comments

Comments
 (0)