zephyr/dts/bindings/sensor/bosch,bme280-i2c.yaml
Kumar Gala be2b6f870d sensor: bme280: Converting to using device tree
Convert the BME280 driver to use device tree and new DT_<COMPAT>
defines.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-01-16 12:39:37 -06:00

21 lines
342 B
YAML

#
# Copyright (c) 2019, Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
---
title: BME280 Integrated environmental sensor
version: 0.1
description: >
This is a representation of the BME280 Integrated environmental sensor
inherits:
!include i2c-device.yaml
properties:
compatible:
constraint: "bosch,bme280"
...