1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * GE SBC610 Device Tree Source
5 * Copyright 2008 GE Intelligent Platforms Embedded Systems, Inc.
7 * Based on: SBS CM6 Device Tree Source
8 * Copyright 2007 SBS Technologies GmbH & Co. KG
9 * And: mpc8641_hpcn.dts (MPC8641 HPCN Device Tree Source)
10 * Copyright 2006 Freescale Semiconductor Inc.
14 * Compiled with dtc -I dts -O dtb -o gef_sbc610.dtb gef_sbc610.dts
17 /include/ "mpc8641si-pre.dtsi"
21 compatible = "gef,sbc610";
24 device_type = "memory";
25 reg = <0x0 0x40000000>; // set by uboot
28 lbc: localbus@fef05000 {
29 reg = <0xfef05000 0x1000>;
31 ranges = <0 0 0xff000000 0x01000000 // 16MB Boot flash
32 1 0 0xe8000000 0x08000000 // Paged Flash 0
33 2 0 0xe0000000 0x08000000 // Paged Flash 1
34 3 0 0xfc100000 0x00020000 // NVRAM
35 4 0 0xfc000000 0x00008000 // FPGA
36 5 0 0xfc008000 0x00008000 // AFIX FPGA
37 6 0 0xfd000000 0x00800000 // IO FPGA (8-bit)
38 7 0 0xfd800000 0x00800000>; // IO FPGA (32-bit)
40 /* flash@0,0 is a mirror of part of the memory in flash@1,0
42 compatible = "gef,sbc610-firmware-mirror", "cfi-flash";
43 reg = <0x0 0x0 0x1000000>;
50 reg = <0x0 0x1000000>;
57 compatible = "gef,sbc610-paged-flash", "cfi-flash";
58 reg = <0x1 0x0 0x8000000>;
65 reg = <0x0 0x7800000>;
69 reg = <0x7800000 0x800000>;
75 device_type = "nvram";
76 compatible = "simtek,stk14ca8";
77 reg = <0x3 0x0 0x20000>;
81 compatible = "gef,fpga-regs";
86 compatible = "gef,fpga-wdt";
87 reg = <0x4 0x2000 0x8>;
88 interrupts = <0x1a 0x4>;
89 interrupt-parent = <&gef_pic>;
91 /* Second watchdog available, driver currently supports one.
93 compatible = "gef,fpga-wdt";
94 reg = <0x4 0x2010 0x8>;
95 interrupts = <0x1b 0x4>;
96 interrupt-parent = <&gef_pic>;
100 #interrupt-cells = <1>;
101 interrupt-controller;
102 compatible = "gef,fpga-pic";
103 reg = <0x4 0x4000 0x20>;
104 interrupts = <0x8 0x9 0 0>;
107 gef_gpio: gpio@7,14000 {
109 compatible = "gef,sbc610-gpio";
110 reg = <0x7 0x14000 0x24>;
116 ranges = <0x0 0xfef00000 0x00100000>;
120 compatible = "national,lm92";
125 compatible = "adi,adt7461";
130 compatible = "epson,rx8581";
135 compatible = "dallas,ds1682";
140 enet0: ethernet@24000 {
141 tbi-handle = <&tbi0>;
142 phy-handle = <&phy0>;
143 phy-connection-type = "gmii";
147 phy0: ethernet-phy@0 {
148 interrupt-parent = <&gef_pic>;
149 interrupts = <0x9 0x4>;
152 phy2: ethernet-phy@2 {
153 interrupt-parent = <&gef_pic>;
154 interrupts = <0x8 0x4>;
159 device_type = "tbi-phy";
163 enet1: ethernet@26000 {
164 tbi-handle = <&tbi2>;
165 phy-handle = <&phy2>;
166 phy-connection-type = "gmii";
172 device_type = "tbi-phy";
176 enet2: ethernet@25000 {
184 enet3: ethernet@27000 {
193 pci0: pcie@fef08000 {
194 reg = <0xfef08000 0x1000>;
195 ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x40000000
196 0x01000000 0x0 0x00000000 0xfe000000 0x0 0x00400000>;
199 ranges = <0x02000000 0x0 0x80000000
200 0x02000000 0x0 0x80000000
203 0x01000000 0x0 0x00000000
204 0x01000000 0x0 0x00000000
209 pci1: pcie@fef09000 {
214 /include/ "mpc8641si-post.dtsi"