owl-s500-sparky.dts 467 B

123456789101112131415161718192021222324252627282930313233343536
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Allo.com Sparky
  4. *
  5. * Copyright (c) 2017 Andreas Färber
  6. */
  7. /dts-v1/;
  8. #include "owl-s500.dtsi"
  9. / {
  10. compatible = "allo,sparky", "actions,s500";
  11. model = "Allo.com Sparky";
  12. aliases {
  13. serial3 = &uart3;
  14. };
  15. chosen {
  16. stdout-path = "serial3:115200n8";
  17. };
  18. memory@0 {
  19. device_type = "memory";
  20. reg = <0x0 0x40000000>; /* 1 or 2 GiB */
  21. };
  22. };
  23. &timer {
  24. clocks = <&hosc>;
  25. };
  26. &uart3 {
  27. status = "okay";
  28. };