File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 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 |
You can’t perform that action at this time.
0 commit comments