1// SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause) 2/* 3 * Copyright (C) STMicroelectronics 2023 - All Rights Reserved 4 * Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics. 5 */ 6#include "stm32mp251.dtsi" 7 8/ { 9 cpus { 10 cpu1: cpu@1 { 11 compatible = "arm,cortex-a35"; 12 device_type = "cpu"; 13 reg = <1>; 14 enable-method = "psci"; 15 }; 16 }; 17}; 18