2 * SBC8641D Device Tree Source
4 * Copyright 2008 Wind River Systems Inc.
6 * Paul Gortmaker (see MAINTAINERS for contact information)
8 * Based largely on the mpc8641_hpcn.dts by Freescale Semiconductor Inc.
10 * This program is free software; you can redistribute it and/or modify it
11 * under the terms of the GNU General Public License as published by the
12 * Free Software Foundation; either version 2 of the License, or (at your
13 * option) any later version.
16 /include/ "mpc8641si-pre.dtsi"
20 compatible = "wind,sbc8641";
23 device_type = "memory";
24 reg = <0x00000000 0x20000000>; // 512M at 0x0
27 lbc: localbus@f8005000 {
28 reg = <0xf8005000 0x1000>;
30 ranges = <0 0 0xff000000 0x01000000 // 16MB Boot flash
31 1 0 0xf0000000 0x00010000 // 64KB EEPROM
32 2 0 0xf1000000 0x00100000 // EPLD (1MB)
33 3 0 0xe0000000 0x04000000 // 64MB LB SDRAM (CS3)
34 4 0 0xe4000000 0x04000000 // 64MB LB SDRAM (CS4)
35 6 0 0xf4000000 0x00100000 // LCD display (1MB)
36 7 0 0xe8000000 0x04000000>; // 64MB OneNAND
39 compatible = "cfi-flash";
40 reg = <0 0 0x01000000>;
47 reg = <0x00000000 0x00100000>;
52 reg = <0x00100000 0x00400000>;
57 reg = <0x00500000 0x00a00000>;
61 reg = <0x00f00000 0x00100000>;
67 compatible = "wrs,epld-localbus";
71 ranges = <0 0 5 0 1 // User switches
72 1 0 5 1 1 // Board ID/Rev
78 ranges = <0x00000000 0xf8000000 0x00100000>;
80 enet0: ethernet@24000 {
83 phy-connection-type = "rgmii-id";
87 phy0: ethernet-phy@1f {
90 phy1: ethernet-phy@0 {
93 phy2: ethernet-phy@1 {
96 phy3: ethernet-phy@2 {
101 device_type = "tbi-phy";
105 enet1: ethernet@25000 {
106 tbi-handle = <&tbi1>;
107 phy-handle = <&phy1>;
108 phy-connection-type = "rgmii-id";
114 device_type = "tbi-phy";
118 enet2: ethernet@26000 {
119 tbi-handle = <&tbi2>;
120 phy-handle = <&phy2>;
121 phy-connection-type = "rgmii-id";
127 device_type = "tbi-phy";
131 enet3: ethernet@27000 {
132 tbi-handle = <&tbi3>;
133 phy-handle = <&phy3>;
134 phy-connection-type = "rgmii-id";
140 device_type = "tbi-phy";
145 pci0: pcie@f8008000 {
146 reg = <0xf8008000 0x1000>;
147 ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x20000000
148 0x01000000 0x0 0x00000000 0xe2000000 0x0 0x00100000>;
149 interrupt-map-mask = <0xff00 0 0 7>;
152 ranges = <0x02000000 0x0 0x80000000
153 0x02000000 0x0 0x80000000
156 0x01000000 0x0 0x00000000
157 0x01000000 0x0 0x00000000
163 pci1: pcie@f8009000 {
164 reg = <0xf8009000 0x1000>;
165 ranges = <0x02000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
166 0x01000000 0x0 0x00000000 0xe3000000 0x0 0x00100000>;
169 ranges = <0x02000000 0x0 0xa0000000
170 0x02000000 0x0 0xa0000000
173 0x01000000 0x0 0x00000000
174 0x01000000 0x0 0x00000000
180 /include/ "mpc8641si-post.dtsi"