diff options
author | Raag Jadav | 2021-08-05 00:54:46 +0530 |
---|---|---|
committer | Bartosz Golaszewski | 2021-09-13 09:28:57 +0200 |
commit | 7629254054820bead6e18f8c3ae65c2bb01a5ae2 (patch) | |
tree | ce829bd8ef97834bc57aa20ca36a8b7659a20270 | |
parent | 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f (diff) |
dt-bindings: at24: add ON Semi CAT24C04 and CAT24C05
Add bindings for ON Semi CAT24C04 and CAT24C05 eeproms,
which are compatible with Atmel AT24C04.
Signed-off-by: Raag Jadav <raagjadav@gmail.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
-rw-r--r-- | Documentation/devicetree/bindings/eeprom/at24.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml index 914a423ec449..4c5396a9744f 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.yaml +++ b/Documentation/devicetree/bindings/eeprom/at24.yaml @@ -98,6 +98,12 @@ properties: - const: nxp,se97b - const: atmel,24c02 - items: + - const: onnn,cat24c04 + - const: atmel,24c04 + - items: + - const: onnn,cat24c05 + - const: atmel,24c04 + - items: - const: renesas,r1ex24002 - const: atmel,24c02 - items: |