John Crispin | 5644da4 | 2013-01-22 20:19:33 +0100 | [diff] [blame] | 1 | /dts-v1/; |
| 2 | |
Linus Torvalds | daf799c | 2013-05-10 07:48:05 -0700 | [diff] [blame] | 3 | #include "rt3050.dtsi" |
John Crispin | 5644da4 | 2013-01-22 20:19:33 +0100 | [diff] [blame] | 4 | |
| 5 | / { |
John Crispin | 5644da4 | 2013-01-22 20:19:33 +0100 | [diff] [blame] | 6 | compatible = "ralink,rt3052-eval-board", "ralink,rt3052-soc"; |
| 7 | model = "Ralink RT3052 evaluation board"; |
| 8 | |
| 9 | memory@0 { |
| 10 | reg = <0x0 0x2000000>; |
| 11 | }; |
| 12 | |
John Crispin | da5b4cf | 2013-03-21 17:47:07 +0100 | [diff] [blame] | 13 | chosen { |
| 14 | bootargs = "console=ttyS0,57600"; |
John Crispin | 5644da4 | 2013-01-22 20:19:33 +0100 | [diff] [blame] | 15 | }; |
| 16 | |
| 17 | cfi@1f000000 { |
| 18 | compatible = "cfi-flash"; |
| 19 | reg = <0x1f000000 0x800000>; |
| 20 | |
| 21 | bank-width = <2>; |
| 22 | device-width = <2>; |
| 23 | #address-cells = <1>; |
| 24 | #size-cells = <1>; |
| 25 | |
| 26 | partition@0 { |
| 27 | label = "uboot"; |
| 28 | reg = <0x0 0x30000>; |
| 29 | read-only; |
| 30 | }; |
| 31 | partition@30000 { |
| 32 | label = "uboot-env"; |
| 33 | reg = <0x30000 0x10000>; |
| 34 | read-only; |
| 35 | }; |
| 36 | partition@40000 { |
| 37 | label = "calibration"; |
| 38 | reg = <0x40000 0x10000>; |
| 39 | read-only; |
| 40 | }; |
| 41 | partition@50000 { |
| 42 | label = "linux"; |
| 43 | reg = <0x50000 0x7b0000>; |
| 44 | }; |
| 45 | }; |
Matthijs Kooijman | 2792d42 | 2013-05-09 06:32:09 +0000 | [diff] [blame] | 46 | |
| 47 | usb@101c0000 { |
| 48 | status = "ok"; |
| 49 | }; |
John Crispin | 5644da4 | 2013-01-22 20:19:33 +0100 | [diff] [blame] | 50 | }; |