1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright 2019 Google LLC
4 *
5 * Device-tree for Krane sku176.
6 *
7 * SKU is a 8-bit value (0xb0 == 176):
8 *  - Bits 7..4: Panel ID: 0xb (BOE)
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 sku176 board";
17	chassis-type = "tablet";
18	compatible = "google,krane-sku176", "google,krane", "mediatek,mt8183";
19};
20
21&panel {
22        status = "okay";
23        compatible = "boe,tv101wum-nl6";
24};
25