5 - compatible: Must be a "<manufacturer>,<model>" pair. The following <model>
6 values are supported (assuming "atmel" as manufacturer):
32 If <manufacturer> is not "atmel", then a fallback must be used
33 with the same <model> and "atmel" as manufacturer.
36 compatible = "microchip,24c128", "atmel,24c128";
38 Supported manufacturers are:
48 Some vendors use different model names for chips which are just
49 variants of the above. Known such exceptions are listed below:
51 "nxp,se97b" - the fallback is "atmel,24c02",
52 "renesas,r1ex24002" - the fallback is "atmel,24c02"
53 "renesas,r1ex24016" - the fallback is "atmel,24c16"
54 "renesas,r1ex24128" - the fallback is "atmel,24c128"
55 "rohm,br24t01" - the fallback is "atmel,24c01"
57 - reg: The I2C address of the EEPROM.
61 - pagesize: The length of the pagesize for writing. Please consult the
62 manual of your device, that value varies a lot. A wrong value
63 may result in data loss! If not specified, a safety value of
64 '1' is used which will be very slow.
66 - read-only: This parameterless property disables writes to the eeprom.
68 - size: Total eeprom size in bytes.
70 - no-read-rollover: This parameterless property indicates that the
71 multi-address eeprom does not automatically roll over
72 reads to the next slave address. Please consult the
73 manual of your device.
75 - wp-gpios: GPIO to which the write-protect pin of the chip is connected.
77 - address-width: number of address bits (one of 8, 16).
79 - num-addresses: total number of i2c slave addresses this device takes
84 compatible = "atmel,24c32";
87 wp-gpios = <&gpio1 3 0>;