2020-01-10 10:20:57 +01:00
|
|
|
# Copyright (c) 2020 Libre Solar Technologies GmbH
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: ST STM32 family DAC
|
|
|
|
|
|
|
|
compatible: "st,stm32-dac"
|
|
|
|
|
2021-11-05 15:59:32 +01:00
|
|
|
include: [dac-controller.yaml, pinctrl-device.yaml]
|
2020-01-10 10:20:57 +01:00
|
|
|
|
|
|
|
properties:
|
2023-01-03 20:21:25 +01:00
|
|
|
reg:
|
|
|
|
required: true
|
2020-01-10 10:20:57 +01:00
|
|
|
|
2023-01-03 20:21:25 +01:00
|
|
|
clocks:
|
|
|
|
required: true
|
2020-01-10 10:20:57 +01:00
|
|
|
|
2023-01-03 20:21:25 +01:00
|
|
|
"#io-channel-cells":
|
|
|
|
const: 1
|
2020-01-10 10:20:57 +01:00
|
|
|
|
2023-01-03 20:21:25 +01:00
|
|
|
pinctrl-0:
|
|
|
|
required: true
|
2021-11-23 09:41:16 +01:00
|
|
|
|
2023-01-03 20:21:25 +01:00
|
|
|
pinctrl-names:
|
|
|
|
required: true
|
2021-11-23 09:41:16 +01:00
|
|
|
|
2020-01-10 10:20:57 +01:00
|
|
|
io-channel-cells:
|
2023-01-03 20:21:25 +01:00
|
|
|
- output
|