blob: 3decefb3c37ac438c27574e7aed940fa2a684ea8 [file] [log] [blame]
Hans de Goede52e86b32013-12-15 20:23:36 +01001/*
Maxime Riparde321f1a2014-09-02 19:25:26 +02002 * Copyright 2012 Maxime Ripard <maxime.ripard@free-electrons.com>
Hans de Goede52e86b32013-12-15 20:23:36 +01003 * Copyright 2013 Hans de Goede <hdegoede@redhat.com>
4 *
Maxime Riparde321f1a2014-09-02 19:25:26 +02005 * 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.
Hans de Goede52e86b32013-12-15 20:23:36 +01009 *
Maxime Riparde321f1a2014-09-02 19:25:26 +020010 * 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.
Hans de Goede52e86b32013-12-15 20:23:36 +010014 *
Maxime Riparde321f1a2014-09-02 19:25:26 +020015 * 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.
Hans de Goede52e86b32013-12-15 20:23:36 +010047 */
48
49/dts-v1/;
50/include/ "sun5i-a13.dtsi"
Hans de Goedea83447f2014-03-01 20:26:33 +010051/include/ "sunxi-common-regulators.dtsi"
Hans de Goede52e86b32013-12-15 20:23:36 +010052
53/ {
54 model = "Olimex A13-Olinuxino Micro";
55 compatible = "olimex,a13-olinuxino-micro", "allwinner,sun5i-a13";
56
Maxime Ripard117a2cc2015-01-22 22:10:54 +010057 aliases {
58 serial0 = &uart1;
59 };
60
Hans de Goede52e86b32013-12-15 20:23:36 +010061 soc@01c00000 {
Hans de Goede31064bb2014-05-02 17:57:22 +020062 mmc0: mmc@01c0f000 {
63 pinctrl-names = "default";
64 pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_olinuxinom>;
Hans de Goedeb4d6c772014-05-11 09:46:55 +020065 vmmc-supply = <&reg_vcc3v3>;
Hans de Goede31064bb2014-05-02 17:57:22 +020066 bus-width = <4>;
67 cd-gpios = <&pio 6 0 0>; /* PG0 */
68 cd-inverted;
69 status = "okay";
70 };
71
Hans de Goedea83447f2014-03-01 20:26:33 +010072 usbphy: phy@01c13400 {
73 usb1_vbus-supply = <&reg_usb1_vbus>;
74 status = "okay";
75 };
76
77 ehci0: usb@01c14000 {
78 status = "okay";
79 };
80
81 ohci0: usb@01c14400 {
82 status = "okay";
83 };
84
Hans de Goede52e86b32013-12-15 20:23:36 +010085 pinctrl@01c20800 {
Hans de Goede31064bb2014-05-02 17:57:22 +020086 mmc0_cd_pin_olinuxinom: mmc0_cd_pin@0 {
87 allwinner,pins = "PG0";
88 allwinner,function = "gpio_in";
89 allwinner,drive = <0>;
90 allwinner,pull = <1>;
91 };
92
Hans de Goede52e86b32013-12-15 20:23:36 +010093 led_pins_olinuxinom: led_pins@0 {
94 allwinner,pins = "PG9";
95 allwinner,function = "gpio_out";
96 allwinner,drive = <1>;
97 allwinner,pull = <0>;
98 };
Hans de Goedea83447f2014-03-01 20:26:33 +010099
100 usb1_vbus_pin_olinuxinom: usb1_vbus_pin@0 {
101 allwinner,pins = "PG11";
102 allwinner,function = "gpio_out";
103 allwinner,drive = <0>;
104 allwinner,pull = <0>;
105 };
Hans de Goede52e86b32013-12-15 20:23:36 +0100106 };
107
108 uart1: serial@01c28400 {
109 pinctrl-names = "default";
110 pinctrl-0 = <&uart1_pins_b>;
111 status = "okay";
112 };
113
114 i2c0: i2c@01c2ac00 {
115 pinctrl-names = "default";
116 pinctrl-0 = <&i2c0_pins_a>;
117 status = "okay";
118 };
119
120 i2c1: i2c@01c2b000 {
121 pinctrl-names = "default";
122 pinctrl-0 = <&i2c1_pins_a>;
123 status = "okay";
124 };
125
126 i2c2: i2c@01c2b400 {
127 pinctrl-names = "default";
128 pinctrl-0 = <&i2c2_pins_a>;
129 status = "okay";
130 };
131 };
132
133 leds {
134 compatible = "gpio-leds";
135 pinctrl-names = "default";
136 pinctrl-0 = <&led_pins_olinuxinom>;
137
138 power {
139 label = "a13-olinuxino-micro:green:power";
140 gpios = <&pio 6 9 0>;
141 default-state = "on";
142 };
143 };
Hans de Goedea83447f2014-03-01 20:26:33 +0100144
145 reg_usb1_vbus: usb1-vbus {
146 pinctrl-0 = <&usb1_vbus_pin_olinuxinom>;
147 gpio = <&pio 6 11 0>;
148 status = "okay";
149 };
Hans de Goede52e86b32013-12-15 20:23:36 +0100150};