blob: 7213cdcca612a6fdc7933d7aca5dbd5f9ca45b6b [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright 2021 Google LLC
4 *
5 * SKU: 0x10 => 16
6 * - bit 8: Camera: 0 (OV5695)
7 * - bits 7..4: Panel ID: 0x1 (AUO)
8 */
9
10/dts-v1/;
11#include "mt8183-kukui-kodama.dtsi"
12
13/ {
14 model = "MediaTek kodama sku16 board";
15 chassis-type = "tablet";
16 compatible = "google,kodama-sku16", "google,kodama", "mediatek,mt8183";
17};
18
19&panel {
20 status = "okay";
21 compatible = "auo,b101uan08.3";
22};