stm32mp153.dtsi 394 B

12345678910111213141516171819
  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. #include "stm32mp151.dtsi"
  7. / {
  8. cpus {
  9. cpu1: cpu@1 {
  10. compatible = "arm,cortex-a7";
  11. device_type = "cpu";
  12. reg = <1>;
  13. clocks = <&rcc CK_MPU>;
  14. clock-names = "cpu";
  15. };
  16. };
  17. };