| # Copyright (c) 2020 Libre Solar Technologies GmbH | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: STM32 family DAC | |
| compatible: "st,stm32-dac" | |
| include: [dac-controller.yaml, pinctrl-device.yaml] | |
| properties: | |
| reg: | |
| required: true | |
| clocks: | |
| required: true | |
| "#io-channel-cells": | |
| const: 1 | |
| io-channel-cells: | |
| - output |