2018-09-12 21:23:41 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2018, Nordic Semiconductor
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2018-09-12 21:23:41 +08:00
|
|
|
title: Virtual I2C slave eeprom
|
|
|
|
|
|
|
|
description: >
|
2019-01-12 22:15:01 +08:00
|
|
|
This binding gives a base representation of a generic I2C slave EEPROM
|
2018-09-12 21:23:41 +08:00
|
|
|
|
|
|
|
inherits:
|
|
|
|
!include i2c-device.yaml
|
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
2019-01-12 22:15:01 +08:00
|
|
|
constraint: "atmel,at24"
|
2018-09-12 21:23:41 +08:00
|
|
|
size:
|
|
|
|
type: int
|
|
|
|
category: required
|
|
|
|
description: I2C Slave EEPROM Size in KiB
|