Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / kirkwood-dnskw.dtsi
1 /include/ "kirkwood.dtsi"
2
3 / {
4         model = "D-Link DNS NASes (kirkwood-based)";
5         compatible = "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
6
7         gpio_keys {
8                 compatible = "gpio-keys";
9                 #address-cells = <1>;
10                 #size-cells = <0>;
11                 button@1 {
12                         label = "Power button";
13                         linux,code = <116>;
14                         gpios = <&gpio1 2 1>;
15                 };
16                 button@2 {
17                         label = "USB unmount button";
18                         linux,code = <161>;
19                         gpios = <&gpio1 15 1>;
20                 };
21                 button@3 {
22                         label = "Reset button";
23                         linux,code = <0x198>;
24                         gpios = <&gpio1 16 1>;
25                 };
26         };
27
28         ocp@f1000000 {
29                 sata@80000 {
30                         status = "okay";
31                         nr-ports = <2>;
32                 };
33
34                 nand@3000000 {
35                         status = "okay";
36
37                         partition@0 {
38                                 label = "u-boot";
39                                 reg = <0x0000000 0x100000>;
40                                 read-only;
41                         };
42
43                         partition@100000 {
44                                 label = "uImage";
45                                 reg = <0x0100000 0x500000>;
46                         };
47
48                         partition@600000 {
49                                 label = "ramdisk";
50                                 reg = <0x0600000 0x500000>;
51                         };
52
53                         partition@b00000 {
54                                 label = "image";
55                                 reg = <0x0b00000 0x6600000>;
56                         };
57
58                         partition@7100000 {
59                                 label = "mini firmware";
60                                 reg = <0x7100000 0xa00000>;
61                         };
62
63                         partition@7b00000 {
64                                 label = "config";
65                                 reg = <0x7b00000 0x500000>;
66                         };
67                 };
68         };
69 };