fvp-base-gicv3-psci-dynamiq.dts 503 B

1234567891011121314151617181920212223
  1. /*
  2. * Copyright (c) 2018-2020, ARM Limited and Contributors. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. /* DynamIQ configuration: 1 cluster with up to 8 CPUs */
  7. /* Set default value if not passed from platform's makefile */
  8. #ifdef FVP_MAX_PE_PER_CPU
  9. #define PE_PER_CPU FVP_MAX_PE_PER_CPU
  10. #else
  11. #define PE_PER_CPU 1
  12. #endif
  13. #include "fvp-defs-dynamiq.dtsi"
  14. /dts-v1/;
  15. /memreserve/ 0x80000000 0x00010000;
  16. #include "fvp-base-gicv3.dtsi"
  17. #include "fvp-base-psci-common.dtsi"