1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * SBC8641D Device Tree Source
5 * Copyright 2008 Wind River Systems Inc.
7 * Paul Gortmaker (see MAINTAINERS for contact information)
9 * Based largely on the mpc8641_hpcn.dts by Freescale Semiconductor Inc.
12 /include/ "mpc8641si-pre.dtsi"
16 compatible = "wind,sbc8641";
19 device_type = "memory";
20 reg = <0x00000000 0x20000000>; // 512M at 0x0
23 lbc: localbus@f8005000 {
24 reg = <0xf8005000 0x1000>;
26 ranges = <0 0 0xff000000 0x01000000 // 16MB Boot flash
27 1 0 0xf0000000 0x00010000 // 64KB EEPROM
28 2 0 0xf1000000 0x00100000 // EPLD (1MB)
29 3 0 0xe0000000 0x04000000 // 64MB LB SDRAM (CS3)
30 4 0 0xe4000000 0x04000000 // 64MB LB SDRAM (CS4)
31 6 0 0xf4000000 0x00100000 // LCD display (1MB)
32 7 0 0xe8000000 0x04000000>; // 64MB OneNAND
35 compatible = "cfi-flash";
36 reg = <0 0 0x01000000>;
43 reg = <0x00000000 0x00100000>;
48 reg = <0x00100000 0x00400000>;
53 reg = <0x00500000 0x00a00000>;
57 reg = <0x00f00000 0x00100000>;
63 compatible = "wrs,epld-localbus";
67 ranges = <0 0 5 0 1 // User switches
68 1 0 5 1 1 // Board ID/Rev
74 ranges = <0x00000000 0xf8000000 0x00100000>;
76 enet0: ethernet@24000 {
79 phy-connection-type = "rgmii-id";
83 phy0: ethernet-phy@1f {
86 phy1: ethernet-phy@0 {
89 phy2: ethernet-phy@1 {
92 phy3: ethernet-phy@2 {
97 device_type = "tbi-phy";
101 enet1: ethernet@25000 {
102 tbi-handle = <&tbi1>;
103 phy-handle = <&phy1>;
104 phy-connection-type = "rgmii-id";
110 device_type = "tbi-phy";
114 enet2: ethernet@26000 {
115 tbi-handle = <&tbi2>;
116 phy-handle = <&phy2>;
117 phy-connection-type = "rgmii-id";
123 device_type = "tbi-phy";
127 enet3: ethernet@27000 {
128 tbi-handle = <&tbi3>;
129 phy-handle = <&phy3>;
130 phy-connection-type = "rgmii-id";
136 device_type = "tbi-phy";
141 pci0: pcie@f8008000 {
142 reg = <0xf8008000 0x1000>;
143 ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x20000000
144 0x01000000 0x0 0x00000000 0xe2000000 0x0 0x00100000>;
145 interrupt-map-mask = <0xff00 0 0 7>;
148 ranges = <0x02000000 0x0 0x80000000
149 0x02000000 0x0 0x80000000
152 0x01000000 0x0 0x00000000
153 0x01000000 0x0 0x00000000
159 pci1: pcie@f8009000 {
160 reg = <0xf8009000 0x1000>;
161 ranges = <0x02000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
162 0x01000000 0x0 0x00000000 0xe3000000 0x0 0x00100000>;
165 ranges = <0x02000000 0x0 0xa0000000
166 0x02000000 0x0 0xa0000000
169 0x01000000 0x0 0x00000000
170 0x01000000 0x0 0x00000000
176 /include/ "mpc8641si-post.dtsi"