Merge branch 'nohz/printk-v8' into irq/core
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / kirkwood-openblocks_a6.dts
1 /dts-v1/;
2
3 /include/ "kirkwood.dtsi"
4 /include/ "kirkwood-6282.dtsi"
5
6 / {
7         model = "Plat'Home OpenBlocksA6";
8         compatible = "plathome,openblocks-a6", "marvell,kirkwood-88f6283", "marvell,kirkwood";
9
10         memory {
11                 device_type = "memory";
12                 reg = <0x00000000 0x20000000>;
13         };
14
15         chosen {
16                 bootargs = "console=ttyS0,115200n8 earlyprintk";
17         };
18
19         ocp@f1000000 {
20                 serial@12000 {
21                         clock-frequency = <200000000>;
22                         status = "ok";
23                 };
24
25                 serial@12100 {
26                         clock-frequency = <200000000>;
27                         status = "ok";
28                 };
29
30                 nand@3000000 {
31                         chip-delay = <25>;
32                         status = "okay";
33
34                         partition@0 {
35                                 label = "uboot";
36                                 reg = <0x0 0x90000>;
37                         };
38
39                         partition@90000 {
40                                 label = "env";
41                                 reg = <0x90000 0x44000>;
42                         };
43
44                         partition@d4000 {
45                                 label = "test";
46                                 reg = <0xd4000 0x24000>;
47                         };
48
49                         partition@f4000 {
50                                 label = "conf";
51                                 reg = <0xf4000 0x400000>;
52                         };
53
54                         partition@4f4000 {
55                                 label = "linux";
56                                 reg = <0x4f4000 0x1d20000>;
57                         };
58
59                         partition@2214000 {
60                                 label = "user";
61                                 reg = <0x2214000 0x1dec000>;
62                         };
63                 };
64
65                 sata@80000 {
66                         nr-ports = <1>;
67                         status = "okay";
68                 };
69
70                 i2c@11100 {
71                         status = "okay";
72
73                         s35390a: s35390a@30 {
74                                 compatible = "s35390a";
75                                 reg = <0x30>;
76                         };
77                 };
78         };
79
80         gpio-leds {
81                 compatible = "gpio-leds";
82
83                 led-red {
84                         label = "obsa6:red:stat";
85                         gpios = <&gpio1 9 1>;
86                 };
87
88                 led-green {
89                         label = "obsa6:green:stat";
90                         gpios = <&gpio1 10 1>;
91                 };
92
93                 led-yellow {
94                         label = "obsa6:yellow:stat";
95                         gpios = <&gpio1 11 1>;
96                 };
97         };
98 };