Skip to content

Commit c761068

Browse files
Marek VasutBartosz Golaszewski
authored andcommitted
dt-bindings: at24: add ST M24C32-D Additional Write lockable page
The ST M24C32-D behaves as a regular M24C32, 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 M24C32 area separately as that is on separate I2C address from this page. Signed-off-by: Marek Vasut <[email protected]> Acked-by: Conor Dooley <[email protected]> Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent 997a29b commit c761068

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
@@ -67,6 +67,8 @@ properties:
6767
pattern: cs16$
6868
- items:
6969
pattern: c32$
70+
- items:
71+
pattern: c32d-wl$
7072
- items:
7173
pattern: cs32$
7274
- items:

0 commit comments

Comments
 (0)