Skip to content

Commit

Permalink
arm: dts: define OP-TEE resources for STM32MP15 DHCOR 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 DHCOR.

Signed-off-by: Johann Neuhauser <jneuhauser@dh-electronics.com>
Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
  • Loading branch information
jneuhauser authored and jforissier committed Sep 16, 2022
1 parent 2e9ae24 commit 29aee39
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/stm32mp15xx-dhcor-som.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
reg = <0x38000000 0x10000>;
no-map;
};

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

Expand Down Expand Up @@ -240,6 +245,10 @@
status = "okay";
};

&optee {
status = "okay";
};

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

0 comments on commit 29aee39

Please sign in to comment.