John Crispin | 5644da4 | 2013-01-22 20:19:33 +0100 | [diff] [blame] | 1 | /dts-v1/; |
| 2 | |
| 3 | /include/ "rt3050.dtsi" |
| 4 | |
| 5 | / { |
| 6 | #address-cells = <1>; |
| 7 | #size-cells = <1>; |
| 8 | compatible = "ralink,rt3052-eval-board", "ralink,rt3052-soc"; |
| 9 | model = "Ralink RT3052 evaluation board"; |
| 10 | |
| 11 | memory@0 { |
| 12 | reg = <0x0 0x2000000>; |
| 13 | }; |
| 14 | |
| 15 | palmbus@10000000 { |
| 16 | sysc@0 { |
| 17 | ralink,pinmmux = "uartlite", "spi"; |
| 18 | ralink,uartmux = "gpio"; |
| 19 | ralink,wdtmux = <0>; |
| 20 | }; |
| 21 | }; |
| 22 | |
| 23 | cfi@1f000000 { |
| 24 | compatible = "cfi-flash"; |
| 25 | reg = <0x1f000000 0x800000>; |
| 26 | |
| 27 | bank-width = <2>; |
| 28 | device-width = <2>; |
| 29 | #address-cells = <1>; |
| 30 | #size-cells = <1>; |
| 31 | |
| 32 | partition@0 { |
| 33 | label = "uboot"; |
| 34 | reg = <0x0 0x30000>; |
| 35 | read-only; |
| 36 | }; |
| 37 | partition@30000 { |
| 38 | label = "uboot-env"; |
| 39 | reg = <0x30000 0x10000>; |
| 40 | read-only; |
| 41 | }; |
| 42 | partition@40000 { |
| 43 | label = "calibration"; |
| 44 | reg = <0x40000 0x10000>; |
| 45 | read-only; |
| 46 | }; |
| 47 | partition@50000 { |
| 48 | label = "linux"; |
| 49 | reg = <0x50000 0x7b0000>; |
| 50 | }; |
| 51 | }; |
| 52 | }; |