We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61ea87 commit c1ec80eCopy full SHA for c1ec80e
Documentation/devicetree/bindings/eeprom/at24.yaml
@@ -18,7 +18,9 @@ select:
18
properties:
19
compatible:
20
contains:
21
- pattern: "^atmel,(24(c|cs|mac)[0-9]+|spd)$"
+ anyOf:
22
+ - pattern: "^atmel,(24(c|cs|mac)[0-9]+|spd)$"
23
+ - enum: ["microchip,24aa025e48", "microchip,24aa025e64"]
24
required:
25
- compatible
26
@@ -132,6 +134,10 @@ properties:
132
134
- renesas,r1ex24128
133
135
- samsung,s524ad0xd1
136
- const: atmel,24c128
137
+ - items:
138
+ - const: microchip,24aa025e48
139
140
+ - const: microchip,24aa025e64
141
- pattern: '^atmel,24c(32|64)d-wl$' # Actual vendor is st
142
143
label:
0 commit comments