morello_fw_config.dts 601 B

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. * Copyright (c) 2021-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 = <0x200>;
  15. id = <TB_FW_CONFIG_ID>;
  16. };
  17. nt_fw-config {
  18. load-address = <0x0 0xFEF00000>;
  19. max-size = <0xF8000>;
  20. id = <NT_FW_CONFIG_ID>;
  21. };
  22. hw-config {
  23. load-address = <0x0 0xFEFF8000>;
  24. max-size = <PLAT_ARM_HW_CONFIG_SIZE>;
  25. id = <HW_CONFIG_ID>;
  26. };
  27. };
  28. };