Newer
Older
barebox / dts / Bindings / firmware / meson / meson_sm.txt
@Sascha Hauer Sascha Hauer on 18 Oct 2016 338 bytes dts: update to v4.9-rc1
* 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";
		};
	};