1 // 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 = "Pine64 PineTab Early Adopter"; 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 = <®_dc1sw>; 23 reset-gpios = <&pio 3 24 GPIO_ACTIVE_LOW>; /* PD24 */ 24 backlight = <&backlight>; 25 }; 26 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.