summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/firmware/meson/meson_sm.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/firmware/meson/meson_sm.txt')
-rw-r--r--dts/Bindings/firmware/meson/meson_sm.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/dts/Bindings/firmware/meson/meson_sm.txt b/dts/Bindings/firmware/meson/meson_sm.txt
new file mode 100644
index 0000000000..c248cd44f7
--- /dev/null
+++ b/dts/Bindings/firmware/meson/meson_sm.txt
@@ -0,0 +1,15 @@
+* 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";
+ };
+ };