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)
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.
41 additionalProperties: false
43 List of child nodes that specify the regulator initialization data.
44 Child nodes must be named after their hardware counterparts:
45 buck[1-6], ldoa[1-3], swa1, swb[1-2], and vtt.
46 Each child node is defined using the standard binding for regulators and
47 the optional regulator properties defined below.
52 $ref: ../regulator/regulator.yaml
56 regulator-boot-on: true
57 regulator-always-on: true
58 regulator-min-microvolt: true
59 regulator-max-microvolt: true
60 ti,regulator-step-size-25mv:
63 Set this if the regulator is factory set with a 25mv step voltage
68 Set this if the output needs to decay, default is for the output
71 additionalProperties: false
73 "^(ldoa[1-3]|swa1|swb[1-2]|vtt)$":
75 $ref: ../regulator/regulator.yaml
79 regulator-boot-on: true
80 regulator-always-on: true
81 regulator-min-microvolt: true
82 regulator-max-microvolt: true
84 additionalProperties: false
86 additionalProperties: false
97 #include <dt-bindings/interrupt-controller/irq.h>
103 compatible = "ti,tps65086";
105 interrupt-parent = <&gpio1>;
106 interrupts = <28 IRQ_TYPE_LEVEL_LOW>;
107 interrupt-controller;
108 #interrupt-cells = <2>;
114 regulator-name = "vcc1";
115 regulator-min-microvolt = <1600000>;
116 regulator-max-microvolt = <1600000>;
119 ti,regulator-step-size-25mv;