// SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause) /* * Copyright (C) STMicroelectronics 2023 - All Rights Reserved * Author: Alexandre Torgue for STMicroelectronics. */ #include "stm32mp251.dtsi" / { cpus { cpu1: cpu@1 { compatible = "arm,cortex-a35"; device_type = "cpu"; reg = <1>; enable-method = "psci"; }; }; arm-pmu { interrupts = , ; interrupt-affinity = <&cpu0>, <&cpu1>; }; };