zephyr/dts/bindings/mtd/atmel,at24.yaml

26 lines
456 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 a generic I2C slave EEPROM
inherits:
!include i2c-device.yaml
properties:
compatible:
constraint: "atmel,at24"
size:
type: int
category: required
description: I2C Slave EEPROM Size in KiB
generation: define
...