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 | |
Lee Jones | 6b8db13 | 2012-09-26 17:09:17 +0100 | [diff] [blame^] | 20 | gpio_keys { |
| 21 | button@1 { |
| 22 | gpios = <&tc3589x_gpio 7 0x4>; |
| 23 | }; |
| 24 | }; |
| 25 | |
Lee Jones | dd06faf | 2012-09-26 17:08:35 +0100 | [diff] [blame] | 26 | soc-u9500 { |
| 27 | i2c@80004000 { |
| 28 | tps61052@33 { |
| 29 | compatible = "tps61052"; |
| 30 | reg = <0x33>; |
| 31 | }; |
| 32 | }; |
| 33 | }; |
| 34 | }; |