rtd1395-lionskin.dts 550 B

123456789101112131415161718192021222324252627282930313233343536
  1. // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
  2. /*
  3. * Copyright (c) 2019 Andreas Färber
  4. */
  5. /dts-v1/;
  6. #include "rtd1395.dtsi"
  7. / {
  8. compatible = "realtek,lion-skin", "realtek,rtd1395";
  9. model = "Realtek Lion Skin EVB";
  10. memory@2f000 {
  11. device_type = "memory";
  12. reg = <0x2f000 0x3ffd1000>; /* boot ROM to 1 GiB or 2 GiB */
  13. };
  14. aliases {
  15. serial0 = &uart0;
  16. };
  17. chosen {
  18. stdout-path = "serial0:115200n8";
  19. };
  20. };
  21. /* debug console (J1) */
  22. &uart0 {
  23. status = "okay";
  24. };
  25. /* M.2 slot (CON1) */
  26. &uart1 {
  27. status = "disabled";
  28. };