am335x-evm.dts 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. /*
  2. * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.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/ "am33xx.dtsi"
  10. / {
  11. model = "TI AM335x EVM";
  12. compatible = "ti,am335x-evm", "ti,am33xx";
  13. cpus {
  14. cpu@0 {
  15. cpu0-supply = <&vdd1_reg>;
  16. };
  17. };
  18. memory {
  19. device_type = "memory";
  20. reg = <0x80000000 0x10000000>; /* 256 MB */
  21. };
  22. ocp {
  23. uart1: serial@44e09000 {
  24. status = "okay";
  25. };
  26. i2c1: i2c@44e0b000 {
  27. status = "okay";
  28. clock-frequency = <400000>;
  29. tps: tps@2d {
  30. reg = <0x2d>;
  31. };
  32. };
  33. i2c2: i2c@4802a000 {
  34. status = "okay";
  35. clock-frequency = <100000>;
  36. lis331dlh: lis331dlh@18 {
  37. compatible = "st,lis331dlh", "st,lis3lv02d";
  38. reg = <0x18>;
  39. Vdd-supply = <&lis3_reg>;
  40. Vdd_IO-supply = <&lis3_reg>;
  41. st,click-single-x;
  42. st,click-single-y;
  43. st,click-single-z;
  44. st,click-thresh-x = <10>;
  45. st,click-thresh-y = <10>;
  46. st,click-thresh-z = <10>;
  47. st,irq1-click;
  48. st,irq2-click;
  49. st,wakeup-x-lo;
  50. st,wakeup-x-hi;
  51. st,wakeup-y-lo;
  52. st,wakeup-y-hi;
  53. st,wakeup-z-lo;
  54. st,wakeup-z-hi;
  55. st,min-limit-x = <120>;
  56. st,min-limit-y = <120>;
  57. st,min-limit-z = <140>;
  58. st,max-limit-x = <550>;
  59. st,max-limit-y = <550>;
  60. st,max-limit-z = <750>;
  61. };
  62. tsl2550: tsl2550@39 {
  63. compatible = "taos,tsl2550";
  64. reg = <0x39>;
  65. };
  66. tmp275: tmp275@48 {
  67. compatible = "ti,tmp275";
  68. reg = <0x48>;
  69. };
  70. };
  71. };
  72. vbat: fixedregulator@0 {
  73. compatible = "regulator-fixed";
  74. regulator-name = "vbat";
  75. regulator-min-microvolt = <5000000>;
  76. regulator-max-microvolt = <5000000>;
  77. regulator-boot-on;
  78. };
  79. lis3_reg: fixedregulator@1 {
  80. compatible = "regulator-fixed";
  81. regulator-name = "lis3_reg";
  82. regulator-boot-on;
  83. };
  84. };
  85. /include/ "tps65910.dtsi"
  86. &tps {
  87. vcc1-supply = <&vbat>;
  88. vcc2-supply = <&vbat>;
  89. vcc3-supply = <&vbat>;
  90. vcc4-supply = <&vbat>;
  91. vcc5-supply = <&vbat>;
  92. vcc6-supply = <&vbat>;
  93. vcc7-supply = <&vbat>;
  94. vccio-supply = <&vbat>;
  95. regulators {
  96. vrtc_reg: regulator@0 {
  97. regulator-always-on;
  98. };
  99. vio_reg: regulator@1 {
  100. regulator-always-on;
  101. };
  102. vdd1_reg: regulator@2 {
  103. /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
  104. regulator-name = "vdd_mpu";
  105. regulator-min-microvolt = <912500>;
  106. regulator-max-microvolt = <1312500>;
  107. regulator-boot-on;
  108. regulator-always-on;
  109. };
  110. vdd2_reg: regulator@3 {
  111. /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
  112. regulator-name = "vdd_core";
  113. regulator-min-microvolt = <912500>;
  114. regulator-max-microvolt = <1150000>;
  115. regulator-boot-on;
  116. regulator-always-on;
  117. };
  118. vdd3_reg: regulator@4 {
  119. regulator-always-on;
  120. };
  121. vdig1_reg: regulator@5 {
  122. regulator-always-on;
  123. };
  124. vdig2_reg: regulator@6 {
  125. regulator-always-on;
  126. };
  127. vpll_reg: regulator@7 {
  128. regulator-always-on;
  129. };
  130. vdac_reg: regulator@8 {
  131. regulator-always-on;
  132. };
  133. vaux1_reg: regulator@9 {
  134. regulator-always-on;
  135. };
  136. vaux2_reg: regulator@10 {
  137. regulator-always-on;
  138. };
  139. vaux33_reg: regulator@11 {
  140. regulator-always-on;
  141. };
  142. vmmc_reg: regulator@12 {
  143. regulator-always-on;
  144. };
  145. };
  146. };