aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/p2020rdb_camp_core0.dts
blob: 66aac864c4ccc9c9e62e82bf79c85d5f36f67f95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/*
 * P2020 RDB  Core0 Device Tree Source in CAMP mode.
 *
 * In CAMP mode, each core needs to have its own dts. Only mpic and L2 cache
 * can be shared, all the other devices must be assigned to one core only.
 * This dts file allows core0 to have memory, l2, i2c, spi, gpio, dma1, usb,
 * eth1, eth2, sdhc, crypto, global-util, pci0.
 *
 * Copyright 2009-2011 Freescale Semiconductor Inc.
 *
 * This program is free software; you can redistribute  it and/or modify it
 * under  the terms of  the GNU General  Public License as published by the
 * Free Software Foundation;  either version 2 of the  License, or (at your
 * option) any later version.
 */

/include/ "p2020rdb.dts"

/ {
	model = "fsl,P2020RDB";
	compatible = "fsl,P2020RDB", "fsl,MPC85XXRDB-CAMP";

	cpus {
		PowerPC,P2020@1 {
			status = "disabled";
		};
	};

	localbus@ffe05000 {
		status = "disabled";
	};

	soc@ffe00000 {
		serial1: serial@4600 {
			status = "disabled";
		};

		dma@c300 {
			status = "disabled";
		};

		enet0: ethernet@24000 {
			status = "disabled";
		};

		mpic: pic@40000 {
			protected-sources = <
			42 76 77 78 79 /* serial1 , dma2 */
			29 30 34 26 /* enet0, pci1 */
			0xe0 0xe1 0xe2 0xe3 /* msi */
			0xe4 0xe5 0xe6 0xe7
			>;
		};

		msi@41600 {
			status = "disabled";
		};
	};

	pci0: pcie@ffe08000 {
		status = "disabled";
	};

	pci2: pcie@ffe0a000 {
		status = "disabled";
	};
};