Marian Balakowicz | 8bd3b70 | 2007-11-10 04:12:31 +1100 | [diff] [blame] | 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 | |
John Bonesio | c8bf6b5 | 2010-11-17 15:28:56 -0800 | [diff] [blame^] | 13 | /include/ "mpc5200b.dtsi" |
Marian Balakowicz | 8bd3b70 | 2007-11-10 04:12:31 +1100 | [diff] [blame] | 14 | |
| 15 | / { |
| 16 | model = "schindler,cm5200"; |
| 17 | compatible = "schindler,cm5200"; |
Marian Balakowicz | 8bd3b70 | 2007-11-10 04:12:31 +1100 | [diff] [blame] | 18 | |
| 19 | soc5200@f0000000 { |
Grant Likely | 24ce6bc | 2008-01-24 22:25:31 -0700 | [diff] [blame] | 20 | timer@600 { // General Purpose Timer |
Marian Balakowicz | 8bd3b70 | 2007-11-10 04:12:31 +1100 | [diff] [blame] | 21 | fsl,has-wdt; |
| 22 | }; |
| 23 | |
John Bonesio | c8bf6b5 | 2010-11-17 15:28:56 -0800 | [diff] [blame^] | 24 | can@900 { |
| 25 | status = "disabled"; |
Marian Balakowicz | 8bd3b70 | 2007-11-10 04:12:31 +1100 | [diff] [blame] | 26 | }; |
| 27 | |
John Bonesio | c8bf6b5 | 2010-11-17 15:28:56 -0800 | [diff] [blame^] | 28 | can@980 { |
| 29 | status = "disabled"; |
Marian Balakowicz | 8bd3b70 | 2007-11-10 04:12:31 +1100 | [diff] [blame] | 30 | }; |
| 31 | |
John Bonesio | abf1e27 | 2010-11-17 15:28:30 -0800 | [diff] [blame] | 32 | psc@2000 { // PSC1 |
Grant Likely | 24ce6bc | 2008-01-24 22:25:31 -0700 | [diff] [blame] | 33 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; |
Marian Balakowicz | 8bd3b70 | 2007-11-10 04:12:31 +1100 | [diff] [blame] | 34 | }; |
| 35 | |
John Bonesio | abf1e27 | 2010-11-17 15:28:30 -0800 | [diff] [blame] | 36 | psc@2200 { // PSC2 |
Grant Likely | b884245 | 2009-02-03 12:30:26 -0700 | [diff] [blame] | 37 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; |
Marian Balakowicz | 8bd3b70 | 2007-11-10 04:12:31 +1100 | [diff] [blame] | 38 | }; |
| 39 | |
John Bonesio | abf1e27 | 2010-11-17 15:28:30 -0800 | [diff] [blame] | 40 | psc@2400 { // PSC3 |
Grant Likely | b884245 | 2009-02-03 12:30:26 -0700 | [diff] [blame] | 41 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; |
John Bonesio | c8bf6b5 | 2010-11-17 15:28:56 -0800 | [diff] [blame^] | 42 | }; |
| 43 | |
| 44 | psc@2600 { // PSC4 |
| 45 | status = "disabled"; |
| 46 | }; |
| 47 | |
| 48 | psc@2800 { // PSC5 |
| 49 | status = "disabled"; |
Marian Balakowicz | 8bd3b70 | 2007-11-10 04:12:31 +1100 | [diff] [blame] | 50 | }; |
| 51 | |
John Bonesio | abf1e27 | 2010-11-17 15:28:30 -0800 | [diff] [blame] | 52 | psc@2c00 { // PSC6 |
Grant Likely | 24ce6bc | 2008-01-24 22:25:31 -0700 | [diff] [blame] | 53 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; |
Marian Balakowicz | 8bd3b70 | 2007-11-10 04:12:31 +1100 | [diff] [blame] | 54 | }; |
| 55 | |
| 56 | ethernet@3000 { |
Bartlomiej Sieka | 115e1ad | 2008-04-03 01:26:02 +1100 | [diff] [blame] | 57 | phy-handle = <&phy0>; |
| 58 | }; |
| 59 | |
| 60 | mdio@3000 { |
Bartlomiej Sieka | 115e1ad | 2008-04-03 01:26:02 +1100 | [diff] [blame] | 61 | phy0: ethernet-phy@0 { |
Bartlomiej Sieka | 115e1ad | 2008-04-03 01:26:02 +1100 | [diff] [blame] | 62 | reg = <0>; |
| 63 | }; |
Marian Balakowicz | 8bd3b70 | 2007-11-10 04:12:31 +1100 | [diff] [blame] | 64 | }; |
| 65 | |
John Bonesio | c8bf6b5 | 2010-11-17 15:28:56 -0800 | [diff] [blame^] | 66 | ata@3a00 { |
| 67 | status = "disabled"; |
Marian Balakowicz | 8bd3b70 | 2007-11-10 04:12:31 +1100 | [diff] [blame] | 68 | }; |
| 69 | |
John Bonesio | c8bf6b5 | 2010-11-17 15:28:56 -0800 | [diff] [blame^] | 70 | i2c@3d00 { |
| 71 | status = "disabled"; |
Marian Balakowicz | 8bd3b70 | 2007-11-10 04:12:31 +1100 | [diff] [blame] | 72 | }; |
John Bonesio | c8bf6b5 | 2010-11-17 15:28:56 -0800 | [diff] [blame^] | 73 | |
| 74 | }; |
| 75 | |
| 76 | pci@f0000d00 { |
| 77 | status = "disabled"; |
Marian Balakowicz | 8bd3b70 | 2007-11-10 04:12:31 +1100 | [diff] [blame] | 78 | }; |
Bartlomiej Sieka | 115e1ad | 2008-04-03 01:26:02 +1100 | [diff] [blame] | 79 | |
Grant Likely | b884245 | 2009-02-03 12:30:26 -0700 | [diff] [blame] | 80 | localbus { |
Bartlomiej Sieka | 115e1ad | 2008-04-03 01:26:02 +1100 | [diff] [blame] | 81 | // 16-bit flash device at LocalPlus Bus CS0 |
| 82 | flash@0,0 { |
| 83 | compatible = "cfi-flash"; |
Grant Likely | a2884f3 | 2008-04-29 07:19:07 -0600 | [diff] [blame] | 84 | reg = <0 0 0x2000000>; |
Bartlomiej Sieka | 115e1ad | 2008-04-03 01:26:02 +1100 | [diff] [blame] | 85 | bank-width = <2>; |
| 86 | device-width = <2>; |
John Bonesio | c8bf6b5 | 2010-11-17 15:28:56 -0800 | [diff] [blame^] | 87 | #size-cells = <1>; |
| 88 | #address-cells = <1>; |
Bartlomiej Sieka | 115e1ad | 2008-04-03 01:26:02 +1100 | [diff] [blame] | 89 | }; |
| 90 | }; |
Marian Balakowicz | 8bd3b70 | 2007-11-10 04:12:31 +1100 | [diff] [blame] | 91 | }; |