1// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2/* 3 * Copyright 2019 Google LLC 4 * 5 * Device-tree for Krane sku0. 6 * 7 * SKU is a 8-bit value (0x00 == 0): 8 * - Bits 7..4: Panel ID: 0x0 (AUO) 9 * - Bits 3..0: SKU ID: 0x0 (default) 10 */ 11 12/dts-v1/; 13#include "mt8183-kukui-krane.dtsi" 14 15/ { 16 model = "MediaTek krane sku0 board"; 17 compatible = "google,krane-sku0", "google,krane", "mediatek,mt8183"; 18}; 19 20&panel { 21 status = "okay"; 22 compatible = "auo,kd101n80-45na"; 23}; 24