dts: bindings: dac: Add NXP GAU DAC binding
Add binding for NXP GAU DAC Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
75a3c5b848
commit
f7f80b6cd7
1 changed files with 45 additions and 0 deletions
45
dts/bindings/dac/nxp,gau-dac.yaml
Normal file
45
dts/bindings/dac/nxp,gau-dac.yaml
Normal file
|
@ -0,0 +1,45 @@
|
|||
# Copyright 2023 NXP
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: NXP GAU DAC
|
||||
|
||||
compatible: "nxp,gau-dac"
|
||||
|
||||
include: dac-controller.yaml
|
||||
|
||||
properties:
|
||||
nxp,dac-reference:
|
||||
type: string
|
||||
enum:
|
||||
- "internal"
|
||||
- "external"
|
||||
default: "internal"
|
||||
description: |
|
||||
DAC reference select.
|
||||
Default is "internal" because that is the reset value.
|
||||
|
||||
nxp,output-voltage-range:
|
||||
type: string
|
||||
enum:
|
||||
- "small"
|
||||
- "medium"
|
||||
- "large"
|
||||
default: "large"
|
||||
description: |
|
||||
See specific platform Reference Manual for equations describing the options.
|
||||
Default is large because that is the reset value.
|
||||
|
||||
nxp,conversion-rate:
|
||||
type: string
|
||||
enum:
|
||||
- "62.5K"
|
||||
- "125K"
|
||||
- "250K"
|
||||
- "500K"
|
||||
default: "62.5K"
|
||||
description: |
|
||||
DAC conversion rate.
|
||||
Default is "62.5K" because that is the reset value.
|
||||
|
||||
"#io-channel-cells":
|
||||
const: 0
|
Loading…
Add table
Add a link
Reference in a new issue