n1sdp_optee_spmc_manifest.dts 517 B

123456789101112131415161718192021222324252627282930
  1. /*
  2. * Copyright (c) 2022 Arm Limited. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. /dts-v1/;
  7. / {
  8. compatible = "arm,ffa-core-manifest-1.0";
  9. #address-cells = <2>;
  10. #size-cells = <1>;
  11. /*
  12. * BL32 image details needed by SPMC
  13. *
  14. * Note:
  15. * binary_size: size of BL32 + TOS_FW_CONFIG
  16. */
  17. attribute {
  18. spmc_id = <0x8000>;
  19. maj_ver = <0x1>;
  20. min_ver = <0x0>;
  21. exec_state = <0x0>;
  22. load_address = <0x0 0x08000000>;
  23. entrypoint = <0x0 0x08000000>;
  24. binary_size = <0x2000000>;
  25. };
  26. };