rtd1295-zidoo-x9s.dts 495 B

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