Lines Matching +full:factory +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
25 "^otp(-[0-9]+)?$":
30 An OTP memory region. Some flashes provide a one-time-programmable
31 memory whose content can either be programmed by a user or is already
32 pre-programmed by the factory. Some flashes might provide both.
37 - user-otp
38 - factory-otp
41 - compatible
46 - |
48 #address-cells = <1>;
49 #size-cells = <0>;
53 compatible = "jedec,spi-nor";
54 label = "System-firmware";
58 - |
60 #address-cells = <1>;
61 #size-cells = <0>;
65 compatible = "jedec,spi-nor";
67 otp-1 {
68 compatible = "factory-otp";
69 #address-cells = <1>;
70 #size-cells = <1>;
72 electronic-serial-number@0 {
77 otp-2 {
78 compatible = "user-otp";
79 #address-cells = <1>;
80 #size-cells = <1>;
82 mac-address@0 {