/* * Copyright (c) 2023 Enphase Energy * * SPDX-License-Identifier: Apache-2.0 */ #include / { 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>; }; }; };