2 * P2020 RDB Core0 Device Tree Source in CAMP mode.
4 * In CAMP mode, each core needs to have its own dts. Only mpic and L2 cache
5 * can be shared, all the other devices must be assigned to one core only.
6 * This dts file allows core0 to have memory, l2, i2c, spi, gpio, dma1, usb,
7 * eth1, eth2, sdhc, crypto, global-util, pci0.
9 * Copyright 2009-2011 Freescale Semiconductor Inc.
11 * This program is free software; you can redistribute it and/or modify it
12 * under the terms of the GNU General Public License as published by the
13 * Free Software Foundation; either version 2 of the License, or (at your
14 * option) any later version.
17 /include/ "p2020si.dtsi"
20 model = "fsl,P2020RDB";
21 compatible = "fsl,P2020RDB", "fsl,MPC85XXRDB-CAMP";
38 device_type = "memory";
48 compatible = "dallas,ds1339";
53 serial1: serial@4600 {
62 compatible = "fsl,espi-flash";
64 linux,modalias = "fsl_m25p80";
66 spi-max-frequency = <50000000>;
70 /* 512KB for u-boot Bootloader Image */
71 reg = <0x0 0x00080000>;
72 label = "SPI (RO) U-Boot Image";
77 /* 512KB for DTB Image */
78 reg = <0x00080000 0x00080000>;
79 label = "SPI (RO) DTB Image";
84 /* 4MB for Linux Kernel Image */
85 reg = <0x00100000 0x00400000>;
86 label = "SPI (RO) Linux Kernel Image";
91 /* 4MB for Compressed RFS Image */
92 reg = <0x00500000 0x00400000>;
93 label = "SPI (RO) Compressed RFS Image";
98 /* 7MB for JFFS2 based RFS */
99 reg = <0x00900000 0x00700000>;
100 label = "SPI (RW) JFFS2 RFS";
115 phy0: ethernet-phy@0 {
116 interrupt-parent = <&mpic>;
120 phy1: ethernet-phy@1 {
121 interrupt-parent = <&mpic>;
130 device_type = "tbi-phy";
138 enet0: ethernet@24000 {
142 enet1: ethernet@25000 {
143 tbi-handle = <&tbi0>;
144 phy-handle = <&phy0>;
145 phy-connection-type = "sgmii";
149 enet2: ethernet@26000 {
150 phy-handle = <&phy1>;
151 phy-connection-type = "rgmii-id";
156 protected-sources = <
157 42 76 77 78 79 /* serial1 , dma2 */
158 29 30 34 26 /* enet0, pci1 */
159 0xe0 0xe1 0xe2 0xe3 /* msi */
171 pci0: pcie@ffe08000 {
175 pci1: pcie@ffe09000 {
176 ranges = <0x2000000 0x0 0xa0000000 0 0xa0000000 0x0 0x20000000
177 0x1000000 0x0 0x00000000 0 0xffc10000 0x0 0x10000>;
178 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
181 0000 0x0 0x0 0x1 &mpic 0x4 0x1
182 0000 0x0 0x0 0x2 &mpic 0x5 0x1
183 0000 0x0 0x0 0x3 &mpic 0x6 0x1
184 0000 0x0 0x0 0x4 &mpic 0x7 0x1
187 reg = <0x0 0x0 0x0 0x0 0x0>;
189 #address-cells = <3>;
191 ranges = <0x2000000 0x0 0xa0000000
192 0x2000000 0x0 0xa0000000
201 pci2: pcie@ffe0a000 {