| // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) | |
| /* | |
| * Copyright (C) STMicroelectronics 2019 - All Rights Reserved | |
| * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics. | |
| */ | |
| #include "stm32mp151.dtsi" | |
| / { | |
| cpus { | |
| cpu1: cpu@1 { | |
| compatible = "arm,cortex-a7"; | |
| device_type = "cpu"; | |
| reg = <1>; | |
| clocks = <&rcc CK_MPU>; | |
| clock-names = "cpu"; | |
| }; | |
| }; | |
| }; |