Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Gabriel Fernandez and committed by
Alexandre Torgue
e007ec84 f95634be

+11
+11
arch/arm/boot/dts/stm32mp135f-dk.dts
··· 26 26 reg = <0xc0000000 0x20000000>; 27 27 }; 28 28 29 + reserved-memory { 30 + #address-cells = <1>; 31 + #size-cells = <1>; 32 + ranges; 33 + 34 + optee@dd000000 { 35 + reg = <0xdd000000 0x3000000>; 36 + no-map; 37 + }; 38 + }; 39 + 29 40 gpio-keys { 30 41 compatible = "gpio-keys"; 31 42