Lines Matching +full:nvmem +full:- +full:cells
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mtd/partitions/nvmem-cells.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Nvmem cells
10 Any partition containing the compatible "nvmem-cells" will register as a
11 nvmem provider.
12 Each direct subnodes represents a nvmem cell following the nvmem binding.
13 Nvmem binding to declare nvmem-cells can be found in:
14 Documentation/devicetree/bindings/nvmem/nvmem.yaml
17 - Ansuel Smith <[email protected]>
20 - $ref: /schemas/mtd/partitions/partition.yaml#
21 - $ref: /schemas/nvmem/nvmem.yaml#
22 - $ref: /schemas/nvmem/nvmem-deprecated-cells.yaml#
26 const: nvmem-cells
29 - compatible
34 - |
36 compatible = "fixed-partitions";
37 #address-cells = <1>;
38 #size-cells = <1>;
44 compatible = "nvmem-cells";
47 read-only;
48 #address-cells = <1>;
49 #size-cells = <1>;
67 - |
69 compatible = "fixed-partitions";
70 #address-cells = <1>;
71 #size-cells = <1>;
76 read-only;
86 compatible = "nvmem-cells";
89 #address-cells = <1>;
90 #size-cells = <1>;