eb0a524972
Fix the YAML files indentation for files in dts/bindings/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
14 lines
237 B
YAML
14 lines
237 B
YAML
# Copyright (c) 2017, Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Common fields for I2C devices
|
|
|
|
include: [base.yaml, power.yaml]
|
|
|
|
on-bus: i2c
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
description: device address on i2c bus
|