Lines Matching +full:user +full:- +full:programmable
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]+)?$":
50 An OTP memory region. Some flashes provide a one-time-programmable
51 memory whose content can either be programmed by a user or is already
52 pre-programmed by the factory. Some flashes might provide both.
57 - user-otp
58 - factory-otp
61 - compatible
67 - |
69 #address-cells = <1>;
70 #size-cells = <0>;
74 compatible = "jedec,spi-nor";
75 label = "System-firmware";
79 - |
81 #address-cells = <1>;
82 #size-cells = <0>;
86 compatible = "jedec,spi-nor";
88 otp-1 {
89 compatible = "factory-otp";
90 #address-cells = <1>;
91 #size-cells = <1>;
93 electronic-serial-number@0 {
98 otp-2 {
99 compatible = "user-otp";
100 #address-cells = <1>;
101 #size-cells = <1>;
103 mac-address@0 {