mt6589-aquaris5.dts 492 B

123456789101112131415161718192021222324252627282930313233
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (c) 2014 MundoReader S.L.
  4. * Author: Matthias Brugger <[email protected]>
  5. *
  6. */
  7. /dts-v1/;
  8. #include "mt6589.dtsi"
  9. / {
  10. model = "bq Aquaris5";
  11. compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589";
  12. chosen {
  13. bootargs = "console=ttyS0,921600n8 earlyprintk";
  14. stdout-path = &uart0;
  15. };
  16. memory {
  17. device_type = "memory";
  18. reg = <0x80000000 0x40000000>;
  19. };
  20. };
  21. &uart0 {
  22. status = "okay";
  23. };
  24. &uart3 {
  25. status = "okay";
  26. };