summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/firmware/meson/meson_sm.txt
blob: c248cd44f7270e877502d397ed01fe5fefc83c89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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";
		};
	};