xref: /linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-wormdingler-rev1-inx-rt5682s.dts (revision cbdb1f163af2bb90d01be1f0263df1d8d5c9d9d3)
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Google Wormdingler board device tree source
4 *
5 * Copyright 2021 Google LLC.
6 *
7 * SKU: 0x0001 => 1
8 *  - bits 11..8: Panel ID: 0x0 (INX)
9 */
10
11/dts-v1/;
12
13#include "sc7180-trogdor-wormdingler-rev1-inx.dts"
14
15/ {
16	model = "Google Wormdingler rev1+ (INX, rt5682s)";
17	compatible = "google,wormdingler-sku1", "qcom,sc7180";
18};
19
20&alc5682 {
21	compatible = "realtek,rt5682s";
22	/delete-property/ VBAT-supply;
23	realtek,dmic1-clk-pin = <2>;
24	realtek,dmic-clk-rate-hz = <2048000>;
25};
26
27&sound {
28	compatible = "google,sc7180-trogdor";
29	model = "sc7180-rt5682s-max98357a-1mic";
30};
31