mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-08 13:44:01 +08:00
d263393ee3
Add the binding documentation for the Amlogic secure monitor driver. Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Carlo Caione <carlo@endlessm.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
16 lines
338 B
Plaintext
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";
|
|
};
|
|
};
|