cpu0: cpu@0 {
device_type = "cpu";
- compatible = "arm,cortex-a53";
+ compatible = "arm,cortex-a53", "arm,armv8";
reg = <0 0>;
enable-method = "psci";
};
cpu1: cpu@1 {
device_type = "cpu";
- compatible = "arm,cortex-a53";
+ compatible = "arm,cortex-a53", "arm,armv8";
reg = <0 1>;
enable-method = "psci";
};
cpu2: cpu@2 {
device_type = "cpu";
- compatible = "arm,cortex-a53";
+ compatible = "arm,cortex-a53", "arm,armv8";
reg = <0 2>;
enable-method = "psci";
};
cpu3: cpu@3 {
device_type = "cpu";
- compatible = "arm,cortex-a53";
+ compatible = "arm,cortex-a53", "arm,armv8";
reg = <0 3>;
enable-method = "psci";
};