Viresh Kumar | c5fa4fd | 2012-03-23 00:17:43 +0530 | [diff] [blame] | 1 | /* |
| 2 | * DTS file for SPEAr310 Evaluation Baord |
| 3 | * |
| 4 | * Copyright 2012 Viresh Kumar <viresh.kumar@st.com> |
| 5 | * |
| 6 | * The code contained herein is licensed under the GNU General Public |
| 7 | * License. You may obtain a copy of the GNU General Public License |
| 8 | * Version 2 or later at the following locations: |
| 9 | * |
| 10 | * http://www.opensource.org/licenses/gpl-license.html |
| 11 | * http://www.gnu.org/copyleft/gpl.html |
| 12 | */ |
| 13 | |
| 14 | /dts-v1/; |
| 15 | /include/ "spear310.dtsi" |
| 16 | |
| 17 | / { |
| 18 | model = "ST SPEAr310 Evaluation Board"; |
| 19 | compatible = "st,spear310-evb", "st,spear310"; |
| 20 | #address-cells = <1>; |
| 21 | #size-cells = <1>; |
| 22 | |
| 23 | memory { |
| 24 | reg = <0 0x40000000>; |
| 25 | }; |
| 26 | |
| 27 | ahb { |
Viresh Kumar | 0b7ee71 | 2012-03-26 10:29:23 +0530 | [diff] [blame] | 28 | dma@fc400000 { |
| 29 | status = "okay"; |
| 30 | }; |
| 31 | |
Viresh Kumar | c5fa4fd | 2012-03-23 00:17:43 +0530 | [diff] [blame] | 32 | fsmc: flash@44000000 { |
| 33 | status = "okay"; |
| 34 | }; |
| 35 | |
| 36 | gmac: eth@e0800000 { |
| 37 | status = "okay"; |
| 38 | }; |
| 39 | |
| 40 | smi: flash@fc000000 { |
| 41 | status = "okay"; |
| 42 | clock-rate=<50000000>; |
| 43 | |
| 44 | flash@f8000000 { |
Viresh Kumar | c5fa4fd | 2012-03-23 00:17:43 +0530 | [diff] [blame] | 45 | #address-cells = <1>; |
| 46 | #size-cells = <1>; |
Viresh Kumar | 30a0d03 | 2012-05-01 18:09:22 +0530 | [diff] [blame^] | 47 | reg = <0xf8000000 0x800000>; |
Viresh Kumar | c5fa4fd | 2012-03-23 00:17:43 +0530 | [diff] [blame] | 48 | st,smi-fast-mode; |
Viresh Kumar | 30a0d03 | 2012-05-01 18:09:22 +0530 | [diff] [blame^] | 49 | |
| 50 | partition@0 { |
| 51 | label = "xloader"; |
| 52 | reg = <0x0 0x10000>; |
| 53 | }; |
| 54 | partition@10000 { |
| 55 | label = "u-boot"; |
| 56 | reg = <0x10000 0x40000>; |
| 57 | }; |
| 58 | partition@50000 { |
| 59 | label = "linux"; |
| 60 | reg = <0x50000 0x2c0000>; |
| 61 | }; |
| 62 | partition@310000 { |
| 63 | label = "rootfs"; |
| 64 | reg = <0x310000 0x4f0000>; |
| 65 | }; |
Viresh Kumar | c5fa4fd | 2012-03-23 00:17:43 +0530 | [diff] [blame] | 66 | }; |
| 67 | }; |
| 68 | |
| 69 | spi0: spi@d0100000 { |
| 70 | status = "okay"; |
| 71 | }; |
| 72 | |
| 73 | ehci@e1800000 { |
| 74 | status = "okay"; |
| 75 | }; |
| 76 | |
| 77 | ohci@e1900000 { |
| 78 | status = "okay"; |
| 79 | }; |
| 80 | |
| 81 | ohci@e2100000 { |
| 82 | status = "okay"; |
| 83 | }; |
| 84 | |
| 85 | apb { |
| 86 | gpio0: gpio@fc980000 { |
| 87 | status = "okay"; |
| 88 | }; |
| 89 | |
| 90 | i2c0: i2c@d0180000 { |
| 91 | status = "okay"; |
| 92 | }; |
| 93 | |
| 94 | rtc@fc900000 { |
| 95 | status = "okay"; |
| 96 | }; |
| 97 | |
| 98 | serial@d0000000 { |
| 99 | status = "okay"; |
| 100 | }; |
| 101 | |
| 102 | serial@b2000000 { |
| 103 | status = "okay"; |
| 104 | }; |
| 105 | |
| 106 | serial@b2080000 { |
| 107 | status = "okay"; |
| 108 | }; |
| 109 | |
| 110 | serial@b2100000 { |
| 111 | status = "okay"; |
| 112 | }; |
| 113 | |
| 114 | serial@b2180000 { |
| 115 | status = "okay"; |
| 116 | }; |
| 117 | |
| 118 | serial@b2200000 { |
| 119 | status = "okay"; |
| 120 | }; |
| 121 | |
| 122 | wdt@fc880000 { |
| 123 | status = "okay"; |
| 124 | }; |
| 125 | }; |
| 126 | }; |
| 127 | }; |