1# Copyright (c) 2023 Nuvoton Technology Corporation. 2# SPDX-License-Identifier: Apache-2.0 3 4description: Nuvoton, NuMaker ADC controller 5 6compatible: "nuvoton,numaker-adc" 7 8include: [adc-controller.yaml, reset-device.yaml, pinctrl-device.yaml] 9 10properties: 11 reg: 12 required: true 13 14 interrupts: 15 required: true 16 17 resets: 18 required: true 19 20 clocks: 21 required: true 22 23 channels: 24 type: int 25 description: Number of channels 26 required: true 27 28 "#io-channel-cells": 29 const: 1 30 31io-channel-cells: 32 - input 33