1# Copyright (c) 2019 Vestas Wind Systems A/S 2# SPDX-License-Identifier: Apache-2.0 3 4description: NXP MCUA 12B1MSPS SAR ADC 5 6compatible: "nxp,mcux-12b1msps-sar" 7 8include: [adc-controller.yaml, pinctrl-device.yaml] 9 10properties: 11 reg: 12 required: true 13 14 interrupts: 15 required: true 16 17 clk-divider: 18 type: int 19 required: true 20 description: clock divider for the converter 21 22 sample-period-mode: 23 type: int 24 required: true 25 description: sample period mode 26 27 "#io-channel-cells": 28 const: 1 29 30io-channel-cells: 31 - input 32