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