diff options
Diffstat (limited to 'Bindings/eeprom/at25.yaml')
| -rw-r--r-- | Bindings/eeprom/at25.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Bindings/eeprom/at25.yaml b/Bindings/eeprom/at25.yaml index 744973637678..6a2dc8b3ed14 100644 --- a/Bindings/eeprom/at25.yaml +++ b/Bindings/eeprom/at25.yaml @@ -39,19 +39,18 @@ properties: - const: atmel,at25 reg: - description: - Chip select number. + maxItems: 1 spi-max-frequency: true pagesize: - $ref: /schemas/types.yaml#definitions/uint32 + $ref: /schemas/types.yaml#/definitions/uint32 enum: [1, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072] description: Size of the eeprom page. size: - $ref: /schemas/types.yaml#definitions/uint32 + $ref: /schemas/types.yaml#/definitions/uint32 description: Total eeprom size in bytes. |
