zephyr/dts/bindings/sensor/maxim,ds18b20.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

17 lines
382 B
YAML

# Copyright (c) 2021, Thomas Stranger
# SPDX-License-Identifier: Apache-2.0
description: Maxim 1-Wire temperature sensor
compatible: "maxim,ds18b20"
include: [sensor-device.yaml, w1-slave.yaml]
properties:
resolution:
type: int
required: true
description: |
Resolution of the temperature reading in bit.
Valid configurations are from 9 to 12 bits.