1# Copyright (c) 2024 Ambiq Micro Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4description: Ambiq ADC node
5
6compatible: "ambiq,adc"
7
8include: [adc-controller.yaml, pinctrl-device.yaml, ambiq-pwrcfg.yaml]
9properties:
10  reg:
11    required: true
12
13  interrupts:
14    required: true
15
16  channel-count:
17    type: int
18    required: true
19    description: The maximum channels supported on each unit.
20
21  internal-vref-mv:
22    type: int
23    required: true
24    description: Indicates the reference voltage of the ADC in mV.
25
26io-channel-cells:
27  - input
28