61f4c52380
Migrates all Maxim sensors to inherit base sensor device properties. This will allow us to define properties shared by multiple sensors in one place. Signed-off-by: Maureen Helm <maureen.helm@intel.com>
9 lines
183 B
YAML
9 lines
183 B
YAML
# Copyright (c) 2018, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: MAX30101 heart rate sensor
|
|
|
|
compatible: "maxim,max30101"
|
|
|
|
include: [sensor-device.yaml, i2c-device.yaml]
|