17 lines
321 B
Plaintext
17 lines
321 B
Plaintext
// 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-wifi-sku.dtsi"
|
|
|
|
/ {
|
|
model = "Google Villager (rev1+)";
|
|
compatible = "google,villager", "qcom,sc7280";
|
|
};
|