Lines Matching +full:nvmem +full:- +full:cells
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/nvmem/nvmem.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NVMEM (Non Volatile Memory)
10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
17 some data on NVMEM, for the OS to be able to retrieve these
23 "#address-cells":
26 "#size-cells":
29 read-only:
34 wp-gpios:
36 GPIO to which the write-protect pin of the chip is connected.
37 The write-protect GPIO is asserted, when it's driven high
42 nvmem-layout:
43 $ref: /schemas/nvmem/layouts/nvmem-layout.yaml
45 Alternative to the statically defined nvmem cells, this
50 "@[0-9a-f]+(,[0-7])?$":
53 - $ref: layouts/fixed-cell.yaml
54 - properties:
61 - |
62 #include <dt-bindings/gpio/gpio.h>
65 compatible = "qcom,msm8974-qfprom", "qcom,qfprom";
66 #address-cells = <1>;
67 #size-cells = <1>;
70 wp-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
74 nvmem-layout {
75 compatible = "fixed-layout";
76 #address-cells = <1>;
77 #size-cells = <1>;
79 /* Data cells */
89 pvs_version: pvs-version@6 {
94 speed_bin: speed-bin@c{