zephyr/dts/bindings/dac/atmel,sam0-dac.yaml
Michael Hope 4a716c6eae dts: dac: add a new binding for the SAM0 DAC
The Atmel SAM0 DAC is a single channel 10 bit DAC with selectable
reference.

Signed-off-by: Michael Hope <mlhx@google.com>
2020-08-04 16:08:48 -05:00

34 lines
526 B
YAML

# Copyright (c) 2020 Google LLC.
# SPDX-License-Identifier: Apache-2.0
description: Atmel SAM0 family DAC
compatible: "atmel,sam0-dac"
include: dac-controller.yaml
properties:
reg:
required: true
clocks:
required: true
clock-names:
required: true
label:
required: true
reference:
type: string
required: false
description: Reference voltage source
enum:
- "intref"
- "vddana"
- "vrefa"
"#io-channel-cells":
const: 0