1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/mfd/ti,tps65086.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TPS65086 Power Management Integrated Circuit (PMIC)
10 - Emil Renner Berthing <kernel@esmil.dk>
18 description: I2C slave address
23 interrupt-controller: true
28 The first cell is the IRQ number. The second cell is the flags,
29 encoded as trigger masks from ../interrupt-controller/interrupts.txt.
36 The first cell is the pin number and the second cell is used to specify
37 flags. See ../gpio/gpio.txt for more information.
42 List of child nodes that specify the regulator initialization data.
43 Child nodes must be named after their hardware counterparts:
44 buck[1-6], ldoa[1-3], swa1, swb[1-2], and vtt.
45 Each child node is defined using the standard binding for regulators and
46 the optional regulator properties defined below.
51 $ref: ../regulator/regulator.yaml
55 regulator-boot-on: true
56 regulator-always-on: true
57 regulator-min-microvolt: true
58 regulator-max-microvolt: true
59 ti,regulator-step-size-25mv:
62 Set this if the regulator is factory set with a 25mv step voltage
67 Set this if the output needs to decay, default is for the output
70 additionalProperties: false
72 "^(ldoa[1-3]|swa1|swb[1-2]|vtt)$":
74 $ref: ../regulator/regulator.yaml
78 regulator-boot-on: true
79 regulator-always-on: true
80 regulator-min-microvolt: true
81 regulator-max-microvolt: true
83 additionalProperties: false
85 additionalProperties: false
91 - interrupt-controller
99 #include <dt-bindings/interrupt-controller/irq.h>
101 #address-cells = <1>;
105 compatible = "ti,tps65086";
107 interrupt-parent = <&gpio1>;
108 interrupts = <28 IRQ_TYPE_LEVEL_LOW>;
109 interrupt-controller;
110 #interrupt-cells = <2>;
116 regulator-name = "vcc1";
117 regulator-min-microvolt = <1600000>;
118 regulator-max-microvolt = <1600000>;
121 ti,regulator-step-size-25mv;