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