15def4c47SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT) 25def4c47SEmmanuel Vadot/* 35def4c47SEmmanuel Vadot * Copyright 2019 Google LLC 45def4c47SEmmanuel Vadot * 55def4c47SEmmanuel Vadot * Device-tree for Krane sku0. 65def4c47SEmmanuel Vadot * 75def4c47SEmmanuel Vadot * SKU is a 8-bit value (0x00 == 0): 85def4c47SEmmanuel Vadot * - Bits 7..4: Panel ID: 0x0 (AUO) 95def4c47SEmmanuel Vadot * - Bits 3..0: SKU ID: 0x0 (default) 105def4c47SEmmanuel Vadot */ 115def4c47SEmmanuel Vadot 125def4c47SEmmanuel Vadot/dts-v1/; 135def4c47SEmmanuel Vadot#include "mt8183-kukui-krane.dtsi" 145def4c47SEmmanuel Vadot 155def4c47SEmmanuel Vadot/ { 165def4c47SEmmanuel Vadot model = "MediaTek krane sku0 board"; 17*f126890aSEmmanuel Vadot chassis-type = "tablet"; 185def4c47SEmmanuel Vadot compatible = "google,krane-sku0", "google,krane", "mediatek,mt8183"; 195def4c47SEmmanuel Vadot}; 205def4c47SEmmanuel Vadot 215def4c47SEmmanuel Vadot&panel { 225def4c47SEmmanuel Vadot status = "okay"; 235def4c47SEmmanuel Vadot compatible = "auo,kd101n80-45na"; 245def4c47SEmmanuel Vadot}; 25