mt6580-evbp1.dts 483 B

1234567891011121314151617181920212223242526272829303132
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Copyright (c) 2015 MediaTek Inc.
  4. * Author: Mars.C <[email protected]>
  5. *
  6. */
  7. /dts-v1/;
  8. #include "mt6580.dtsi"
  9. / {
  10. model = "MediaTek MT6580 evaluation board";
  11. compatible = "mediatek,mt6580-evbp1", "mediatek,mt6580";
  12. aliases {
  13. serial0 = &uart0;
  14. serial1 = &uart1;
  15. };
  16. chosen {
  17. stdout-path = "serial0:921600n8";
  18. };
  19. memory {
  20. device_type = "memory";
  21. reg = <0x80000000 0x20000000>;
  22. };
  23. };
  24. &uart0 {
  25. status = "okay";
  26. };