omap4-panda-common.dtsi 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. /*
  2. * Copyright (C) 2011-2013 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. #include "elpida_ecb240abacn.dtsi"
  9. / {
  10. model = "TI OMAP4 PandaBoard";
  11. compatible = "ti,omap4-panda", "ti,omap4430", "ti,omap4";
  12. memory {
  13. device_type = "memory";
  14. reg = <0x80000000 0x40000000>; /* 1 GB */
  15. };
  16. leds: leds {
  17. compatible = "gpio-leds";
  18. pinctrl-names = "default";
  19. pinctrl-0 = <
  20. &led_wkgpio_pins
  21. >;
  22. heartbeat {
  23. label = "pandaboard::status1";
  24. gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
  25. linux,default-trigger = "heartbeat";
  26. };
  27. mmc {
  28. label = "pandaboard::status2";
  29. gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
  30. linux,default-trigger = "mmc0";
  31. };
  32. };
  33. sound: sound {
  34. compatible = "ti,abe-twl6040";
  35. ti,model = "PandaBoard";
  36. ti,mclk-freq = <38400000>;
  37. ti,mcpdm = <&mcpdm>;
  38. ti,twl6040 = <&twl6040>;
  39. /* Audio routing */
  40. ti,audio-routing =
  41. "Headset Stereophone", "HSOL",
  42. "Headset Stereophone", "HSOR",
  43. "Ext Spk", "HFL",
  44. "Ext Spk", "HFR",
  45. "Line Out", "AUXL",
  46. "Line Out", "AUXR",
  47. "HSMIC", "Headset Mic",
  48. "Headset Mic", "Headset Mic Bias",
  49. "AFML", "Line In",
  50. "AFMR", "Line In";
  51. };
  52. /* HS USB Port 1 Power */
  53. hsusb1_power: hsusb1_power_reg {
  54. compatible = "regulator-fixed";
  55. regulator-name = "hsusb1_vbus";
  56. regulator-min-microvolt = <3300000>;
  57. regulator-max-microvolt = <3300000>;
  58. gpio = <&gpio1 1 0>; /* gpio_1 */
  59. startup-delay-us = <70000>;
  60. enable-active-high;
  61. /*
  62. * boot-on is required along with always-on as the
  63. * regulator framework doesn't enable the regulator
  64. * if boot-on is not there.
  65. */
  66. regulator-always-on;
  67. regulator-boot-on;
  68. };
  69. /* HS USB Host PHY on PORT 1 */
  70. hsusb1_phy: hsusb1_phy {
  71. compatible = "usb-nop-xceiv";
  72. reset-gpios = <&gpio2 30 GPIO_ACTIVE_LOW>; /* gpio_62 */
  73. vcc-supply = <&hsusb1_power>;
  74. /**
  75. * FIXME:
  76. * put the right clock phandle here when available
  77. * clocks = <&auxclk3>;
  78. * clock-names = "main_clk";
  79. */
  80. clock-frequency = <19200000>;
  81. };
  82. /* regulator for wl12xx on sdio5 */
  83. wl12xx_vmmc: wl12xx_vmmc {
  84. pinctrl-names = "default";
  85. pinctrl-0 = <&wl12xx_gpio>;
  86. compatible = "regulator-fixed";
  87. regulator-name = "vwl1271";
  88. regulator-min-microvolt = <1800000>;
  89. regulator-max-microvolt = <1800000>;
  90. gpio = <&gpio2 11 0>;
  91. startup-delay-us = <70000>;
  92. enable-active-high;
  93. };
  94. };
  95. &omap4_pmx_core {
  96. pinctrl-names = "default";
  97. pinctrl-0 = <
  98. &twl6040_pins
  99. &mcpdm_pins
  100. &mcbsp1_pins
  101. &dss_hdmi_pins
  102. &tpd12s015_pins
  103. &hsusbb1_pins
  104. >;
  105. twl6040_pins: pinmux_twl6040_pins {
  106. pinctrl-single,pins = <
  107. 0xe0 (PIN_OUTPUT | MUX_MODE3) /* hdq_sio.gpio_127 */
  108. 0x160 (PIN_INPUT | MUX_MODE0) /* sys_nirq2.sys_nirq2 */
  109. >;
  110. };
  111. mcpdm_pins: pinmux_mcpdm_pins {
  112. pinctrl-single,pins = <
  113. 0xc6 (PIN_INPUT_PULLDOWN | MUX_MODE0) /* abe_pdm_ul_data.abe_pdm_ul_data */
  114. 0xc8 (PIN_INPUT_PULLDOWN | MUX_MODE0) /* abe_pdm_dl_data.abe_pdm_dl_data */
  115. 0xca (PIN_INPUT_PULLUP | MUX_MODE0) /* abe_pdm_frame.abe_pdm_frame */
  116. 0xcc (PIN_INPUT_PULLDOWN | MUX_MODE0) /* abe_pdm_lb_clk.abe_pdm_lb_clk */
  117. 0xce (PIN_INPUT_PULLDOWN | MUX_MODE0) /* abe_clks.abe_clks */
  118. >;
  119. };
  120. mcbsp1_pins: pinmux_mcbsp1_pins {
  121. pinctrl-single,pins = <
  122. 0xbe (PIN_INPUT | MUX_MODE0) /* abe_mcbsp1_clkx.abe_mcbsp1_clkx */
  123. 0xc0 (PIN_INPUT_PULLDOWN | MUX_MODE0) /* abe_mcbsp1_dr.abe_mcbsp1_dr */
  124. 0xc2 (PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* abe_mcbsp1_dx.abe_mcbsp1_dx */
  125. 0xc4 (PIN_INPUT | MUX_MODE0) /* abe_mcbsp1_fsx.abe_mcbsp1_fsx */
  126. >;
  127. };
  128. dss_hdmi_pins: pinmux_dss_hdmi_pins {
  129. pinctrl-single,pins = <
  130. 0x5a (PIN_INPUT_PULLUP | MUX_MODE0) /* hdmi_cec.hdmi_cec */
  131. 0x5c (PIN_INPUT_PULLUP | MUX_MODE0) /* hdmi_scl.hdmi_scl */
  132. 0x5e (PIN_INPUT_PULLUP | MUX_MODE0) /* hdmi_sda.hdmi_sda */
  133. >;
  134. };
  135. tpd12s015_pins: pinmux_tpd12s015_pins {
  136. pinctrl-single,pins = <
  137. 0x22 (PIN_OUTPUT | MUX_MODE3) /* gpmc_a17.gpio_41 */
  138. 0x48 (PIN_OUTPUT | MUX_MODE3) /* gpmc_nbe1.gpio_60 */
  139. 0x58 (PIN_INPUT_PULLDOWN | MUX_MODE3) /* hdmi_hpd.gpio_63 */
  140. >;
  141. };
  142. hsusbb1_pins: pinmux_hsusbb1_pins {
  143. pinctrl-single,pins = <
  144. 0x82 (PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_clk.usbb1_ulpiphy_clk */
  145. 0x84 (PIN_OUTPUT | MUX_MODE4) /* usbb1_ulpitll_stp.usbb1_ulpiphy_stp */
  146. 0x86 (PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_dir.usbb1_ulpiphy_dir */
  147. 0x88 (PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_nxt.usbb1_ulpiphy_nxt */
  148. 0x8a (PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_dat0.usbb1_ulpiphy_dat0 */
  149. 0x8c (PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_dat1.usbb1_ulpiphy_dat1 */
  150. 0x8e (PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_dat2.usbb1_ulpiphy_dat2 */
  151. 0x90 (PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_dat3.usbb1_ulpiphy_dat3 */
  152. 0x92 (PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_dat4.usbb1_ulpiphy_dat4 */
  153. 0x94 (PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_dat5.usbb1_ulpiphy_dat5 */
  154. 0x96 (PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_dat6.usbb1_ulpiphy_dat6 */
  155. 0x98 (PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_dat7.usbb1_ulpiphy_dat7 */
  156. >;
  157. };
  158. i2c1_pins: pinmux_i2c1_pins {
  159. pinctrl-single,pins = <
  160. 0xe2 (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c1_scl */
  161. 0xe4 (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c1_sda */
  162. >;
  163. };
  164. i2c2_pins: pinmux_i2c2_pins {
  165. pinctrl-single,pins = <
  166. 0xe6 (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c2_scl */
  167. 0xe8 (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c2_sda */
  168. >;
  169. };
  170. i2c3_pins: pinmux_i2c3_pins {
  171. pinctrl-single,pins = <
  172. 0xea (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c3_scl */
  173. 0xec (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c3_sda */
  174. >;
  175. };
  176. i2c4_pins: pinmux_i2c4_pins {
  177. pinctrl-single,pins = <
  178. 0xee (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c4_scl */
  179. 0xf0 (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c4_sda */
  180. >;
  181. };
  182. };
  183. &omap4_pmx_wkup {
  184. led_wkgpio_pins: pinmux_leds_wkpins {
  185. pinctrl-single,pins = <
  186. 0x1a (PIN_OUTPUT | MUX_MODE3) /* gpio_wk7 */
  187. 0x1c (PIN_OUTPUT | MUX_MODE3) /* gpio_wk8 */
  188. >;
  189. };
  190. /*
  191. * wl12xx GPIO outputs for WLAN_EN, BT_EN, FM_EN, BT_WAKEUP
  192. * REVISIT: Are the pull-ups needed for GPIO 48 and 49?
  193. */
  194. wl12xx_gpio: pinmux_wl12xx_gpio {
  195. pinctrl-single,pins = <
  196. 0x26 (PIN_OUTPUT | MUX_MODE3) /* gpmc_a19.gpio_43 */
  197. 0x2c (PIN_OUTPUT | MUX_MODE3) /* gpmc_a22.gpio_46 */
  198. 0x30 (PIN_OUTPUT_PULLUP | MUX_MODE3) /* gpmc_a24.gpio_48 */
  199. 0x32 (PIN_OUTPUT_PULLUP | MUX_MODE3) /* gpmc_a25.gpio_49 */
  200. >;
  201. };
  202. /* wl12xx GPIO inputs and SDIO pins */
  203. wl12xx_pins: pinmux_wl12xx_pins {
  204. pinctrl-single,pins = <
  205. 0x38 (PIN_INPUT | MUX_MODE3) /* gpmc_ncs2.gpio_52 */
  206. 0x3a (PIN_INPUT | MUX_MODE3) /* gpmc_ncs3.gpio_53 */
  207. 0x108 (PIN_OUTPUT | MUX_MODE0) /* sdmmc5_clk.sdmmc5_clk */
  208. 0x10a (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc5_cmd.sdmmc5_cmd */
  209. 0x10c (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc5_dat0.sdmmc5_dat0 */
  210. 0x10e (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc5_dat1.sdmmc5_dat1 */
  211. 0x110 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc5_dat2.sdmmc5_dat2 */
  212. 0x112 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc5_dat3.sdmmc5_dat3 */
  213. >;
  214. };
  215. };
  216. &i2c1 {
  217. pinctrl-names = "default";
  218. pinctrl-0 = <&i2c1_pins>;
  219. clock-frequency = <400000>;
  220. twl: twl@48 {
  221. reg = <0x48>;
  222. /* IRQ# = 7 */
  223. interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; /* IRQ_SYS_1N cascaded to gic */
  224. interrupt-parent = <&gic>;
  225. };
  226. twl6040: twl@4b {
  227. compatible = "ti,twl6040";
  228. reg = <0x4b>;
  229. /* IRQ# = 119 */
  230. interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>; /* IRQ_SYS_2N cascaded to gic */
  231. interrupt-parent = <&gic>;
  232. ti,audpwron-gpio = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio line 127 */
  233. vio-supply = <&v1v8>;
  234. v2v1-supply = <&v2v1>;
  235. enable-active-high;
  236. };
  237. };
  238. #include "twl6030.dtsi"
  239. #include "twl6030_omap4.dtsi"
  240. &i2c2 {
  241. pinctrl-names = "default";
  242. pinctrl-0 = <&i2c2_pins>;
  243. clock-frequency = <400000>;
  244. };
  245. &i2c3 {
  246. pinctrl-names = "default";
  247. pinctrl-0 = <&i2c3_pins>;
  248. clock-frequency = <100000>;
  249. /*
  250. * Display monitor features are burnt in their EEPROM as EDID data.
  251. * The EEPROM is connected as I2C slave device.
  252. */
  253. eeprom@50 {
  254. compatible = "ti,eeprom";
  255. reg = <0x50>;
  256. };
  257. };
  258. &i2c4 {
  259. pinctrl-names = "default";
  260. pinctrl-0 = <&i2c4_pins>;
  261. clock-frequency = <400000>;
  262. };
  263. &mmc1 {
  264. vmmc-supply = <&vmmc>;
  265. bus-width = <8>;
  266. };
  267. &mmc2 {
  268. status = "disabled";
  269. };
  270. &mmc3 {
  271. status = "disabled";
  272. };
  273. &mmc4 {
  274. status = "disabled";
  275. };
  276. &mmc5 {
  277. pinctrl-names = "default";
  278. pinctrl-0 = <&wl12xx_pins>;
  279. vmmc-supply = <&wl12xx_vmmc>;
  280. non-removable;
  281. bus-width = <4>;
  282. cap-power-off-card;
  283. };
  284. &emif1 {
  285. cs1-used;
  286. device-handle = <&elpida_ECB240ABACN>;
  287. };
  288. &emif2 {
  289. cs1-used;
  290. device-handle = <&elpida_ECB240ABACN>;
  291. };
  292. &mcbsp2 {
  293. status = "disabled";
  294. };
  295. &mcbsp3 {
  296. status = "disabled";
  297. };
  298. &dmic {
  299. status = "disabled";
  300. };
  301. &twl_usb_comparator {
  302. usb-supply = <&vusb>;
  303. };
  304. &usb_otg_hs {
  305. interface-type = <1>;
  306. mode = <3>;
  307. power = <50>;
  308. };
  309. &usbhshost {
  310. port1-mode = "ehci-phy";
  311. };
  312. &usbhsehci {
  313. phys = <&hsusb1_phy>;
  314. };