Lines Matching +full:switch +full:- +full:frequency +full:- +full:hz
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jisheng Zhang <jszhang@kernel.org>
13 - $ref: regulator.yaml#
18 - mps,mp8867
19 - mps,mp8869
24 enable-gpios:
28 mps,fb-voltage-divider:
31 $ref: /schemas/types.yaml#/definitions/uint32-array
34 mps,switch-frequency-hz:
35 description: The valid switch frequency in Hertz.
39 - compatible
40 - reg
41 - enable-gpios
42 - mps,fb-voltage-divider
47 - |
48 #include <dt-bindings/gpio/gpio.h>
50 #address-cells = <1>;
51 #size-cells = <0>;
54 regulator-name = "vcpu";
55 regulator-min-microvolt = <800000>;
56 regulator-max-microvolt = <1150000>;
57 enable-gpios = <&porta 1 GPIO_ACTIVE_LOW>;
58 mps,fb-voltage-divider = <80 240>;