xref: /freebsd/sys/contrib/device-tree/Bindings/firmware/meson/meson_sm.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot* Amlogic Secure Monitor
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotIn the Amlogic SoCs the Secure Monitor code is used to provide access to the
4*c66ec88fSEmmanuel VadotNVMEM, enable JTAG, set USB boot, etc...
5*c66ec88fSEmmanuel Vadot
6*c66ec88fSEmmanuel VadotRequired properties for the secure monitor node:
7*c66ec88fSEmmanuel Vadot- compatible: Should be "amlogic,meson-gxbb-sm"
8*c66ec88fSEmmanuel Vadot
9*c66ec88fSEmmanuel VadotExample:
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel Vadot	firmware {
12*c66ec88fSEmmanuel Vadot		sm: secure-monitor {
13*c66ec88fSEmmanuel Vadot			compatible = "amlogic,meson-gxbb-sm";
14*c66ec88fSEmmanuel Vadot		};
15*c66ec88fSEmmanuel Vadot	};
16