imx6qdl-wandboard.dtsi 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. /*
  2. * Copyright 2013 Freescale Semiconductor, Inc.
  3. *
  4. * Author: Fabio Estevam <fabio.estevam@freescale.com>
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. *
  10. */
  11. / {
  12. regulators {
  13. compatible = "simple-bus";
  14. reg_2p5v: 2p5v {
  15. compatible = "regulator-fixed";
  16. regulator-name = "2P5V";
  17. regulator-min-microvolt = <2500000>;
  18. regulator-max-microvolt = <2500000>;
  19. regulator-always-on;
  20. };
  21. reg_3p3v: 3p3v {
  22. compatible = "regulator-fixed";
  23. regulator-name = "3P3V";
  24. regulator-min-microvolt = <3300000>;
  25. regulator-max-microvolt = <3300000>;
  26. regulator-always-on;
  27. };
  28. };
  29. sound {
  30. compatible = "fsl,imx6-wandboard-sgtl5000",
  31. "fsl,imx-audio-sgtl5000";
  32. model = "imx6-wandboard-sgtl5000";
  33. ssi-controller = <&ssi1>;
  34. audio-codec = <&codec>;
  35. audio-routing =
  36. "MIC_IN", "Mic Jack",
  37. "Mic Jack", "Mic Bias",
  38. "Headphone Jack", "HP_OUT";
  39. mux-int-port = <1>;
  40. mux-ext-port = <3>;
  41. };
  42. };
  43. &audmux {
  44. pinctrl-names = "default";
  45. pinctrl-0 = <&pinctrl_audmux_2>;
  46. status = "okay";
  47. };
  48. &i2c2 {
  49. clock-frequency = <100000>;
  50. pinctrl-names = "default";
  51. pinctrl-0 = <&pinctrl_i2c2_2>;
  52. status = "okay";
  53. codec: sgtl5000@0a {
  54. compatible = "fsl,sgtl5000";
  55. reg = <0x0a>;
  56. clocks = <&clks 201>;
  57. VDDA-supply = <&reg_2p5v>;
  58. VDDIO-supply = <&reg_3p3v>;
  59. };
  60. };
  61. &iomuxc {
  62. pinctrl-names = "default";
  63. pinctrl-0 = <&pinctrl_hog>;
  64. hog {
  65. pinctrl_hog: hoggrp {
  66. fsl,pins = <
  67. MX6QDL_PAD_GPIO_0__CCM_CLKO1 0x130b0
  68. MX6QDL_PAD_GPIO_2__GPIO1_IO02 0x80000000
  69. MX6QDL_PAD_EIM_DA9__GPIO3_IO09 0x80000000
  70. MX6QDL_PAD_EIM_EB1__GPIO2_IO29 0x80000000 /* WL_REF_ON */
  71. MX6QDL_PAD_EIM_A25__GPIO5_IO02 0x80000000 /* WL_RST_N */
  72. MX6QDL_PAD_ENET_RXD1__GPIO1_IO26 0x80000000 /* WL_REG_ON */
  73. MX6QDL_PAD_ENET_TXD1__GPIO1_IO29 0x80000000 /* WL_HOST_WAKE */
  74. MX6QDL_PAD_ENET_TXD0__GPIO1_IO30 0x80000000 /* WL_WAKE */
  75. >;
  76. };
  77. };
  78. };
  79. &fec {
  80. pinctrl-names = "default";
  81. pinctrl-0 = <&pinctrl_enet_1>;
  82. phy-mode = "rgmii";
  83. status = "okay";
  84. };
  85. &ssi1 {
  86. fsl,mode = "i2s-slave";
  87. status = "okay";
  88. };
  89. &uart1 {
  90. pinctrl-names = "default";
  91. pinctrl-0 = <&pinctrl_uart1_1>;
  92. status = "okay";
  93. };
  94. &uart3 {
  95. pinctrl-names = "default";
  96. pinctrl-0 = <&pinctrl_uart3_2>;
  97. fsl,uart-has-rtscts;
  98. status = "okay";
  99. };
  100. &usbh1 {
  101. status = "okay";
  102. };
  103. &usdhc1 {
  104. pinctrl-names = "default";
  105. pinctrl-0 = <&pinctrl_usdhc1_2>;
  106. cd-gpios = <&gpio1 2 0>;
  107. status = "okay";
  108. };
  109. &usdhc2 {
  110. pinctrl-names = "default";
  111. pinctrl-0 = <&pinctrl_usdhc2_2>;
  112. non-removable;
  113. status = "okay";
  114. };
  115. &usdhc3 {
  116. pinctrl-names = "default";
  117. pinctrl-0 = <&pinctrl_usdhc3_2>;
  118. cd-gpios = <&gpio3 9 0>;
  119. status = "okay";
  120. };