ARM: shmobile: r8a7779: scif .irqs used SCIx_IRQ_MUXED()
[deliverable/linux.git] / arch / arm / boot / dts / sh73a0.dtsi
CommitLineData
a3f22db5
SH
1/*
2 * Device Tree Source for the SH73A0 SoC
3 *
4 * Copyright (C) 2012 Renesas Solutions Corp.
5 *
6 * This file is licensed under the terms of the GNU General Public License
7 * version 2. This program is licensed "as is" without any warranty of any
8 * kind, whether express or implied.
9 */
10
11/include/ "skeleton.dtsi"
12
13/ {
14 compatible = "renesas,sh73a0";
15
16 cpus {
17 cpu@0 {
18 compatible = "arm,cortex-a9";
19 };
20 cpu@1 {
21 compatible = "arm,cortex-a9";
22 };
23 };
24
25 gic: interrupt-controller@f0001000 {
26 compatible = "arm,cortex-a9-gic";
27 #interrupt-cells = <3>;
28 #address-cells = <1>;
29 interrupt-controller;
30 reg = <0xf0001000 0x1000>,
31 <0xf0000100 0x100>;
32 };
48609533
SH
33
34 i2c0: i2c@0xe6820000 {
35 #address-cells = <1>;
36 #size-cells = <0>;
37 compatible = "renesas,rmobile-iic";
38 reg = <0xe6820000 0x425>;
39 interrupt-parent = <&gic>;
40 interrupts = <0 167 0x4
41 0 168 0x4
42 0 169 0x4
43 0 170 0x4>;
44 };
45
46 i2c1: i2c@0xe6822000 {
47 #address-cells = <1>;
48 #size-cells = <0>;
49 compatible = "renesas,rmobile-iic";
50 reg = <0xe6822000 0x425>;
51 interrupt-parent = <&gic>;
52 interrupts = <0 51 0x4
53 0 52 0x4
54 0 53 0x4
55 0 54 0x4>;
56 };
57
58 i2c2: i2c@0xe6824000 {
59 #address-cells = <1>;
60 #size-cells = <0>;
61 compatible = "renesas,rmobile-iic";
62 reg = <0xe6824000 0x425>;
63 interrupt-parent = <&gic>;
64 interrupts = <0 171 0x4
65 0 172 0x4
66 0 173 0x4
67 0 174 0x4>;
68 };
69
70 i2c3: i2c@0xe6826000 {
71 #address-cells = <1>;
72 #size-cells = <0>;
73 compatible = "renesas,rmobile-iic";
74 reg = <0xe6826000 0x425>;
75 interrupt-parent = <&gic>;
76 interrupts = <0 183 0x4
77 0 184 0x4
78 0 185 0x4
79 0 186 0x4>;
80 };
81
82 i2c4: i2c@0xe6828000 {
83 #address-cells = <1>;
84 #size-cells = <0>;
85 compatible = "renesas,rmobile-iic";
86 reg = <0xe6828000 0x425>;
87 interrupt-parent = <&gic>;
88 interrupts = <0 187 0x4
89 0 188 0x4
90 0 189 0x4
91 0 190 0x4>;
92 };
a3f22db5 93};
This page took 0.093883 seconds and 5 git commands to generate.