2019-02-24 22:47:57 +08:00
|
|
|
# Copyright (c) 2019 Derek Hageman <hageman@inthat.cloud>
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2019-11-19 15:39:11 +08:00
|
|
|
description: Atmel SAM0 family ADC
|
2019-02-24 22:47:57 +08:00
|
|
|
|
2019-08-20 02:32:25 +08:00
|
|
|
compatible: "atmel,sam0-adc"
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: adc-controller.yaml
|
2019-02-24 22:47:57 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
reg:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2019-02-24 22:47:57 +08:00
|
|
|
|
|
|
|
interrupts:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2019-02-24 22:47:57 +08:00
|
|
|
|
|
|
|
gclk:
|
|
|
|
type: int
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2019-02-24 22:47:57 +08:00
|
|
|
description: generic clock generator source
|
|
|
|
|
|
|
|
prescaler:
|
|
|
|
type: int
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2019-02-24 22:47:57 +08:00
|
|
|
description: clock prescaler divisor applied to the generic clock
|
2019-08-23 00:08:13 +08:00
|
|
|
|
|
|
|
"#io-channel-cells":
|
|
|
|
const: 1
|
|
|
|
|
2019-09-27 02:34:13 +08:00
|
|
|
io-channel-cells:
|
2019-08-23 00:08:13 +08:00
|
|
|
- input
|