Kingoftown is a trogdor-based board. These dts files are unchanged copies from the downstream Chrome OS 5.4 kernel. 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.5.Ib62291487a664a65066d18a3e83c5428a6d2cc6c@changeid
18 lines
358 B
Plaintext
18 lines
358 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Google Kingoftown board device tree source
|
|
*
|
|
* Copyright 2021 Google LLC.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sc7180-trogdor.dtsi"
|
|
#include "sc7180-trogdor-parade-ps8640.dtsi"
|
|
#include "sc7180-trogdor-kingoftown.dtsi"
|
|
|
|
/ {
|
|
model = "Google Kingoftown (rev1+)";
|
|
compatible = "google,kingoftown", "qcom,sc7180";
|
|
};
|