1# SPDX-License-Identifier: Apache-2.0 2 3description: STM32WB0 Analog-to-Digital Converter 4 5compatible: "st,stm32wb0-adc" 6 7include: [adc-controller.yaml, pinctrl-device.yaml] 8 9properties: 10 reg: 11 required: true 12 13 clocks: 14 required: true 15 16 interrupts: 17 required: true 18 19 "#io-channel-cells": 20 const: 1 21 22 io-booster: 23 type: boolean 24 description: | 25 When set, the I/O Booster block is enabled during ADC usage. Otherwise, the 26 I/O Booster block is always disabled. This property MUST be set if VBAT voltage 27 may reach a value below 2.7V to guarantee that the ADC behavior remains correct. 28 29io-channel-cells: 30 - input 31