|
@@ -28,13 +28,20 @@
|
|
};
|
|
};
|
|
|
|
|
|
cpus {
|
|
cpus {
|
|
|
|
+ #address-cells = <1>;
|
|
|
|
+ #size-cells = <0>;
|
|
|
|
+
|
|
cpu@0 {
|
|
cpu@0 {
|
|
compatible = "arm,cortex-a9";
|
|
compatible = "arm,cortex-a9";
|
|
|
|
+ device_type = "cpu";
|
|
next-level-cache = <&L2>;
|
|
next-level-cache = <&L2>;
|
|
|
|
+ reg = <0x0>;
|
|
};
|
|
};
|
|
cpu@1 {
|
|
cpu@1 {
|
|
compatible = "arm,cortex-a9";
|
|
compatible = "arm,cortex-a9";
|
|
|
|
+ device_type = "cpu";
|
|
next-level-cache = <&L2>;
|
|
next-level-cache = <&L2>;
|
|
|
|
+ reg = <0x1>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|