1# Copyright (c) 2024 Renesas Electronics Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4description: "Renesas RZ ADC" 5 6compatible: "renesas,rz-adc" 7 8include: [adc-controller.yaml, pinctrl-device.yaml] 9 10properties: 11 reg: 12 required: true 13 14 interrupts: 15 required: true 16 17 vref-mv: 18 type: int 19 required: true 20 description: Indicates the reference voltage of the ADC in mV. 21 22 channel-available-mask: 23 type: int 24 required: true 25 description: Mask for ADC channels existed in each board 26 27 "#io-channel-cells": 28 const: 1 29 30io-channel-cells: 31 - input 32