| # Copyright (c) 2020 Libre Solar Technologies GmbH | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: ST STM32 family DAC | |
| compatible: "st,stm32-dac" | |
| include: dac-controller.yaml | |
| properties: | |
| reg: | |
| required: true | |
| clocks: | |
| required: true | |
| pinctrl-0: | |
| type: phandles | |
| required: false | |
| description: | | |
| GPIO pin configuration for DAC output. The phandles are | |
| expected to reference pinctrl nodes, e.g. | |
| pinctrl-0 = <&dac_out1_pa4 &dac_out2_pa5>; | |
| "#io-channel-cells": | |
| const: 1 | |
| io-channel-cells: | |
| - output |