imx35-eukrea-cpuimx35.dtsi 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /*
  2. * Copyright 2013 Eukréa Electromatique <denis@eukrea.com>
  3. *
  4. * This program is free software; you can redistribute it and/or
  5. * modify it under the terms of the GNU General Public License
  6. * as published by the Free Software Foundation; either version 2
  7. * of the License, or (at your option) any later version.
  8. * This program is distributed in the hope that it will be useful,
  9. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. * GNU General Public License for more details.
  12. */
  13. #include "imx35.dtsi"
  14. / {
  15. model = "Eukrea CPUIMX35";
  16. compatible = "eukrea,cpuimx35", "fsl,imx35";
  17. memory {
  18. reg = <0x80000000 0x8000000>; /* 128M */
  19. };
  20. };
  21. &fec {
  22. pinctrl-names = "default";
  23. pinctrl-0 = <&pinctrl_fec>;
  24. status = "okay";
  25. };
  26. &i2c1 {
  27. pinctrl-names = "default";
  28. pinctrl-0 = <&pinctrl_i2c1>;
  29. status = "okay";
  30. pcf8563@51 {
  31. compatible = "nxp,pcf8563";
  32. reg = <0x51>;
  33. };
  34. tsc2007: tsc2007@48 {
  35. compatible = "ti,tsc2007";
  36. gpios = <&gpio3 2 0>;
  37. interrupt-parent = <&gpio3>;
  38. interrupts = <0x2 0x8>;
  39. pinctrl-names = "default";
  40. pinctrl-0 = <&pinctrl_tsc2007_1>;
  41. reg = <0x48>;
  42. ti,x-plate-ohms = <180>;
  43. };
  44. };
  45. &iomuxc {
  46. imx35-eukrea {
  47. pinctrl_fec: fecgrp {
  48. fsl,pins = <
  49. MX35_PAD_FEC_TX_CLK__FEC_TX_CLK 0x80000000
  50. MX35_PAD_FEC_RX_CLK__FEC_RX_CLK 0x80000000
  51. MX35_PAD_FEC_RX_DV__FEC_RX_DV 0x80000000
  52. MX35_PAD_FEC_COL__FEC_COL 0x80000000
  53. MX35_PAD_FEC_RDATA0__FEC_RDATA_0 0x80000000
  54. MX35_PAD_FEC_TDATA0__FEC_TDATA_0 0x80000000
  55. MX35_PAD_FEC_TX_EN__FEC_TX_EN 0x80000000
  56. MX35_PAD_FEC_MDC__FEC_MDC 0x80000000
  57. MX35_PAD_FEC_MDIO__FEC_MDIO 0x80000000
  58. MX35_PAD_FEC_TX_ERR__FEC_TX_ERR 0x80000000
  59. MX35_PAD_FEC_RX_ERR__FEC_RX_ERR 0x80000000
  60. MX35_PAD_FEC_CRS__FEC_CRS 0x80000000
  61. MX35_PAD_FEC_RDATA1__FEC_RDATA_1 0x80000000
  62. MX35_PAD_FEC_TDATA1__FEC_TDATA_1 0x80000000
  63. MX35_PAD_FEC_RDATA2__FEC_RDATA_2 0x80000000
  64. MX35_PAD_FEC_TDATA2__FEC_TDATA_2 0x80000000
  65. MX35_PAD_FEC_RDATA3__FEC_RDATA_3 0x80000000
  66. MX35_PAD_FEC_TDATA3__FEC_TDATA_3 0x80000000
  67. >;
  68. };
  69. pinctrl_i2c1: i2c1grp {
  70. fsl,pins = <
  71. MX35_PAD_I2C1_CLK__I2C1_SCL 0x80000000
  72. MX35_PAD_I2C1_DAT__I2C1_SDA 0x80000000
  73. >;
  74. };
  75. pinctrl_tsc2007_1: tsc2007grp-1 {
  76. fsl,pins = <MX35_PAD_ATA_DA2__GPIO3_2 0x80000000>;
  77. };
  78. };
  79. };
  80. &nfc {
  81. nand-bus-width = <8>;
  82. nand-ecc-mode = "hw";
  83. nand-on-flash-bbt;
  84. status = "okay";
  85. };