Commit 1b813f3c authored by Youlin Pei's avatar Youlin Pei Committed by Matthias Brugger

ARM: dts: mt2701: Add mtk-cirq node for mt2701

This commit add mtk-cirq node to mt2701 dtsi.
Signed-off-by: default avatarYoulin Pei <youlin.pei@mediatek.com>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent d4c794f3
......@@ -22,7 +22,7 @@
/ {
compatible = "mediatek,mt2701";
interrupt-parent = <&sysirq>;
interrupt-parent = <&cirq>;
cpus {
#address-cells = <1>;
......@@ -210,6 +210,16 @@ sysirq: interrupt-controller@10200100 {
reg = <0 0x10200100 0 0x1c>;
};
cirq: interrupt-controller@10204000 {
compatible = "mediatek,mt2701-cirq",
"mediatek,mtk-cirq";
interrupt-controller;
#interrupt-cells = <3>;
interrupt-parent = <&sysirq>;
reg = <0 0x10204000 0 0x400>;
mediatek,ext-irq-range = <32 200>;
};
iommu: mmsys_iommu@10205000 {
compatible = "mediatek,mt2701-m4u";
reg = <0 0x10205000 0 0x1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment