1# Copyright (c) 2023, Google LLC
2# SPDX-License-Identifier: Apache-2.0
3
4description: Texas Instrument Single Channel SPI ADC
5
6compatible: "ti,ads7052"
7
8include: [adc-controller.yaml, spi-device.yaml]
9
10on-bus: spi
11
12properties:
13  "#io-channel-cells":
14    const: 1
15
16io-channel-cells:
17  - input
18