Matt Porter | a51b4c0 | 2014-03-12 10:07:17 -0400 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2014 Linaro Limited |
| 3 | * Author: Matt Porter <mporter@linaro.org> |
| 4 | * |
| 5 | * This program is free software; you can redistribute it and/or modify it |
| 6 | * under the terms of the GNU General Public License as published by the |
| 7 | * Free Software Foundation; either version 2 of the License, or (at your |
| 8 | * option) any later version. |
| 9 | */ |
| 10 | |
| 11 | &pmu { |
| 12 | compatible = "brcm,bcm59056"; |
| 13 | regulators { |
| 14 | rfldo_reg: rfldo { |
| 15 | }; |
| 16 | |
| 17 | camldo1_reg: camldo1 { |
| 18 | }; |
| 19 | |
| 20 | camldo2_reg: camldo2 { |
| 21 | }; |
| 22 | |
| 23 | simldo1_reg: simldo1 { |
| 24 | }; |
| 25 | |
| 26 | simldo2_reg: simldo2 { |
| 27 | }; |
| 28 | |
| 29 | sdldo_reg: sdldo { |
| 30 | }; |
| 31 | |
| 32 | sdxldo_reg: sdxldo { |
| 33 | }; |
| 34 | |
| 35 | mmcldo1_reg: mmcldo1 { |
| 36 | }; |
| 37 | |
| 38 | mmcldo2_reg: mmcldo2 { |
| 39 | }; |
| 40 | |
| 41 | audldo_reg: audldo { |
| 42 | }; |
| 43 | |
| 44 | micldo_reg: micldo { |
| 45 | }; |
| 46 | |
| 47 | usbldo_reg: usbldo { |
| 48 | }; |
| 49 | |
| 50 | vibldo_reg: vibldo { |
| 51 | }; |
| 52 | |
| 53 | csr_reg: csr { |
| 54 | }; |
| 55 | |
| 56 | iosr1_reg: iosr1 { |
| 57 | }; |
| 58 | |
| 59 | iosr2_reg: iosr2 { |
| 60 | }; |
| 61 | |
| 62 | msr_reg: msr { |
| 63 | }; |
| 64 | |
| 65 | sdsr1_reg: sdsr1 { |
| 66 | }; |
| 67 | |
| 68 | sdsr2_reg: sdsr2 { |
| 69 | }; |
| 70 | |
| 71 | vsr_reg: vsr { |
| 72 | }; |
Matt Porter | de9bd52 | 2014-04-11 08:35:43 -0400 | [diff] [blame] | 73 | |
| 74 | gpldo1_reg: gpldo1 { |
| 75 | }; |
| 76 | |
| 77 | gpldo2_reg: gpldo2 { |
| 78 | }; |
| 79 | |
| 80 | gpldo3_reg: gpldo3 { |
| 81 | }; |
| 82 | |
| 83 | gpldo4_reg: gpldo4 { |
| 84 | }; |
| 85 | |
| 86 | gpldo5_reg: gpldo5 { |
| 87 | }; |
| 88 | |
| 89 | gpldo6_reg: gpldo6 { |
| 90 | }; |
| 91 | |
| 92 | vbus_reg: vbus { |
| 93 | }; |
Matt Porter | a51b4c0 | 2014-03-12 10:07:17 -0400 | [diff] [blame] | 94 | }; |
| 95 | }; |