zephyr/dts/bindings/mtd/atmel,at2x-base.yaml
Fabio Baltieri eb0a524972 yamllint: indentation: fix dts/bindings/
Fix the YAML files indentation for files in dts/bindings/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

29 lines
683 B
YAML

# Copyright (c) 2019 Vestas Wind Systems A/S
# SPDX-License-Identifier: Apache-2.0
# Common fields for AT24 (I2C) and AT25 (SPI) EEPROM devices
include: eeprom-base.yaml
properties:
size:
required: true
pagesize:
type: int
required: true
description: EEPROM page size in bytes
address-width:
type: int
required: true
description: EEPROM address width in bits
timeout:
type: int
required: true
description: EEPROM write cycle timeout in milliseconds
wp-gpios:
type: phandle-array
description: |
GPIO to which the write-protect pin of the chip is connected.
The device will interpret this signal as active-low.