2 * Copyright 2012 Maxime Ripard
4 * Maxime Ripard <maxime.ripard@free-electrons.com>
6 * This file is dual-licensed: you can use it either under the terms
7 * of the GPL or the X11 license, at your option. Note that this dual
8 * licensing only applies to this file, and not this project as a
11 * a) This file is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License as
13 * published by the Free Software Foundation; either version 2 of the
14 * License, or (at your option) any later version.
16 * This file is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
21 * You should have received a copy of the GNU General Public
22 * License along with this file; if not, write to the Free
23 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
28 * b) Permission is hereby granted, free of charge, to any person
29 * obtaining a copy of this software and associated documentation
30 * files (the "Software"), to deal in the Software without
31 * restriction, including without limitation the rights to use,
32 * copy, modify, merge, publish, distribute, sublicense, and/or
33 * sell copies of the Software, and to permit persons to whom the
34 * Software is furnished to do so, subject to the following
37 * The above copyright notice and this permission notice shall be
38 * included in all copies or substantial portions of the Software.
40 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
41 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
42 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
43 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
44 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
45 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
46 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
47 * OTHER DEALINGS IN THE SOFTWARE.
51 #include "sun5i-a13.dtsi"
52 #include "sunxi-common-regulators.dtsi"
54 #include <dt-bindings/gpio/gpio.h>
55 #include <dt-bindings/input/input.h>
56 #include <dt-bindings/pinctrl/sun4i-a10.h>
59 model = "Olimex A13-Olinuxino";
60 compatible = "olimex,a13-olinuxino", "allwinner,sun5i-a13";
67 stdout-path = "serial0:115200n8";
71 compatible = "gpio-leds";
72 pinctrl-names = "default";
73 pinctrl-0 = <&led_pins_olinuxino>;
76 gpios = <&pio 6 9 GPIO_ACTIVE_HIGH>;
87 pinctrl-names = "default";
88 pinctrl-0 = <&i2c0_pins_a>;
92 compatible = "x-powers,axp209";
97 #interrupt-cells = <1>;
102 pinctrl-names = "default";
103 pinctrl-0 = <&i2c1_pins_a>;
108 pinctrl-names = "default";
109 pinctrl-0 = <&i2c2_pins_a>;
114 vref-supply = <®_vcc3v0>;
119 linux,code = <KEY_VOLUMEUP>;
125 label = "Volume Down";
126 linux,code = <KEY_VOLUMEDOWN>;
133 linux,code = <KEY_MENU>;
140 linux,code = <KEY_ENTER>;
147 linux,code = <KEY_HOMEPAGE>;
154 pinctrl-names = "default";
155 pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_olinuxino>;
156 vmmc-supply = <®_vcc3v3>;
158 cd-gpios = <&pio 6 0 GPIO_ACTIVE_HIGH>; /* PG0 */
168 mmc0_cd_pin_olinuxino: mmc0_cd_pin@0 {
169 allwinner,pins = "PG0";
170 allwinner,function = "gpio_in";
171 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
172 allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
175 led_pins_olinuxino: led_pins@0 {
176 allwinner,pins = "PG9";
177 allwinner,function = "gpio_out";
178 allwinner,drive = <SUN4I_PINCTRL_20_MA>;
179 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
182 usb1_vbus_pin_olinuxino: usb1_vbus_pin@0 {
183 allwinner,pins = "PG11";
184 allwinner,function = "gpio_out";
185 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
186 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
191 pinctrl-0 = <&usb1_vbus_pin_olinuxino>;
192 gpio = <&pio 6 11 GPIO_ACTIVE_HIGH>;
197 pinctrl-names = "default";
198 pinctrl-0 = <&uart1_pins_b>;
203 usb1_vbus-supply = <®_usb1_vbus>;