Browse Source

ARM: dts: Add virtual GIC DT bindings for exynos5440

Exynos5440 has GIC which has virtualization support
in them. These are used by KVM.

Signed-off-by: Giridhar Maruthy <giridhar.m@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Giridhar Maruthy 12 years ago
parent
commit
3279dd3675
1 changed files with 5 additions and 1 deletions
  1. 5 1
      arch/arm/boot/dts/exynos5440.dtsi

+ 5 - 1
arch/arm/boot/dts/exynos5440.dtsi

@@ -26,7 +26,11 @@
 		compatible = "arm,cortex-a15-gic";
 		#interrupt-cells = <3>;
 		interrupt-controller;
-		reg = <0x2E1000 0x1000>, <0x2E2000 0x1000>;
+		reg =	<0x2E1000 0x1000>,
+			<0x2E2000 0x1000>,
+			<0x2E4000 0x2000>,
+			<0x2E6000 0x2000>;
+		interrupts = <1 9 0xf04>;
 	};
 
 	cpus {