ARM: kirkwood: Add support second I2C bus and RTC on OpenBlocks A6
[linux-2.6-block.git] / arch / arm / boot / dts / kirkwood-openblocks_a6.dts
CommitLineData
f17073a3
NI
1/dts-v1/;
2
3/include/ "kirkwood.dtsi"
1fd7b4dd 4/include/ "kirkwood-6282.dtsi"
f17073a3
NI
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
35 sata@80000 {
36 nr-ports = <1>;
37 status = "okay";
38 };
1fd7b4dd
NI
39
40 i2c@11100 {
41 status = "okay";
42
43 s35390a: s35390a@30 {
44 compatible = "s35390a";
45 reg = <0x30>;
46 };
47 };
f17073a3
NI
48 };
49};