meson_sm.txt 338 B

123456789101112131415
  1. * Amlogic Secure Monitor
  2. In the Amlogic SoCs the Secure Monitor code is used to provide access to the
  3. NVMEM, enable JTAG, set USB boot, etc...
  4. Required properties for the secure monitor node:
  5. - compatible: Should be "amlogic,meson-gxbb-sm"
  6. Example:
  7. firmware {
  8. sm: secure-monitor {
  9. compatible = "amlogic,meson-gxbb-sm";
  10. };
  11. };