Linux Audio

Check our new training course

Loading...
v4.17
 1/*
 2 * CM5200 board Device Tree Source
 3 *
 4 * Copyright (C) 2007 Semihalf
 5 * Marian Balakowicz <m8@semihalf.com>
 6 *
 7 * This program is free software; you can redistribute  it and/or modify it
 8 * under  the terms of  the GNU General  Public License as published by the
 9 * Free Software Foundation;  either version 2 of the  License, or (at your
10 * option) any later version.
11 */
12
13/include/ "mpc5200b.dtsi"
14
15&gpt0 { fsl,has-wdt; };
16
17/ {
18	model = "schindler,cm5200";
19	compatible = "schindler,cm5200";
20
21	soc5200@f0000000 {
 
 
 
 
22		can@900 {
23			status = "disabled";
24		};
25
26		can@980 {
27			status = "disabled";
28		};
29
30		psc@2000 {		// PSC1
31			compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
32		};
33
34		psc@2200 {		// PSC2
35			compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
36		};
37
38		psc@2400 {		// PSC3
39			compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
40		};
41
42		psc@2600 {		// PSC4
43			status = "disabled";
44		};
45
46		psc@2800 {		// PSC5
47			status = "disabled";
48		};
49
50		psc@2c00 {		// PSC6
51			compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
52		};
53
54		ethernet@3000 {
55			phy-handle = <&phy0>;
56		};
57
58		mdio@3000 {
59			phy0: ethernet-phy@0 {
60				reg = <0>;
61			};
62		};
63
64		ata@3a00 {
65			status = "disabled";
66		};
67
68		i2c@3d00 {
69			status = "disabled";
70		};
71
72	};
73
74	pci@f0000d00 {
75		status = "disabled";
76	};
77
78	localbus {
79		// 16-bit flash device at LocalPlus Bus CS0
80		flash@0,0 {
81			compatible = "cfi-flash";
82			reg = <0 0 0x2000000>;
83			bank-width = <2>;
84			device-width = <2>;
85			#size-cells = <1>;
86			#address-cells = <1>;
87		};
88	};
89};
v3.5.6
 1/*
 2 * CM5200 board Device Tree Source
 3 *
 4 * Copyright (C) 2007 Semihalf
 5 * Marian Balakowicz <m8@semihalf.com>
 6 *
 7 * This program is free software; you can redistribute  it and/or modify it
 8 * under  the terms of  the GNU General  Public License as published by the
 9 * Free Software Foundation;  either version 2 of the  License, or (at your
10 * option) any later version.
11 */
12
13/include/ "mpc5200b.dtsi"
14
 
 
15/ {
16	model = "schindler,cm5200";
17	compatible = "schindler,cm5200";
18
19	soc5200@f0000000 {
20		timer@600 {	// General Purpose Timer
21			fsl,has-wdt;
22		};
23
24		can@900 {
25			status = "disabled";
26		};
27
28		can@980 {
29			status = "disabled";
30		};
31
32		psc@2000 {		// PSC1
33			compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
34		};
35
36		psc@2200 {		// PSC2
37			compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
38		};
39
40		psc@2400 {		// PSC3
41			compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
42		};
43
44		psc@2600 {		// PSC4
45			status = "disabled";
46		};
47
48		psc@2800 {		// PSC5
49			status = "disabled";
50		};
51
52		psc@2c00 {		// PSC6
53			compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
54		};
55
56		ethernet@3000 {
57			phy-handle = <&phy0>;
58		};
59
60		mdio@3000 {
61			phy0: ethernet-phy@0 {
62				reg = <0>;
63			};
64		};
65
66		ata@3a00 {
67			status = "disabled";
68		};
69
70		i2c@3d00 {
71			status = "disabled";
72		};
73
74	};
75
76	pci@f0000d00 {
77		status = "disabled";
78	};
79
80	localbus {
81		// 16-bit flash device at LocalPlus Bus CS0
82		flash@0,0 {
83			compatible = "cfi-flash";
84			reg = <0 0 0x2000000>;
85			bank-width = <2>;
86			device-width = <2>;
87			#size-cells = <1>;
88			#address-cells = <1>;
89		};
90	};
91};