mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 02:22:33 +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>
15 lines
229 B
YAML
15 lines
229 B
YAML
# Copyright (c) 2017, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Common fields for ADC controllers
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
label:
|
|
required: true
|
|
|
|
"#io-channel-cells":
|
|
type: int
|
|
required: true
|