s700-u-boot.dtsi 216 B

123456789101112131415161718
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (C) 2020 Amit Singh Tomar <amittomer25@gmail.com>
  4. */
  5. /{
  6. soc {
  7. u-boot,dm-pre-reloc;
  8. };
  9. };
  10. &uart3 {
  11. u-boot,dm-pre-reloc;
  12. };
  13. &cmu {
  14. u-boot,dm-pre-reloc;
  15. };