-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dts: bindings: sensor: Add invensense icp101xx properties
Replace icp10125. tests: sensor: rename icp10125 to icp101xx Signed-off-by: Remi Buisson <[email protected]>
- Loading branch information
1 parent
65fd395
commit c6b4f31
Showing
3 changed files
with
22 additions
and
33 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Copyright (c) 2024 TDK Invensense | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
description: ICP101xx High Accuracy, Low Power, Barometric Pressure and Temperature Sensor IC | ||
|
||
compatible: "invensense,icp101xx" | ||
|
||
include: [sensor-device.yaml, i2c-device.yaml] | ||
|
||
properties: | ||
mode: | ||
type: string | ||
default: "normal" | ||
description: Mode of pressure and temperature measurement | ||
enum: | ||
- "low-power" | ||
- "normal" | ||
- "low-noise" | ||
- "ultra-low-noise" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters