2 * MGSUVD Device Tree Source
4 * Copyright 2008 DENX Software Engineering GmbH
5 * Heiko Schocher <hs@denx.de>
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the
9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
16 compatible = "keymile,mgsuvd";
27 d-cache-line-size = <16>;
28 i-cache-line-size = <16>;
29 d-cache-size = <8192>;
30 i-cache-size = <8192>;
31 timebase-frequency = <0>; /* Filled in by u-boot */
32 bus-frequency = <0>; /* Filled in by u-boot */
33 clock-frequency = <0>; /* Filled in by u-boot */
34 interrupts = <15 2>; /* decrementer interrupt */
35 interrupt-parent = <&PIC>;
40 device_type = "memory";
41 reg = <00000000 0x4000000>; /* Filled in by u-boot */
45 compatible = "fsl,mpc852-localbus", "fsl,pq1-localbus", "simple-bus";
48 reg = <0xfff00100 0x40>;
50 ranges = <0 0 0xf0000000 0x01000000>; /* Filled in by u-boot */
53 compatible = "cfi-flash";
54 reg = <0 0 0x1000000>;
65 reg = <0x80000 0x20000>;
69 reg = <0xa0000 0x1e0000>;
73 reg = <0x280000 0x20000>;
77 reg = <0x2a0000 0x500000>;
81 reg = <0x7a0000 0x860000>;
87 compatible = "fsl,mpc852", "fsl,pq1-soc", "simple-bus";
91 ranges = <0 0xfff00000 0x00004000>;
93 PIC: interrupt-controller@0 {
95 #interrupt-cells = <2>;
97 compatible = "fsl,mpc852-pic", "fsl,pq1-pic";
101 #address-cells = <1>;
103 compatible = "fsl,mpc852-cpm", "fsl,cpm1", "simple-bus";
104 interrupts = <0>; /* cpm error interrupt */
105 interrupt-parent = <&CPM_PIC>;
110 compatible = "fsl,cpm-muram";
111 #address-cells = <1>;
113 ranges = <0 0x2000 0x2000>;
116 compatible = "fsl,cpm-muram-data";
117 reg = <0x800 0x1800>;
122 compatible = "fsl,mpc852-brg",
126 clock-frequency = <0>; /* Filled in by u-boot */
129 CPM_PIC: interrupt-controller@930 {
130 interrupt-controller;
131 #interrupt-cells = <1>;
132 interrupts = <5 2 0 2>;
133 interrupt-parent = <&PIC>;
135 compatible = "fsl,cpm1-pic";
140 device_type = "serial";
141 compatible = "fsl,cpm1-smc-uart";
142 reg = <0xa80 0x10 0x3fc0 0x40>;
144 interrupt-parent = <&CPM_PIC>;
146 fsl,cpm-command = <0x0090>;
147 current-speed = <0>; /* Filled in by u-boot */
151 device_type = "network";
152 compatible = "fsl,mpc866-scc-enet",
154 reg = <0xa40 0x18 0x3e00 0x100>;
155 local-mac-address = [ 00 00 00 00 00 00 ]; /* Filled in by u-boot */
157 interrupt-parent = <&CPM_PIC>;
158 fsl,cpm-command = <0x80>;
159 fixed-link = <0 0 10 0 0>;