tc_fw_config.dts 766 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*
  2. * Copyright (c) 2020-2024, Arm Limited. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #include <common/tbbr/tbbr_img_def.h>
  7. #include <platform_def.h>
  8. /dts-v1/;
  9. / {
  10. dtb-registry {
  11. compatible = "fconf,dyn_cfg-dtb_registry";
  12. tb_fw-config {
  13. load-address = <0x0 0x4001300>;
  14. max-size = <0x400>;
  15. id = <TB_FW_CONFIG_ID>;
  16. };
  17. tos_fw-config {
  18. load-address = <0x0 0x04001700>;
  19. max-size = <0x1000>;
  20. id = <TOS_FW_CONFIG_ID>;
  21. };
  22. hw-config {
  23. load-address = <0x0 PLAT_HW_CONFIG_DTB_BASE>;
  24. max-size = <PLAT_ARM_HW_CONFIG_SIZE>;
  25. id = <HW_CONFIG_ID>;
  26. };
  27. nt_fw-config {
  28. load-address = <0x0 (PLAT_HW_CONFIG_DTB_BASE + PLAT_ARM_HW_CONFIG_SIZE)>;
  29. max-size = <0x1000>;
  30. id = <NT_FW_CONFIG_ID>;
  31. };
  32. };
  33. };