diff options
Diffstat (limited to 'arch/arm/boot/dts/tegra30.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra30.dtsi | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi index db4810df142c..60e205a0f63d 100644 --- a/arch/arm/boot/dts/tegra30.dtsi +++ b/arch/arm/boot/dts/tegra30.dtsi | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | / { | 9 | / { |
10 | compatible = "nvidia,tegra30"; | 10 | compatible = "nvidia,tegra30"; |
11 | interrupt-parent = <&intc>; | 11 | interrupt-parent = <&lic>; |
12 | 12 | ||
13 | pcie-controller@00003000 { | 13 | pcie-controller@00003000 { |
14 | compatible = "nvidia,tegra30-pcie"; | 14 | compatible = "nvidia,tegra30-pcie"; |
@@ -228,6 +228,7 @@ | |||
228 | timer@50040600 { | 228 | timer@50040600 { |
229 | compatible = "arm,cortex-a9-twd-timer"; | 229 | compatible = "arm,cortex-a9-twd-timer"; |
230 | reg = <0x50040600 0x20>; | 230 | reg = <0x50040600 0x20>; |
231 | interrupt-parent = <&intc>; | ||
231 | interrupts = <GIC_PPI 13 | 232 | interrupts = <GIC_PPI 13 |
232 | (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>; | 233 | (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>; |
233 | clocks = <&tegra_car TEGRA30_CLK_TWD>; | 234 | clocks = <&tegra_car TEGRA30_CLK_TWD>; |
@@ -239,6 +240,7 @@ | |||
239 | 0x50040100 0x0100>; | 240 | 0x50040100 0x0100>; |
240 | interrupt-controller; | 241 | interrupt-controller; |
241 | #interrupt-cells = <3>; | 242 | #interrupt-cells = <3>; |
243 | interrupt-parent = <&intc>; | ||
242 | }; | 244 | }; |
243 | 245 | ||
244 | cache-controller@50043000 { | 246 | cache-controller@50043000 { |
@@ -250,6 +252,18 @@ | |||
250 | cache-level = <2>; | 252 | cache-level = <2>; |
251 | }; | 253 | }; |
252 | 254 | ||
255 | lic: interrupt-controller@60004000 { | ||
256 | compatible = "nvidia,tegra30-ictlr"; | ||
257 | reg = <0x60004000 0x100>, | ||
258 | <0x60004100 0x50>, | ||
259 | <0x60004200 0x50>, | ||
260 | <0x60004300 0x50>, | ||
261 | <0x60004400 0x50>; | ||
262 | interrupt-controller; | ||
263 | #interrupt-cells = <3>; | ||
264 | interrupt-parent = <&intc>; | ||
265 | }; | ||
266 | |||
253 | timer@60005000 { | 267 | timer@60005000 { |
254 | compatible = "nvidia,tegra30-timer", "nvidia,tegra20-timer"; | 268 | compatible = "nvidia,tegra30-timer", "nvidia,tegra20-timer"; |
255 | reg = <0x60005000 0x400>; | 269 | reg = <0x60005000 0x400>; |