2 * Device Tree Source for IOMEGA StorCenter
4 * Copyright 2007 Oyvind Repvik
5 * Copyright 2007 Jon Loeliger
7 * Based on the Kurobox DTS by G. Liakhovetski <g.liakhovetski@gmx.de>
9 * This file is licensed under the terms of the GNU General Public
10 * License version 2. This program is licensed "as is" without any
11 * warranty of any kind, whether express or implied.
18 compatible = "iomega,storcenter";
35 clock-frequency = <200000000>;
36 timebase-frequency = <25000000>;
37 bus-frequency = <0>; /* from bootwrapper */
38 i-cache-line-size = <32>;
39 d-cache-line-size = <32>;
40 i-cache-size = <16384>;
41 d-cache-size = <16384>;
46 device_type = "memory";
47 reg = <0x00000000 0x04000000>; /* 64MB @ 0x0 */
54 compatible = "fsl,mpc8241", "mpc10x";
55 store-gathering = <0>; /* 0 == off, !0 == on */
56 ranges = <0x0 0xfc000000 0x100000>;
57 reg = <0xfc000000 0x100000>; /* EUMB */
58 bus-frequency = <0>; /* fixed by loader */
63 compatible = "fsl-i2c";
66 interrupt-parent = <&mpic>;
69 compatible = "dallas,ds1337";
74 serial0: serial@4500 {
76 device_type = "serial";
77 compatible = "ns16550";
79 clock-frequency = <97553800>; /* Hz */
80 current-speed = <115200>;
82 interrupt-parent = <&mpic>;
85 serial1: serial@4600 {
87 device_type = "serial";
88 compatible = "ns16550";
90 clock-frequency = <97553800>; /* Hz */
91 current-speed = <9600>;
93 interrupt-parent = <&mpic>;
96 mpic: interrupt-controller@40000 {
97 #interrupt-cells = <2>;
98 device_type = "open-pic";
99 compatible = "chrp,open-pic";
100 interrupt-controller;
101 reg = <0x40000 0x40000>;
107 #address-cells = <3>;
109 #interrupt-cells = <1>;
111 compatible = "mpc10x-pci";
112 reg = <0xfe800000 0x1000>;
113 ranges = <0x01000000 0x0 0x0 0xfe000000 0x0 0x00c00000
114 0x02000000 0x0 0x80000000 0x80000000 0x0 0x70000000>;
115 bus-range = <0 0xff>;
116 clock-frequency = <97553800>;
117 interrupt-parent = <&mpic>;
118 interrupt-map-mask = <0xf800 0 0 7>;
121 0x6800 0 0 1 &mpic 0 1
122 0x6800 0 0 2 &mpic 0 1
123 0x6800 0 0 3 &mpic 0 1
124 0x6800 0 0 4 &mpic 0 1
126 0x7000 0 0 1 &mpic 0 1
127 0x7000 0 0 2 &mpic 0 1
128 0x7000 0 0 3 &mpic 0 1
129 0x7000 0 0 4 &mpic 0 1
131 0x7800 0 0 1 &mpic 0 1
132 0x7800 0 0 2 &mpic 0 1
133 0x7800 0 0 3 &mpic 0 1
134 0x7800 0 0 4 &mpic 0 1
139 linux,stdout-path = &serial0;