Skip to content

Commit 5e4d552

Browse files
Jeppe Odgaardjhedberg
authored andcommitted
dts: bindings: add festo_veaa_x_3 support
Add bindings for the Festo proportional pressure regulator. Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
1 parent b6cc70e commit 5e4d552

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Copyright (c) 2024 Vitrolife A/S
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: |
5+
Festo VEAA proportional pressure regulator using 3/3-way valve.
6+
Only voltage controlled valve is supported.
7+
8+
compatible: "festo,veaa-x-3"
9+
10+
include: sensor-device.yaml
11+
12+
properties:
13+
io-channels:
14+
type: phandle-array
15+
required: true
16+
description: |
17+
ADC used to get the actual value:
18+
<&adc_node channel>
19+
dac:
20+
type: phandle
21+
required: true
22+
description: |
23+
DAC used to set the setpoint value:
24+
<&dac_node channel resolution buffered>
25+
dac-channel-id:
26+
type: int
27+
required: true
28+
dac-resolution:
29+
type: int
30+
required: true
31+
pressure-range-type:
32+
type: string
33+
enum: ["D2", "D9", "D11"]
34+
required: true
35+
description: |
36+
The device pressure range type.
37+
| Type | Range [kPa] |
38+
| D11 | 5-1000 |
39+
| D9 | 3-600 |
40+
| D2 | 1-200 |

0 commit comments

Comments
 (0)