xref: /optee_os/core/arch/arm/dts/stm32mp233.dtsi (revision 354d71ce073d856a9379589fe4dadb0e206e7b60)
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