vf610m4-colibri.dts 926 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. // SPDX-License-Identifier: GPL-2.0+ OR MIT
  2. /*
  3. * Device tree for Colibri VF61 Cortex-M4 support
  4. *
  5. * Copyright (C) 2015 Stefan Agner
  6. */
  7. /dts-v1/;
  8. #include "vf610m4.dtsi"
  9. / {
  10. model = "VF610 Cortex-M4";
  11. compatible = "fsl,vf610m4";
  12. chosen {
  13. bootargs = "clk_ignore_unused init=/linuxrc rw";
  14. stdout-path = "serial2:115200";
  15. };
  16. memory@8c000000 {
  17. device_type = "memory";
  18. reg = <0x8c000000 0x3000000>;
  19. };
  20. };
  21. &gpio0 {
  22. status = "disabled";
  23. };
  24. &gpio1 {
  25. status = "disabled";
  26. };
  27. &gpio2 {
  28. status = "disabled";
  29. };
  30. &gpio3 {
  31. status = "disabled";
  32. };
  33. &gpio4 {
  34. status = "disabled";
  35. };
  36. &uart2 {
  37. pinctrl-names = "default";
  38. pinctrl-0 = <&pinctrl_uart2>;
  39. status = "okay";
  40. };
  41. &iomuxc {
  42. vf610-colibri {
  43. pinctrl_uart2: uart2grp {
  44. fsl,pins = <
  45. VF610_PAD_PTD0__UART2_TX 0x21a2
  46. VF610_PAD_PTD1__UART2_RX 0x21a1
  47. VF610_PAD_PTD2__UART2_RTS 0x21a2
  48. VF610_PAD_PTD3__UART2_CTS 0x21a1
  49. >;
  50. };
  51. };
  52. };