Skip to content

Commit 1dadc2f

Browse files
jneuhauserjforissier
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 cc28e72 commit 1dadc2f

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
@@ -68,6 +68,11 @@
6868
reg = <0x38000000 0x10000>;
6969
no-map;
7070
};
71+
72+
optee_memory: optee@fe000000 {
73+
reg = <0xfe000000 0x2000000>;
74+
no-map;
75+
};
7176
};
7277

7378
ethernet_vio: vioregulator {
@@ -430,6 +435,10 @@
430435
status = "okay";
431436
};
432437

438+
&optee {
439+
status = "okay";
440+
};
441+
433442
&pwr_regulators {
434443
vdd-supply = <&vdd>;
435444
vdd_3v3_usbfs-supply = <&vdd_usb>;

0 commit comments

Comments
 (0)