1 # SPDX-License-Identifier: GPL-2.0-only
2 # Copyright 2019 BayLibre SAS
5 $id: "http://devicetree.org/schemas/eeprom/at24.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
8 title: I2C EEPROMs compatible with Atmel's AT24
11 - Bartosz Golaszewski <bgolaszewski@baylibre.com>
17 pattern: "^atmel,(24(c|cs|mac)[0-9]+|spd)$"
23 pattern: "^eeprom@[0-9a-f]{1,2}$"
25 # There are multiple known vendors who manufacture EEPROM chips compatible
26 # with Atmel's AT24. The compatible string requires either a single item
27 # if the memory comes from Atmel (in which case the vendor part must be
28 # 'atmel') or two items with the same 'model' part where the vendor part of
29 # the first one is the actual manufacturer and the second item is the
30 # corresponding 'atmel,<model>' from Atmel.
37 - pattern: "^(atmel|catalyst|microchip|nxp|ramtron|renesas|rohm|st),(24(c|cs|lc|mac)[0-9]+|spd)$"
38 - pattern: "^atmel,(24(c|cs|mac)[0-9]+|spd)$"
96 # These are special cases that don't conform to the above pattern.
97 # Each requires a standard at24 model as fallback.
105 - const: renesas,r1ex24002
108 - const: renesas,r1ex24016
111 - const: giantec,gt24c32a
114 - const: renesas,r1ex24128
115 - const: atmel,24c128
118 description: Descriptive name of the EEPROM.
125 The length of the pagesize for writing. Please consult the
126 manual of your device, that value varies a lot. A wrong value
127 may result in data loss! If not specified, a safety value of
128 '1' is used which will be very slow.
129 $ref: /schemas/types.yaml#/definitions/uint32
130 enum: [1, 8, 16, 32, 64, 128, 256]
134 $ref: /schemas/types.yaml#/definitions/flag
136 Disables writes to the eeprom.
139 $ref: /schemas/types.yaml#/definitions/uint32
141 Total eeprom size in bytes.
144 $ref: /schemas/types.yaml#/definitions/flag
146 Indicates that the multi-address eeprom does not automatically roll
147 over reads to the next slave address. Please consult the manual of
154 Number of address bits.
155 $ref: /schemas/types.yaml#/definitions/uint32
161 Total number of i2c slave addresses this device takes.
162 $ref: /schemas/types.yaml#/definitions/uint32
169 phandle of the regulator that provides the supply voltage.
175 additionalProperties: false
180 #address-cells = <1>;
184 compatible = "microchip,24c32", "atmel,24c32";
187 wp-gpios = <&gpio1 3 0>;