sun5i-a13-olinuxino-micro.dts 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. /*
  2. * Copyright 2012 Maxime Ripard <maxime.ripard@free-electrons.com>
  3. * Copyright 2013 Hans de Goede <hdegoede@redhat.com>
  4. *
  5. * This file is dual-licensed: you can use it either under the terms
  6. * of the GPL or the X11 license, at your option. Note that this dual
  7. * licensing only applies to this file, and not this project as a
  8. * whole.
  9. *
  10. * a) This file is free software; you can redistribute it and/or
  11. * modify it under the terms of the GNU General Public License as
  12. * published by the Free Software Foundation; either version 2 of the
  13. * License, or (at your option) any later version.
  14. *
  15. * This file is distributed in the hope that it will be useful,
  16. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. * GNU General Public License for more details.
  19. *
  20. * You should have received a copy of the GNU General Public
  21. * License along with this file; if not, write to the Free
  22. * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
  23. * MA 02110-1301 USA
  24. *
  25. * Or, alternatively,
  26. *
  27. * b) Permission is hereby granted, free of charge, to any person
  28. * obtaining a copy of this software and associated documentation
  29. * files (the "Software"), to deal in the Software without
  30. * restriction, including without limitation the rights to use,
  31. * copy, modify, merge, publish, distribute, sublicense, and/or
  32. * sell copies of the Software, and to permit persons to whom the
  33. * Software is furnished to do so, subject to the following
  34. * conditions:
  35. *
  36. * The above copyright notice and this permission notice shall be
  37. * included in all copies or substantial portions of the Software.
  38. *
  39. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  40. * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  41. * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  42. * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  43. * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  44. * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  45. * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  46. * OTHER DEALINGS IN THE SOFTWARE.
  47. */
  48. /dts-v1/;
  49. /include/ "sun5i-a13.dtsi"
  50. /include/ "sunxi-common-regulators.dtsi"
  51. / {
  52. model = "Olimex A13-Olinuxino Micro";
  53. compatible = "olimex,a13-olinuxino-micro", "allwinner,sun5i-a13";
  54. aliases {
  55. serial0 = &uart1;
  56. };
  57. soc@01c00000 {
  58. mmc0: mmc@01c0f000 {
  59. pinctrl-names = "default";
  60. pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_olinuxinom>;
  61. vmmc-supply = <&reg_vcc3v3>;
  62. bus-width = <4>;
  63. cd-gpios = <&pio 6 0 0>; /* PG0 */
  64. cd-inverted;
  65. status = "okay";
  66. };
  67. usbphy: phy@01c13400 {
  68. usb1_vbus-supply = <&reg_usb1_vbus>;
  69. status = "okay";
  70. };
  71. ehci0: usb@01c14000 {
  72. status = "okay";
  73. };
  74. ohci0: usb@01c14400 {
  75. status = "okay";
  76. };
  77. pinctrl@01c20800 {
  78. mmc0_cd_pin_olinuxinom: mmc0_cd_pin@0 {
  79. allwinner,pins = "PG0";
  80. allwinner,function = "gpio_in";
  81. allwinner,drive = <0>;
  82. allwinner,pull = <1>;
  83. };
  84. led_pins_olinuxinom: led_pins@0 {
  85. allwinner,pins = "PG9";
  86. allwinner,function = "gpio_out";
  87. allwinner,drive = <1>;
  88. allwinner,pull = <0>;
  89. };
  90. usb1_vbus_pin_olinuxinom: usb1_vbus_pin@0 {
  91. allwinner,pins = "PG11";
  92. allwinner,function = "gpio_out";
  93. allwinner,drive = <0>;
  94. allwinner,pull = <0>;
  95. };
  96. };
  97. uart1: serial@01c28400 {
  98. pinctrl-names = "default";
  99. pinctrl-0 = <&uart1_pins_b>;
  100. status = "okay";
  101. };
  102. i2c0: i2c@01c2ac00 {
  103. pinctrl-names = "default";
  104. pinctrl-0 = <&i2c0_pins_a>;
  105. status = "okay";
  106. };
  107. i2c1: i2c@01c2b000 {
  108. pinctrl-names = "default";
  109. pinctrl-0 = <&i2c1_pins_a>;
  110. status = "okay";
  111. };
  112. i2c2: i2c@01c2b400 {
  113. pinctrl-names = "default";
  114. pinctrl-0 = <&i2c2_pins_a>;
  115. status = "okay";
  116. };
  117. };
  118. leds {
  119. compatible = "gpio-leds";
  120. pinctrl-names = "default";
  121. pinctrl-0 = <&led_pins_olinuxinom>;
  122. power {
  123. label = "a13-olinuxino-micro:green:power";
  124. gpios = <&pio 6 9 0>;
  125. default-state = "on";
  126. };
  127. };
  128. reg_usb1_vbus: usb1-vbus {
  129. pinctrl-0 = <&usb1_vbus_pin_olinuxinom>;
  130. gpio = <&pio 6 11 0>;
  131. status = "okay";
  132. };
  133. };