1# Copyright (c) 2023 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: Renesas SmartBond(tm) ADC node
5
6compatible: "renesas,smartbond-sdadc"
7
8include: [adc-controller.yaml, pinctrl-device.yaml]
9
10properties:
11  reg:
12    required: true
13
14  interrupts:
15    required: true
16
17  "#io-channel-cells":
18    const: 1
19
20  clock-freq:
21    type: int
22    description: |
23      SDADC clock frequency selector;
24    enum:
25      - 0 # 250 kHz
26      - 1 # 500 kHz
27      - 2 # 1 MHz (default)
28      - 3 # 2 MHz
29
30io-channel-cells:
31  - input
32