ARM: dts: stm32: add optee reserved memory on stm32mp135f-dk

Add the static OP-TEE reserved memory regions.

Signed-off-by: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
Gabriel Fernandez 2022-05-13 16:51:48 +02:00 committed by Alexandre Torgue
parent f95634becd
commit e007ec8422
1 changed files with 11 additions and 0 deletions

View File

@ -26,6 +26,17 @@
reg = <0xc0000000 0x20000000>;
};
reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
ranges;
optee@dd000000 {
reg = <0xdd000000 0x3000000>;
no-map;
};
};
gpio-keys {
compatible = "gpio-keys";