| # | |
| # Copyright (c) 2018 STMicroelectronics | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # | |
| --- | |
| title: STMicroelectronics MEMS sensors LIS2MDL | |
| version: 0.1 | |
| description: > | |
| This binding gives a base representation of LIS2MDL magnetometer | |
| inherits: | |
| !include i2c-device.yaml | |
| properties: | |
| compatible: | |
| constraint: "st,lis2mdl-magn" | |
| irq-gpios: | |
| type: compound | |
| category: required | |
| generation: define, use-prop-name | |
| ... |