aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/kirkwood.dtsi
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-12-14 17:54:26 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2012-12-14 17:54:26 -0500
commitc2714334b944abbeaaadda8cddde619eff0292a1 (patch)
treeb45be97a313f58aa62933040230d51aa3a8592b4 /arch/arm/boot/dts/kirkwood.dtsi
parent0beb58783f2168354e2b5297af45fc7db70adf12 (diff)
parent5e5d8999a316d596f2012fe1cf4c59e0de693dab (diff)
Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC updates for Marvell mvebu/kirkwood from Olof Johansson: "This is a branch with updates for Marvell's mvebu/kirkwood platforms. They came in late-ish, and were heavily interdependent such that it didn't make sense to split them up across the cross-platform topic branches. So here they are (for the second release in a row) in a branch on their own." * tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (88 commits) arm: l2x0: add aurora related properties to OF binding arm: mvebu: add Aurora L2 Cache Controller to the DT arm: mvebu: add L2 cache support dma: mv_xor: fix error handling path dma: mv_xor: fix error checking of irq_of_parse_and_map() dma: mv_xor: use request_irq() instead of devm_request_irq() dma: mv_xor: clear the window override control registers arm: mvebu: fix address decoding armada_cfg_base() function ARM: mvebu: update defconfig with I2C and RTC support ARM: mvebu: Add SATA support for OpenBlocks AX3-4 ARM: mvebu: Add support for the RTC in OpenBlocks AX3-4 ARM: mvebu: Add support for I2C on OpenBlocks AX3-4 ARM: mvebu: Add support for I2C controllers in Armada 370/XP arm: mvebu: Add hardware I/O Coherency support arm: plat-orion: Add coherency attribute when setup mbus target arm: dma mapping: Export a dma ops function arm_dma_set_mask arm: mvebu: Add SMP support for Armada XP arm: mm: Add support for PJ4B cpu and init routines arm: mvebu: Add IPI support via doorbells arm: mvebu: Add initial support for power managmement service unit ...
Diffstat (limited to 'arch/arm/boot/dts/kirkwood.dtsi')
-rw-r--r--arch/arm/boot/dts/kirkwood.dtsi62
1 files changed, 62 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood.dtsi b/arch/arm/boot/dts/kirkwood.dtsi
index a990c30f0a26..7735cee4a9c6 100644
--- a/arch/arm/boot/dts/kirkwood.dtsi
+++ b/arch/arm/boot/dts/kirkwood.dtsi
@@ -23,6 +23,12 @@
23 #address-cells = <1>; 23 #address-cells = <1>;
24 #size-cells = <1>; 24 #size-cells = <1>;
25 25
26 core_clk: core-clocks@10030 {
27 compatible = "marvell,kirkwood-core-clock";
28 reg = <0x10030 0x4>;
29 #clock-cells = <1>;
30 };
31
26 gpio0: gpio@10100 { 32 gpio0: gpio@10100 {
27 compatible = "marvell,orion-gpio"; 33 compatible = "marvell,orion-gpio";
28 #gpio-cells = <2>; 34 #gpio-cells = <2>;
@@ -48,6 +54,7 @@
48 reg = <0x12000 0x100>; 54 reg = <0x12000 0x100>;
49 reg-shift = <2>; 55 reg-shift = <2>;
50 interrupts = <33>; 56 interrupts = <33>;
57 clocks = <&gate_clk 7>;
51 /* set clock-frequency in board dts */ 58 /* set clock-frequency in board dts */
52 status = "disabled"; 59 status = "disabled";
53 }; 60 };
@@ -57,6 +64,7 @@
57 reg = <0x12100 0x100>; 64 reg = <0x12100 0x100>;
58 reg-shift = <2>; 65 reg-shift = <2>;
59 interrupts = <34>; 66 interrupts = <34>;
67 clocks = <&gate_clk 7>;
60 /* set clock-frequency in board dts */ 68 /* set clock-frequency in board dts */
61 status = "disabled"; 69 status = "disabled";
62 }; 70 };
@@ -74,13 +82,62 @@
74 cell-index = <0>; 82 cell-index = <0>;
75 interrupts = <23>; 83 interrupts = <23>;
76 reg = <0x10600 0x28>; 84 reg = <0x10600 0x28>;
85 clocks = <&gate_clk 7>;
77 status = "disabled"; 86 status = "disabled";
78 }; 87 };
79 88
89 gate_clk: clock-gating-control@2011c {
90 compatible = "marvell,kirkwood-gating-clock";
91 reg = <0x2011c 0x4>;
92 clocks = <&core_clk 0>;
93 #clock-cells = <1>;
94 };
95
80 wdt@20300 { 96 wdt@20300 {
81 compatible = "marvell,orion-wdt"; 97 compatible = "marvell,orion-wdt";
82 reg = <0x20300 0x28>; 98 reg = <0x20300 0x28>;
99 clocks = <&gate_clk 7>;
100 status = "okay";
101 };
102
103 xor@60800 {
104 compatible = "marvell,orion-xor";
105 reg = <0x60800 0x100
106 0x60A00 0x100>;
107 status = "okay";
108 clocks = <&gate_clk 8>;
109
110 xor00 {
111 interrupts = <5>;
112 dmacap,memcpy;
113 dmacap,xor;
114 };
115 xor01 {
116 interrupts = <6>;
117 dmacap,memcpy;
118 dmacap,xor;
119 dmacap,memset;
120 };
121 };
122
123 xor@60900 {
124 compatible = "marvell,orion-xor";
125 reg = <0x60900 0x100
126 0xd0B00 0x100>;
83 status = "okay"; 127 status = "okay";
128 clocks = <&gate_clk 16>;
129
130 xor00 {
131 interrupts = <7>;
132 dmacap,memcpy;
133 dmacap,xor;
134 };
135 xor01 {
136 interrupts = <8>;
137 dmacap,memcpy;
138 dmacap,xor;
139 dmacap,memset;
140 };
84 }; 141 };
85 142
86 ehci@50000 { 143 ehci@50000 {
@@ -94,6 +151,8 @@
94 compatible = "marvell,orion-sata"; 151 compatible = "marvell,orion-sata";
95 reg = <0x80000 0x5000>; 152 reg = <0x80000 0x5000>;
96 interrupts = <21>; 153 interrupts = <21>;
154 clocks = <&gate_clk 14>, <&gate_clk 15>;
155 clock-names = "0", "1";
97 status = "disabled"; 156 status = "disabled";
98 }; 157 };
99 158
@@ -107,6 +166,7 @@
107 reg = <0x3000000 0x400>; 166 reg = <0x3000000 0x400>;
108 chip-delay = <25>; 167 chip-delay = <25>;
109 /* set partition map and/or chip-delay in board dts */ 168 /* set partition map and/or chip-delay in board dts */
169 clocks = <&gate_clk 7>;
110 status = "disabled"; 170 status = "disabled";
111 }; 171 };
112 172
@@ -117,6 +177,7 @@
117 #size-cells = <0>; 177 #size-cells = <0>;
118 interrupts = <29>; 178 interrupts = <29>;
119 clock-frequency = <100000>; 179 clock-frequency = <100000>;
180 clocks = <&gate_clk 7>;
120 status = "disabled"; 181 status = "disabled";
121 }; 182 };
122 183
@@ -126,6 +187,7 @@
126 <0xf5000000 0x800>; 187 <0xf5000000 0x800>;
127 reg-names = "regs", "sram"; 188 reg-names = "regs", "sram";
128 interrupts = <22>; 189 interrupts = <22>;
190 clocks = <&gate_clk 17>;
129 status = "okay"; 191 status = "okay";
130 }; 192 };
131 }; 193 };