bcm283x-uboot.dtsi 326 B

12345678910111213141516171819202122
  1. /*
  2. * U-Boot addition to keep baudrate set by firmware
  3. * and also initialize before relocation.
  4. *
  5. * (C) Copyright 2016 Fabian Vogt <fvogt@suse.com>
  6. *
  7. * SPDX-License-Identifier: GPL-2.0+
  8. */
  9. &soc {
  10. u-boot,dm-pre-reloc;
  11. };
  12. &uart0 {
  13. skip-init;
  14. u-boot,dm-pre-reloc;
  15. };
  16. &uart1 {
  17. skip-init;
  18. u-boot,dm-pre-reloc;
  19. };