0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Google Wormdingler board device tree source
0004 *
0005 * Copyright 2021 Google LLC.
0006 *
0007 * SKU: 0x401 => 1025
0008 * - bits 11..8: Panel ID: 0x4 (BOE)
0009 */
0010
0011 /dts-v1/;
0012
0013 #include "sc7180-trogdor-wormdingler-rev1-boe.dts"
0014
0015 / {
0016 model = "Google Wormdingler rev1+ (BOE, rt5682s)";
0017 compatible = "google,wormdingler-sku1025", "qcom,sc7180";
0018 };
0019
0020 &alc5682 {
0021 compatible = "realtek,rt5682s";
0022 realtek,dmic1-clk-pin = <2>;
0023 realtek,dmic-clk-rate-hz = <2048000>;
0024 };
0025
0026 &sound {
0027 compatible = "google,sc7180-trogdor";
0028 model = "sc7180-rt5682s-max98357a-1mic";
0029 };