blob: 0a0bb8dc19b2a50027aa3ae923a7294f02dce223 [file] [log] [blame]
Yann Gautier4ede20a2020-09-18 15:04:14 +02001// 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};