Commit c761068f authored by Marek Vasut's avatar Marek Vasut Committed by Bartosz Golaszewski

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: default avatarMarek Vasut <marex@denx.de>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
parent 997a29bb
...@@ -67,6 +67,8 @@ properties: ...@@ -67,6 +67,8 @@ properties:
pattern: cs16$ pattern: cs16$
- items: - items:
pattern: c32$ pattern: c32$
- items:
pattern: c32d-wl$
- items: - items:
pattern: cs32$ pattern: cs32$
- items: - items:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment