Skip to content

Commit

Permalink
arm: dts: define OP-TEE resources for STM32MP15 DHCOM based boards
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jneuhauser authored and jforissier committed Sep 16, 2022
1 parent b398822 commit 2e9ae24
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/stm32mp15xx-dhcom-som.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@
reg = <0x38000000 0x10000>;
no-map;
};

optee_memory: optee@fe000000 {
reg = <0xfe000000 0x2000000>;
no-map;
};
};

ethernet_vio: vioregulator {
Expand Down Expand Up @@ -421,6 +426,10 @@
status = "okay";
};

&optee {
status = "okay";
};

&pwr_regulators {
vdd-supply = <&vdd>;
vdd_3v3_usbfs-supply = <&vdd_usb>;
Expand Down

0 comments on commit 2e9ae24

Please sign in to comment.