File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Documentation/devicetree/bindings/regulator Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ Monolithic Power Systems MP8869 voltage regulator
2
+
3
+ Required properties:
4
+ - compatible: "mps,mp8869";
5
+ - reg: I2C slave address.
6
+ - enable-gpios: enable gpios.
7
+ - mps,fb-voltage-divider: An array of two integers containing the resistor
8
+ values R1 and R2 of the feedback voltage divider in kilo ohms.
9
+
10
+ Any property defined as part of the core regulator binding, defined in
11
+ ./regulator.txt, can also be used.
12
+
13
+ Example:
14
+
15
+ vcpu: regulator@62 {
16
+ compatible = "mps,mp8869";
17
+ regulator-name = "vcpu";
18
+ regulator-min-microvolt = <700000>;
19
+ regulator-max-microvolt = <850000>;
20
+ regulator-always-on;
21
+ regulator-boot-on;
22
+ enable-gpios = <&porta 1 GPIO_ACTIVE_LOW>;
23
+ mps,fb-voltage-divider = <80 240>;
24
+ reg = <0x62>;
25
+ };
You can’t perform that action at this time.
0 commit comments