fvp_cactus_sp_manifest.dts 683 B

12345678910111213141516171819202122232425262728
  1. /*
  2. * Copyright (c) 2024, Arm Limited. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. *
  6. * This file is a Partition Manifest (PM) for a minimal Secure Partition (SP)
  7. * that will be consumed by EL3 SPMC.
  8. *
  9. */
  10. /dts-v1/;
  11. / {
  12. compatible = "arm,ffa-manifest-1.0";
  13. #address-cells = <2>;
  14. #size-cells = <1>;
  15. /* Properties */
  16. ffa-version = <0x00010001>; /* 31:16 - Major, 15:0 - Minor */
  17. id = <0x8001>;
  18. uuid = <0x1e67b5b4 0xe14f904a 0x13fb1fb8 0xcbdae1da>;
  19. messaging-method = <3>; /* Direct messaging only */
  20. exception-level = <2>; /* S-EL1 */
  21. execution-state = <0>; /* AARCH64 */
  22. execution-ctx-count = <8>;
  23. /* Boot protocol */
  24. gp-register-num = <0>;
  25. };