1# SPDX-License-Identifier: Apache-2.0 2 3description: Zephyr I2C target EEPROM 4 5compatible: "zephyr,i2c-target-eeprom" 6 7include: ["eeprom-base.yaml", i2c-device.yaml] 8 9properties: 10 address-width: 11 type: int 12 enum: [8, 16] 13 description: | 14 Number of address bits used to address the EEPROM. If not specified 15 the EEPROM is assumed to have a 8-bit address. 16