Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / firmware / meson / meson_sm.txt
blobc248cd44f7270e877502d397ed01fe5fefc83c89
1 * Amlogic Secure Monitor
3 In the Amlogic SoCs the Secure Monitor code is used to provide access to the
4 NVMEM, enable JTAG, set USB boot, etc...
6 Required properties for the secure monitor node:
7 - compatible: Should be "amlogic,meson-gxbb-sm"
9 Example:
11         firmware {
12                 sm: secure-monitor {
13                         compatible = "amlogic,meson-gxbb-sm";
14                 };
15         };