imx6q-phytec-pfla02.dtsi 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /*
  2. * Copyright 2013 Christian Hemp, Phytec Messtechnik GmbH
  3. *
  4. * The code contained herein is licensed under the GNU General Public
  5. * License. You may obtain a copy of the GNU General Public License
  6. * Version 2 or later at the following locations:
  7. *
  8. * http://www.opensource.org/licenses/gpl-license.html
  9. * http://www.gnu.org/copyleft/gpl.html
  10. */
  11. #include "imx6q.dtsi"
  12. / {
  13. model = "Phytec phyFLEX-i.MX6 Ouad";
  14. compatible = "phytec,imx6q-pfla02", "fsl,imx6q";
  15. memory {
  16. reg = <0x10000000 0x80000000>;
  17. };
  18. };
  19. &iomuxc {
  20. pinctrl-names = "default";
  21. pinctrl-0 = <&pinctrl_hog>;
  22. hog {
  23. pinctrl_hog: hoggrp {
  24. fsl,pins = <
  25. MX6Q_PAD_EIM_D23__GPIO3_IO23 0x80000000
  26. >;
  27. };
  28. };
  29. pfla02 {
  30. pinctrl_usdhc3_pfla02: usdhc3grp-pfla02 {
  31. fsl,pins = <
  32. MX6Q_PAD_ENET_RXD0__GPIO1_IO27 0x80000000
  33. MX6Q_PAD_ENET_TXD1__GPIO1_IO29 0x80000000
  34. >;
  35. };
  36. };
  37. };
  38. &fec {
  39. pinctrl-names = "default";
  40. pinctrl-0 = <&pinctrl_enet_3>;
  41. phy-mode = "rgmii";
  42. phy-reset-gpios = <&gpio3 23 0>;
  43. status = "disabled";
  44. };
  45. &uart4 {
  46. pinctrl-names = "default";
  47. pinctrl-0 = <&pinctrl_uart4_1>;
  48. status = "disabled";
  49. };
  50. &usdhc2 {
  51. pinctrl-names = "default";
  52. pinctrl-0 = <&pinctrl_usdhc2_2>;
  53. cd-gpios = <&gpio1 4 0>;
  54. wp-gpios = <&gpio1 2 0>;
  55. status = "disabled";
  56. };
  57. &usdhc3 {
  58. pinctrl-names = "default";
  59. pinctrl-0 = <&pinctrl_usdhc3_2
  60. &pinctrl_usdhc3_pfla02>;
  61. cd-gpios = <&gpio1 27 0>;
  62. wp-gpios = <&gpio1 29 0>;
  63. status = "disabled";
  64. };