Merge remote-tracking branch 'kumar/next' into next
[deliverable/linux.git] / arch / powerpc / boot / dts / mpc8544ds.dtsi
CommitLineData
b7f81754
KG
1/*
2 * MPC8544DS Device Tree Source stub (no addresses or top-level ranges)
3 *
4 * Copyright 2011 Freescale Semiconductor Inc.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are met:
8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
12 * documentation and/or other materials provided with the distribution.
13 * * Neither the name of Freescale Semiconductor nor the
14 * names of its contributors may be used to endorse or promote products
15 * derived from this software without specific prior written permission.
16 *
17 *
18 * ALTERNATIVELY, this software may be distributed under the terms of the
19 * GNU General Public License ("GPL") as published by the Free Software
20 * Foundation, either version 2 of that License or (at your option) any
21 * later version.
22 *
23 * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
24 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
25 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26 * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
27 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
30 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
32 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 */
34
35&board_soc {
36 enet0: ethernet@24000 {
37 phy-handle = <&phy0>;
38 tbi-handle = <&tbi0>;
39 phy-connection-type = "rgmii-id";
40 };
41
42 mdio@24520 {
43 phy0: ethernet-phy@0 {
44 interrupts = <10 1 0 0>;
45 reg = <0x0>;
46 device_type = "ethernet-phy";
47 };
48 phy1: ethernet-phy@1 {
49 interrupts = <10 1 0 0>;
50 reg = <0x1>;
51 device_type = "ethernet-phy";
52 };
53
b915341b
JH
54 sgmii_phy0: sgmii-phy@0 {
55 interrupts = <6 1 0 0>;
56 reg = <0x1c>;
57 };
58 sgmii_phy1: sgmii-phy@1 {
59 interrupts = <6 1 0 0>;
60 reg = <0x1d>;
61 };
62
b7f81754
KG
63 tbi0: tbi-phy@11 {
64 reg = <0x11>;
65 device_type = "tbi-phy";
66 };
67 };
68
69 enet2: ethernet@26000 {
70 phy-handle = <&phy1>;
71 tbi-handle = <&tbi1>;
72 phy-connection-type = "rgmii-id";
73 };
74
75 mdio@26520 {
76 tbi1: tbi-phy@11 {
77 reg = <0x11>;
78 device_type = "tbi-phy";
79 };
80 };
81};
82
83&board_pci3 {
84 pcie@0 {
85 interrupt-map-mask = <0xff00 0x0 0x0 0x7>;
86 interrupt-map = <
87 // IDSEL 0x1c USB
88 0xe000 0x0 0x0 0x1 &i8259 0xc 0x2
89 0xe100 0x0 0x0 0x2 &i8259 0x9 0x2
90 0xe200 0x0 0x0 0x3 &i8259 0xa 0x2
91 0xe300 0x0 0x0 0x4 &i8259 0xb 0x2
92
93 // IDSEL 0x1d Audio
94 0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
95
96 // IDSEL 0x1e Legacy
97 0xf000 0x0 0x0 0x1 &i8259 0x7 0x2
98 0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
99
100 // IDSEL 0x1f IDE/SATA
101 0xf800 0x0 0x0 0x1 &i8259 0xe 0x2
102 0xf900 0x0 0x0 0x1 &i8259 0x5 0x2
103 >;
104
105
106 uli1575@0 {
107 reg = <0x0 0x0 0x0 0x0 0x0>;
108 #size-cells = <2>;
109 #address-cells = <3>;
110 ranges = <0x2000000 0x0 0xb0000000
111 0x2000000 0x0 0xb0000000
112 0x0 0x100000
113
114 0x1000000 0x0 0x0
115 0x1000000 0x0 0x0
116 0x0 0x100000>;
117 isa@1e {
118 device_type = "isa";
119 #interrupt-cells = <2>;
120 #size-cells = <1>;
121 #address-cells = <2>;
122 reg = <0xf000 0x0 0x0 0x0 0x0>;
123 ranges = <0x1 0x0 0x1000000 0x0 0x0
124 0x1000>;
125 interrupt-parent = <&i8259>;
126
127 i8259: interrupt-controller@20 {
128 reg = <0x1 0x20 0x2
129 0x1 0xa0 0x2
130 0x1 0x4d0 0x2>;
131 interrupt-controller;
132 device_type = "interrupt-controller";
133 #address-cells = <0>;
134 #interrupt-cells = <2>;
135 compatible = "chrp,iic";
136 interrupts = <9 2 0 0>;
137 interrupt-parent = <&mpic>;
138 };
139
140 i8042@60 {
141 #size-cells = <0>;
142 #address-cells = <1>;
143 reg = <0x1 0x60 0x1 0x1 0x64 0x1>;
144 interrupts = <1 3 12 3>;
145 interrupt-parent =
146 <&i8259>;
147
148 keyboard@0 {
149 reg = <0x0>;
150 compatible = "pnpPNP,303";
151 };
152
153 mouse@1 {
154 reg = <0x1>;
155 compatible = "pnpPNP,f03";
156 };
157 };
158
159 rtc@70 {
160 compatible = "pnpPNP,b00";
161 reg = <0x1 0x70 0x2>;
162 };
163
164 gpio@400 {
165 reg = <0x1 0x400 0x80>;
166 };
167 };
168 };
169 };
170};
This page took 0.0732 seconds and 5 git commands to generate.