Merge tag 'ntb-3.13' of git://github.com/jonmason/ntb
[linux-drm-fsl-dcu.git] / arch / arm / boot / dts / ste-hrefv60plus.dtsi
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 #include "ste-dbx5x0.dtsi"
13 #include "ste-href.dtsi"
14
15 / {
16         model = "ST-Ericsson HREF (v60+) platform with Device Tree";
17         compatible = "st-ericsson,hrefv60+", "st-ericsson,u8500";
18
19         gpio_keys {
20                 button@1 {
21                         gpios = <&gpio5 25 0x4>;
22                 };
23         };
24
25         soc {
26                 // External Micro SD slot
27                 sdi0_per1@80126000 {
28                         arm,primecell-periphid = <0x10480180>;
29                         max-frequency = <100000000>;
30                         bus-width = <4>;
31                         mmc-cap-sd-highspeed;
32                         mmc-cap-mmc-highspeed;
33                         vmmc-supply = <&ab8500_ldo_aux3_reg>;
34
35                         cd-gpios  = <&gpio2 31 0x4>; // 95
36
37                         status = "okay";
38                 };
39
40                 // WLAN SDIO channel
41                 sdi1_per2@80118000 {
42                         arm,primecell-periphid = <0x10480180>;
43                         max-frequency = <100000000>;
44                         bus-width = <4>;
45
46                         status = "okay";
47                 };
48
49                 // PoP:ed eMMC
50                 sdi2_per3@80005000 {
51                         arm,primecell-periphid = <0x10480180>;
52                         max-frequency = <100000000>;
53                         bus-width = <8>;
54                         mmc-cap-mmc-highspeed;
55
56                         status = "okay";
57                 };
58
59                 // On-board eMMC
60                 sdi4_per2@80114000 {
61                         arm,primecell-periphid = <0x10480180>;
62                         max-frequency = <100000000>;
63                         bus-width = <8>;
64                         mmc-cap-mmc-highspeed;
65                         vmmc-supply = <&ab8500_ldo_aux2_reg>;
66
67                         status = "okay";
68                 };
69         };
70 };