1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/nvmem/nvmem-consumer.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NVMEM (Non Volatile Memory) Consumer Device Tree Bindings
10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
16 $ref: /schemas/types.yaml#/definitions/phandle-array
18 List of phandle to the nvmem providers.
21 $ref: /schemas/types.yaml#/definitions/phandle-array
23 List of phandle to the nvmem data cells.
26 $ref: /schemas/types.yaml#/definitions/string-array
28 Names for the each nvmem provider.
31 $ref: /schemas/types.yaml#/definitions/string-array
33 Names for each nvmem-cells specified.
36 nvmem-names: [ nvmem ]
37 nvmem-cell-names: [ nvmem-cells ]
39 additionalProperties: true
45 nvmem-cells = <&tsens_calibration>;
46 nvmem-cell-names = "calibration";