0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Copyright (C) 2020 Icenowy Zheng <icenowy@aosc.io>
0004 *
0005 */
0006
0007 /dts-v1/;
0008
0009 #include "sun50i-a64-pinetab.dts"
0010
0011 / {
0012 model = "PineTab, Early Adopter's version";
0013 compatible = "pine64,pinetab-early-adopter", "allwinner,sun50i-a64";
0014 };
0015
0016 &dsi {
0017 /delete-node/ panel@0;
0018
0019 panel@0 {
0020 compatible = "feixin,k101-im2byl02", "ilitek,ili9881c";
0021 reg = <0>;
0022 power-supply = <®_dc1sw>;
0023 reset-gpios = <&pio 3 24 GPIO_ACTIVE_LOW>; /* PD24 */
0024 backlight = <&backlight>;
0025 };
0026 };