9c98d2c615
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>
11 lines
264 B
YAML
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"]
|