xref: /linux/scripts/dtc/include-prefixes/arm/allwinner/sun8i-a23-polaroid-mid2809pxe04.dts (revision 621cde16e49b3ecf7d59a8106a20aaebfb4a59a9)
1724ba675SRob Herring/*
2724ba675SRob Herring * Copyright 2016 Hans de Goede <hdegoede@redhat.com>
3724ba675SRob Herring *
4724ba675SRob Herring * This file is dual-licensed: you can use it either under the terms
5724ba675SRob Herring * of the GPL or the X11 license, at your option. Note that this dual
6724ba675SRob Herring * licensing only applies to this file, and not this project as a
7724ba675SRob Herring * whole.
8724ba675SRob Herring *
9724ba675SRob Herring *  a) This file is free software; you can redistribute it and/or
10724ba675SRob Herring *     modify it under the terms of the GNU General Public License as
11724ba675SRob Herring *     published by the Free Software Foundation; either version 2 of the
12724ba675SRob Herring *     License, or (at your option) any later version.
13724ba675SRob Herring *
14724ba675SRob Herring *     This file is distributed in the hope that it will be useful,
15724ba675SRob Herring *     but WITHOUT ANY WARRANTY; without even the implied warranty of
16724ba675SRob Herring *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17724ba675SRob Herring *     GNU General Public License for more details.
18724ba675SRob Herring *
19724ba675SRob Herring * Or, alternatively,
20724ba675SRob Herring *
21724ba675SRob Herring *  b) Permission is hereby granted, free of charge, to any person
22724ba675SRob Herring *     obtaining a copy of this software and associated documentation
23724ba675SRob Herring *     files (the "Software"), to deal in the Software without
24724ba675SRob Herring *     restriction, including without limitation the rights to use,
25724ba675SRob Herring *     copy, modify, merge, publish, distribute, sublicense, and/or
26724ba675SRob Herring *     sell copies of the Software, and to permit persons to whom the
27724ba675SRob Herring *     Software is furnished to do so, subject to the following
28724ba675SRob Herring *     conditions:
29724ba675SRob Herring *
30724ba675SRob Herring *     The above copyright notice and this permission notice shall be
31724ba675SRob Herring *     included in all copies or substantial portions of the Software.
32724ba675SRob Herring *
33724ba675SRob Herring *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34724ba675SRob Herring *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
35724ba675SRob Herring *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
36724ba675SRob Herring *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
37724ba675SRob Herring *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
38724ba675SRob Herring *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
39724ba675SRob Herring *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
40724ba675SRob Herring *     OTHER DEALINGS IN THE SOFTWARE.
41724ba675SRob Herring */
42724ba675SRob Herring
43724ba675SRob Herring/dts-v1/;
44724ba675SRob Herring#include "sun8i-a23.dtsi"
45724ba675SRob Herring#include "sun8i-reference-design-tablet.dtsi"
46724ba675SRob Herring
47724ba675SRob Herring/ {
48724ba675SRob Herring	model = "Polaroid MID2809PXE04 tablet";
49724ba675SRob Herring	compatible = "polaroid,mid2809pxe04", "allwinner,sun8i-a23";
50724ba675SRob Herring
51724ba675SRob Herring	aliases {
52724ba675SRob Herring		ethernet0 = &esp8089;
53724ba675SRob Herring	};
54724ba675SRob Herring
55*0f47ef3fSKrzysztof Kozlowski	wifi_pwrseq: pwrseq {
56724ba675SRob Herring		compatible = "mmc-pwrseq-simple";
57724ba675SRob Herring		reset-gpios = <&r_pio 0 6 GPIO_ACTIVE_LOW>; /* PL6 */
58724ba675SRob Herring		/* The esp8089 needs 200 ms after driving wifi-en high */
59724ba675SRob Herring		post-power-on-delay-ms = <200>;
60724ba675SRob Herring	};
61724ba675SRob Herring};
62724ba675SRob Herring
63724ba675SRob Herring&mmc1 {
64724ba675SRob Herring	pinctrl-names = "default";
65724ba675SRob Herring	pinctrl-0 = <&mmc1_pg_pins>;
66724ba675SRob Herring	vmmc-supply = <&reg_dldo1>;
67724ba675SRob Herring	mmc-pwrseq = <&wifi_pwrseq>;
68724ba675SRob Herring	bus-width = <4>;
69724ba675SRob Herring	non-removable;
70724ba675SRob Herring	status = "okay";
71724ba675SRob Herring
72*0f47ef3fSKrzysztof Kozlowski	esp8089: wifi@1 {
73724ba675SRob Herring		compatible = "esp,esp8089";
74724ba675SRob Herring		reg = <1>;
75724ba675SRob Herring		esp,crystal-26M-en = <2>;
76724ba675SRob Herring	};
77724ba675SRob Herring};
78724ba675SRob Herring
79724ba675SRob Herring&touchscreen {
80724ba675SRob Herring	reg = <0x40>;
81724ba675SRob Herring	compatible = "silead,gsl3670";
82724ba675SRob Herring	firmware-name = "gsl3670-polaroid-mid2809pxe04.fw";
83724ba675SRob Herring	touchscreen-size-x = <1660>;
84724ba675SRob Herring	touchscreen-size-y = <890>;
85724ba675SRob Herring	status = "okay";
86724ba675SRob Herring};
87