summaryrefslogtreecommitdiffstats
path: root/dts/src/arm64/qcom/sc7180-trogdor-mrbland-rev1-boe.dts
blob: 87c6b6c30b5e19375ad1dda855597f9d7434b3b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Google Mrbland board device tree source
 *
 * Copyright 2021 Google LLC.
 *
 * SKU: 0x300 => 768
 *  - bits 11..8: Panel ID: 0x3 (BOE)
 */

/dts-v1/;

#include "sc7180-trogdor-mrbland.dtsi"

/ {
	model = "Google Mrbland (rev1 - 2) BOE panel board";
	/* Uses ID 768 on rev1 and 1024 on rev2+ */
	compatible = "google,mrbland-sku1024", "google,mrbland-sku768",
		"qcom,sc7180";
};

&panel {
	compatible = "boe,tv101wum-n53";
};