|
@@ -22,6 +22,35 @@
|
|
|
/ {
|
|
|
compatible = "samsung,exynos4412", "samsung,exynos4";
|
|
|
|
|
|
+ cpus {
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <0>;
|
|
|
+
|
|
|
+ cpu@A00 {
|
|
|
+ device_type = "cpu";
|
|
|
+ compatible = "arm,cortex-a9";
|
|
|
+ reg = <0xA00>;
|
|
|
+ };
|
|
|
+
|
|
|
+ cpu@A01 {
|
|
|
+ device_type = "cpu";
|
|
|
+ compatible = "arm,cortex-a9";
|
|
|
+ reg = <0xA01>;
|
|
|
+ };
|
|
|
+
|
|
|
+ cpu@A02 {
|
|
|
+ device_type = "cpu";
|
|
|
+ compatible = "arm,cortex-a9";
|
|
|
+ reg = <0xA02>;
|
|
|
+ };
|
|
|
+
|
|
|
+ cpu@A03 {
|
|
|
+ device_type = "cpu";
|
|
|
+ compatible = "arm,cortex-a9";
|
|
|
+ reg = <0xA03>;
|
|
|
+ };
|
|
|
+ };
|
|
|
+
|
|
|
combiner: interrupt-controller@10440000 {
|
|
|
samsung,combiner-nr = <20>;
|
|
|
};
|