mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 12:10:23 -04:00
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:
committed by
Gregory CLEMENT
parent
b5d971cf17
commit
99d2900f5f
@@ -35,6 +35,11 @@ psci-area@4000000 {
|
||||
reg = <0 0x4000000 0 0x200000>;
|
||||
no-map;
|
||||
};
|
||||
|
||||
tee@4400000 {
|
||||
reg = <0 0x4400000 0 0x1000000>;
|
||||
no-map;
|
||||
};
|
||||
};
|
||||
|
||||
cpus {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user