rtd1195-mele-x1000.dts 564 B

1234567891011121314151617181920212223242526272829303132
  1. // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
  2. /*
  3. * Copyright (c) 2017-2019 Andreas Färber
  4. */
  5. /dts-v1/;
  6. #include "rtd1195.dtsi"
  7. / {
  8. compatible = "mele,x1000", "realtek,rtd1195";
  9. model = "MeLE X1000";
  10. aliases {
  11. serial0 = &uart0;
  12. };
  13. chosen {
  14. stdout-path = "serial0:115200n8";
  15. };
  16. memory@a800 {
  17. device_type = "memory";
  18. reg = <0x0000a800 0x17ff5800>, /* boot ROM to r-bus */
  19. <0x18070000 0x00090000>, /* r-bus to NOR flash */
  20. <0x19100000 0x26f00000>; /* NOR flash to 1 GiB */
  21. };
  22. };
  23. &uart0 {
  24. status = "okay";
  25. };