dts: bindings: adc: add binding for ADS114S08
Add the binding for the driver of the ADC ADS114S08. Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
This commit is contained in:
parent
44df982d0b
commit
6c191c2b47
1 changed files with 30 additions and 0 deletions
30
dts/bindings/adc/ti,ads114s08.yaml
Normal file
30
dts/bindings/adc/ti,ads114s08.yaml
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Copyright (c) 2023 SILA Embedded Solutions GmbH
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: Texas Instrument 12 channels 16 bit I2C ADC
|
||||
|
||||
compatible: "ti,ads114s08"
|
||||
|
||||
include: [adc-controller.yaml, spi-device.yaml]
|
||||
|
||||
properties:
|
||||
"#io-channel-cells":
|
||||
const: 1
|
||||
|
||||
reset-gpios:
|
||||
type: phandle-array
|
||||
description: "GPIO for reset"
|
||||
|
||||
drdy-gpios:
|
||||
type: phandle-array
|
||||
required: true
|
||||
description: |
|
||||
GPIO for data ready, becomes active when a conversion result is ready
|
||||
|
||||
start-sync-gpios:
|
||||
type: phandle-array
|
||||
description: |
|
||||
GPIO for start/sync, used to signal the ADC that a conversion should be started
|
||||
|
||||
io-channel-cells:
|
||||
- input
|
Loading…
Add table
Add a link
Reference in a new issue