0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Google Mrbland board device tree source
0004 *
0005 * Copyright 2021 Google LLC.
0006 *
0007 * SKU: 0x300 => 768
0008 * - bits 11..8: Panel ID: 0x3 (BOE)
0009 */
0010
0011 /dts-v1/;
0012
0013 #include "sc7180-trogdor-mrbland.dtsi"
0014
0015 / {
0016 model = "Google Mrbland (rev1 - 2) BOE panel board";
0017 /* Uses ID 768 on rev1 and 1024 on rev2+ */
0018 compatible = "google,mrbland-sku1024", "google,mrbland-sku768",
0019 "qcom,sc7180";
0020 };
0021
0022 &panel {
0023 compatible = "boe,tv101wum-n53";
0024 };