John Crispin | d99e19c | 2013-04-12 06:27:37 +0000 | [diff] [blame] | 1 | /dts-v1/; |
| 2 | |
| 3 | /include/ "rt2880.dtsi" |
| 4 | |
| 5 | / { |
| 6 | compatible = "ralink,rt2880-eval-board", "ralink,rt2880-soc"; |
| 7 | model = "Ralink RT2880 evaluation board"; |
| 8 | |
| 9 | memory@0 { |
Leif Lindholm | dfc44f8 | 2014-04-17 18:42:00 +0100 | [diff] [blame] | 10 | device_type = "memory"; |
John Crispin | d99e19c | 2013-04-12 06:27:37 +0000 | [diff] [blame] | 11 | reg = <0x8000000 0x2000000>; |
| 12 | }; |
| 13 | |
| 14 | chosen { |
| 15 | bootargs = "console=ttyS0,57600"; |
| 16 | }; |
| 17 | |
| 18 | cfi@1f000000 { |
| 19 | compatible = "cfi-flash"; |
| 20 | reg = <0x1f000000 0x400000>; |
| 21 | |
| 22 | bank-width = <2>; |
| 23 | device-width = <2>; |
| 24 | #address-cells = <1>; |
| 25 | #size-cells = <1>; |
| 26 | |
| 27 | partition@0 { |
| 28 | label = "uboot"; |
| 29 | reg = <0x0 0x30000>; |
| 30 | read-only; |
| 31 | }; |
| 32 | partition@30000 { |
| 33 | label = "uboot-env"; |
| 34 | reg = <0x30000 0x10000>; |
| 35 | read-only; |
| 36 | }; |
| 37 | partition@40000 { |
| 38 | label = "calibration"; |
| 39 | reg = <0x40000 0x10000>; |
| 40 | read-only; |
| 41 | }; |
| 42 | partition@50000 { |
| 43 | label = "linux"; |
| 44 | reg = <0x50000 0x3b0000>; |
| 45 | }; |
| 46 | }; |
| 47 | }; |