blob: af48e82efe8a9abeee671b6d31d8460d4987c194 [file] [log] [blame]
Patrice Chotard970d1672023-10-27 16:43:03 +02001// 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};