ARM: sun8i: dt: Add Ippo-q8h v5 support
The Ippo-q8h is a tablet circuit board commonly found in cheap Android
tablets with A23 SoCs. There are at least 2 versions of the board, with
different peripherals, such as WiFi chips.
Common features among these tablets include 512 MB DRAM, NAND, MMC, LCD,
capacitive touchscreen, accelerometer, 1 or 2 camera sensors, USB OTG,
microphone and speaker.
v5 of these board designs has a ESP8089 WiFi chip (not supported)
connected to mmc1. This patch adds very basic support.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
2014-06-20 22:52:53 +08:00
|
|
|
/*
|
|
|
|
* 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"
|
2014-08-17 11:52:15 +08:00
|
|
|
/include/ "sunxi-common-regulators.dtsi"
|
ARM: sun8i: dt: Add Ippo-q8h v5 support
The Ippo-q8h is a tablet circuit board commonly found in cheap Android
tablets with A23 SoCs. There are at least 2 versions of the board, with
different peripherals, such as WiFi chips.
Common features among these tablets include 512 MB DRAM, NAND, MMC, LCD,
capacitive touchscreen, accelerometer, 1 or 2 camera sensors, USB OTG,
microphone and speaker.
v5 of these board designs has a ESP8089 WiFi chip (not supported)
connected to mmc1. This patch adds very basic support.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
2014-06-20 22:52:53 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Ippo Q8H Dual Core Tablet (v5)";
|
|
|
|
compatible = "ippo,q8h-v5", "allwinner,sun8i-a23";
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
bootargs = "earlyprintk console=ttyS0,115200";
|
|
|
|
};
|
|
|
|
|
|
|
|
soc@01c00000 {
|
2014-08-17 11:52:15 +08:00
|
|
|
mmc0: mmc@01c0f000 {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_q8h>;
|
|
|
|
vmmc-supply = <®_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>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2014-08-19 00:51:51 +08:00
|
|
|
i2c0: i2c@01c2ac00 {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&i2c0_pins_a>;
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
i2c1: i2c@01c2b000 {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&i2c1_pins_a>;
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
i2c2: i2c@01c2b400 {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&i2c2_pins_a>;
|
|
|
|
/* pull-ups and devices require PMIC regulator */
|
|
|
|
status = "failed";
|
|
|
|
};
|
|
|
|
|
ARM: sun8i: dt: Add Ippo-q8h v5 support
The Ippo-q8h is a tablet circuit board commonly found in cheap Android
tablets with A23 SoCs. There are at least 2 versions of the board, with
different peripherals, such as WiFi chips.
Common features among these tablets include 512 MB DRAM, NAND, MMC, LCD,
capacitive touchscreen, accelerometer, 1 or 2 camera sensors, USB OTG,
microphone and speaker.
v5 of these board designs has a ESP8089 WiFi chip (not supported)
connected to mmc1. This patch adds very basic support.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
2014-06-20 22:52:53 +08:00
|
|
|
r_uart: serial@01f02800 {
|
2014-08-17 11:52:11 +08:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&r_uart_pins_a>;
|
ARM: sun8i: dt: Add Ippo-q8h v5 support
The Ippo-q8h is a tablet circuit board commonly found in cheap Android
tablets with A23 SoCs. There are at least 2 versions of the board, with
different peripherals, such as WiFi chips.
Common features among these tablets include 512 MB DRAM, NAND, MMC, LCD,
capacitive touchscreen, accelerometer, 1 or 2 camera sensors, USB OTG,
microphone and speaker.
v5 of these board designs has a ESP8089 WiFi chip (not supported)
connected to mmc1. This patch adds very basic support.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
2014-06-20 22:52:53 +08:00
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|