Skip to content

Commit 89d671d

Browse files
Marek VasutBartosz Golaszewski
authored andcommitted
dt-bindings: at24: add ST M24256E Additional Write lockable page support
The ST M24256E behaves as a regular M24C256, except for the E variant which uses up another I2C address for Additional Write lockable page. This page is 64 Bytes long and can contain additional data. Add entry for it, so users can describe that page in DT. Note that users still have to describe the main M24C256 area separately as that is on separate I2C address from this page. Unlike M24C32-D and M24C64-D, this part is specifically ST and does not have any comparable M24* counterparts from other vendors, hence the st, vendor prefix. Furthermore, the part name is M24256E without C between the 24 and 256, this is not a typo. Finally, there is M24C256-D part, which does contain 32 Bytes long Additional Write lockable page, which is a different part and not supported by this patch. Datasheet: https://www.st.com/resource/en/datasheet/m24256e-f.pdf Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20241017184152.128395-1-marex@denx.de Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
1 parent 9852d85 commit 89d671d

File tree

1 file changed

+2
-0
lines changed
  • Documentation/devicetree/bindings/eeprom

1 file changed

+2
-0
lines changed

Documentation/devicetree/bindings/eeprom/at24.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ properties:
141141
- const: microchip,24aa025e48
142142
- items:
143143
- const: microchip,24aa025e64
144+
- items:
145+
- const: st,24256e-wl
144146
- pattern: '^atmel,24c(32|64)d-wl$' # Actual vendor is st
145147

146148
label:

0 commit comments

Comments
 (0)