c05564c4d8
Android 13
16 lines
338 B
Plaintext
Executable file
16 lines
338 B
Plaintext
Executable file
* Amlogic Secure Monitor
|
|
|
|
In the Amlogic SoCs the Secure Monitor code is used to provide access to the
|
|
NVMEM, enable JTAG, set USB boot, etc...
|
|
|
|
Required properties for the secure monitor node:
|
|
- compatible: Should be "amlogic,meson-gxbb-sm"
|
|
|
|
Example:
|
|
|
|
firmware {
|
|
sm: secure-monitor {
|
|
compatible = "amlogic,meson-gxbb-sm";
|
|
};
|
|
};
|