1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Google Quackingstick board device tree source
4 *
5 * Copyright 2021 Google LLC.
6 *
7 * SKU: 0x601 => 1537
8 *  - bits 11..8: Panel ID: 0x6 (AUO)
9 */
10
11#include "sc7180-trogdor-quackingstick.dtsi"
12
13/ {
14	model = "Google Quackingstick (rev0+)";
15	compatible = "google,quackingstick-sku1537", "qcom,sc7180";
16};
17
18&dsi_phy {
19	qcom,phy-rescode-offset-top = /bits/ 8 <(-13) (-13) (-13) (-13) (-13)>;
20	qcom,phy-rescode-offset-bot = /bits/ 8 <(-13) (-13) (-13) (-13) (-13)>;
21	qcom,phy-drive-ldo-level = <375>;
22};
23
24&panel {
25	compatible = "auo,b101uan08.3";
26};
27