imx6q-arm2.dts 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. 1363 0x80000000 /* MX6Q_PAD_NANDF_CS0__GPIO_6_11 */
  35. 1369 0x80000000 /* MX6Q_PAD_NANDF_CS1__GPIO_6_14 */
  36. >;
  37. };
  38. };
  39. };
  40. };
  41. aips-bus@02100000 { /* AIPS2 */
  42. ethernet@02188000 {
  43. pinctrl-names = "default";
  44. pinctrl-0 = <&pinctrl_enet_2>;
  45. phy-mode = "rgmii";
  46. status = "okay";
  47. };
  48. usdhc@02198000 { /* uSDHC3 */
  49. cd-gpios = <&gpio6 11 0>;
  50. wp-gpios = <&gpio6 14 0>;
  51. vmmc-supply = <&reg_3p3v>;
  52. pinctrl-names = "default";
  53. pinctrl-0 = <&pinctrl_usdhc3_1>;
  54. status = "okay";
  55. };
  56. usdhc@0219c000 { /* uSDHC4 */
  57. non-removable;
  58. vmmc-supply = <&reg_3p3v>;
  59. pinctrl-names = "default";
  60. pinctrl-0 = <&pinctrl_usdhc4_1>;
  61. status = "okay";
  62. };
  63. uart4: serial@021f0000 {
  64. pinctrl-names = "default";
  65. pinctrl-0 = <&pinctrl_uart4_1>;
  66. status = "okay";
  67. };
  68. };
  69. };
  70. regulators {
  71. compatible = "simple-bus";
  72. reg_3p3v: 3p3v {
  73. compatible = "regulator-fixed";
  74. regulator-name = "3P3V";
  75. regulator-min-microvolt = <3300000>;
  76. regulator-max-microvolt = <3300000>;
  77. regulator-always-on;
  78. };
  79. };
  80. leds {
  81. compatible = "gpio-leds";
  82. debug-led {
  83. label = "Heartbeat";
  84. gpios = <&gpio3 25 0>;
  85. linux,default-trigger = "heartbeat";
  86. };
  87. };
  88. };