ARM: dts: rockchip: remove rockchip,bus-index from rk3xxx i2c0
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / rk3xxx.dtsi
1 /*
2  * Copyright (c) 2013 MundoReader S.L.
3  * Author: Heiko Stuebner <heiko@sntech.de>
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 2 of the License, or
8  * (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  */
15
16 #include <dt-bindings/interrupt-controller/irq.h>
17 #include <dt-bindings/interrupt-controller/arm-gic.h>
18 #include "skeleton.dtsi"
19
20 / {
21         interrupt-parent = <&gic>;
22
23         aliases {
24                 i2c0 = &i2c0;
25                 i2c1 = &i2c1;
26                 i2c2 = &i2c2;
27                 i2c3 = &i2c3;
28                 i2c4 = &i2c4;
29         };
30
31         xin24m: oscillator {
32                 compatible = "fixed-clock";
33                 clock-frequency = <24000000>;
34                 #clock-cells = <0>;
35                 clock-output-names = "xin24m";
36         };
37
38         L2: l2-cache-controller@10138000 {
39                 compatible = "arm,pl310-cache";
40                 reg = <0x10138000 0x1000>;
41                 cache-unified;
42                 cache-level = <2>;
43         };
44
45         scu@1013c000 {
46                 compatible = "arm,cortex-a9-scu";
47                 reg = <0x1013c000 0x100>;
48         };
49
50         global_timer: global-timer@1013c200 {
51                 compatible = "arm,cortex-a9-global-timer";
52                 reg = <0x1013c200 0x20>;
53                 interrupts = <GIC_PPI 11 0x304>;
54                 clocks = <&cru CORE_PERI>;
55         };
56
57         local_timer: local-timer@1013c600 {
58                 compatible = "arm,cortex-a9-twd-timer";
59                 reg = <0x1013c600 0x20>;
60                 interrupts = <GIC_PPI 13 0x304>;
61                 clocks = <&cru CORE_PERI>;
62         };
63
64         gic: interrupt-controller@1013d000 {
65                 compatible = "arm,cortex-a9-gic";
66                 interrupt-controller;
67                 #interrupt-cells = <3>;
68                 reg = <0x1013d000 0x1000>,
69                       <0x1013c100 0x0100>;
70         };
71
72         uart0: serial@10124000 {
73                 compatible = "snps,dw-apb-uart";
74                 reg = <0x10124000 0x400>;
75                 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
76                 reg-shift = <2>;
77                 reg-io-width = <1>;
78                 clock-names = "baudclk", "apb_pclk";
79                 clocks = <&cru SCLK_UART0>, <&cru PCLK_UART0>;
80                 status = "disabled";
81         };
82
83         uart1: serial@10126000 {
84                 compatible = "snps,dw-apb-uart";
85                 reg = <0x10126000 0x400>;
86                 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
87                 reg-shift = <2>;
88                 reg-io-width = <1>;
89                 clock-names = "baudclk", "apb_pclk";
90                 clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>;
91                 status = "disabled";
92         };
93
94         mmc0: dwmmc@10214000 {
95                 compatible = "rockchip,rk2928-dw-mshc";
96                 reg = <0x10214000 0x1000>;
97                 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
98                 #address-cells = <1>;
99                 #size-cells = <0>;
100
101                 clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>;
102                 clock-names = "biu", "ciu";
103
104                 status = "disabled";
105         };
106
107         mmc1: dwmmc@10218000 {
108                 compatible = "rockchip,rk2928-dw-mshc";
109                 reg = <0x10218000 0x1000>;
110                 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
111                 #address-cells = <1>;
112                 #size-cells = <0>;
113
114                 clocks = <&cru HCLK_SDIO>, <&cru SCLK_SDIO>;
115                 clock-names = "biu", "ciu";
116
117                 status = "disabled";
118         };
119
120         pmu: pmu@20004000 {
121                 compatible = "rockchip,rk3066-pmu", "syscon";
122                 reg = <0x20004000 0x100>;
123         };
124
125         grf: grf@20008000 {
126                 compatible = "syscon";
127                 reg = <0x20008000 0x200>;
128         };
129
130         i2c0: i2c@2002d000 {
131                 compatible = "rockchip,rk3066-i2c";
132                 reg = <0x2002d000 0x1000>;
133                 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
134                 #address-cells = <1>;
135                 #size-cells = <0>;
136
137                 rockchip,grf = <&grf>;
138
139                 clock-names = "i2c";
140                 clocks = <&cru PCLK_I2C0>;
141
142                 status = "disabled";
143         };
144
145         i2c1: i2c@2002f000 {
146                 compatible = "rockchip,rk3066-i2c";
147                 reg = <0x2002f000 0x1000>;
148                 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
149                 #address-cells = <1>;
150                 #size-cells = <0>;
151
152                 rockchip,grf = <&grf>;
153
154                 clocks = <&cru PCLK_I2C1>;
155                 clock-names = "i2c";
156
157                 status = "disabled";
158         };
159
160         pwm0: pwm@20030000 {
161                 compatible = "rockchip,rk2928-pwm";
162                 reg = <0x20030000 0x10>;
163                 #pwm-cells = <2>;
164                 clocks = <&cru PCLK_PWM01>;
165                 status = "disabled";
166         };
167
168         pwm1: pwm@20030010 {
169                 compatible = "rockchip,rk2928-pwm";
170                 reg = <0x20030010 0x10>;
171                 #pwm-cells = <2>;
172                 clocks = <&cru PCLK_PWM01>;
173                 status = "disabled";
174         };
175
176         wdt: watchdog@2004c000 {
177                 compatible = "snps,dw-wdt";
178                 reg = <0x2004c000 0x100>;
179                 clocks = <&cru PCLK_WDT>;
180                 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
181                 status = "disabled";
182         };
183
184         pwm2: pwm@20050020 {
185                 compatible = "rockchip,rk2928-pwm";
186                 reg = <0x20050020 0x10>;
187                 #pwm-cells = <2>;
188                 clocks = <&cru PCLK_PWM23>;
189                 status = "disabled";
190         };
191
192         pwm3: pwm@20050030 {
193                 compatible = "rockchip,rk2928-pwm";
194                 reg = <0x20050030 0x10>;
195                 #pwm-cells = <2>;
196                 clocks = <&cru PCLK_PWM23>;
197                 status = "disabled";
198         };
199
200         i2c2: i2c@20056000 {
201                 compatible = "rockchip,rk3066-i2c";
202                 reg = <0x20056000 0x1000>;
203                 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
204                 #address-cells = <1>;
205                 #size-cells = <0>;
206
207                 rockchip,grf = <&grf>;
208
209                 clocks = <&cru PCLK_I2C2>;
210                 clock-names = "i2c";
211
212                 status = "disabled";
213         };
214
215         i2c3: i2c@2005a000 {
216                 compatible = "rockchip,rk3066-i2c";
217                 reg = <0x2005a000 0x1000>;
218                 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
219                 #address-cells = <1>;
220                 #size-cells = <0>;
221
222                 rockchip,grf = <&grf>;
223
224                 clocks = <&cru PCLK_I2C3>;
225                 clock-names = "i2c";
226
227                 status = "disabled";
228         };
229
230         i2c4: i2c@2005e000 {
231                 compatible = "rockchip,rk3066-i2c";
232                 reg = <0x2005e000 0x1000>;
233                 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
234                 #address-cells = <1>;
235                 #size-cells = <0>;
236
237                 rockchip,grf = <&grf>;
238
239                 clocks = <&cru PCLK_I2C4>;
240                 clock-names = "i2c";
241
242                 status = "disabled";
243         };
244
245         uart2: serial@20064000 {
246                 compatible = "snps,dw-apb-uart";
247                 reg = <0x20064000 0x400>;
248                 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
249                 reg-shift = <2>;
250                 reg-io-width = <1>;
251                 clock-names = "baudclk", "apb_pclk";
252                 clocks = <&cru SCLK_UART2>, <&cru PCLK_UART2>;
253                 status = "disabled";
254         };
255
256         uart3: serial@20068000 {
257                 compatible = "snps,dw-apb-uart";
258                 reg = <0x20068000 0x400>;
259                 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
260                 reg-shift = <2>;
261                 reg-io-width = <1>;
262                 clock-names = "baudclk", "apb_pclk";
263                 clocks = <&cru SCLK_UART3>, <&cru PCLK_UART3>;
264                 status = "disabled";
265         };
266
267         saradc: saradc@2006c000 {
268                 compatible = "rockchip,saradc";
269                 reg = <0x2006c000 0x100>;
270                 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
271                 #io-channel-cells = <1>;
272                 clocks = <&cru SCLK_SARADC>, <&cru PCLK_SARADC>;
273                 clock-names = "saradc", "apb_pclk";
274                 status = "disabled";
275         };
276 };