n1sdp_nt_fw_config.dts 463 B

1234567891011121314151617181920212223
  1. /*
  2. * Copyright (c) 2022, Arm Limited. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. /dts-v1/;
  7. / {
  8. /* compatible string */
  9. compatible = "arm,n1sdp";
  10. /*
  11. * Place holder for platform-info node with default values.
  12. * The values will be set to the correct values during
  13. * the BL2 stage of boot.
  14. */
  15. platform-info {
  16. multichip-mode = <0x0>;
  17. secondary-chip-count = <0x0>;
  18. local-ddr-size = <0x0>;
  19. remote-ddr-size = <0x0>;
  20. };
  21. };