22 lines
359 B
YAML
22 lines
359 B
YAML
#
|
|
# 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"
|
|
|
|
...
|