mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
ARM: dts: stm32mp: Add OP-TEE reserved memory to SPL dtb
Add the "/reserved-memory/optee" node to the SPL devicetree. The purpose is to allow configuring TZC regions when booting OP-TEE. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
8533263c85
commit
65b3f56d42
1 changed files with 3 additions and 0 deletions
|
@ -29,9 +29,12 @@
|
|||
};
|
||||
|
||||
reserved-memory {
|
||||
u-boot,dm-spl;
|
||||
|
||||
optee@de000000 {
|
||||
reg = <0xde000000 0x02000000>;
|
||||
no-map;
|
||||
u-boot,dm-spl;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue