warp.dts (85e9ca333d03fbd56b9e123c8456f0d98e20faad) warp.dts (1d555cf168315ceb5422df9bff348466da2c549d)
1/*
2 * Device Tree Source for PIKA Warp
3 *
4 * Copyright (c) 2008 PIKA Technologies
5 * Sean MacLennan <smaclennan@pikatech.com>
6 *
7 * This file is licensed under the terms of the GNU General Public
8 * License version 2. This program is licensed "as is" without

--- 125 unchanged lines hidden (view full) ---

134
135 fpga@2,0 {
136 compatible = "pika,fpga";
137 reg = <0x00000002 0x00000000 0x00001000>;
138 interrupts = <0x18 0x8>;
139 interrupt-parent = <&UIC0>;
140 };
141
1/*
2 * Device Tree Source for PIKA Warp
3 *
4 * Copyright (c) 2008 PIKA Technologies
5 * Sean MacLennan <smaclennan@pikatech.com>
6 *
7 * This file is licensed under the terms of the GNU General Public
8 * License version 2. This program is licensed "as is" without

--- 125 unchanged lines hidden (view full) ---

134
135 fpga@2,0 {
136 compatible = "pika,fpga";
137 reg = <0x00000002 0x00000000 0x00001000>;
138 interrupts = <0x18 0x8>;
139 interrupt-parent = <&UIC0>;
140 };
141
142 fpga@2,2000 {
143 compatible = "pika,fpga-sgl";
144 reg = <0x00000002 0x00002000 0x00000200>;
145 };
146
142 fpga@2,4000 {
143 compatible = "pika,fpga-sd";
144 reg = <0x00000002 0x00004000 0x00000A00>;
145 };
146
147 nor_flash@0,0 {
148 compatible = "amd,s29gl032a", "cfi-flash";
149 bank-width = <2>;

--- 26 unchanged lines hidden (view full) ---

176 interrupts = <0x0 0x4>;
177 };
178
179 IIC0: i2c@ef600700 {
180 compatible = "ibm,iic-440ep", "ibm,iic-440gp", "ibm,iic";
181 reg = <0xef600700 0x00000014>;
182 interrupt-parent = <&UIC0>;
183 interrupts = <0x2 0x4>;
147 fpga@2,4000 {
148 compatible = "pika,fpga-sd";
149 reg = <0x00000002 0x00004000 0x00000A00>;
150 };
151
152 nor_flash@0,0 {
153 compatible = "amd,s29gl032a", "cfi-flash";
154 bank-width = <2>;

--- 26 unchanged lines hidden (view full) ---

181 interrupts = <0x0 0x4>;
182 };
183
184 IIC0: i2c@ef600700 {
185 compatible = "ibm,iic-440ep", "ibm,iic-440gp", "ibm,iic";
186 reg = <0xef600700 0x00000014>;
187 interrupt-parent = <&UIC0>;
188 interrupts = <0x2 0x4>;
184 index = <0x0>;
185 #address-cells = <1>;
186 #size-cells = <0>;
187
188 ad7414@4a {
189 compatible = "adi,ad7414";
190 reg = <0x4a>;
191 interrupts = <0x19 0x8>;
192 interrupt-parent = <&UIC0>;
193 };
189 #address-cells = <1>;
190 #size-cells = <0>;
191
192 ad7414@4a {
193 compatible = "adi,ad7414";
194 reg = <0x4a>;
195 interrupts = <0x19 0x8>;
196 interrupt-parent = <&UIC0>;
197 };
198
199 /* This will create 52 and 53 */
200 at24@52 {
201 compatible = "at,24c04";
202 reg = <0x52>;
203 };
194 };
195
196 GPIO0: gpio@ef600b00 {
197 compatible = "ibm,gpio-440ep";
198 reg = <0xef600b00 0x00000048>;
199 #gpio-cells = <2>;
200 gpio-controller;
201 };
202
203 GPIO1: gpio@ef600c00 {
204 compatible = "ibm,gpio-440ep";
205 reg = <0xef600c00 0x00000048>;
206 #gpio-cells = <2>;
207 gpio-controller;
208
209 led@31 {
210 compatible = "linux,gpio-led";
211 linux,name = ":green:";
204 };
205
206 GPIO0: gpio@ef600b00 {
207 compatible = "ibm,gpio-440ep";
208 reg = <0xef600b00 0x00000048>;
209 #gpio-cells = <2>;
210 gpio-controller;
211 };
212
213 GPIO1: gpio@ef600c00 {
214 compatible = "ibm,gpio-440ep";
215 reg = <0xef600c00 0x00000048>;
216 #gpio-cells = <2>;
217 gpio-controller;
218
219 led@31 {
220 compatible = "linux,gpio-led";
221 linux,name = ":green:";
212 gpios = <&GPIO1 0x30 0>;
222 gpios = <&GPIO1 31 0>;
223 };
224
225 led@30 {
226 compatible = "linux,gpio-led";
227 linux,name = ":red:";
228 gpios = <&GPIO1 30 0>;
213 };
214 };
215
216 ZMII0: emac-zmii@ef600d00 {
217 compatible = "ibm,zmii-440ep", "ibm,zmii-440gp", "ibm,zmii";
218 reg = <0xef600d00 0x0000000c>;
219 };
220

--- 33 unchanged lines hidden ---
229 };
230 };
231
232 ZMII0: emac-zmii@ef600d00 {
233 compatible = "ibm,zmii-440ep", "ibm,zmii-440gp", "ibm,zmii";
234 reg = <0xef600d00 0x0000000c>;
235 };
236

--- 33 unchanged lines hidden ---