zephyr/dts/bindings/sensor/invensense,icp10125.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

30 lines
693 B
YAML

# Copyright (c) 2022, Mizuki Agawa <agawa.mizuki@fujitsu.com>
# SPDX-License-Identifier: Apache-2.0
description: ICP10125 barometric pressure/temperature sensor
compatible: "invensense,icp10125"
include: [sensor-device.yaml, i2c-device.yaml]
properties:
temperature-measurement-mode:
type: string
required: true
description: Mode of ambient temperature measurement
enum:
- "low-power"
- "normal"
- "low-noise"
- "ultra-low-noise"
pressure-measurement-mode:
type: string
required: true
description: Mode of barometric pressure measurement
enum:
- "low-power"
- "normal"
- "low-noise"
- "ultra-low-noise"