Simon Baatz | f552036 | 2012-04-30 23:55:17 +0200 | [diff] [blame] | 1 | /dts-v1/; |
| 2 | |
| 3 | /include/ "kirkwood.dtsi" |
| 4 | |
| 5 | / { |
| 6 | model = "RaidSonic ICY BOX IB-NAS62x0 (Rev B)"; |
| 7 | compatible = "raidsonic,ib-nas6210-b", "raidsonic,ib-nas6220-b", "raidsonic,ib-nas6210", "raidsonic,ib-nas6220", "raidsonic,ib-nas62x0", "mrvl,kirkwood-88f6281", "mrvl,kirkwood"; |
| 8 | |
| 9 | memory { |
| 10 | device_type = "memory"; |
| 11 | reg = <0x00000000 0x10000000>; |
| 12 | }; |
| 13 | |
| 14 | chosen { |
| 15 | bootargs = "console=ttyS0,115200n8 earlyprintk"; |
| 16 | }; |
| 17 | |
| 18 | ocp@f1000000 { |
| 19 | serial@12000 { |
| 20 | clock-frequency = <200000000>; |
| 21 | status = "okay"; |
| 22 | }; |
| 23 | |
| 24 | nand@3000000 { |
| 25 | status = "okay"; |
| 26 | |
| 27 | partition@0 { |
| 28 | label = "u-boot"; |
| 29 | reg = <0x0000000 0x100000>; |
| 30 | }; |
| 31 | |
| 32 | partition@100000 { |
| 33 | label = "uImage"; |
| 34 | reg = <0x0100000 0x600000>; |
| 35 | }; |
| 36 | |
| 37 | partition@700000 { |
| 38 | label = "root"; |
| 39 | reg = <0x0700000 0xf900000>; |
| 40 | }; |
| 41 | |
| 42 | }; |
| 43 | }; |
| 44 | }; |