22 lines
403 B
YAML
22 lines
403 B
YAML
#
|
|
# Copyright (c) 2018, Phytec Messtechnik GmbH
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: APDS9960 Digital Proximity, Ambient Light, RGB and Gesture Sensor
|
|
|
|
description: >
|
|
This is a representation of the APDS9960 sensor
|
|
|
|
inherits:
|
|
!include i2c-device.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "avago,apds9960"
|
|
|
|
int-gpios:
|
|
type: phandle-array
|
|
category: required
|