Lines Matching +full:pre +full:- +full:programmed
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Miquel Raynal <miquel.raynal@bootlin.com>
11 - Richard Weinberger <richard@nod.at>
19 User-defined MTD device name. Can be used to assign user friendly
24 '#address-cells':
27 '#size-cells':
34 - compatible
37 "@[0-9a-f]+$":
41 "^partition@[0-9a-f]+":
45 "^otp(-[0-9]+)?$":
49 - $ref: ../nvmem/nvmem.yaml#
50 - $ref: ../nvmem/nvmem-deprecated-cells.yaml#
55 An OTP memory region. Some flashes provide a one-time-programmable
56 memory whose content can either be programmed by a user or is already
57 pre-programmed by the factory. Some flashes might provide both.
62 - user-otp
63 - factory-otp
66 - compatible
72 - |
74 #address-cells = <1>;
75 #size-cells = <0>;
79 compatible = "jedec,spi-nor";
80 label = "System-firmware";
84 - |
86 #address-cells = <1>;
87 #size-cells = <0>;
91 compatible = "jedec,spi-nor";
93 otp-1 {
94 compatible = "factory-otp";
95 #address-cells = <1>;
96 #size-cells = <1>;
98 electronic-serial-number@0 {
103 otp-2 {
104 compatible = "user-otp";
105 #address-cells = <1>;
106 #size-cells = <1>;
108 mac-address@0 {