2019-05-16 14:17:18 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2019 Vestas Wind Systems A/S
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2019-05-16 14:17:18 +08:00
|
|
|
title: NXP Kinetis ADC12
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of the NXP Kinetis ADC12
|
|
|
|
|
|
|
|
inherits:
|
|
|
|
!include adc.yaml
|
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "nxp,kinetis-adc12"
|
|
|
|
|
|
|
|
reg:
|
|
|
|
category: required
|
|
|
|
|
|
|
|
interrupts:
|
|
|
|
category: required
|
|
|
|
|
|
|
|
clk-source:
|
|
|
|
type: int
|
|
|
|
category: required
|
|
|
|
description: converter clock source
|
|
|
|
|
|
|
|
clk-divider:
|
|
|
|
type: int
|
|
|
|
category: required
|
|
|
|
description: clock divider for the converter
|
|
|
|
|
|
|
|
alternate-voltage-reference:
|
|
|
|
type: boolean
|
|
|
|
category: optional
|
|
|
|
description: use alternate voltage reference source
|
|
|
|
|
|
|
|
sample-time:
|
|
|
|
type: int
|
|
|
|
category: required
|
|
|
|
description: sample time in clock cycles
|