blob: 65962120169e3ecc4545cbe68f3439f70e747c5a [file]
/*
* Copyright (c) 2023 Enphase Energy
* Copyright (c) 2025 Ayush Singh, BeagleBoard.org Foundation
*
* 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>;
};
};
};