29 lines
490 B
YAML
29 lines
490 B
YAML
# Copyright (c) 2018, Endre Karlson
|
|
# Copyright (c) 2018, Song Qiang <songqiang1304521@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
title: ST STM32 family ADC
|
|
|
|
description: >
|
|
This binding gives a base representation of the ST STM32 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
|