eb0a524972
Fix the YAML files indentation for files in dts/bindings/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
15 lines
295 B
YAML
15 lines
295 B
YAML
# Copyright (c) 2019 Vestas Wind Systems A/S
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Common fields for EEPROM devices
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
size:
|
|
type: int
|
|
description: Total EEPROM size in bytes
|
|
read-only:
|
|
type: boolean
|
|
description: Disable writes to the EEPROM
|