mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 14:13:39 +00:00

Create first version device tree for pazquel360 pazquel360 is convertible and the pazquel it is based on is clamshell. sku 20 for lte & wifi sku 21 for wifi only sku 22 for lte w/o esim & wifi Signed-off-by: Yunlong Jia <yunlong.jia@ecs.corp-partner.google.com> Reviewed-by: Douglas Anderson <dianders@chromium.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220901024827.v3.2.Iea2d2918adfff2825b87d428b5732717425c196f@changeid
18 lines
366 B
Plaintext
18 lines
366 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Google Pazquel board device tree source
|
|
*
|
|
* Copyright 2022 Google LLC.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sc7180-trogdor.dtsi"
|
|
#include "sc7180-trogdor-parade-ps8640.dtsi"
|
|
#include "sc7180-trogdor-pazquel360.dtsi"
|
|
|
|
/ {
|
|
model = "Google Pazquel (Parade,WIFI-only)";
|
|
compatible = "google,pazquel-sku21", "qcom,sc7180";
|
|
};
|