diff options
Diffstat (limited to 'arch/arm/boot/dts/spear600.dtsi')
-rw-r--r-- | arch/arm/boot/dts/spear600.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/spear600.dtsi b/arch/arm/boot/dts/spear600.dtsi index a3c36e47d7ef..e051dde5181f 100644 --- a/arch/arm/boot/dts/spear600.dtsi +++ b/arch/arm/boot/dts/spear600.dtsi | |||
@@ -45,6 +45,14 @@ | |||
45 | #interrupt-cells = <1>; | 45 | #interrupt-cells = <1>; |
46 | }; | 46 | }; |
47 | 47 | ||
48 | clcd@fc200000 { | ||
49 | compatible = "arm,pl110", "arm,primecell"; | ||
50 | reg = <0xfc200000 0x1000>; | ||
51 | interrupt-parent = <&vic1>; | ||
52 | interrupts = <12>; | ||
53 | status = "disabled"; | ||
54 | }; | ||
55 | |||
48 | dma@fc400000 { | 56 | dma@fc400000 { |
49 | compatible = "arm,pl080", "arm,primecell"; | 57 | compatible = "arm,pl080", "arm,primecell"; |
50 | reg = <0xfc400000 0x1000>; | 58 | reg = <0xfc400000 0x1000>; |
@@ -59,6 +67,7 @@ | |||
59 | interrupt-parent = <&vic1>; | 67 | interrupt-parent = <&vic1>; |
60 | interrupts = <24 23>; | 68 | interrupts = <24 23>; |
61 | interrupt-names = "macirq", "eth_wake_irq"; | 69 | interrupt-names = "macirq", "eth_wake_irq"; |
70 | phy-mode = "gmii"; | ||
62 | status = "disabled"; | 71 | status = "disabled"; |
63 | }; | 72 | }; |
64 | 73 | ||
@@ -178,6 +187,13 @@ | |||
178 | status = "disabled"; | 187 | status = "disabled"; |
179 | }; | 188 | }; |
180 | 189 | ||
190 | rtc@fc900000 { | ||
191 | compatible = "st,spear600-rtc"; | ||
192 | reg = <0xfc900000 0x1000>; | ||
193 | interrupts = <10>; | ||
194 | status = "disabled"; | ||
195 | }; | ||
196 | |||
181 | timer@f0000000 { | 197 | timer@f0000000 { |
182 | compatible = "st,spear-timer"; | 198 | compatible = "st,spear-timer"; |
183 | reg = <0xf0000000 0x400>; | 199 | reg = <0xf0000000 0x400>; |