1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * GE IMP3A Device Tree Source
5 * Copyright 2010-2011 GE Intelligent Platforms Embedded Systems, Inc.
7 * Based on: P2020 DS Device Tree Source
8 * Copyright 2009 Freescale Semiconductor Inc.
11 /include/ "p2020si-pre.dtsi"
15 compatible = "ge,imp3a";
18 device_type = "memory";
21 lbc: localbus@fef05000 {
22 reg = <0 0xfef05000 0 0x1000>;
24 ranges = <0x0 0x0 0x0 0xff000000 0x01000000
25 0x1 0x0 0x0 0xe0000000 0x08000000
26 0x2 0x0 0x0 0xe8000000 0x08000000
27 0x3 0x0 0x0 0xfc100000 0x00020000
28 0x4 0x0 0x0 0xfc000000 0x00008000
29 0x5 0x0 0x0 0xfc008000 0x00008000
30 0x6 0x0 0x0 0xfee00000 0x00040000
31 0x7 0x0 0x0 0xfee80000 0x00040000>;
33 /* nor@0,0 is a mirror of part of the memory in nor@1,0
37 compatible = "ge,imp3a-firmware-mirror", "cfi-flash";
38 reg = <0x0 0x0 0x1000000>;
44 reg = <0x0 0x1000000>;
53 compatible = "ge,imp3a-paged-flash", "cfi-flash";
54 reg = <0x1 0x0 0x8000000>;
60 reg = <0x0 0x7800000>;
65 reg = <0x7800000 0x800000>;
71 device_type = "nvram";
72 compatible = "simtek,stk14ca8";
73 reg = <0x3 0x0 0x20000>;
77 compatible = "ge,imp3a-fpga-regs";
82 #interrupt-cells = <1>;
84 device_type = "interrupt-controller";
85 compatible = "ge,imp3a-fpga-pic", "gef,fpga-pic-1.00";
86 reg = <0x4 0x20 0x20>;
87 interrupts = <6 7 0 0>;
90 gef_gpio: gpio@4,400 {
92 compatible = "ge,imp3a-gpio";
93 reg = <0x4 0x400 0x24>;
98 compatible = "ge,imp3a-fpga-wdt", "gef,fpga-wdt-1.00",
100 reg = <0x4 0x800 0x8>;
102 interrupt-parent = <&gef_pic>;
105 /* Second watchdog available, driver currently supports one.
107 compatible = "gef,imp3a-fpga-wdt", "gef,fpga-wdt-1.00",
109 reg = <0x4 0x808 0x8>;
111 interrupt-parent = <&gef_pic>;
116 compatible = "fsl,elbc-fcm-nand";
117 reg = <0x6 0x0 0x40000>;
121 compatible = "fsl,elbc-fcm-nand";
122 reg = <0x7 0x0 0x40000>;
127 ranges = <0x0 0 0xfef00000 0x100000>;
131 compatible = "national,lm92";
136 compatible = "adi,adt7461";
141 compatible = "epson,rx8581";
146 compatible = "dallas,ds1682";
157 phy0: ethernet-phy@0 {
158 interrupt-parent = <&gef_pic>;
159 interrupts = <0xc 0x4>;
162 phy1: ethernet-phy@1 {
163 interrupt-parent = <&gef_pic>;
164 interrupts = <0xb 0x4>;
169 device_type = "tbi-phy";
176 device_type = "tbi-phy";
184 enet0: ethernet@24000 {
185 tbi-handle = <&tbi0>;
186 phy-handle = <&phy0>;
187 phy-connection-type = "gmii";
190 enet1: ethernet@25000 {
191 tbi-handle = <&tbi1>;
192 phy-handle = <&phy1>;
193 phy-connection-type = "gmii";
196 enet2: ethernet@26000 {
201 pci0: pcie@fef08000 {
202 ranges = <0x2000000 0x0 0xc0000000 0 0xc0000000 0x0 0x20000000
203 0x1000000 0x0 0x00000000 0 0xfe020000 0x0 0x10000>;
204 reg = <0 0xfef08000 0 0x1000>;
207 ranges = <0x2000000 0x0 0xc0000000
208 0x2000000 0x0 0xc0000000
217 pci1: pcie@fef09000 {
218 reg = <0 0xfef09000 0 0x1000>;
219 ranges = <0x2000000 0x0 0xa0000000 0 0xa0000000 0x0 0x20000000
220 0x1000000 0x0 0x00000000 0 0xfe010000 0x0 0x10000>;
223 ranges = <0x2000000 0x0 0xa0000000
224 0x2000000 0x0 0xa0000000
234 pci2: pcie@fef0a000 {
235 reg = <0 0xfef0a000 0 0x1000>;
236 ranges = <0x2000000 0x0 0x80000000 0 0x80000000 0x0 0x20000000
237 0x1000000 0x0 0x00000000 0 0xfe000000 0x0 0x10000>;
240 ranges = <0x2000000 0x0 0x80000000
241 0x2000000 0x0 0x80000000
251 /include/ "p2020si-post.dtsi"