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:
Daniel Leung 2022-06-15 14:10:23 -07:00 committed by Anas Nashif
parent eb9cd9242c
commit 6034714909

View 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"]