Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / kirkwood-dockstar.dts
1 /dts-v1/;
2
3 /include/ "kirkwood.dtsi"
4
5 / {
6         model = "Seagate FreeAgent Dockstar";
7         compatible = "seagate,dockstar", "marvell,kirkwood-88f6281", "marvell,kirkwood";
8
9         memory {
10                 device_type = "memory";
11                 reg = <0x00000000 0x8000000>;
12         };
13
14         chosen {
15                 bootargs = "console=ttyS0,115200n8 earlyprintk root=/dev/sda1 rootdelay=10";
16         };
17
18         ocp@f1000000 {
19                 serial@12000 {
20                         clock-frequency = <200000000>;
21                         status = "ok";
22                 };
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 0x400000>;
36                         };
37
38                         partition@500000 {
39                                 label = "data";
40                                 reg = <0x0500000 0xfb00000>;
41                         };
42                 };
43         };
44         gpio-leds {
45                 compatible = "gpio-leds";
46
47                 health {
48                         label = "status:green:health";
49                         gpios = <&gpio1 14 1>;
50                         linux,default-trigger = "default-on";
51                 };
52                 fault {
53                         label = "status:orange:fault";
54                         gpios = <&gpio1 15 1>;
55                 };
56         };
57 };