zephyr/dts/bindings/mtd/eeprom-base.yaml
Henrik Brix Andersen 6d18f095d6 dts: bindings: eeprom: add EEPROM device tree bindings
Add device tree binding for Atmel AT25 (and compatible) SPI
EEPROMs. Update the curent Atmel AT24 I2C EEPROM binding to match.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2019-11-07 16:32:15 -05:00

19 lines
383 B
YAML

# Copyright (c) 2019 Vestas Wind Systems A/S
# SPDX-License-Identifier: Apache-2.0
# Common fields for EEPROM devices
include: base.yaml
properties:
size:
type: int
required: false
description: Total EEPROM size in bytes
read-only:
type: boolean
required: false
description: Disable writes to the EEPROM
label:
required: true