2 * Copyright 2015 Hans de Goede <hdegoede@redhat.com>
4 * This file is dual-licensed: you can use it either under the terms
5 * of the GPL or the X11 license, at your option. Note that this dual
6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License as
11 * published by the Free Software Foundation; either version 2 of the
12 * License, or (at your option) any later version.
14 * This file is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
21 * b) Permission is hereby granted, free of charge, to any person
22 * obtaining a copy of this software and associated documentation
23 * files (the "Software"), to deal in the Software without
24 * restriction, including without limitation the rights to use,
25 * copy, modify, merge, publish, distribute, sublicense, and/or
26 * sell copies of the Software, and to permit persons to whom the
27 * Software is furnished to do so, subject to the following
30 * The above copyright notice and this permission notice shall be
31 * included in all copies or substantial portions of the Software.
33 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
35 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
36 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
37 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
38 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
39 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
40 * OTHER DEALINGS IN THE SOFTWARE.
44 #include "sun7i-a20.dtsi"
45 #include "sunxi-common-regulators.dtsi"
46 #include <dt-bindings/gpio/gpio.h>
47 #include <dt-bindings/interrupt-controller/arm-gic.h>
50 model = "LeMaker Banana Pro";
51 compatible = "lemaker,bananapro", "allwinner,sun7i-a20";
60 stdout-path = "serial0:115200n8";
64 compatible = "gpio-leds";
65 pinctrl-names = "default";
66 pinctrl-0 = <&led_pins_bananapro>;
69 label = "bananapro:blue:usr";
70 gpios = <&pio 6 2 GPIO_ACTIVE_HIGH>;
74 label = "bananapro:green:usr";
75 gpios = <&pio 7 24 GPIO_ACTIVE_HIGH>;
79 wifi_pwrseq: wifi-pwrseq {
80 compatible = "mmc-pwrseq-simple";
81 pinctrl-names = "default";
82 pinctrl-0 = <&vmmc3_pin_bananapro>;
83 reset-gpios = <&pio 7 22 GPIO_ACTIVE_LOW>;
86 reg_gmac_3v3: gmac-3v3 {
87 compatible = "regulator-fixed";
88 pinctrl-names = "default";
89 pinctrl-0 = <&gmac_power_pin_bananapro>;
90 regulator-name = "gmac-3v3";
91 regulator-min-microvolt = <3300000>;
92 regulator-max-microvolt = <3300000>;
93 startup-delay-us = <100000>;
95 gpio = <&pio 7 23 GPIO_ACTIVE_HIGH>;
116 pinctrl-names = "default";
117 pinctrl-0 = <&gmac_pins_rgmii_a>;
120 phy-supply = <®_gmac_3v3>;
123 phy1: ethernet-phy@1 {
129 pinctrl-names = "default";
130 pinctrl-0 = <&i2c0_pins_a>;
134 compatible = "x-powers,axp209";
136 interrupt-parent = <&nmi_intc>;
137 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
139 interrupt-controller;
140 #interrupt-cells = <1>;
145 pinctrl-names = "default";
146 pinctrl-0 = <&i2c2_pins_a>;
151 pinctrl-names = "default";
152 pinctrl-0 = <&ir0_rx_pins_a>;
157 pinctrl-names = "default";
158 pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_bananapro>;
159 vmmc-supply = <®_vcc3v3>;
161 cd-gpios = <&pio 7 10 GPIO_ACTIVE_HIGH>; /* PH10 */
167 pinctrl-names = "default";
168 pinctrl-0 = <&mmc3_pins_a>;
169 vmmc-supply = <®_vcc3v3>;
170 mmc-pwrseq = <&wifi_pwrseq>;
177 compatible = "brcm,bcm4329-fmac";
178 interrupt-parent = <&pio>;
179 interrupts = <7 15 IRQ_TYPE_LEVEL_LOW>;
180 interrupt-names = "host-wake";
193 gmac_power_pin_bananapro: gmac_power_pin@0 {
195 function = "gpio_out";
198 led_pins_bananapro: led_pins@0 {
199 pins = "PH24", "PG2";
200 function = "gpio_out";
203 mmc0_cd_pin_bananapro: mmc0_cd_pin@0 {
205 function = "gpio_in";
209 usb1_vbus_pin_bananapro: usb1_vbus_pin@0 {
211 function = "gpio_out";
214 usb2_vbus_pin_bananapro: usb2_vbus_pin@0 {
216 function = "gpio_out";
219 vmmc3_pin_bananapro: vmmc3_pin@0 {
221 function = "gpio_out";
226 pinctrl-0 = <&usb1_vbus_pin_bananapro>;
227 gpio = <&pio 7 0 GPIO_ACTIVE_HIGH>; /* PH0 */
232 pinctrl-0 = <&usb2_vbus_pin_bananapro>;
233 gpio = <&pio 7 1 GPIO_ACTIVE_HIGH>; /* PH1 */
238 pinctrl-names = "default";
239 pinctrl-0 = <&spi0_pins_a>,
246 pinctrl-names = "default";
247 pinctrl-0 = <&uart0_pins_a>;
252 pinctrl-names = "default";
253 pinctrl-0 = <&uart4_pins_b>;
258 pinctrl-names = "default";
259 pinctrl-0 = <&uart7_pins_a>;
264 usb1_vbus-supply = <®_usb1_vbus>;
265 usb2_vbus-supply = <®_usb2_vbus>;