blob: c98c7ea40bf3335f1ee9057e1a7643c5e38b12b7 [file] [log] [blame]
/*
* Copyright (c) 2023 Enphase Energy
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <arm64/ti/ti_am62x_a53.dtsi>
/ {
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@1 {
device_type = "cpu";
compatible = "arm,cortex-a53";
reg = <1>;
};
cpu@2 {
device_type = "cpu";
compatible = "arm,cortex-a53";
reg = <2>;
};
cpu@3 {
device_type = "cpu";
compatible = "arm,cortex-a53";
reg = <3>;
};
};
};