rtd1619-mjolnir.dts 688 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
  2. /*
  3. * Copyright (c) 2019 Realtek Semiconductor Corp.
  4. * Copyright (c) 2019 Andreas Färber
  5. */
  6. /dts-v1/;
  7. #include "rtd1619.dtsi"
  8. / {
  9. compatible = "realtek,mjolnir", "realtek,rtd1619";
  10. model = "Realtek Mjolnir EVB";
  11. memory@2e000 {
  12. device_type = "memory";
  13. reg = <0x2e000 0x7ffd2000>; /* boot ROM to 2 GiB */
  14. };
  15. chosen {
  16. stdout-path = "serial0:115200n8";
  17. };
  18. aliases {
  19. serial0 = &uart0;
  20. serial1 = &uart1;
  21. serial2 = &uart2;
  22. };
  23. };
  24. /* debug console (J1) */
  25. &uart0 {
  26. status = "okay";
  27. };
  28. /* M.2 slot (CON4) */
  29. &uart1 {
  30. status = "disabled";
  31. };
  32. /* GPIO connector (T1) */
  33. &uart2 {
  34. status = "disabled";
  35. };