xref: /linux/scripts/dtc/include-prefixes/riscv/allwinner/sun20i-d1-lichee-rv-86-panel-480p.dts (revision 0ea5c948cb64bab5bc7a5516774eb8536f05aa0d)
1*062b9b66SKrzysztof Kozlowski// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
27705ce5aSSamuel Holland// Copyright (C) 2022 Samuel Holland <samuel@sholland.org>
37705ce5aSSamuel Holland
47705ce5aSSamuel Holland#include "sun20i-d1-lichee-rv-86-panel.dtsi"
57705ce5aSSamuel Holland
67705ce5aSSamuel Holland/ {
77705ce5aSSamuel Holland	model = "Sipeed Lichee RV 86 Panel (480p)";
87705ce5aSSamuel Holland	compatible = "sipeed,lichee-rv-86-panel-480p", "sipeed,lichee-rv",
97705ce5aSSamuel Holland		     "allwinner,sun20i-d1";
107705ce5aSSamuel Holland};
117705ce5aSSamuel Holland
127705ce5aSSamuel Holland&i2c2 {
137705ce5aSSamuel Holland	pinctrl-0 = <&i2c2_pb0_pins>;
147705ce5aSSamuel Holland	pinctrl-names = "default";
157705ce5aSSamuel Holland	status = "okay";
167705ce5aSSamuel Holland
177705ce5aSSamuel Holland	touchscreen@48 {
187705ce5aSSamuel Holland		compatible = "focaltech,ft6236";
197705ce5aSSamuel Holland		reg = <0x48>;
207705ce5aSSamuel Holland		interrupt-parent = <&pio>;
217705ce5aSSamuel Holland		interrupts = <6 14 IRQ_TYPE_LEVEL_LOW>; /* PG14 */
227705ce5aSSamuel Holland		iovcc-supply = <&reg_vcc_3v3>;
237705ce5aSSamuel Holland		reset-gpios = <&pio 6 15 GPIO_ACTIVE_LOW>; /* PG15 */
247705ce5aSSamuel Holland		touchscreen-size-x = <480>;
257705ce5aSSamuel Holland		touchscreen-size-y = <480>;
267705ce5aSSamuel Holland		vcc-supply = <&reg_vcc_3v3>;
277705ce5aSSamuel Holland		wakeup-source;
287705ce5aSSamuel Holland	};
297705ce5aSSamuel Holland};
30