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	};
29
30	cpus {
31		#address-cells = <1>;
32		#size-cells = <0>;
33
34		PowerPC,8641@0 {
35			device_type = "cpu";
36			reg = <0>;
37			d-cache-line-size = <32>;
38			i-cache-line-size = <32>;
39			d-cache-size = <32768>;
40			i-cache-size = <32768>;
41			timebase-frequency = <0>;
42			bus-frequency = <0>;
43			clock-frequency = <0>;
44		};
45
46		PowerPC,8641@1 {
47			device_type = "cpu";
48			reg = <1>;
49			d-cache-line-size = <32>;
50			i-cache-line-size = <32>;
51			d-cache-size = <32768>;
52			i-cache-size = <32768>;
53			timebase-frequency = <0>;
54			bus-frequency = <0>;
55			clock-frequency = <0>;
56		};
57	};
58};
59