Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  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.  
  10. #include "am33xx.dtsi"
  11. #include "am335x-bone-common.dtsi"
  12. #include "am335x-bone-common-pinmux.dtsi"
  13.  
  14. &ldo3_reg {
  15. regulator-min-microvolt = <1800000>;
  16. regulator-max-microvolt = <1800000>;
  17. regulator-always-on;
  18. };
  19.  
  20. &mmc1 {
  21. vmmc-supply = <&vmmcsd_fixed>;
  22. };
  23.  
  24. &am33xx_pinmux {
  25. pinctrl-names = "default";
  26. pinctrl-0 = <&clkout2_pin>;
  27. };
  28.  
  29. /* spi0: P9.17, P9.18, P9.21, P9.22 */
  30. #include "am335x-bone-spi0-spidev.dtsi"
  31.  
  32. /* spi1: */
  33. /* P9.31 spi1_sclk */
  34. /* P9.29 spi1_d0 */
  35. /* P9.30 spi1_d1 */
  36. /* P9.28 spi1_cs0 */
  37. #include "am335x-bone-spi1-spidev.dtsi"
  38.  
  39. /* spi1a: */
  40. /* P9.42 spi1_sclk */
  41. /* P9.29 spi1_d0 */
  42. /* P9.30 spi1_d1 */
  43. /* P9.20 spi1_cs0 */
  44. /* #include "am335x-bone-spi1a-spidev.dtsi" */
  45.  
  46. /* uart1: P9.24, P9.26 */
  47. /* #include "am335x-bone-ttyO1.dtsi" */
  48. /* uart2: P9.21, P9.22 */
  49. /* #include "am335x-bone-ttyO2.dtsi" */
  50. /* uart4: P9.11, P9.13 */
  51. /* #include "am335x-bone-ttyO4.dtsi" */
  52. /* uart5: P8.37, P8.38 am335x-boneblack: hdmi has to be disabled for ttyO5 */
  53. /* #include "am335x-bone-ttyO5.dtsi" */
  54.  
  55. #include "am335x-boneblack-emmc.dtsi"
  56.  
  57. /* Display */
  58. /* #include "am335x-boneblack-nxp-hdmi-no-audio.dtsi" */
  59.  
  60. /* Capes */
  61. /* http://elinux.org/CircuitCo:Audio_Cape_RevB */
  62. /* Pins: P9.24, P9.28, P9.29, P9.31, P9.30 */
  63. /* #include "am335x-bone-audio.dtsi" */
  64.  
  65. /* http://elinux.org/CircuitCo:BeagleBone_LCD3 */
  66. /* #include "am335x-bone-lcd3-01-00a2.dtsi" */
  67.  
  68. /* http://elinux.org/CircuitCo:BeagleBone_LCD4 */
  69. /* #include "am335x-bone-lcd4-01-00a1.dtsi" */
  70.  
  71. /* http://elinux.org/CircuitCo:BeagleBone_LCD7 */
  72. /* am335x-boneblack: emmc has to be disabled for lcd7-01-00a2 */
  73. /* #include "am335x-bone-lcd7-01-00a2.dtsi" */
  74. /* #include "am335x-bone-lcd7-01-00a3.dtsi" */
  75.  
  76. /* http://elinux.org/CircuitCo:Basic_Proto_Cape */
  77. /* #include "am335x-bone-basic-proto-cape.dtsi" */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement