Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d263393e authored by Carlo Caione's avatar Carlo Caione Committed by Kevin Hilman
Browse files

documentation: Add secure monitor bindings documentation



Add the binding documentation for the Amlogic secure monitor driver.

Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarCarlo Caione <carlo@endlessm.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent f03faf31
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
* 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";
		};
	};