dts: bindings: adc: Add configurable current source pin for ADCs
Add a property to the ADC channels which allows the configuration of the current source pin. Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
This commit is contained in:
parent
dc9bd3afe3
commit
bb679532f4
3 changed files with 28 additions and 0 deletions
|
@ -146,3 +146,11 @@ child-binding:
|
|||
Oversampling setting to be used for the channel.
|
||||
When specified, each sample is averaged from 2^N conversion results
|
||||
(where N is the provided value).
|
||||
|
||||
zephyr,current-source-pin:
|
||||
type: uint8-array
|
||||
description: |
|
||||
Output pin selection for the current sources. The actual
|
||||
interpretation depends on the driver. This is used only for drivers
|
||||
which select the ADC_CONFIGURABLE_EXCITATION_CURRENT_SOURCE_PIN
|
||||
Kconfig option.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue