1# Copyright (c) 2021, Antonio Tessarolo 2# SPDX-License-Identifier: Apache-2.0 3 4description: Vf610 Adc 5 6compatible: "nxp,vf610-adc" 7 8include: [adc-controller.yaml, "nxp,rdc-policy.yaml"] 9 10properties: 11 reg: 12 required: true 13 14 interrupts: 15 required: true 16 17 clk-source: 18 type: int 19 required: true 20 description: | 21 Select adc clock source: 0 clock from IPG, 1 clock from IPG divided 2, 2 async clock 22 23 clk-divider: 24 type: int 25 required: true 26 description: | 27 Select clock divider: 0 clock divided by 1, 1 clock divided by 2, 2 clock divided by 4, 28 3 clock divided by 8 29 30 "#io-channel-cells": 31 const: 1 32 33io-channel-cells: 34 - input 35