Lee Jones | dd06faf | 2012-09-26 17:08:35 +0100 | [diff] [blame^] | 1 | /* |
| 2 | * Copyright 2012 ST-Ericsson AB |
| 3 | * |
| 4 | * The code contained herein is licensed under the GNU General Public |
| 5 | * License. You may obtain a copy of the GNU General Public License |
| 6 | * Version 2 or later at the following locations: |
| 7 | * |
| 8 | * http://www.opensource.org/licenses/gpl-license.html |
| 9 | * http://www.gnu.org/copyleft/gpl.html |
| 10 | */ |
| 11 | |
| 12 | /dts-v1/; |
| 13 | /include/ "dbx5x0.dtsi" |
| 14 | /include/ "href.dtsi" |
| 15 | |
| 16 | / { |
| 17 | model = "ST-Ericsson HREF (pre-v60) platform with Device Tree"; |
| 18 | compatible = "st-ericsson,mop500"; |
| 19 | |
| 20 | soc-u9500 { |
| 21 | i2c@80004000 { |
| 22 | tps61052@33 { |
| 23 | compatible = "tps61052"; |
| 24 | reg = <0x33>; |
| 25 | }; |
| 26 | }; |
| 27 | }; |
| 28 | }; |