blob: cbaa7b6eb5daf63f3f6a69befd3c1239c5921026 [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";
Andrew Lunn278b45b2012-06-27 13:40:04 +02005 interrupt-parent = <&intc>;
6
7 intc: interrupt-controller {
8 compatible = "marvell,orion-intc", "marvell,intc";
9 interrupt-controller;
10 #interrupt-cells = <1>;
11 reg = <0xf1020204 0x04>,
12 <0xf1020214 0x04>;
13 };
Jason Cooper3d468b62012-02-27 16:07:13 +000014
Jason Cooper163f2ce2012-03-15 01:00:27 +000015 ocp@f1000000 {
16 compatible = "simple-bus";
Jamie Lentin858156b2012-04-18 11:06:42 +010017 ranges = <0 0xf1000000 0x4000000>;
Jason Cooper163f2ce2012-03-15 01:00:27 +000018 #address-cells = <1>;
19 #size-cells = <1>;
20
Andrew Lunn278b45b2012-06-27 13:40:04 +020021 gpio0: gpio@10100 {
22 compatible = "marvell,orion-gpio";
23 #gpio-cells = <2>;
24 gpio-controller;
25 reg = <0x10100 0x40>;
26 ngpio = <32>;
27 interrupts = <35>, <36>, <37>, <38>;
28 };
29
30 gpio1: gpio@10140 {
31 compatible = "marvell,orion-gpio";
32 #gpio-cells = <2>;
33 gpio-controller;
34 reg = <0x10140 0x40>;
35 ngpio = <18>;
36 interrupts = <39>, <40>, <41>;
37 };
38
Jason Cooper163f2ce2012-03-15 01:00:27 +000039 serial@12000 {
40 compatible = "ns16550a";
41 reg = <0x12000 0x100>;
42 reg-shift = <2>;
43 interrupts = <33>;
44 /* set clock-frequency in board dts */
45 status = "disabled";
46 };
47
48 serial@12100 {
49 compatible = "ns16550a";
50 reg = <0x12100 0x100>;
51 reg-shift = <2>;
52 interrupts = <34>;
53 /* set clock-frequency in board dts */
54 status = "disabled";
55 };
Jason Coopere871b872012-03-06 23:55:04 +000056
57 rtc@10300 {
Andrew Lunn77843502012-07-18 19:22:54 +020058 compatible = "marvell,kirkwood-rtc", "marvell,orion-rtc";
Jason Coopere871b872012-03-06 23:55:04 +000059 reg = <0x10300 0x20>;
60 interrupts = <53>;
61 };
Jamie Lentin858156b2012-04-18 11:06:42 +010062
63 nand@3000000 {
64 #address-cells = <1>;
65 #size-cells = <1>;
66 cle = <0>;
67 ale = <1>;
68 bank-width = <1>;
Andrew Lunn77843502012-07-18 19:22:54 +020069 compatible = "marvell,orion-nand";
Jamie Lentin858156b2012-04-18 11:06:42 +010070 reg = <0x3000000 0x400>;
71 chip-delay = <25>;
72 /* set partition map and/or chip-delay in board dts */
73 status = "disabled";
74 };
Jason Cooper163f2ce2012-03-15 01:00:27 +000075 };
76};