dts: bindings: sensor: add everlight ambient light sensor binding
Added new binding for Everlight ALS-PT19 Ambient Light Sensor. Signed-off-by: Dipak Shetty <shetty.dipak@gmx.com>
This commit is contained in:
parent
c099a01760
commit
8f789f81c3
21
dts/bindings/sensor/everlight,als-pt19.yaml
Normal file
21
dts/bindings/sensor/everlight,als-pt19.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
# Copyright (c) 2025 Dipak Shetty <shetty.dipak@gmx.com>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: Everlight ALS-PT19 Ambient Light Sensor
|
||||
|
||||
compatible: "everlight,als-pt19"
|
||||
|
||||
include: sensor-device.yaml
|
||||
|
||||
properties:
|
||||
load-resistor:
|
||||
type: int
|
||||
required: true
|
||||
description: |
|
||||
Load resistor value in ohms
|
||||
|
||||
io-channels:
|
||||
type: phandle-array
|
||||
required: true
|
||||
description: |
|
||||
ADC IO channel to use.
|
||||
Loading…
Reference in New Issue
Block a user