imx6q-sabreauto.dts 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. / {
  15. model = "Freescale i.MX6 Quad SABRE Automotive Board";
  16. compatible = "fsl,imx6q-sabreauto", "fsl,imx6q";
  17. memory {
  18. reg = <0x10000000 0x80000000>;
  19. };
  20. soc {
  21. aips-bus@02000000 { /* AIPS1 */
  22. iomuxc@020e0000 {
  23. pinctrl-names = "default";
  24. pinctrl-0 = <&pinctrl_hog>;
  25. hog {
  26. pinctrl_hog: hoggrp {
  27. fsl,pins = <
  28. 1376 0x80000000 /* MX6Q_PAD_NANDF_CS2__GPIO_6_15 */
  29. 13 0x80000000 /* MX6Q_PAD_SD2_DAT2__GPIO_1_13 */
  30. >;
  31. };
  32. };
  33. };
  34. };
  35. aips-bus@02100000 { /* AIPS2 */
  36. uart4: serial@021f0000 {
  37. pinctrl-names = "default";
  38. pinctrl-0 = <&pinctrl_uart4_1>;
  39. status = "okay";
  40. };
  41. ethernet@02188000 {
  42. pinctrl-names = "default";
  43. pinctrl-0 = <&pinctrl_enet_2>;
  44. phy-mode = "rgmii";
  45. status = "okay";
  46. };
  47. usdhc@02198000 { /* uSDHC3 */
  48. pinctrl-names = "default";
  49. pinctrl-0 = <&pinctrl_usdhc3_1>;
  50. cd-gpios = <&gpio6 15 0>;
  51. wp-gpios = <&gpio1 13 0>;
  52. status = "okay";
  53. };
  54. };
  55. };
  56. };