imx6sl-evk.dts 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /*
  2. * Copyright (C) 2013 Freescale Semiconductor, Inc.
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. */
  8. /dts-v1/;
  9. #include "imx6sl.dtsi"
  10. / {
  11. model = "Freescale i.MX6 SoloLite EVK Board";
  12. compatible = "fsl,imx6sl-evk", "fsl,imx6sl";
  13. memory {
  14. reg = <0x80000000 0x40000000>;
  15. };
  16. };
  17. &fec {
  18. pinctrl-names = "default";
  19. pinctrl-0 = <&pinctrl_fec_1>;
  20. phy-mode = "rmii";
  21. status = "okay";
  22. };
  23. &iomuxc {
  24. pinctrl-names = "default";
  25. pinctrl-0 = <&pinctrl_hog>;
  26. hog {
  27. pinctrl_hog: hoggrp {
  28. fsl,pins = <
  29. MX6SL_PAD_KEY_ROW7__GPIO4_IO07 0x17059
  30. MX6SL_PAD_KEY_COL7__GPIO4_IO06 0x17059
  31. MX6SL_PAD_SD2_DAT7__GPIO5_IO00 0x17059
  32. MX6SL_PAD_SD2_DAT6__GPIO4_IO29 0x17059
  33. MX6SL_PAD_REF_CLK_32K__GPIO3_IO22 0x17059
  34. >;
  35. };
  36. };
  37. };
  38. &uart1 {
  39. pinctrl-names = "default";
  40. pinctrl-0 = <&pinctrl_uart1_1>;
  41. status = "okay";
  42. };
  43. &usdhc1 {
  44. pinctrl-names = "default";
  45. pinctrl-0 = <&pinctrl_usdhc1_1>;
  46. bus-width = <8>;
  47. cd-gpios = <&gpio4 7 0>;
  48. wp-gpios = <&gpio4 6 0>;
  49. status = "okay";
  50. };
  51. &usdhc2 {
  52. pinctrl-names = "default";
  53. pinctrl-0 = <&pinctrl_usdhc2_1>;
  54. cd-gpios = <&gpio5 0 0>;
  55. wp-gpios = <&gpio4 29 0>;
  56. status = "okay";
  57. };
  58. &usdhc3 {
  59. pinctrl-names = "default";
  60. pinctrl-0 = <&pinctrl_usdhc3_1>;
  61. cd-gpios = <&gpio3 22 0>;
  62. status = "okay";
  63. };