1 = Amlogic Meson GX eFuse device tree bindings =
4 - compatible: should be "amlogic,meson-gxbb-efuse"
5 - clocks: phandle to the efuse peripheral clock provided by the
7 - secure-monitor: phandle to the secure-monitor node
10 Are child nodes of eFuse, bindings of which as described in
11 bindings/nvmem/nvmem.txt
16 compatible = "amlogic,meson-gxbb-efuse";
17 clocks = <&clkc CLKID_EFUSE>;
20 secure-monitor = <&sm>;
36 compatible = "amlogic,meson-gxbb-sm";
40 Are device nodes which consume nvmem data cells.
46 nvmem-cells = <ð_mac>;
47 nvmem-cell-names = "eth_mac";