fvp_spmc_el1_optee_manifest.dts 406 B

12345678910111213141516171819202122
  1. /* SPDX-License-Identifier: BSD-3-Clause */
  2. /*
  3. * Copyright (c) 2024, Arm Limited. All rights reserved.
  4. */
  5. /dts-v1/;
  6. / {
  7. compatible = "arm,ffa-core-manifest-1.0";
  8. #address-cells = <2>;
  9. #size-cells = <1>;
  10. attribute {
  11. spmc_id = <0x8000>;
  12. maj_ver = <0x1>;
  13. min_ver = <0x1>;
  14. exec_state = <0x0>;
  15. load_address = <0x0 0x6000000>;
  16. entrypoint = <0x0 0x6000000>;
  17. binary_size = <0x80000>;
  18. };
  19. };