1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * phyCORE-MPC5200B-IO (pcm032) board Device Tree Source
5 * Copyright (C) 2006-2009 Pengutronix
6 * Sascha Hauer, Juergen Beisert, Wolfram Sang <kernel@pengutronix.de>
9 /include/ "mpc5200b.dtsi"
11 &gpt0 { fsl,has-wdt; };
12 &gpt2 { gpio-controller; };
13 &gpt3 { gpio-controller; };
14 &gpt4 { gpio-controller; };
15 &gpt5 { gpio-controller; };
16 &gpt6 { gpio-controller; };
17 &gpt7 { gpio-controller; };
20 model = "phytec,pcm032";
21 compatible = "phytec,pcm032";
24 reg = <0x00000000 0x08000000>; // 128MB
28 psc@2000 { /* PSC1 is ac97 */
29 compatible = "fsl,mpc5200b-psc-ac97","fsl,mpc5200-psc-ac97";
33 /* PSC2 port is used by CAN1/2 */
38 psc@2400 { /* PSC3 in UART mode */
39 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
52 psc@2c00 { /* PSC6 in UART mode */
53 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
61 phy0: ethernet-phy@0 {
68 compatible = "nxp,pcf8563";
72 compatible = "catalyst,24c32", "atmel,24c32";
80 interrupt-map-mask = <0xf800 0 0 7>;
81 interrupt-map = <0xc000 0 0 1 &mpc5200_pic 0 0 3 // 1st slot
82 0xc000 0 0 2 &mpc5200_pic 1 1 3
83 0xc000 0 0 3 &mpc5200_pic 1 2 3
84 0xc000 0 0 4 &mpc5200_pic 1 3 3
86 0xc800 0 0 1 &mpc5200_pic 1 1 3 // 2nd slot
87 0xc800 0 0 2 &mpc5200_pic 1 2 3
88 0xc800 0 0 3 &mpc5200_pic 1 3 3
89 0xc800 0 0 4 &mpc5200_pic 0 0 3>;
90 ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000
91 0x02000000 0 0xa0000000 0xa0000000 0 0x10000000
92 0x01000000 0 0x00000000 0xb0000000 0 0x01000000>;
96 ranges = <0 0 0xfe000000 0x02000000
97 1 0 0xfc000000 0x02000000
98 2 0 0xfbe00000 0x00200000
99 3 0 0xf9e00000 0x02000000
100 4 0 0xf7e00000 0x02000000
101 5 0 0xe6000000 0x02000000
102 6 0 0xe8000000 0x02000000
103 7 0 0xea000000 0x02000000>;
106 compatible = "cfi-flash";
107 reg = <0 0 0x02000000>;
110 #address-cells = <1>;
114 reg = <0x00000000 0x00040000>;
118 reg = <0x00040000 0x001c0000>;
122 reg = <0x00200000 0x01d00000>;
126 reg = <0x01f00000 0x00040000>;
130 reg = <0x01f40000 0x00040000>;
134 reg = <0x01f80000 0x00040000>;
138 reg = <0x01fc0000 0x00040000>;
143 compatible = "mtd-ram";
144 reg = <2 0 0x00200000>;
149 * example snippets for FPGA
152 * compatible = "fpga_driver";
153 * reg = <3 0 0x02000000>;
158 * compatible = "fpga_driver";
159 * reg = <4 0 0x02000000>;
165 * example snippets for free chipselects
168 * compatible = "custom_driver";
169 * reg = <5 0 0x02000000>;
173 * compatible = "custom_driver";
174 * reg = <6 0 0x02000000>;
178 * compatible = "custom_driver";
179 * reg = <7 0 0x02000000>;