Lines Matching +full:nvmem +full:- +full:layout
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/nvmem/layouts/fixed-layout.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NVMEM layout for fixed NVMEM cells
10 Many NVMEM devices have hardcoded cells layout (offset and size of defined
11 NVMEM content doesn't change).
13 This binding allows defining such NVMEM layout with its cells. It can be used
14 on top of any NVMEM device.
17 - Rafał Miłecki <rafal@milecki.pl>
21 const: fixed-layout
23 "#address-cells":
26 "#size-cells":
30 "@[a-f0-9]+$":
32 $ref: fixed-cell.yaml
36 - compatible
41 - |
42 nvmem-layout {
43 compatible = "fixed-layout";
44 #address-cells = <1>;
45 #size-cells = <1>;
48 compatible = "mac-base";
50 #nvmem-cell-cells = <1>;
54 compatible = "mac-base";
56 #nvmem-cell-cells = <1>;