1/* 2 * Copyright (c) 2023 Enphase Energy 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include <arm64/ti/ti_am62x_a53.dtsi> 8 9/ { 10 cpus { 11 #address-cells = <1>; 12 #size-cells = <0>; 13 14 cpu@1 { 15 device_type = "cpu"; 16 compatible = "arm,cortex-a53"; 17 reg = <1>; 18 }; 19 20 cpu@2 { 21 device_type = "cpu"; 22 compatible = "arm,cortex-a53"; 23 reg = <2>; 24 }; 25 26 cpu@3 { 27 device_type = "cpu"; 28 compatible = "arm,cortex-a53"; 29 reg = <3>; 30 }; 31 }; 32}; 33