提交 849ff89b 编写于 作者: A Alexander Graf 提交者: Kukjin Kim

ARM: dts: Declare the gic as a15 compatible for exynos5250

The GIC in the exynos5250 SoC is A15 compliant. Show this through
the device tree, so that we can use the GIC for KVM.

Also add the respective A15 memory regions and interrupt links.
Signed-off-by: NAlexander Graf <agraf@suse.de>
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 2d2ff61d
......@@ -68,10 +68,14 @@
};
gic:interrupt-controller@10481000 {
compatible = "arm,cortex-a9-gic";
compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
#interrupt-cells = <3>;
interrupt-controller;
reg = <0x10481000 0x1000>, <0x10482000 0x2000>;
reg = <0x10481000 0x1000>,
<0x10482000 0x1000>,
<0x10484000 0x2000>,
<0x10486000 0x2000>;
interrupts = <1 9 0xf04>;
};
combiner:interrupt-controller@10440000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册