bcm968580xref.dts 463 B

12345678910111213141516171819202122232425262728293031
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (C) 2018 Philippe Reynes <philippe.reynes@softathome.com>
  4. */
  5. /dts-v1/;
  6. #include "bcm6858.dtsi"
  7. / {
  8. model = "Broadcom bcm68580xref";
  9. compatible = "broadcom,bcm68580xref", "brcm,bcm6858";
  10. aliases {
  11. serial0 = &uart0;
  12. };
  13. chosen {
  14. stdout-path = "serial0:115200n8";
  15. };
  16. memory {
  17. device_type = "memory";
  18. reg = <0x0 0x0 0x0 0x20000000>;
  19. };
  20. };
  21. &uart0 {
  22. u-boot,dm-pre-reloc;
  23. status = "okay";
  24. };