summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2014-12-12 14:20:59 +0100
committerStefan Agner <stefan@agner.ch>2014-12-12 14:20:59 +0100
commit54b4e50d5874203ab0a336c32e111eadae48340c (patch)
tree585e9c9b55c2a475e51c7cc133467fb857249a22
parent468a53d361f09314b988699e80c390099e093f2e (diff)
ARM: dts: vf610: add Miscellaneous System Control Module (MSCM)
Add the Miscellaneous System Control Module (MSCM) to the base device tree for Vybrid SoCs. This module contains the peripheral interrupt router, which is handling the routing of the interrupts between the two cores.
-rw-r--r--arch/arm/boot/dts/vfxxx.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi
index 8d04d8add4a0..ecfe68036c23 100644
--- a/arch/arm/boot/dts/vfxxx.dtsi
+++ b/arch/arm/boot/dts/vfxxx.dtsi
@@ -76,6 +76,11 @@
#size-cells = <1>;
ranges;
+ mscm: mscm@40001000 {
+ compatible = "fsl,vf610-mscm";
+ reg = <0x40001000 0x1000>;
+ };
+
edma0: dma-controller@40018000 {
#dma-cells = <2>;
compatible = "fsl,vf610-edma";