1 = Spreadtrum SC27XX PMIC eFuse device tree bindings =
4 - compatible: Should be one of the following.
10 - reg: Specify the address offset of efuse controller.
11 - hwlocks: Reference to a phandle of a hwlock provider node.
14 Are child nodes of eFuse, bindings of which as described in
15 bindings/nvmem/nvmem.txt
20 compatible = "sprd,sc2731";
22 spi-max-frequency = <26000000>;
23 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
25 #interrupt-cells = <2>;
30 compatible = "sprd,sc2731-efuse";
34 hwlocks = <&hwlock 12>;
37 thermal_calib: calib@10 {
44 Are device nodes which consume nvmem data cells.
50 nvmem-cells = <&thermal_calib>;
51 nvmem-cell-names = "calibration";