2b4a6e52d5
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>
8 lines
165 B
YAML
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]
|