s900-bubblegum-96.dts 579 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*
  2. * Copyright (c) 2017 Andreas Färber
  3. *
  4. * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  5. */
  6. /dts-v1/;
  7. #include "s900.dtsi"
  8. / {
  9. compatible = "ucrobotics,bubblegum-96", "actions,s900";
  10. model = "Bubblegum-96";
  11. aliases {
  12. serial5 = &uart5;
  13. };
  14. chosen {
  15. stdout-path = "serial5:115200n8";
  16. };
  17. memory@0 {
  18. device_type = "memory";
  19. reg = <0x0 0x0 0x0 0x80000000>;
  20. };
  21. uart5_clk: uart5-clk {
  22. compatible = "fixed-clock";
  23. clock-frequency = <921600>;
  24. #clock-cells = <0>;
  25. };
  26. };
  27. &timer {
  28. clocks = <&hosc>;
  29. };
  30. &uart5 {
  31. status = "okay";
  32. clocks = <&uart5_clk>;
  33. };