arm64: dts: marvell: add optee FW definitions

Add reserved memory and ARM firmware definitions for optee
memory region in Marvell Armada SoCs to avoid protected memory
access.

Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Gregory Clement <gregory.clement@bootlin.com>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
Konstantin Porotchkin
2022-11-09 17:07:43 +02:00
committed by Gregory CLEMENT
parent b5d971cf17
commit 99d2900f5f
2 changed files with 10 additions and 0 deletions

View File

@@ -35,6 +35,11 @@ psci-area@4000000 {
reg = <0 0x4000000 0 0x200000>;
no-map;
};
tee@4400000 {
reg = <0 0x4400000 0 0x1000000>;
no-map;
};
};
cpus {

View File

@@ -41,6 +41,11 @@ psci-area@4000000 {
reg = <0x0 0x4000000 0x0 0x200000>;
no-map;
};
tee@4400000 {
reg = <0 0x4400000 0 0x1000000>;
no-map;
};
};
AP_NAME {