1// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2/*
3 * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
4 * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
5 */
6
7#include "stm32mp151.dtsi"
8
9/ {
10	cpus {
11		cpu1: cpu@1 {
12			compatible = "arm,cortex-a7";
13			device_type = "cpu";
14			reg = <1>;
15			clocks = <&rcc CK_MPU>;
16			clock-names = "cpu";
17		};
18	};
19};
20