Lines Matching +full:nvmem +full:- +full:names
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/nvmem/nvmem-consumer.yaml#
5 $schema: http://devicetree.org/meta-schemas/base.yaml#
7 title: NVMEM (Non Volatile Memory) Consumer
10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
15 nvmem:
16 $ref: /schemas/types.yaml#/definitions/phandle-array
18 List of phandle to the nvmem providers.
20 nvmem-cells:
21 $ref: /schemas/types.yaml#/definitions/phandle-array
23 List of phandle to the nvmem data cells.
25 nvmem-names:
27 Names for the each nvmem provider.
29 nvmem-cell-names:
31 Names for each nvmem-cells specified.
34 nvmem-names: [ nvmem ]
35 nvmem-cell-names: [ nvmem-cells ]
40 - |
43 nvmem-cells = <&tsens_calibration>;
44 nvmem-cell-names = "calibration";