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.
16 compatible = "storcenter";
33 clock-frequency = <d# 200000000>; /* Hz */
34 timebase-frequency = <d# 25000000>; /* Hz */
35 bus-frequency = <0>; /* from bootwrapper */
36 i-cache-line-size = <d# 32>; /* bytes */
37 d-cache-line-size = <d# 32>; /* bytes */
38 i-cache-size = <4000>;
39 d-cache-size = <4000>;
44 device_type = "memory";
45 reg = <00000000 04000000>; /* 64MB @ 0x0 */
52 compatible = "fsl,mpc8241", "mpc10x";
53 store-gathering = <0>; /* 0 == off, !0 == on */
54 ranges = <0 fc000000 100000>;
55 reg = <fc000000 100000>; /* EUMB */
56 bus-frequency = <0>; /* fixed by loader */
61 compatible = "fsl-i2c";
64 interrupt-parent = <&mpic>;
67 compatible = "dallas,ds1337";
72 serial0: serial@4500 {
74 device_type = "serial";
75 compatible = "ns16550";
77 clock-frequency = <d# 97553800>; /* Hz */
78 current-speed = <d# 115200>;
80 interrupt-parent = <&mpic>;
83 serial1: serial@4600 {
85 device_type = "serial";
86 compatible = "ns16550";
88 clock-frequency = <d# 97553800>; /* Hz */
89 current-speed = <d# 9600>;
91 interrupt-parent = <&mpic>;
94 mpic: interrupt-controller@40000 {
95 #interrupt-cells = <2>;
96 device_type = "open-pic";
97 compatible = "chrp,open-pic";
105 #address-cells = <3>;
107 #interrupt-cells = <1>;
109 compatible = "mpc10x-pci";
110 reg = <fe800000 1000>;
111 ranges = <01000000 0 0 fe000000 0 00c00000
112 02000000 0 80000000 80000000 0 70000000>;
114 clock-frequency = <d# 97553800>; /* Hz */
115 interrupt-parent = <&mpic>;
116 interrupt-map-mask = <f800 0 0 7>;
136 linux,stdout-path = "/soc/serial@4500";