Jamie Lentin | 9007d10 | 2012-04-18 11:06:40 +0100 | [diff] [blame] | 1 | /dts-v1/; |
| 2 | |
| 3 | /include/ "kirkwood.dtsi" |
| 4 | |
| 5 | / { |
| 6 | model = "D-Link DNS-325 NAS (Rev A1)"; |
Andrew Lunn | 7784350 | 2012-07-18 19:22:54 +0200 | [diff] [blame^] | 7 | compatible = "dlink,dns-325-a1", "dlink,dns-325", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood"; |
Jamie Lentin | 9007d10 | 2012-04-18 11:06:40 +0100 | [diff] [blame] | 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 | }; |
Jamie Lentin | ee24876 | 2012-04-18 11:06:43 +0100 | [diff] [blame] | 23 | |
| 24 | nand@3000000 { |
| 25 | status = "okay"; |
| 26 | |
| 27 | partition@0 { |
| 28 | label = "u-boot"; |
| 29 | reg = <0x0000000 0x100000>; |
| 30 | read-only; |
| 31 | }; |
| 32 | |
| 33 | partition@100000 { |
| 34 | label = "uImage"; |
| 35 | reg = <0x0100000 0x500000>; |
| 36 | }; |
| 37 | |
| 38 | partition@600000 { |
| 39 | label = "ramdisk"; |
| 40 | reg = <0x0600000 0x500000>; |
| 41 | }; |
| 42 | |
| 43 | partition@b00000 { |
| 44 | label = "image"; |
| 45 | reg = <0x0b00000 0x6600000>; |
| 46 | }; |
| 47 | |
| 48 | partition@7100000 { |
| 49 | label = "mini firmware"; |
| 50 | reg = <0x7100000 0xa00000>; |
| 51 | }; |
| 52 | |
| 53 | partition@7b00000 { |
| 54 | label = "config"; |
| 55 | reg = <0x7b00000 0x500000>; |
| 56 | }; |
| 57 | }; |
Jamie Lentin | 9007d10 | 2012-04-18 11:06:40 +0100 | [diff] [blame] | 58 | }; |
| 59 | }; |