Boris BREZILLON | 8b2b956 | 2014-05-13 17:44:22 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2014 Boris Brezillon |
| 3 | * |
| 4 | * Boris Brezillon <boris.brezillon@free-electrons.com> |
| 5 | * |
Maxime Ripard | 360a30c | 2014-10-17 11:38:37 +0200 | [diff] [blame] | 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 |
| 9 | * whole. |
Boris BREZILLON | 8b2b956 | 2014-05-13 17:44:22 +0200 | [diff] [blame] | 10 | * |
Maxime Ripard | 360a30c | 2014-10-17 11:38:37 +0200 | [diff] [blame] | 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. |
| 15 | * |
| 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. |
| 20 | * |
| 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, |
| 24 | * MA 02110-1301 USA |
| 25 | * |
| 26 | * Or, alternatively, |
| 27 | * |
| 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 |
| 35 | * conditions: |
| 36 | * |
| 37 | * The above copyright notice and this permission notice shall be |
| 38 | * included in all copies or substantial portions of the Software. |
| 39 | * |
| 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. |
Boris BREZILLON | 8b2b956 | 2014-05-13 17:44:22 +0200 | [diff] [blame] | 48 | */ |
| 49 | |
| 50 | /dts-v1/; |
Maxime Ripard | 7145570 | 2014-12-16 22:59:54 +0100 | [diff] [blame] | 51 | #include "sun6i-a31.dtsi" |
| 52 | #include "sunxi-common-regulators.dtsi" |
Boris BREZILLON | 8b2b956 | 2014-05-13 17:44:22 +0200 | [diff] [blame] | 53 | |
Maxime Ripard | bca1292 | 2014-12-16 22:59:55 +0100 | [diff] [blame] | 54 | #include <dt-bindings/gpio/gpio.h> |
Maxime Ripard | 092a0c3 | 2014-12-16 22:59:57 +0100 | [diff] [blame] | 55 | #include <dt-bindings/pinctrl/sun4i-a10.h> |
Maxime Ripard | bca1292 | 2014-12-16 22:59:55 +0100 | [diff] [blame] | 56 | |
Boris BREZILLON | 8b2b956 | 2014-05-13 17:44:22 +0200 | [diff] [blame] | 57 | / { |
| 58 | model = "Allwinner A31 APP4 EVB1 Evaluation Board"; |
| 59 | compatible = "allwinner,app4-evb1", "allwinner,sun6i-a31"; |
| 60 | |
Maxime Ripard | 59ebbe8 | 2015-03-15 20:47:31 +0100 | [diff] [blame^] | 61 | aliases { |
| 62 | serial0 = &uart0; |
| 63 | }; |
| 64 | |
Boris BREZILLON | 8b2b956 | 2014-05-13 17:44:22 +0200 | [diff] [blame] | 65 | chosen { |
Maxime Ripard | 59ebbe8 | 2015-03-15 20:47:31 +0100 | [diff] [blame^] | 66 | stdout-path = "serial0:115200n8"; |
Boris BREZILLON | 8b2b956 | 2014-05-13 17:44:22 +0200 | [diff] [blame] | 67 | }; |
Maxime Ripard | df839ae | 2015-01-31 12:11:54 +0100 | [diff] [blame] | 68 | }; |
Boris BREZILLON | 8b2b956 | 2014-05-13 17:44:22 +0200 | [diff] [blame] | 69 | |
Maxime Ripard | df839ae | 2015-01-31 12:11:54 +0100 | [diff] [blame] | 70 | &ehci0 { |
| 71 | status = "okay"; |
| 72 | }; |
Boris BREZILLON | 8b2b956 | 2014-05-13 17:44:22 +0200 | [diff] [blame] | 73 | |
Maxime Ripard | df839ae | 2015-01-31 12:11:54 +0100 | [diff] [blame] | 74 | &pio { |
| 75 | usb1_vbus_pin_a: usb1_vbus_pin@0 { |
| 76 | allwinner,pins = "PH27"; |
| 77 | allwinner,function = "gpio_out"; |
| 78 | allwinner,drive = <SUN4I_PINCTRL_10_MA>; |
| 79 | allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; |
Boris BREZILLON | 8b2b956 | 2014-05-13 17:44:22 +0200 | [diff] [blame] | 80 | }; |
Maxime Ripard | df839ae | 2015-01-31 12:11:54 +0100 | [diff] [blame] | 81 | }; |
Boris BREZILLON | 8b2b956 | 2014-05-13 17:44:22 +0200 | [diff] [blame] | 82 | |
Maxime Ripard | df839ae | 2015-01-31 12:11:54 +0100 | [diff] [blame] | 83 | ®_usb1_vbus { |
| 84 | pinctrl-0 = <&usb1_vbus_pin_a>; |
| 85 | gpio = <&pio 7 27 GPIO_ACTIVE_HIGH>; |
| 86 | status = "okay"; |
| 87 | }; |
| 88 | |
| 89 | &uart0 { |
| 90 | pinctrl-names = "default"; |
| 91 | pinctrl-0 = <&uart0_pins_a>; |
| 92 | status = "okay"; |
| 93 | }; |
| 94 | |
| 95 | &usbphy { |
| 96 | usb1_vbus-supply = <®_usb1_vbus>; |
| 97 | status = "okay"; |
Boris BREZILLON | 8b2b956 | 2014-05-13 17:44:22 +0200 | [diff] [blame] | 98 | }; |