mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 12:35:20 +00:00
Move the devicetree bindings for Analog-to-Digital Converters (ADCs) from dts/bindings/iio/adc to dts/bindings/adc as Zephyr does not have an IIO layer. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
26 lines
415 B
YAML
26 lines
415 B
YAML
# Copyright (c) 2018, Endre Karlson
|
|
# Copyright (c) 2018, Song Qiang <songqiang1304521@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: ST STM32 family ADC
|
|
|
|
compatible: "st,stm32-adc"
|
|
|
|
include: adc-controller.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
clocks:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
"#io-channel-cells":
|
|
const: 1
|
|
|
|
io-channel-cells:
|
|
- input
|