mt6589-fairphone-fp1.dts 477 B

123456789101112131415161718192021222324252627282930
  1. // SPDX-License-Identifier: BSD-3-Clause
  2. /*
  3. * Copyright (c) 2021, Luca Weiss <[email protected]>
  4. */
  5. /dts-v1/;
  6. #include "mt6589.dtsi"
  7. / {
  8. model = "Fairphone 1";
  9. compatible = "fairphone,fp1", "mediatek,mt6589";
  10. chosen {
  11. stdout-path = &uart3;
  12. };
  13. memory@80000000 {
  14. device_type = "memory";
  15. reg = <0x80000000 0x40000000>;
  16. };
  17. };
  18. &cpus {
  19. /* SMP is not stable on this board, makes the kernel panic */
  20. /delete-property/ enable-method;
  21. };
  22. &uart3 {
  23. status = "okay";
  24. };