dts: bindings: adc: Add IDAC current to ADS114S08
Add the IDAC current magnitude property to ADS114S08 Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
This commit is contained in:
parent
bb679532f4
commit
e7759b2a8e
1 changed files with 17 additions and 0 deletions
|
@ -28,5 +28,22 @@ properties:
|
|||
description: |
|
||||
GPIO for start/sync, used to signal the ADC that a conversion should be started
|
||||
|
||||
idac-current:
|
||||
type: int
|
||||
enum:
|
||||
- 0
|
||||
- 10
|
||||
- 50
|
||||
- 100
|
||||
- 250
|
||||
- 500
|
||||
- 750
|
||||
- 1000
|
||||
- 1500
|
||||
- 2000
|
||||
default: 0
|
||||
description: |
|
||||
IDAC current in microampere, the default value turns the current source off
|
||||
|
||||
io-channel-cells:
|
||||
- input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue