blob: 095279e55d50c8a6e4a5641959137f71e9aa8992 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// 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};