mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
16 lines
266 B
Text
16 lines
266 B
Text
![]() |
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Google Pompom board device tree source
|
||
|
*
|
||
|
* Copyright 2021 Google LLC.
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "sc7180-trogdor-pompom.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Google Pompom (rev3+)";
|
||
|
compatible = "google,pompom", "qcom,sc7180";
|
||
|
};
|