28 lines
461 B
YAML
28 lines
461 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
|
|
|
|
inherits:
|
|
!include adc.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "st,stm32-adc"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
clocks:
|
|
category: required
|
|
|
|
interrupts:
|
|
category: required
|