linuxdebug/Documentation/devicetree/bindings/firmware/meson/meson_sm.txt
Ulrich Bessoh 872f2f0714 no changes
2024-07-09 16:52:29 +02:00

16 lines
338 B
Plaintext

* 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";
};
};