2 * MPC885 ADS Device Tree Source
4 * Copyright 2006 MontaVista Software, Inc.
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
15 compatible = "mpc8xx";
26 d-cache-line-size = <20>; // 32 bytes
27 i-cache-line-size = <20>; // 32 bytes
28 d-cache-size = <2000>; // L1, 8K
29 i-cache-size = <2000>; // L1, 8K
30 timebase-frequency = <0>;
32 clock-frequency = <0>;
34 interrupts = <f 2>; // decrementer interrupt
35 interrupt-parent = <&Mpc8xx_pic>;
40 device_type = "memory";
41 reg = <00000000 800000>;
47 #interrupt-cells = <2>;
49 ranges = <0 ff000000 00100000>;
50 reg = <ff000000 00000200>;
54 compatible = "fs_enet";
58 Phy0: ethernet-phy@0 {
60 device_type = "ethernet-phy";
62 Phy1: ethernet-phy@1 {
64 device_type = "ethernet-phy";
66 Phy2: ethernet-phy@2 {
68 device_type = "ethernet-phy";
73 device_type = "network";
74 compatible = "fs_enet";
78 mac-address = [ 00 00 0C 00 01 FD ];
80 interrupt-parent = <&Mpc8xx_pic>;
85 device_type = "network";
86 compatible = "fs_enet";
90 mac-address = [ 00 00 0C 00 02 FD ];
92 interrupt-parent = <&Mpc8xx_pic>;
96 Mpc8xx_pic: pic@ff000000 {
99 #interrupt-cells = <2>;
102 device_type = "mpc8xx-pic";
107 #address-cells = <3>;
108 #interrupt-cells = <1>;
110 compatible = "fsl,pq-pcmcia";
111 device_type = "pcmcia";
113 interrupt-parent = <&Mpc8xx_pic>;
118 #address-cells = <1>;
120 #interrupt-cells = <2>;
125 command-proc = <9c0>;
127 interrupts = <0 2>; // cpm error interrupt
128 interrupt-parent = <&Cpm_pic>;
131 interrupt-controller;
132 #address-cells = <0>;
133 #interrupt-cells = <2>;
134 interrupts = <5 2 0 2>;
135 interrupt-parent = <&Mpc8xx_pic>;
138 device_type = "cpm-pic";
143 device_type = "serial";
144 compatible = "cpm_uart";
147 reg = <a80 10 3e80 40>;
148 clock-setup = <00ffffff 0>;
153 interrupt-parent = <&Cpm_pic>;
157 device_type = "serial";
158 compatible = "cpm_uart";
161 reg = <a90 20 3f80 40>;
162 clock-setup = <ff00ffff 90000>;
167 interrupt-parent = <&Cpm_pic>;
171 device_type = "network";
172 compatible = "fs_enet";
175 reg = <a40 18 3e00 80>;
176 mac-address = [ 00 00 0C 00 03 FD ];
178 interrupt-parent = <&Cpm_pic>;
179 phy-handle = <&Phy2>;