dts: bindings: adc: add ads131m02 adc driver binding
add binding for Texas Instruments ADS131M02 ADC driver Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
This commit is contained in:
parent
47d17f4542
commit
1f2e15d43d
1 changed files with 22 additions and 0 deletions
22
dts/bindings/adc/ti,ads131m02.yaml
Normal file
22
dts/bindings/adc/ti,ads131m02.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright (c) 2024 Linumiz
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: Texas Instrument 2 channels SPI ADC
|
||||
|
||||
compatible: "ti,ads131m02"
|
||||
|
||||
include: [adc-controller.yaml, spi-device.yaml]
|
||||
|
||||
properties:
|
||||
"#io-channel-cells":
|
||||
const: 1
|
||||
|
||||
drdy-gpios:
|
||||
type: phandle-array
|
||||
required: true
|
||||
description: |
|
||||
GPIO for data ready, becomes active when a conversion result is ready.
|
||||
By default, it is active low signal.
|
||||
|
||||
io-channel-cells:
|
||||
- input
|
||||
Loading…
Reference in a new issue