Lines Matching +full:one +full:- +full:time +full:- +full:programmable

1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Michael Hennerich <Michael.Hennerich@analog.com>
19 spi-cpha: true
21 adi,dc-dc-mode:
25 Mode of operation of the dc-to-dc converter
31 Programmable Power Control (PPC)
32 In this mode, the VDPC+ voltage is user-programmable to a fixed level
36 voltage output at the VIOUT pin. Only one mode can be enabled at
37 any one time.
44 Depending on the selected output mode (voltage or current) one of the
47 adi,range-microvolt:
51 - items:
52 - const: 0
53 - enum: [5000000, 10000000]
54 - items:
55 - const: -5000000
56 - const: 5000000
57 - items:
58 - const: -10000000
59 - const: 10000000
61 adi,range-microamp:
65 - items:
66 - const: 0
67 - enum: [20000, 24000]
68 - items:
69 - const: 4
70 - const: 24000
71 - items:
72 - const: -20000
73 - const: 20000
74 - items:
75 - const: -24000
76 - const: 24000
77 - items:
78 - const: -1000
79 - const: 22000
81 reset-gpios:
84 adi,dc-dc-ilim-microamp:
87 The dc-to-dc converter current limit.
89 adi,slew-time-us:
91 The time it takes for the output to reach the full scale [uS]
96 - compatible
97 - reg
98 - spi-cpha
99 - adi,dc-dc-mode
102 - $ref: /schemas/spi/spi-peripheral-props.yaml#
103 - if:
105 adi,dc-dc-mode:
109 adi,range-microvolt: false
111 - adi,range-microamp
114 adi,range-microamp: false
116 - adi,range-microvolt
121 - |
123 #address-cells = <1>;
124 #size-cells = <0>;
129 spi-max-frequency = <1000000>;
130 spi-cpha;
132 reset-gpios = <&gpio 22 0>;
134 adi,dc-dc-mode = <2>;
135 adi,range-microvolt = <0 10000000>;
136 adi,dc-dc-ilim-microamp = <200000>;
137 adi,slew-time-us = <125000>;