zephyr/dts/bindings/mtd/zephyr,i2c-target-eeprom.yaml
Bartosz Bilas 2b4a6e52d5 drivers: i2c: eeprom_target: switch to dedicated driver compatible
Create and use a new `zephyr,i2c-target-eeprom` compatible
within I2C  eeprom target driver that allows to use
that driver along with real atmel at24 EEPROM simultaneously.

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
2023-02-21 18:03:11 -05:00

8 lines
165 B
YAML

# SPDX-License-Identifier: Apache-2.0
description: Zephyr I2C target EEPROM
compatible: "zephyr,i2c-target-eeprom"
include: ["eeprom-base.yaml", i2c-device.yaml]