summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-08-26 17:34:13 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-10-11 01:11:31 +0200
commitbabf9960f16f28555189f5be74e1a1f0564bd09e (patch)
tree0ed3c9a33e08bd7ea48a8058104bbe5e82234725
parentad79c97c11a5d65475f8fe5e34fcd2086a63629e (diff)
ARM: tegra: Add GIC for Tegra30
Add a device tree node for the GIC found on Tegra30. U-Boot doesn't use it directly but subsequent patches will add device tree nodes that reference it by phandle. Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r--arch/arm/dts/tegra30.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/dts/tegra30.dtsi b/arch/arm/dts/tegra30.dtsi
index fb92a0fef9..1db334adf7 100644
--- a/arch/arm/dts/tegra30.dtsi
+++ b/arch/arm/dts/tegra30.dtsi
@@ -6,6 +6,15 @@
/ {
compatible = "nvidia,tegra30";
+ interrupt-parent = <&intc>;
+
+ intc: interrupt-controller@50041000 {
+ compatible = "arm,cortex-a9-gic";
+ reg = <0x50041000 0x1000
+ 0x50040100 0x0100>;
+ interrupt-controller;
+ #interrupt-cells = <3>;
+ };
tegra_car: clock {
compatible = "nvidia,tegra30-car";