blob: f1017809e5dae67124349fbe367b000a1b5026a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Google Villager board device tree source
*
* Copyright 2022 Google LLC.
*/
#include "sc7280-herobrine-villager-r1.dts"
#include "sc7280-herobrine-lte-sku.dtsi"
/ {
model = "Google Villager (rev1+) with LTE";
compatible = "google,villager-sku512", "qcom,sc7280";
};
|