imx6q-sabreauto.dts 916 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*
  2. * Copyright 2012 Freescale Semiconductor, Inc.
  3. * Copyright 2011 Linaro Ltd.
  4. *
  5. * The code contained herein is licensed under the GNU General Public
  6. * License. You may obtain a copy of the GNU General Public License
  7. * Version 2 or later at the following locations:
  8. *
  9. * http://www.opensource.org/licenses/gpl-license.html
  10. * http://www.gnu.org/copyleft/gpl.html
  11. */
  12. /dts-v1/;
  13. #include "imx6q.dtsi"
  14. #include "imx6qdl-sabreauto.dtsi"
  15. / {
  16. model = "Freescale i.MX6 Quad SABRE Automotive Board";
  17. compatible = "fsl,imx6q-sabreauto", "fsl,imx6q";
  18. };
  19. &iomuxc {
  20. pinctrl-names = "default";
  21. pinctrl-0 = <&pinctrl_hog>;
  22. hog {
  23. pinctrl_hog: hoggrp {
  24. fsl,pins = <
  25. MX6Q_PAD_NANDF_CS2__GPIO6_IO15 0x80000000
  26. MX6Q_PAD_SD2_DAT2__GPIO1_IO13 0x80000000
  27. >;
  28. };
  29. };
  30. ecspi1 {
  31. pinctrl_ecspi1_sabreauto: ecspi1-sabreauto {
  32. fsl,pins = <
  33. MX6Q_PAD_EIM_D19__GPIO3_IO19 0x80000000
  34. >;
  35. };
  36. };
  37. };