mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
16 lines
262 B
Plaintext
16 lines
262 B
Plaintext
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Google Lazor board device tree source
|
||
|
*
|
||
|
* Copyright 2020 Google LLC.
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "sc7180-trogdor-lazor.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Google Lazor (rev3+)";
|
||
|
compatible = "google,lazor", "qcom,sc7180";
|
||
|
};
|