omap4-var_som.dts 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /*
  2. * Copyright (C) 2012 Variscite Ltd. - http://www.variscite.com
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. */
  8. /dts-v1/;
  9. /include/ "omap4.dtsi"
  10. / {
  11. model = "Variscite OMAP4 SOM";
  12. compatible = "var,omap4-var_som", "ti,omap4430", "ti,omap4";
  13. memory {
  14. device_type = "memory";
  15. reg = <0x80000000 0x40000000>; /* 1 GB */
  16. };
  17. vdd_eth: fixedregulator@0 {
  18. compatible = "regulator-fixed";
  19. regulator-name = "VDD_ETH";
  20. regulator-min-microvolt = <3300000>;
  21. regulator-max-microvolt = <3300000>;
  22. enable-active-high;
  23. regulator-boot-on;
  24. };
  25. };
  26. &i2c1 {
  27. clock-frequency = <400000>;
  28. twl: twl@48 {
  29. reg = <0x48>;
  30. /* SPI = 0, IRQ# = 7, 4 = active high level-sensitive */
  31. interrupts = <0 7 4>; /* IRQ_SYS_1N cascaded to gic */
  32. interrupt-parent = <&gic>;
  33. };
  34. };
  35. /include/ "twl6030.dtsi"
  36. &i2c2 {
  37. clock-frequency = <400000>;
  38. };
  39. &i2c3 {
  40. clock-frequency = <400000>;
  41. /*
  42. * Temperature Sensor
  43. * http://www.ti.com/lit/ds/symlink/tmp105.pdf
  44. */
  45. tmp105@49 {
  46. compatible = "ti,tmp105";
  47. reg = <0x49>;
  48. };
  49. };
  50. &i2c4 {
  51. clock-frequency = <400000>;
  52. };
  53. &mcspi1 {
  54. eth@0 {
  55. compatible = "ks8851";
  56. spi-max-frequency = <24000000>;
  57. reg = <0>;
  58. interrupt-parent = <&gpio6>;
  59. interrupts = <11>; /* gpio line 171 */
  60. vdd-supply = <&vdd_eth>;
  61. };
  62. };
  63. &mmc1 {
  64. vmmc-supply = <&vmmc>;
  65. ti,bus-width = <8>;
  66. ti,non-removable;
  67. };
  68. &mmc2 {
  69. status = "disabled";
  70. };
  71. &mmc3 {
  72. status = "disabled";
  73. };
  74. &mmc4 {
  75. status = "disabled";
  76. };
  77. &mmc5 {
  78. ti,bus-width = <4>;
  79. };