blob: f95dbc190ab623c0c0decd5899336841afa9f6b8 [file] [log] [blame]
Jason Cooper3d468b62012-02-27 16:07:13 +00001/include/ "skeleton.dtsi"
2
3/ {
Andrew Lunn77843502012-07-18 19:22:54 +02004 compatible = "marvell,kirkwood";
Jason Cooper3d468b62012-02-27 16:07:13 +00005
Jason Cooper163f2ce2012-03-15 01:00:27 +00006 ocp@f1000000 {
7 compatible = "simple-bus";
Jamie Lentin858156b2012-04-18 11:06:42 +01008 ranges = <0 0xf1000000 0x4000000>;
Jason Cooper163f2ce2012-03-15 01:00:27 +00009 #address-cells = <1>;
10 #size-cells = <1>;
11
12 serial@12000 {
13 compatible = "ns16550a";
14 reg = <0x12000 0x100>;
15 reg-shift = <2>;
16 interrupts = <33>;
17 /* set clock-frequency in board dts */
18 status = "disabled";
19 };
20
21 serial@12100 {
22 compatible = "ns16550a";
23 reg = <0x12100 0x100>;
24 reg-shift = <2>;
25 interrupts = <34>;
26 /* set clock-frequency in board dts */
27 status = "disabled";
28 };
Jason Coopere871b872012-03-06 23:55:04 +000029
30 rtc@10300 {
Andrew Lunn77843502012-07-18 19:22:54 +020031 compatible = "marvell,kirkwood-rtc", "marvell,orion-rtc";
Jason Coopere871b872012-03-06 23:55:04 +000032 reg = <0x10300 0x20>;
33 interrupts = <53>;
34 };
Jamie Lentin858156b2012-04-18 11:06:42 +010035
36 nand@3000000 {
37 #address-cells = <1>;
38 #size-cells = <1>;
39 cle = <0>;
40 ale = <1>;
41 bank-width = <1>;
Andrew Lunn77843502012-07-18 19:22:54 +020042 compatible = "marvell,orion-nand";
Jamie Lentin858156b2012-04-18 11:06:42 +010043 reg = <0x3000000 0x400>;
44 chip-delay = <25>;
45 /* set partition map and/or chip-delay in board dts */
46 status = "disabled";
47 };
Jason Cooper163f2ce2012-03-15 01:00:27 +000048 };
49};