Stefan Roese | 9652e8b | 2012-03-16 14:03:23 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2012 Stefan Roese <sr@denx.de> |
| 3 | * |
| 4 | * The code contained herein is licensed under the GNU General Public |
| 5 | * License. You may obtain a copy of the GNU General Public License |
| 6 | * Version 2 or later at the following locations: |
| 7 | * |
| 8 | * http://www.opensource.org/licenses/gpl-license.html |
| 9 | * http://www.gnu.org/copyleft/gpl.html |
| 10 | */ |
| 11 | |
| 12 | /dts-v1/; |
| 13 | /include/ "spear600.dtsi" |
| 14 | |
| 15 | / { |
| 16 | model = "ST SPEAr600 Evaluation Board"; |
| 17 | compatible = "st,spear600-evb", "st,spear600"; |
| 18 | #address-cells = <1>; |
| 19 | #size-cells = <1>; |
| 20 | |
| 21 | memory { |
| 22 | device_type = "memory"; |
| 23 | reg = <0 0x10000000>; |
| 24 | }; |
| 25 | |
| 26 | ahb { |
Shiraz Hashim | 8113ba9 | 2012-11-10 17:31:01 +0530 | [diff] [blame] | 27 | clcd@fc200000 { |
| 28 | status = "okay"; |
| 29 | }; |
| 30 | |
Viresh Kumar | 0b7ee71 | 2012-03-26 10:29:23 +0530 | [diff] [blame] | 31 | dma@fc400000 { |
| 32 | status = "okay"; |
| 33 | }; |
| 34 | |
Shiraz Hashim | 8113ba9 | 2012-11-10 17:31:01 +0530 | [diff] [blame] | 35 | ehci@e1800000 { |
| 36 | status = "okay"; |
| 37 | }; |
| 38 | |
| 39 | ehci@e2000000 { |
| 40 | status = "okay"; |
| 41 | }; |
| 42 | |
Stefan Roese | 9652e8b | 2012-03-16 14:03:23 +0100 | [diff] [blame] | 43 | gmac: ethernet@e0800000 { |
| 44 | phy-mode = "gmii"; |
| 45 | status = "okay"; |
| 46 | }; |
| 47 | |
Shiraz Hashim | 8113ba9 | 2012-11-10 17:31:01 +0530 | [diff] [blame] | 48 | ohci@e1900000 { |
| 49 | status = "okay"; |
| 50 | }; |
| 51 | |
| 52 | ohci@e2100000 { |
| 53 | status = "okay"; |
| 54 | }; |
| 55 | |
Viresh Kumar | 30a0d03 | 2012-05-01 18:09:22 +0530 | [diff] [blame] | 56 | smi: flash@fc000000 { |
| 57 | status = "okay"; |
| 58 | clock-rate=<50000000>; |
| 59 | |
| 60 | flash@f8000000 { |
| 61 | #address-cells = <1>; |
| 62 | #size-cells = <1>; |
| 63 | reg = <0xf8000000 0x800000>; |
| 64 | st,smi-fast-mode; |
| 65 | |
| 66 | partition@0 { |
| 67 | label = "xloader"; |
| 68 | reg = <0x0 0x10000>; |
| 69 | }; |
| 70 | partition@10000 { |
| 71 | label = "u-boot"; |
Vipin Kumar | 482a8f3 | 2012-07-05 11:51:47 +0800 | [diff] [blame] | 72 | reg = <0x10000 0x50000>; |
Viresh Kumar | 30a0d03 | 2012-05-01 18:09:22 +0530 | [diff] [blame] | 73 | }; |
Vipin Kumar | 482a8f3 | 2012-07-05 11:51:47 +0800 | [diff] [blame] | 74 | partition@60000 { |
| 75 | label = "environment"; |
| 76 | reg = <0x60000 0x10000>; |
| 77 | }; |
| 78 | partition@70000 { |
| 79 | label = "dtb"; |
| 80 | reg = <0x70000 0x10000>; |
| 81 | }; |
| 82 | partition@80000 { |
Viresh Kumar | 30a0d03 | 2012-05-01 18:09:22 +0530 | [diff] [blame] | 83 | label = "linux"; |
Vipin Kumar | 482a8f3 | 2012-07-05 11:51:47 +0800 | [diff] [blame] | 84 | reg = <0x80000 0x310000>; |
Viresh Kumar | 30a0d03 | 2012-05-01 18:09:22 +0530 | [diff] [blame] | 85 | }; |
Vipin Kumar | 482a8f3 | 2012-07-05 11:51:47 +0800 | [diff] [blame] | 86 | partition@390000 { |
Viresh Kumar | 30a0d03 | 2012-05-01 18:09:22 +0530 | [diff] [blame] | 87 | label = "rootfs"; |
Vipin Kumar | 482a8f3 | 2012-07-05 11:51:47 +0800 | [diff] [blame] | 88 | reg = <0x390000 0x0>; |
Viresh Kumar | 30a0d03 | 2012-05-01 18:09:22 +0530 | [diff] [blame] | 89 | }; |
| 90 | }; |
| 91 | }; |
| 92 | |
Stefan Roese | 9652e8b | 2012-03-16 14:03:23 +0100 | [diff] [blame] | 93 | apb { |
| 94 | serial@d0000000 { |
| 95 | status = "okay"; |
Vipul Kumar Samar | 7bceba8 | 2012-08-30 09:32:24 +0530 | [diff] [blame] | 96 | pinctrl-names = "default"; |
| 97 | pinctrl-0 = <>; |
Stefan Roese | 9652e8b | 2012-03-16 14:03:23 +0100 | [diff] [blame] | 98 | }; |
| 99 | |
| 100 | serial@d0080000 { |
| 101 | status = "okay"; |
Vipul Kumar Samar | 7bceba8 | 2012-08-30 09:32:24 +0530 | [diff] [blame] | 102 | pinctrl-names = "default"; |
| 103 | pinctrl-0 = <>; |
Stefan Roese | 9652e8b | 2012-03-16 14:03:23 +0100 | [diff] [blame] | 104 | }; |
| 105 | |
Shiraz Hashim | 8113ba9 | 2012-11-10 17:31:01 +0530 | [diff] [blame] | 106 | rtc@fc900000 { |
| 107 | status = "okay"; |
| 108 | }; |
| 109 | |
Stefan Roese | 9652e8b | 2012-03-16 14:03:23 +0100 | [diff] [blame] | 110 | i2c@d0200000 { |
| 111 | clock-frequency = <400000>; |
| 112 | status = "okay"; |
| 113 | }; |
| 114 | }; |
| 115 | }; |
| 116 | }; |