Skip to content

Commit c1ec80e

Browse files
Andrei SimionBartosz Golaszewski
authored andcommitted
dt-bindings: eeprom: at24: Add Microchip 24AA025E48/24AA025E64
Add support for compatible Microchip 24AA025E48/24AA025E64 EEPROMs. Reviewed-by: Conor Dooley <[email protected]> Signed-off-by: Andrei Simion <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent b61ea87 commit c1ec80e

File tree

1 file changed

+7
-1
lines changed
  • Documentation/devicetree/bindings/eeprom

1 file changed

+7
-1
lines changed

Documentation/devicetree/bindings/eeprom/at24.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ select:
1818
properties:
1919
compatible:
2020
contains:
21-
pattern: "^atmel,(24(c|cs|mac)[0-9]+|spd)$"
21+
anyOf:
22+
- pattern: "^atmel,(24(c|cs|mac)[0-9]+|spd)$"
23+
- enum: ["microchip,24aa025e48", "microchip,24aa025e64"]
2224
required:
2325
- compatible
2426

@@ -132,6 +134,10 @@ properties:
132134
- renesas,r1ex24128
133135
- samsung,s524ad0xd1
134136
- const: atmel,24c128
137+
- items:
138+
- const: microchip,24aa025e48
139+
- items:
140+
- const: microchip,24aa025e64
135141
- pattern: '^atmel,24c(32|64)d-wl$' # Actual vendor is st
136142

137143
label:

0 commit comments

Comments
 (0)