22 lines
365 B
YAML
22 lines
365 B
YAML
#
|
|
# Copyright (c) 2017, Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
title: STMicroelectronics MEMS sensors LPS22HB
|
|
id: st,lps22hb-press
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding gives a base representation of LPS22HB pressure sensor
|
|
|
|
inherits:
|
|
!include i2c-device.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "st,lps22hb-press"
|
|
|
|
...
|