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