mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
17 lines
302 B
Text
17 lines
302 B
Text
![]() |
// 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";
|
||
|
};
|