eb0a524972
Fix the YAML files indentation for files in dts/bindings/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
30 lines
693 B
YAML
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"
|