dts: lps22hh: extends to support being on I3C bus
This adds a new YAML file to allow LPS22HH to work on I3C bus. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
eb9cd9242c
commit
6034714909
10
dts/bindings/sensor/st,lps22hh-i3c.yaml
Normal file
10
dts/bindings/sensor/st,lps22hh-i3c.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Copyright (c) 2019 STMicroelectronics
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: |
|
||||
STMicroelectronics LPS22HH pressure and temperature sensor connected to I3C
|
||||
bus
|
||||
|
||||
compatible: "st,lps22hh"
|
||||
|
||||
include: ["i3c-device.yaml", "st,lps22hh-common.yaml"]
|
Loading…
Reference in a new issue