rtd1295-zidoo-x9s.dts 449 B

123456789101112131415161718192021222324252627282930313233343536
  1. /*
  2. * Copyright (c) 2016-2017 Andreas Färber
  3. *
  4. * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  5. */
  6. /dts-v1/;
  7. #include "rtd1295.dtsi"
  8. / {
  9. compatible = "zidoo,x9s", "realtek,rtd1295";
  10. model = "Zidoo X9S";
  11. memory@0 {
  12. device_type = "memory";
  13. reg = <0x0 0x80000000>;
  14. };
  15. aliases {
  16. serial0 = &uart0;
  17. serial1 = &uart1;
  18. };
  19. chosen {
  20. stdout-path = "serial0:115200n8";
  21. };
  22. };
  23. &uart0 {
  24. status = "okay";
  25. };
  26. &uart1 {
  27. status = "okay";
  28. };