rtd1293-ds418j.dts 468 B

123456789101112131415161718192021222324252627282930
  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 "rtd1293.dtsi"
  7. / {
  8. compatible = "synology,ds418j", "realtek,rtd1293";
  9. model = "Synology DiskStation DS418j";
  10. memory@1f000 {
  11. device_type = "memory";
  12. reg = <0x1f000 0x3ffe1000>; /* boot ROM to 1 GiB */
  13. };
  14. aliases {
  15. serial0 = &uart0;
  16. };
  17. chosen {
  18. stdout-path = "serial0:115200n8";
  19. };
  20. };
  21. &uart0 {
  22. status = "okay";
  23. };