Skip to content

Commit

Permalink
dts: bindings: adc: add ads131m02 adc driver binding
Browse files Browse the repository at this point in the history
add binding for Texas Instruments ADS131M02 ADC driver

Signed-off-by: Karthikeyan Krishnasamy <[email protected]>
  • Loading branch information
karthi012 authored and kartben committed Dec 18, 2024
1 parent 47d17f4 commit 1f2e15d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions dts/bindings/adc/ti,ads131m02.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1f2e15d

Please sign in to comment.