1# Copyright (c) 2024 ENE Technology Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4description: ENE KB1200 ADC controller
5
6compatible: "ene,kb1200-adc"
7
8include: [adc-controller.yaml, pinctrl-device.yaml]
9
10properties:
11  reg:
12    required: true
13
14  "#io-channel-cells":
15    const: 1
16
17  pinctrl-0:
18    required: true
19
20  pinctrl-names:
21    required: true
22
23io-channel-cells:
24  - input
25