Fix the YAML files indentation for files in dts/bindings/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
18 lines
447 B
YAML
18 lines
447 B
YAML
# Copyright (c) 2019, Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
TMP007 Digital Temperature Sensor. See datasheet at
|
|
https://cdn-shop.adafruit.com/datasheets/tmp007.pdf
|
|
|
|
compatible: "ti,tmp007"
|
|
|
|
include: [sensor-device.yaml, i2c-device.yaml]
|
|
|
|
properties:
|
|
int-gpios:
|
|
type: phandle-array
|
|
description: |
|
|
Identifies the ALERT signal, which is active-low open drain when
|
|
produced by the sensor.
|