amlogic-meson-mx-efuse.txt 600 B

12345678910111213141516171819202122
  1. Amlogic Meson6/Meson8/Meson8b efuse
  2. Required Properties:
  3. - compatible: depending on the SoC this should be one of:
  4. - "amlogic,meson6-efuse"
  5. - "amlogic,meson8-efuse"
  6. - "amlogic,meson8b-efuse"
  7. - reg: base address and size of the efuse registers
  8. - clocks: a reference to the efuse core gate clock
  9. - clock-names: must be "core"
  10. All properties and sub-nodes as well as the consumer bindings
  11. defined in nvmem.txt in this directory are also supported.
  12. Example:
  13. efuse: nvmem@0 {
  14. compatible = "amlogic,meson8-efuse";
  15. reg = <0x0 0x2000>;
  16. clocks = <&clkc CLKID_EFUSE>;
  17. clock-names = "core";
  18. };