Skip to content

Commit 0997ff1

Browse files
tq-steinaBartosz Golaszewski
authored andcommitted
dt-bindings: at24: add ST M24C64-D Additional Write lockable page
The ST M24C64-D behaves as a regular M24C64, except for the -D variant which uses up another I2C address for Additional Write lockable page. This page is 32 Bytes long and can contain additional data. Document compatible string for it, so users can describe that page in DT. Note that users still have to describe the main M24C64 area separately as that is on separate I2C address from this page. Signed-off-by: Alexander Stein <[email protected]> Reviewed-by: Marek Vasut <[email protected]> Acked-by: Conor Dooley <[email protected]> Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent 4791146 commit 0997ff1

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
@@ -73,6 +73,8 @@ properties:
7373
pattern: cs32$
7474
- items:
7575
pattern: c64$
76+
- items:
77+
pattern: c64d-wl$
7678
- items:
7779
pattern: cs64$
7880
- items:

0 commit comments

Comments
 (0)