blob: 0246c12b2f401d61058fac756475bbde7e6f6fcb (
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 Zombie board device tree source
*
* Copyright 2022 Google LLC.
*/
/dts-v1/;
#include "sc7280-herobrine-zombie.dtsi"
#include "sc7280-herobrine-wifi-sku.dtsi"
/ {
model = "Google Zombie";
compatible = "google,zombie", "qcom,sc7280";
};
|