th1520-lichee-pi-4a.dts 551 B

1234567891011121314151617181920212223242526272829303132
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
  4. */
  5. #include "th1520-lichee-module-4a.dtsi"
  6. / {
  7. model = "Sipeed Lichee Pi 4A";
  8. compatible = "sipeed,lichee-pi-4a", "sipeed,lichee-module-4a", "thead,th1520";
  9. aliases {
  10. gpio0 = &gpio0;
  11. gpio1 = &gpio1;
  12. gpio2 = &gpio2;
  13. gpio3 = &gpio3;
  14. serial0 = &uart0;
  15. serial1 = &uart1;
  16. serial2 = &uart2;
  17. serial3 = &uart3;
  18. serial4 = &uart4;
  19. serial5 = &uart5;
  20. };
  21. chosen {
  22. stdout-path = "serial0:115200n8";
  23. };
  24. };
  25. &uart0 {
  26. status = "okay";
  27. };