1# Copyright (c) 2020 Libre Solar Technologies GmbH
2# SPDX-License-Identifier: Apache-2.0
3
4description: ST STM32 family DAC
5
6compatible: "st,stm32-dac"
7
8include: [dac-controller.yaml, pinctrl-device.yaml]
9
10properties:
11  reg:
12    required: true
13
14  clocks:
15    required: true
16
17  "#io-channel-cells":
18    const: 1
19
20  pinctrl-0:
21    required: true
22
23  pinctrl-names:
24    required: true
25
26io-channel-cells:
27  - output
28