26 lines
446 B
YAML
26 lines
446 B
YAML
|
#
|
||
|
# Copyright (c) 2018, Nordic Semiconductor
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
---
|
||
|
title: Virtual I2C slave eeprom
|
||
|
version: 0.1
|
||
|
|
||
|
description: >
|
||
|
This binding gives a base representation of I2C slave eeprom
|
||
|
|
||
|
inherits:
|
||
|
!include i2c-device.yaml
|
||
|
|
||
|
properties:
|
||
|
compatible:
|
||
|
constraint: "i2c,eeprom"
|
||
|
size:
|
||
|
type: int
|
||
|
category: required
|
||
|
description: I2C Slave EEPROM Size in KiB
|
||
|
generation: define
|
||
|
|
||
|
...
|