Merge tag 'ep93xx-fixes-for-3.6' of git://github.com/RyanMallon/linux-ep93xx into...
[linux.git] / arch / arm / boot / dts / spear1340.dtsi
1 /*
2  * DTS file for all SPEAr1340 SoCs
3  *
4  * Copyright 2012 Viresh Kumar <viresh.linux@gmail.com>
5  *
6  * The code contained herein is licensed under the GNU General Public
7  * License. You may obtain a copy of the GNU General Public License
8  * Version 2 or later at the following locations:
9  *
10  * http://www.opensource.org/licenses/gpl-license.html
11  * http://www.gnu.org/copyleft/gpl.html
12  */
13
14 /include/ "spear13xx.dtsi"
15
16 / {
17         compatible = "st,spear1340";
18
19         ahb {
20                 ahci@b1000000 {
21                         compatible = "snps,spear-ahci";
22                         reg = <0xb1000000 0x10000>;
23                         interrupts = <0 72 0x4>;
24                         status = "disabled";
25                 };
26
27                 spi1: spi@5d400000 {
28                         compatible = "arm,pl022", "arm,primecell";
29                         reg = <0x5d400000 0x1000>;
30                         interrupts = <0 99 0x4>;
31                         status = "disabled";
32                 };
33
34                 apb {
35                         i2c1: i2c@b4000000 {
36                                 #address-cells = <1>;
37                                 #size-cells = <0>;
38                                 compatible = "snps,designware-i2c";
39                                 reg = <0xb4000000 0x1000>;
40                                 interrupts = <0 104 0x4>;
41                                 status = "disabled";
42                         };
43
44                         serial@b4100000 {
45                                 compatible = "arm,pl011", "arm,primecell";
46                                 reg = <0xb4100000 0x1000>;
47                                 interrupts = <0 105 0x4>;
48                                 status = "disabled";
49                         };
50
51                         thermal@e07008c4 {
52                                 st,thermal-flags = <0x2a00>;
53                         };
54                 };
55         };
56 };