sun8i-a23-ippo-q8h-v5.dts 1.1 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/*
 * Copyright 2014 Chen-Yu Tsai
 *
 * Chen-Yu Tsai <wens@csie.org>
 *
 * The code contained herein is licensed under the GNU General Public
 * License. You may obtain a copy of the GNU General Public License
 * Version 2 or later at the following locations:
 *
 * http://www.opensource.org/licenses/gpl-license.html
 * http://www.gnu.org/copyleft/gpl.html
 */

/dts-v1/;
/include/ "sun8i-a23.dtsi"
16
/include/ "sunxi-common-regulators.dtsi"
17 18 19 20 21 22 23 24 25 26

/ {
	model = "Ippo Q8H Dual Core Tablet (v5)";
	compatible = "ippo,q8h-v5", "allwinner,sun8i-a23";

	chosen {
		bootargs = "earlyprintk console=ttyS0,115200";
	};

	soc@01c00000 {
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
		mmc0: mmc@01c0f000 {
			pinctrl-names = "default";
			pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_q8h>;
			vmmc-supply = <&reg_vcc3v0>;
			bus-width = <4>;
			cd-gpios = <&pio 1 4 0>; /* PB4 */
			cd-inverted;
			status = "okay";
		};

		pinctrl@01c20800 {
			mmc0_cd_pin_q8h: mmc0_cd_pin@0 {
				allwinner,pins = "PB4";
				allwinner,function = "gpio_in";
				allwinner,drive = <0>;
				allwinner,pull = <1>;
			};
		};

46
		r_uart: serial@01f02800 {
47 48
			pinctrl-names = "default";
			pinctrl-0 = <&r_uart_pins_a>;
49 50 51 52
			status = "okay";
		};
	};
};