|
@@ -69,6 +69,28 @@
|
|
|
<0 28 0>, <0 29 0>, <0 30 0>, <0 31 0>;
|
|
|
};
|
|
|
|
|
|
+ mct@101C0000 {
|
|
|
+ compatible = "samsung,exynos4210-mct";
|
|
|
+ reg = <0x101C0000 0x800>;
|
|
|
+ interrupt-controller;
|
|
|
+ #interrups-cells = <2>;
|
|
|
+ interrupt-parent = <&mct_map>;
|
|
|
+ interrupts = <0 0>, <1 0>, <2 0>, <3 0>,
|
|
|
+ <4 0>, <5 0>;
|
|
|
+
|
|
|
+ mct_map: mct-map {
|
|
|
+ #interrupt-cells = <2>;
|
|
|
+ #address-cells = <0>;
|
|
|
+ #size-cells = <0>;
|
|
|
+ interrupt-map = <0x0 0 &combiner 23 3>,
|
|
|
+ <0x1 0 &combiner 23 4>,
|
|
|
+ <0x2 0 &combiner 25 2>,
|
|
|
+ <0x3 0 &combiner 25 3>,
|
|
|
+ <0x4 0 &gic 0 120 0>,
|
|
|
+ <0x5 0 &gic 0 121 0>;
|
|
|
+ };
|
|
|
+ };
|
|
|
+
|
|
|
watchdog {
|
|
|
compatible = "samsung,s3c2410-wdt";
|
|
|
reg = <0x101D0000 0x100>;
|