Wormdingler is a trogdor-based board, shipping to customers as the Lenovo IdeaPad Chromebook Duet 3. These dts files are copies from the downstream Chrome OS 5.4 kernel, but with the camera (sc7180-trogdor-mipi-camera.dtsi) #include removed. Signed-off-by: Joseph S. Barrera III <joebar@chromium.org> Reviewed-by: Douglas Anderson <dianders@chromium.org> Tested-by: Douglas Anderson <dianders@chromium.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220625183538.v14.1.Id769ddc5dbf570ccb511db96da59f97d08f75a9c@changeid
30 lines
584 B
Plaintext
30 lines
584 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Google Wormdingler board device tree source
|
|
*
|
|
* Copyright 2021 Google LLC.
|
|
*
|
|
* SKU: 0x0001 => 1
|
|
* - bits 11..8: Panel ID: 0x0 (INX)
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sc7180-trogdor-wormdingler-rev1-inx.dts"
|
|
|
|
/ {
|
|
model = "Google Wormdingler rev1+ (INX, rt5682s)";
|
|
compatible = "google,wormdingler-sku1", "qcom,sc7180";
|
|
};
|
|
|
|
&alc5682 {
|
|
compatible = "realtek,rt5682s";
|
|
realtek,dmic1-clk-pin = <2>;
|
|
realtek,dmic-clk-rate-hz = <2048000>;
|
|
};
|
|
|
|
&sound {
|
|
compatible = "google,sc7180-trogdor";
|
|
model = "sc7180-rt5682s-max98357a-1mic";
|
|
};
|