Patrice Chotard | 970d167 | 2023-10-27 16:43:03 +0200 | [diff] [blame] | 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 | arm-pmu { |
| 19 | interrupts = <GIC_SPI 368 IRQ_TYPE_LEVEL_HIGH>, |
| 20 | <GIC_SPI 369 IRQ_TYPE_LEVEL_HIGH>; |
| 21 | interrupt-affinity = <&cpu0>, <&cpu1>; |
| 22 | }; |
| 23 | }; |