mt6582-prestigio-pmt5008-3g.dts 583 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (c) 2021 Maxim Kutnij <[email protected]>
  4. */
  5. /dts-v1/;
  6. #include "mt6582.dtsi"
  7. / {
  8. model = "Prestigio PMT5008 3G";
  9. compatible = "prestigio,pmt5008-3g", "mediatek,mt6582";
  10. aliases {
  11. bootargs = "console=ttyS0,921600n8 earlyprintk";
  12. serial0 = &uart0;
  13. serial3 = &uart3;
  14. };
  15. chosen {
  16. stdout-path = "serial0:921600n8";
  17. };
  18. memory {
  19. device_type = "memory";
  20. reg = <0x80000000 0x40000000>;
  21. };
  22. };
  23. &uart0 {
  24. status = "okay";
  25. };
  26. &uart1 {
  27. status = "okay";
  28. };
  29. &uart2 {
  30. status = "okay";
  31. };
  32. &uart3 {
  33. status = "okay";
  34. };