0001 Amlogic Meson6/Meson8/Meson8b efuse
0002
0003 Required Properties:
0004 - compatible: depending on the SoC this should be one of:
0005 - "amlogic,meson6-efuse"
0006 - "amlogic,meson8-efuse"
0007 - "amlogic,meson8b-efuse"
0008 - reg: base address and size of the efuse registers
0009 - clocks: a reference to the efuse core gate clock
0010 - clock-names: must be "core"
0011
0012 All properties and sub-nodes as well as the consumer bindings
0013 defined in nvmem.txt in this directory are also supported.
0014
0015
0016 Example:
0017 efuse: nvmem@0 {
0018 compatible = "amlogic,meson8-efuse";
0019 reg = <0x0 0x2000>;
0020 clocks = <&clkc CLKID_EFUSE>;
0021 clock-names = "core";
0022 };