1 = Rockchip eFuse device tree bindings =
4 - compatible: Should be "rockchip,rockchip-efuse"
5 - reg: Should contain the registers location and exact eFuse size
6 - clocks: Should be the clock id of eFuse
7 - clock-names: Should be "pclk_efuse"
10 Are child nodes of eFuse, bindings of which as described in
11 bindings/nvmem/nvmem.txt
15 efuse: efuse@ffb40000 {
16 compatible = "rockchip,rockchip-efuse";
17 reg = <0xffb40000 0x20>;
20 clocks = <&cru PCLK_EFUSE256>;
21 clock-names = "pclk_efuse";
24 cpu_leakage: cpu_leakage {
30 Are device nodes which consume nvmem data cells.
36 nvmem-cells = <&cpu_leakage>;
37 nvmem-cell-names = "cpu_leakage";