mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 06:05:22 +00:00
Adds sm351lt magnetoresitive sensor driver. Signed-off-by: Jamie McCrae <jamie.mccrae@lairdconnect.com>
19 lines
378 B
YAML
19 lines
378 B
YAML
# Copyright (c) 2020, Laird Connectivity
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: SM351LT magnetoresistive sensor
|
|
|
|
compatible: "honeywell,sm351lt"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
gpios:
|
|
type: phandle-array
|
|
required: true
|
|
description: GPIO connected to the sensor
|
|
label:
|
|
required: true
|
|
type: string
|
|
description: Driver label
|