ARM: ux500: fix proximity sensor button
[deliverable/linux.git] / arch / arm / boot / dts / ste-hrefv60plus.dts
CommitLineData
6af7fd88
LJ
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/;
2ce05a14
LW
13#include "ste-dbx5x0.dtsi"
14#include "ste-href.dtsi"
15#include "ste-stuib.dtsi"
6af7fd88
LJ
16
17/ {
d1b8bfa3 18 model = "ST-Ericsson HREF (v60+) platform with Device Tree";
79b40753 19 compatible = "st-ericsson,hrefv60+", "st-ericsson,u8500";
6b8db132
LJ
20
21 gpio_keys {
22 button@1 {
0ca3399f 23 gpios = <&gpio5 25 0x4>;
6b8db132
LJ
24 };
25 };
cbebba7d 26
b1ba1439 27 soc {
cbebba7d
LJ
28 i2c@80110000 {
29 bu21013_tp@0x5c {
30 reset-gpio = <&gpio4 15 0x4>;
31 };
32 };
65d6f6f3 33
7127c57f
LJ
34 // External Micro SD slot
35 sdi0_per1@80126000 {
36 arm,primecell-periphid = <0x10480180>;
90ccde4c 37 max-frequency = <100000000>;
7127c57f
LJ
38 bus-width = <4>;
39 mmc-cap-sd-highspeed;
40 mmc-cap-mmc-highspeed;
41 vmmc-supply = <&ab8500_ldo_aux3_reg>;
42
43 cd-gpios = <&tc3589x_gpio 3 0x4>;
44
45 status = "okay";
46 };
47
48 // WLAN SDIO channel
49 sdi1_per2@80118000 {
50 arm,primecell-periphid = <0x10480180>;
90ccde4c 51 max-frequency = <100000000>;
7127c57f
LJ
52 bus-width = <4>;
53
54 status = "okay";
55 };
56
57 // PoP:ed eMMC
58 sdi2_per3@80005000 {
59 arm,primecell-periphid = <0x10480180>;
90ccde4c 60 max-frequency = <100000000>;
7127c57f
LJ
61 bus-width = <8>;
62 mmc-cap-mmc-highspeed;
63
64 status = "okay";
65 };
66
67 // On-board eMMC
68 sdi4_per2@80114000 {
69 arm,primecell-periphid = <0x10480180>;
90ccde4c 70 max-frequency = <100000000>;
7127c57f
LJ
71 bus-width = <8>;
72 mmc-cap-mmc-highspeed;
73 vmmc-supply = <&ab8500_ldo_aux2_reg>;
74
75 status = "okay";
76 };
cbebba7d 77 };
6af7fd88 78};
This page took 0.080378 seconds and 5 git commands to generate.