ARM: SPEAr: DT: add uart state to fix warning
[deliverable/linux.git] / arch / arm / boot / dts / spear3xx.dtsi
CommitLineData
c5fa4fdc
VK
1/*
2 * DTS file for all SPEAr3xx SoCs
3 *
10d8935f 4 * Copyright 2012 Viresh Kumar <viresh.linux@gmail.com>
c5fa4fdc
VK
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/ "skeleton.dtsi"
15
16/ {
17 interrupt-parent = <&vic>;
18
19 cpus {
20 cpu@0 {
21 compatible = "arm,arm926ejs";
22 };
23 };
24
25 memory {
26 device_type = "memory";
27 reg = <0 0x40000000>;
28 };
29
30 ahb {
31 #address-cells = <1>;
32 #size-cells = <1>;
33 compatible = "simple-bus";
34 ranges = <0xd0000000 0xd0000000 0x30000000>;
35
36 vic: interrupt-controller@f1100000 {
37 compatible = "arm,pl190-vic";
38 interrupt-controller;
39 reg = <0xf1100000 0x1000>;
40 #interrupt-cells = <1>;
41 };
42
0b7ee717
VK
43 dma@fc400000 {
44 compatible = "arm,pl080", "arm,primecell";
45 reg = <0xfc400000 0x1000>;
46 interrupt-parent = <&vic>;
47 interrupts = <8>;
48 status = "disabled";
49 };
50
c5fa4fdc
VK
51 gmac: eth@e0800000 {
52 compatible = "st,spear600-gmac";
53 reg = <0xe0800000 0x8000>;
54 interrupts = <23 22>;
55 interrupt-names = "macirq", "eth_wake_irq";
4c7a078f 56 phy-mode = "mii";
c5fa4fdc
VK
57 status = "disabled";
58 };
59
60 smi: flash@fc000000 {
61 compatible = "st,spear600-smi";
62 #address-cells = <1>;
63 #size-cells = <1>;
64 reg = <0xfc000000 0x1000>;
65 interrupts = <9>;
66 status = "disabled";
67 };
68
69 spi0: spi@d0100000 {
70 compatible = "arm,pl022", "arm,primecell";
71 reg = <0xd0100000 0x1000>;
72 interrupts = <20>;
73 status = "disabled";
74 };
75
76 ehci@e1800000 {
77 compatible = "st,spear600-ehci", "usb-ehci";
78 reg = <0xe1800000 0x1000>;
79 interrupts = <26>;
80 status = "disabled";
81 };
82
83 ohci@e1900000 {
84 compatible = "st,spear600-ohci", "usb-ohci";
85 reg = <0xe1900000 0x1000>;
86 interrupts = <25>;
87 status = "disabled";
88 };
89
90 ohci@e2100000 {
91 compatible = "st,spear600-ohci", "usb-ohci";
92 reg = <0xe2100000 0x1000>;
93 interrupts = <27>;
94 status = "disabled";
95 };
96
97 apb {
98 #address-cells = <1>;
99 #size-cells = <1>;
100 compatible = "simple-bus";
101 ranges = <0xd0000000 0xd0000000 0x30000000>;
102
103 gpio0: gpio@fc980000 {
104 compatible = "arm,pl061", "arm,primecell";
105 reg = <0xfc980000 0x1000>;
106 interrupts = <11>;
107 gpio-controller;
108 #gpio-cells = <2>;
109 interrupt-controller;
110 #interrupt-cells = <2>;
111 status = "disabled";
112 };
113
114 i2c0: i2c@d0180000 {
115 #address-cells = <1>;
116 #size-cells = <0>;
117 compatible = "snps,designware-i2c";
118 reg = <0xd0180000 0x1000>;
119 interrupts = <21>;
120 status = "disabled";
121 };
122
123 rtc@fc900000 {
f631b984 124 compatible = "st,spear600-rtc";
c5fa4fdc
VK
125 reg = <0xfc900000 0x1000>;
126 interrupts = <10>;
127 status = "disabled";
128 };
129
130 serial@d0000000 {
131 compatible = "arm,pl011", "arm,primecell";
132 reg = <0xd0000000 0x1000>;
133 interrupts = <19>;
134 status = "disabled";
135 };
136
137 wdt@fc880000 {
138 compatible = "arm,sp805", "arm,primecell";
139 reg = <0xfc880000 0x1000>;
140 interrupts = <12>;
141 status = "disabled";
142 };
30551c01
VK
143
144 timer@f0000000 {
145 compatible = "st,spear-timer";
146 reg = <0xf0000000 0x400>;
147 interrupts = <2>;
148 };
c5fa4fdc
VK
149 };
150 };
151};
This page took 0.059898 seconds and 5 git commands to generate.