boards: disco_l475_iot1: Enable vl53l0x sensor

Add all files related to the board and sensor.

Signed-off-by: Vincent Veron <vincent.veron@st.com>
This commit is contained in:
Vincent Veron 2017-07-19 17:07:17 +02:00 committed by Kumar Gala
commit 73c52d74c3
4 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,21 @@
#
# Copyright (c) 2017, Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
---
title: STMicroelectronics MEMS sensors VL53L0X
id: st,vl53l0x
version: 0.1
description: >
This binding gives a base representation of VL53L0X Time Of Flight sensor
inherits:
!include i2c-device.yaml
properties:
compatible:
constraint: "st,vl53l0x"
...