|
@@ -24,6 +24,27 @@
|
|
|
reg = <0>;
|
|
|
clock-frequency = <1300000000>;
|
|
|
};
|
|
|
+
|
|
|
+ cpu1: cpu@1 {
|
|
|
+ device_type = "cpu";
|
|
|
+ compatible = "arm,cortex-a15";
|
|
|
+ reg = <1>;
|
|
|
+ clock-frequency = <1300000000>;
|
|
|
+ };
|
|
|
+
|
|
|
+ cpu2: cpu@2 {
|
|
|
+ device_type = "cpu";
|
|
|
+ compatible = "arm,cortex-a15";
|
|
|
+ reg = <2>;
|
|
|
+ clock-frequency = <1300000000>;
|
|
|
+ };
|
|
|
+
|
|
|
+ cpu3: cpu@3 {
|
|
|
+ device_type = "cpu";
|
|
|
+ compatible = "arm,cortex-a15";
|
|
|
+ reg = <3>;
|
|
|
+ clock-frequency = <1300000000>;
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
gic: interrupt-controller@f1001000 {
|