1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Google Mrbland board device tree source
4 *
5 * Copyright 2021 Google LLC.
6 *
7 * SKU: 0x300 => 768
8 *  - bits 11..8: Panel ID: 0x3 (BOE)
9 */
10
11/dts-v1/;
12
13#include "sc7180-trogdor-mrbland.dtsi"
14
15/ {
16	model = "Google Mrbland (rev1 - 2) BOE panel board";
17	/* Uses ID 768 on rev1 and 1024 on rev2+ */
18	compatible = "google,mrbland-sku1024", "google,mrbland-sku768",
19		"qcom,sc7180";
20};
21
22&panel {
23	compatible = "boe,tv101wum-n53";
24};
25