Commit 4a716c6e authored by Michael Hope's avatar Michael Hope Committed by Maureen Helm
Browse files

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: default avatarMichael Hope <mlhx@google.com>
parent 8dd66446
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
# 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