sc9836-openphone.dts 675 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /*
  2. * Spreadtrum SC9836 openphone board DTS file
  3. *
  4. * Copyright (C) 2014, Spreadtrum Communications Inc.
  5. *
  6. * This file is licensed under a dual GPLv2 or X11 license.
  7. */
  8. /dts-v1/;
  9. #include "sc9836.dtsi"
  10. / {
  11. model = "Spreadtrum SC9836 Openphone Board";
  12. compatible = "sprd,sc9836-openphone", "sprd,sc9836";
  13. aliases {
  14. serial0 = &uart0;
  15. serial1 = &uart1;
  16. serial2 = &uart2;
  17. serial3 = &uart3;
  18. };
  19. memory@80000000 {
  20. device_type = "memory";
  21. reg = <0 0x80000000 0 0x20000000>;
  22. };
  23. chosen {
  24. stdout-path = "serial1:115200n8";
  25. };
  26. };
  27. &uart0 {
  28. status = "okay";
  29. };
  30. &uart1 {
  31. status = "okay";
  32. };
  33. &uart2 {
  34. status = "okay";
  35. };
  36. &uart3 {
  37. status = "okay";
  38. };