blob: 6265360ce623fa3e505038da66b33b9ea544ce6e [file] [log] [blame]
Andre Przywara647b3922021-04-17 22:55:19 +01001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (C) 2020 Icenowy Zheng <icenowy@aosc.io>
4 *
5 */
6
7/dts-v1/;
8
9#include "sun50i-a64-pinetab.dts"
10
11/ {
12 model = "PineTab, Early Adopter's version";
13 compatible = "pine64,pinetab-early-adopter", "allwinner,sun50i-a64";
14};
15
16&dsi {
17 /delete-node/ panel@0;
18
19 panel@0 {
20 compatible = "feixin,k101-im2byl02", "ilitek,ili9881c";
21 reg = <0>;
22 power-supply = <&reg_dc1sw>;
23 reset-gpios = <&pio 3 24 GPIO_ACTIVE_LOW>; /* PD24 */
24 backlight = <&backlight>;
25 };
26};