1 * ROHM BD9571MWV Power Management Integrated Circuit (PMIC) bindings
4 - compatible : Should be "rohm,bd9571mwv".
5 - reg : I2C slave address.
6 - interrupt-parent : Phandle to the parent interrupt controller.
7 - interrupts : The interrupt line the device is connected to.
8 - interrupt-controller : Marks the device node as an interrupt controller.
9 - #interrupt-cells : The number of cells to describe an IRQ, should be 2.
10 The first cell is the IRQ number.
11 The second cell is the flags, encoded as trigger
12 masks from ../interrupt-controller/interrupts.txt.
13 - gpio-controller : Marks the device node as a GPIO Controller.
14 - #gpio-cells : Should be two. The first cell is the pin number and
15 the second cell is used to specify flags.
16 See ../gpio/gpio.txt for more information.
17 - regulators: : List of child nodes that specify the regulator
18 initialization data. Child nodes must be named
19 after their hardware counterparts:
25 Each child node is defined using the standard
26 binding for regulators.
31 compatible = "rohm,bd9571mwv";
33 interrupt-parent = <&gpio2>;
34 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
36 #interrupt-cells = <2>;
42 regulator-name = "dvfs";
43 regulator-min-microvolt = <750000>;
44 regulator-max-microvolt = <1030000>;