1 = Qualcomm QFPROM device tree bindings =
3 This binding is intended to represent QFPROM which is found in most QCOM SOCs.
6 - compatible: should be "qcom,qfprom"
7 - reg: Should contain registers location and length
10 Are child nodes of qfprom, bindings of which as described in
11 bindings/nvmem/nvmem.txt
15 qfprom: qfprom@00700000 {
16 compatible = "qcom,qfprom";
17 reg = <0x00700000 0x8000>;
20 tsens_calibration: calib@404 {
27 Are device nodes which consume nvmem data cells.
33 nvmem-cells = <&tsens_calibration>;
34 nvmem-cell-names = "calibration";