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