|
@@ -26,21 +26,25 @@
|
|
device_type = "cpu";
|
|
device_type = "cpu";
|
|
compatible = "arm,cortex-a9";
|
|
compatible = "arm,cortex-a9";
|
|
reg = <0>;
|
|
reg = <0>;
|
|
|
|
+ clock-frequency = <1000000000>;
|
|
};
|
|
};
|
|
cpu@1 {
|
|
cpu@1 {
|
|
device_type = "cpu";
|
|
device_type = "cpu";
|
|
compatible = "arm,cortex-a9";
|
|
compatible = "arm,cortex-a9";
|
|
reg = <1>;
|
|
reg = <1>;
|
|
|
|
+ clock-frequency = <1000000000>;
|
|
};
|
|
};
|
|
cpu@2 {
|
|
cpu@2 {
|
|
device_type = "cpu";
|
|
device_type = "cpu";
|
|
compatible = "arm,cortex-a9";
|
|
compatible = "arm,cortex-a9";
|
|
reg = <2>;
|
|
reg = <2>;
|
|
|
|
+ clock-frequency = <1000000000>;
|
|
};
|
|
};
|
|
cpu@3 {
|
|
cpu@3 {
|
|
device_type = "cpu";
|
|
device_type = "cpu";
|
|
compatible = "arm,cortex-a9";
|
|
compatible = "arm,cortex-a9";
|
|
reg = <3>;
|
|
reg = <3>;
|
|
|
|
+ clock-frequency = <1000000000>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|