Lines Matching +full:u +full:- +full:boot
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/nvmem/u-boot,env.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: U-Boot environment variables
10 U-Boot uses environment variables to store device parameters and
14 Data is stored using U-Boot specific formats (variant specific header and NUL
15 separated key-value pairs).
30 - Rafał Miłecki <rafal@milecki.pl>
35 - description: A standalone env data block
36 const: u-boot,env
37 - description: Two redundant blocks with active one flagged
38 const: u-boot,env-redundant-bool
39 - description: Two redundant blocks with active having higher counter
40 const: u-boot,env-redundant-count
56 - |
58 compatible = "fixed-partitions";
59 #address-cells = <1>;
60 #size-cells = <1>;
64 label = "u-boot";
65 read-only;
69 compatible = "u-boot,env";