xref: /rk3399_rockchip-uboot/arch/arm/dts/sun4i-a10-mk802.dts (revision b5b84be8a7356d4c3618b6edcb501885e53569f5)
153ab4af3SHans de Goede/*
253ab4af3SHans de Goede * Copyright 2015 Hans de Goede <hdegoede@redhat.com>
353ab4af3SHans de Goede *
453ab4af3SHans de Goede * This file is dual-licensed: you can use it either under the terms
553ab4af3SHans de Goede * of the GPL or the X11 license, at your option. Note that this dual
653ab4af3SHans de Goede * licensing only applies to this file, and not this project as a
753ab4af3SHans de Goede * whole.
853ab4af3SHans de Goede *
953ab4af3SHans de Goede *  a) This file is free software; you can redistribute it and/or
1053ab4af3SHans de Goede *     modify it under the terms of the GNU General Public License as
1153ab4af3SHans de Goede *     published by the Free Software Foundation; either version 2 of the
1253ab4af3SHans de Goede *     License, or (at your option) any later version.
1353ab4af3SHans de Goede *
1453ab4af3SHans de Goede *     This file is distributed in the hope that it will be useful,
1553ab4af3SHans de Goede *     but WITHOUT ANY WARRANTY; without even the implied warranty of
1653ab4af3SHans de Goede *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1753ab4af3SHans de Goede *     GNU General Public License for more details.
1853ab4af3SHans de Goede *
1953ab4af3SHans de Goede * Or, alternatively,
2053ab4af3SHans de Goede *
2153ab4af3SHans de Goede *  b) Permission is hereby granted, free of charge, to any person
2253ab4af3SHans de Goede *     obtaining a copy of this software and associated documentation
2353ab4af3SHans de Goede *     files (the "Software"), to deal in the Software without
2453ab4af3SHans de Goede *     restriction, including without limitation the rights to use,
2553ab4af3SHans de Goede *     copy, modify, merge, publish, distribute, sublicense, and/or
2653ab4af3SHans de Goede *     sell copies of the Software, and to permit persons to whom the
2753ab4af3SHans de Goede *     Software is furnished to do so, subject to the following
2853ab4af3SHans de Goede *     conditions:
2953ab4af3SHans de Goede *
3053ab4af3SHans de Goede *     The above copyright notice and this permission notice shall be
3153ab4af3SHans de Goede *     included in all copies or substantial portions of the Software.
3253ab4af3SHans de Goede *
3353ab4af3SHans de Goede *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3453ab4af3SHans de Goede *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3553ab4af3SHans de Goede *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3653ab4af3SHans de Goede *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3753ab4af3SHans de Goede *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3853ab4af3SHans de Goede *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3953ab4af3SHans de Goede *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
4053ab4af3SHans de Goede *     OTHER DEALINGS IN THE SOFTWARE.
4153ab4af3SHans de Goede */
4253ab4af3SHans de Goede
4353ab4af3SHans de Goede/dts-v1/;
4453ab4af3SHans de Goede#include "sun4i-a10.dtsi"
4553ab4af3SHans de Goede#include "sunxi-common-regulators.dtsi"
4653ab4af3SHans de Goede#include <dt-bindings/gpio/gpio.h>
47*80e5f83cSHans de Goede#include <dt-bindings/pinctrl/sun4i-a10.h>
4853ab4af3SHans de Goede
4953ab4af3SHans de Goede/ {
5053ab4af3SHans de Goede	model = "MK802";
5153ab4af3SHans de Goede	compatible = "allwinner,mk802", "allwinner,sun4i-a10";
5253ab4af3SHans de Goede
5353ab4af3SHans de Goede	aliases {
5453ab4af3SHans de Goede		serial0 = &uart0;
5553ab4af3SHans de Goede	};
5653ab4af3SHans de Goede
5753ab4af3SHans de Goede	chosen {
5853ab4af3SHans de Goede		stdout-path = "serial0:115200n8";
5953ab4af3SHans de Goede	};
6053ab4af3SHans de Goede};
6153ab4af3SHans de Goede
62*80e5f83cSHans de Goede&codec {
63*80e5f83cSHans de Goede	status = "okay";
64*80e5f83cSHans de Goede};
65*80e5f83cSHans de Goede
6653ab4af3SHans de Goede&ehci0 {
6753ab4af3SHans de Goede	status = "okay";
6853ab4af3SHans de Goede};
6953ab4af3SHans de Goede
7053ab4af3SHans de Goede&ehci1 {
7153ab4af3SHans de Goede	status = "okay";
7253ab4af3SHans de Goede};
7353ab4af3SHans de Goede
7453ab4af3SHans de Goede&mmc0 {
7553ab4af3SHans de Goede	pinctrl-names = "default";
7653ab4af3SHans de Goede	pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_reference_design>;
7753ab4af3SHans de Goede	vmmc-supply = <&reg_vcc3v3>;
7853ab4af3SHans de Goede	bus-width = <4>;
7953ab4af3SHans de Goede	cd-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>; /* PH1 */
8053ab4af3SHans de Goede	cd-inverted;
8153ab4af3SHans de Goede	status = "okay";
8253ab4af3SHans de Goede};
8353ab4af3SHans de Goede
8453ab4af3SHans de Goede&ohci0 {
8553ab4af3SHans de Goede	status = "okay";
8653ab4af3SHans de Goede};
8753ab4af3SHans de Goede
88*80e5f83cSHans de Goede&otg_sram {
89*80e5f83cSHans de Goede	status = "okay";
90*80e5f83cSHans de Goede};
91*80e5f83cSHans de Goede
9253ab4af3SHans de Goede&pio {
93*80e5f83cSHans de Goede	usb0_id_detect_pin: usb0_id_detect_pin@0 {
94*80e5f83cSHans de Goede		allwinner,pins = "PH4";
95*80e5f83cSHans de Goede		allwinner,function = "gpio_in";
96*80e5f83cSHans de Goede		allwinner,drive = <SUN4I_PINCTRL_10_MA>;
97*80e5f83cSHans de Goede		allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
98*80e5f83cSHans de Goede	};
99*80e5f83cSHans de Goede
100*80e5f83cSHans de Goede	usb0_vbus_detect_pin: usb0_vbus_detect_pin@0 {
101*80e5f83cSHans de Goede		allwinner,pins = "PH5";
102*80e5f83cSHans de Goede		allwinner,function = "gpio_in";
103*80e5f83cSHans de Goede		allwinner,drive = <SUN4I_PINCTRL_10_MA>;
104*80e5f83cSHans de Goede		allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
105*80e5f83cSHans de Goede	};
106*80e5f83cSHans de Goede
10753ab4af3SHans de Goede	usb2_vbus_pin_mk802: usb2_vbus_pin@0 {
10853ab4af3SHans de Goede		allwinner,pins = "PH12";
10953ab4af3SHans de Goede		allwinner,function = "gpio_out";
11053ab4af3SHans de Goede		allwinner,drive = <SUN4I_PINCTRL_10_MA>;
11153ab4af3SHans de Goede		allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
11253ab4af3SHans de Goede	};
11353ab4af3SHans de Goede};
11453ab4af3SHans de Goede
115*80e5f83cSHans de Goede&reg_usb0_vbus {
116*80e5f83cSHans de Goede	status = "okay";
117*80e5f83cSHans de Goede};
118*80e5f83cSHans de Goede
11953ab4af3SHans de Goede&reg_usb1_vbus {
12053ab4af3SHans de Goede	status = "okay";
12153ab4af3SHans de Goede};
12253ab4af3SHans de Goede
12353ab4af3SHans de Goede&reg_usb2_vbus {
12453ab4af3SHans de Goede	pinctrl-0 = <&usb2_vbus_pin_mk802>;
12553ab4af3SHans de Goede	gpio = <&pio 7 12 GPIO_ACTIVE_HIGH>; /* PH12 */
12653ab4af3SHans de Goede	status = "okay";
12753ab4af3SHans de Goede};
12853ab4af3SHans de Goede
12953ab4af3SHans de Goede&uart0 {
13053ab4af3SHans de Goede	pinctrl-names = "default";
13153ab4af3SHans de Goede	pinctrl-0 = <&uart0_pins_a>;
13253ab4af3SHans de Goede	status = "okay";
13353ab4af3SHans de Goede};
13453ab4af3SHans de Goede
135*80e5f83cSHans de Goede&usb_otg {
136*80e5f83cSHans de Goede	dr_mode = "otg";
137*80e5f83cSHans de Goede	status = "okay";
138*80e5f83cSHans de Goede};
139*80e5f83cSHans de Goede
14053ab4af3SHans de Goede&usbphy {
141*80e5f83cSHans de Goede	pinctrl-names = "default";
142*80e5f83cSHans de Goede	pinctrl-0 = <&usb0_id_detect_pin>, <&usb0_vbus_detect_pin>;
143*80e5f83cSHans de Goede	usb0_id_det-gpios = <&pio 7 4 GPIO_ACTIVE_HIGH>; /* PH4 */
144*80e5f83cSHans de Goede	usb0_vbus_det-gpios = <&pio 7 5 GPIO_ACTIVE_HIGH>; /* PH5 */
145*80e5f83cSHans de Goede	usb0_vbus-supply = <&reg_usb0_vbus>;
14653ab4af3SHans de Goede	usb1_vbus-supply = <&reg_usb1_vbus>;
14753ab4af3SHans de Goede	usb2_vbus-supply = <&reg_usb2_vbus>;
14853ab4af3SHans de Goede	status = "okay";
14953ab4af3SHans de Goede};
150