]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/ste-hrefv60plus.dts
ARM: ux500: split HREF UIB files
[karo-tx-linux.git] / arch / arm / boot / dts / ste-hrefv60plus.dts
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 "ste-dbx5x0.dtsi"
14 #include "ste-href.dtsi"
15 #include "ste-href-stuib.dtsi"
16 #include "ste-href-tvk1281618.dtsi"
17
18 / {
19         model = "ST-Ericsson HREF (v60+) platform with Device Tree";
20         compatible = "st-ericsson,hrefv60+", "st-ericsson,u8500";
21
22         gpio_keys {
23                 button@1 {
24                         gpios = <&gpio5 25 0x4>;
25                 };
26         };
27
28         soc {
29                 i2c@80110000 {
30                         bu21013_tp@0x5c {
31                                 reset-gpio = <&gpio4 15 0x4>;
32                         };
33                 };
34
35                 // External Micro SD slot
36                 sdi0_per1@80126000 {
37                         arm,primecell-periphid = <0x10480180>;
38                         max-frequency = <100000000>;
39                         bus-width = <4>;
40                         mmc-cap-sd-highspeed;
41                         mmc-cap-mmc-highspeed;
42                         vmmc-supply = <&ab8500_ldo_aux3_reg>;
43
44                         cd-gpios  = <&gpio2 31 0x4>; // 95
45
46                         status = "okay";
47                 };
48
49                 // WLAN SDIO channel
50                 sdi1_per2@80118000 {
51                         arm,primecell-periphid = <0x10480180>;
52                         max-frequency = <100000000>;
53                         bus-width = <4>;
54
55                         status = "okay";
56                 };
57
58                 // PoP:ed eMMC
59                 sdi2_per3@80005000 {
60                         arm,primecell-periphid = <0x10480180>;
61                         max-frequency = <100000000>;
62                         bus-width = <8>;
63                         mmc-cap-mmc-highspeed;
64
65                         status = "okay";
66                 };
67
68                 // On-board eMMC
69                 sdi4_per2@80114000 {
70                         arm,primecell-periphid = <0x10480180>;
71                         max-frequency = <100000000>;
72                         bus-width = <8>;
73                         mmc-cap-mmc-highspeed;
74                         vmmc-supply = <&ab8500_ldo_aux2_reg>;
75
76                         status = "okay";
77                 };
78         };
79 };