blob: 0756f97f1ee832920fc364f5bab08ed19b2cfc6f [file] [log] [blame]
Lee Jonesdd06faf2012-09-26 17:08:35 +01001/*
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 Jones6b8db132012-09-26 17:09:17 +010020 gpio_keys {
21 button@1 {
22 gpios = <&tc3589x_gpio 7 0x4>;
23 };
24 };
25
Lee Jonesdd06faf2012-09-26 17:08:35 +010026 soc-u9500 {
27 i2c@80004000 {
28 tps61052@33 {
29 compatible = "tps61052";
30 reg = <0x33>;
31 };
32 };
33 };
34};