tc_spmc_trusty_sp_manifest.dts 340 B

1234567891011121314151617
  1. /*
  2. * Copyright (c) 2023-2024, Arm Limited. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. /dts-v1/;
  7. #include <tc_spmc_manifest.dtsi>
  8. #include <tc_spmc_common_sp_manifest.dtsi>
  9. &hafnium {
  10. vm1 {
  11. debug_name = "trusty";
  12. load_address = <0xf901c000>;
  13. mem_size = <0x3f00000>; /* 64MB TZC DRAM - 1MB align */
  14. };
  15. };