zephyr/dts/bindings/mtd/atmel,at25.yaml
Henrik Brix Andersen 8cf62f119e dts: bindings: mtd: rename SPI/I2C EEPROM base binding
Rename the SPI/I2C EEPROM devicetree binding to reflect that it only
covers AT24 and AT25 EEPROMs).

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2021-01-25 12:32:54 -05:00

9 lines
213 B
YAML

# Copyright (c) 2019 Vestas Wind Systems A/S
# SPDX-License-Identifier: Apache-2.0
description: Atmel AT25 (or compatible) SPI EEPROM
compatible: "atmel,at25"
include: ["atmel,at2x-base.yaml", spi-device.yaml]