imx6qdl-phytec-pbab01.dtsi 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. /*
  2. * Copyright 2013 Christian Hemp, Phytec Messtechnik GmbH
  3. *
  4. * The code contained herein is licensed under the GNU General Public
  5. * License. You may obtain a copy of the GNU General Public License
  6. * Version 2 or later at the following locations:
  7. *
  8. * http://www.opensource.org/licenses/gpl-license.html
  9. * http://www.gnu.org/copyleft/gpl.html
  10. */
  11. / {
  12. chosen {
  13. linux,stdout-path = &uart4;
  14. };
  15. };
  16. &fec {
  17. status = "okay";
  18. };
  19. &gpmi {
  20. status = "okay";
  21. };
  22. &hdmi {
  23. status = "okay";
  24. };
  25. &i2c2 {
  26. pinctrl-names = "default";
  27. pinctrl-0 = <&pinctrl_i2c2>;
  28. clock-frequency = <100000>;
  29. status = "okay";
  30. tlv320@18 {
  31. compatible = "ti,tlv320aic3x";
  32. reg = <0x18>;
  33. };
  34. stmpe@41 {
  35. compatible = "st,stmpe811";
  36. reg = <0x41>;
  37. };
  38. rtc@51 {
  39. compatible = "nxp,rtc8564";
  40. reg = <0x51>;
  41. };
  42. adc@64 {
  43. compatible = "maxim,max1037";
  44. reg = <0x64>;
  45. };
  46. };
  47. &i2c3 {
  48. pinctrl-names = "default";
  49. pinctrl-0 = <&pinctrl_i2c3>;
  50. clock-frequency = <100000>;
  51. status = "okay";
  52. };
  53. &uart3 {
  54. status = "okay";
  55. };
  56. &uart4 {
  57. status = "okay";
  58. };
  59. &usbh1 {
  60. status = "okay";
  61. };
  62. &usbotg {
  63. status = "okay";
  64. };
  65. &usdhc2 {
  66. status = "okay";
  67. };
  68. &usdhc3 {
  69. status = "okay";
  70. };
  71. &iomuxc {
  72. pinctrl_i2c2: i2c2grp {
  73. fsl,pins = <
  74. MX6QDL_PAD_EIM_EB2__I2C2_SCL 0x4001b8b1
  75. MX6QDL_PAD_EIM_D16__I2C2_SDA 0x4001b8b1
  76. >;
  77. };
  78. pinctrl_i2c3: i2c3grp {
  79. fsl,pins = <
  80. MX6QDL_PAD_EIM_D17__I2C3_SCL 0x4001b8b1
  81. MX6QDL_PAD_EIM_D18__I2C3_SDA 0x4001b8b1
  82. >;
  83. };
  84. };