mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-13 02:35:54 +00:00
15 lines
258 B
Plaintext
15 lines
258 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Google Herobrine board device tree source
|
|
*
|
|
* Copyright 2021 Google LLC.
|
|
*/
|
|
|
|
#include "sc7280-herobrine.dtsi"
|
|
|
|
/ {
|
|
model = "Google Herobrine";
|
|
compatible = "google,herobrine",
|
|
"qcom,sc7280";
|
|
};
|