1/*
2 * MPC8641 Silicon/SoC Device Tree Source (pre include)
3 *
4 * Copyright 2016 Elettra-Sincrotrone Trieste S.C.p.A.
5 *
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.
10 *
11 */
12
13/dts-v1/;
14
15/ {
16	#address-cells = <1>;
17	#size-cells = <1>;
18	interrupt-parent = <&mpic>;
19
20	aliases {
21		ethernet0 = &enet0;
22		ethernet1 = &enet1;
23		ethernet2 = &enet2;
24		ethernet3 = &enet3;
25		serial0 = &serial0;
26		serial1 = &serial1;
27		pci0 = &pci0;
28		pci1 = &pci1;
29	};
30
31	cpus {
32		#address-cells = <1>;
33		#size-cells = <0>;
34
35		PowerPC,8641@0 {
36			device_type = "cpu";
37			reg = <0>;
38			d-cache-line-size = <32>;
39			i-cache-line-size = <32>;
40			d-cache-size = <32768>;
41			i-cache-size = <32768>;
42			timebase-frequency = <0>;
43			bus-frequency = <0>;
44			clock-frequency = <0>;
45		};
46
47		PowerPC,8641@1 {
48			device_type = "cpu";
49			reg = <1>;
50			d-cache-line-size = <32>;
51			i-cache-line-size = <32>;
52			d-cache-size = <32768>;
53			i-cache-size = <32768>;
54			timebase-frequency = <0>;
55			bus-frequency = <0>;
56			clock-frequency = <0>;
57		};
58	};
59};
60