mirror of https://gitee.com/openkylin/linux.git
arm64: dts: meson: g12a: add secure monitor
Add the interface to the secure monitor on g12a Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
7e09092aee
commit
bd39515284
|
@ -72,6 +72,10 @@ secmon_reserved: secmon@5000000 {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sm: secure-monitor {
|
||||||
|
compatible = "amlogic,meson-gxbb-sm";
|
||||||
|
};
|
||||||
|
|
||||||
soc {
|
soc {
|
||||||
compatible = "simple-bus";
|
compatible = "simple-bus";
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
|
|
Loading…
Reference in New Issue