zephyr/dts/bindings/sensor/st,lps22hh-i2c.yaml
Armando Visconti 9c98d2c615 dts/bindings: lps22hh: create a common DT binding file
Create a common properties file that will be included by all bindings
(as i2c and spi) handled by lps22hh driver.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2021-12-14 09:11:15 -06:00

11 lines
264 B
YAML

# Copyright (c) 2019 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
description: |
STMicroelectronics LPS22HH pressure and temperature sensor connected to I2C
bus
compatible: "st,lps22hh"
include: ["i2c-device.yaml", "st,lps22hh-common.yaml"]