1# Copyright (c) 2019, Intel Corporation
2# Copyright (c) 2021, Microchip Technology Inc.
3# SPDX-License-Identifier: Apache-2.0
4
5description: Microchip XEC ADC
6
7compatible: "microchip,xec-adc"
8
9include: [adc-controller.yaml, pinctrl-device.yaml]
10
11properties:
12  reg:
13    required: true
14
15  interrupts:
16    required: true
17
18  "#io-channel-cells":
19    const: 1
20
21  girqs:
22    type: array
23    required: true
24    description: Array of pairs of GIRQ number and bit position
25
26  pcrs:
27    type: array
28    required: true
29    description: ADC PCR register index and bit position
30
31  clktime:
32    type: int
33    required: true
34    description: ADC clock high & low time count value <1:255>
35
36  pinctrl-0:
37    required: true
38
39  pinctrl-names:
40    required: true
41
42io-channel-cells:
43  - input
44