adc: Add TI ADS7052 SPI driver
Add driver for TI ADS7052. Signed-off-by: Al Semjonovs <asemjonovs@google.com>
This commit is contained in:
parent
336803e96f
commit
9fa35bc9a0
9 changed files with 411 additions and 3 deletions
17
dts/bindings/adc/ti,ads7052.yaml
Normal file
17
dts/bindings/adc/ti,ads7052.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Copyright (c) 2023, Google LLC
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: Texas Instrument Single Channel SPI ADC
|
||||
|
||||
compatible: "ti,ads7052"
|
||||
|
||||
include: [adc-controller.yaml, spi-device.yaml]
|
||||
|
||||
on-bus: spi
|
||||
|
||||
properties:
|
||||
"#io-channel-cells":
|
||||
const: 1
|
||||
|
||||
io-channel-cells:
|
||||
- input
|
Loading…
Add table
Add a link
Reference in a new issue