imx6q-arm2.dts 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. /*
  2. * Copyright 2011 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 Armadillo2 Board";
  16. compatible = "fsl,imx6q-arm2", "fsl,imx6q";
  17. memory {
  18. reg = <0x10000000 0x80000000>;
  19. };
  20. soc {
  21. gpmi-nand@00112000 {
  22. pinctrl-names = "default";
  23. pinctrl-0 = <&pinctrl_gpmi_nand_1>;
  24. status = "disabled"; /* gpmi nand conflicts with SD */
  25. };
  26. aips-bus@02000000 { /* AIPS1 */
  27. iomuxc@020e0000 {
  28. pinctrl-names = "default";
  29. pinctrl-0 = <&pinctrl_hog>;
  30. hog {
  31. pinctrl_hog: hoggrp {
  32. fsl,pins = <
  33. 176 0x80000000 /* MX6Q_PAD_EIM_D25__GPIO_3_25 */
  34. >;
  35. };
  36. };
  37. arm2 {
  38. pinctrl_usdhc3_arm2: usdhc3grp-arm2 {
  39. fsl,pins = <
  40. 1363 0x80000000 /* MX6Q_PAD_NANDF_CS0__GPIO_6_11 */
  41. 1369 0x80000000 /* MX6Q_PAD_NANDF_CS1__GPIO_6_14 */
  42. >;
  43. };
  44. };
  45. };
  46. };
  47. aips-bus@02100000 { /* AIPS2 */
  48. ethernet@02188000 {
  49. pinctrl-names = "default";
  50. pinctrl-0 = <&pinctrl_enet_2>;
  51. phy-mode = "rgmii";
  52. status = "okay";
  53. };
  54. usdhc@02198000 { /* uSDHC3 */
  55. cd-gpios = <&gpio6 11 0>;
  56. wp-gpios = <&gpio6 14 0>;
  57. vmmc-supply = <&reg_3p3v>;
  58. pinctrl-names = "default";
  59. pinctrl-0 = <&pinctrl_usdhc3_1
  60. &pinctrl_usdhc3_arm2>;
  61. status = "okay";
  62. };
  63. usdhc@0219c000 { /* uSDHC4 */
  64. non-removable;
  65. vmmc-supply = <&reg_3p3v>;
  66. pinctrl-names = "default";
  67. pinctrl-0 = <&pinctrl_usdhc4_1>;
  68. status = "okay";
  69. };
  70. uart4: serial@021f0000 {
  71. pinctrl-names = "default";
  72. pinctrl-0 = <&pinctrl_uart4_1>;
  73. status = "okay";
  74. };
  75. };
  76. };
  77. regulators {
  78. compatible = "simple-bus";
  79. reg_3p3v: 3p3v {
  80. compatible = "regulator-fixed";
  81. regulator-name = "3P3V";
  82. regulator-min-microvolt = <3300000>;
  83. regulator-max-microvolt = <3300000>;
  84. regulator-always-on;
  85. };
  86. };
  87. leds {
  88. compatible = "gpio-leds";
  89. debug-led {
  90. label = "Heartbeat";
  91. gpios = <&gpio3 25 0>;
  92. linux,default-trigger = "heartbeat";
  93. };
  94. };
  95. };