xref: /freebsd/sys/contrib/device-tree/src/arm64/st/stm32mp253.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause)
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright (C) STMicroelectronics 2023 - All Rights Reserved
4*f126890aSEmmanuel Vadot * Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics.
5*f126890aSEmmanuel Vadot */
6*f126890aSEmmanuel Vadot#include "stm32mp251.dtsi"
7*f126890aSEmmanuel Vadot
8*f126890aSEmmanuel Vadot/ {
9*f126890aSEmmanuel Vadot	cpus {
10*f126890aSEmmanuel Vadot		cpu1: cpu@1 {
11*f126890aSEmmanuel Vadot			compatible = "arm,cortex-a35";
12*f126890aSEmmanuel Vadot			device_type = "cpu";
13*f126890aSEmmanuel Vadot			reg = <1>;
14*f126890aSEmmanuel Vadot			enable-method = "psci";
15*f126890aSEmmanuel Vadot		};
16*f126890aSEmmanuel Vadot	};
17*f126890aSEmmanuel Vadot
18*f126890aSEmmanuel Vadot	arm-pmu {
19*f126890aSEmmanuel Vadot		interrupts = <GIC_SPI 368 IRQ_TYPE_LEVEL_HIGH>,
20*f126890aSEmmanuel Vadot			     <GIC_SPI 369 IRQ_TYPE_LEVEL_HIGH>;
21*f126890aSEmmanuel Vadot		interrupt-affinity = <&cpu0>, <&cpu1>;
22*f126890aSEmmanuel Vadot	};
23*f126890aSEmmanuel Vadot};
24