Simon Glass | 5cc16cb | 2014-06-02 22:04:55 -0600 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License version 2 as |
| 6 | * published by the Free Software Foundation. |
| 7 | */ |
| 8 | |
| 9 | /* |
| 10 | * Integrated Power Management Chip |
| 11 | * http://www.ti.com/lit/ds/symlink/tps65217.pdf |
| 12 | */ |
| 13 | |
| 14 | &tps { |
| 15 | compatible = "ti,tps65217"; |
| 16 | |
| 17 | regulators { |
| 18 | #address-cells = <1>; |
| 19 | #size-cells = <0>; |
| 20 | |
| 21 | dcdc1_reg: regulator@0 { |
| 22 | reg = <0>; |
| 23 | regulator-compatible = "dcdc1"; |
| 24 | }; |
| 25 | |
| 26 | dcdc2_reg: regulator@1 { |
| 27 | reg = <1>; |
| 28 | regulator-compatible = "dcdc2"; |
| 29 | }; |
| 30 | |
| 31 | dcdc3_reg: regulator@2 { |
| 32 | reg = <2>; |
| 33 | regulator-compatible = "dcdc3"; |
| 34 | }; |
| 35 | |
| 36 | ldo1_reg: regulator@3 { |
| 37 | reg = <3>; |
| 38 | regulator-compatible = "ldo1"; |
| 39 | }; |
| 40 | |
| 41 | ldo2_reg: regulator@4 { |
| 42 | reg = <4>; |
| 43 | regulator-compatible = "ldo2"; |
| 44 | }; |
| 45 | |
| 46 | ldo3_reg: regulator@5 { |
| 47 | reg = <5>; |
| 48 | regulator-compatible = "ldo3"; |
| 49 | }; |
| 50 | |
| 51 | ldo4_reg: regulator@6 { |
| 52 | reg = <6>; |
| 53 | regulator-compatible = "ldo4"; |
| 54 | }; |
| 55 | }; |
| 56 | }; |