提交 65b3f56d 编写于 作者: A Alexandru Gagniuc 提交者: Patrick Delaunay

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: NAlexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: NSimon Glass <sjg@chromium.org>
上级 8533263c
......@@ -29,9 +29,12 @@
};
reserved-memory {
u-boot,dm-spl;
optee@de000000 {
reg = <0xde000000 0x02000000>;
no-map;
u-boot,dm-spl;
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册