juno_fw_config.dts 491 B

12345678910111213141516171819202122232425262728
  1. /*
  2. * Copyright (c) 2019-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 = <0xA00>;
  15. id = <TB_FW_CONFIG_ID>;
  16. };
  17. hw-config {
  18. load-address = <0x0 0x82000000>;
  19. max-size = <PLAT_ARM_HW_CONFIG_SIZE>;
  20. id = <HW_CONFIG_ID>;
  21. };
  22. };
  23. };