blob: 1123c02bd5392d3a4d66c9eca46145d7fbb4dbf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Google Trogdor board device tree source
*
* Copyright 2020 Google LLC.
*/
#include "sc7180-trogdor-r1.dts"
#include "sc7180-trogdor-lte-sku.dtsi"
/ {
model = "Google Trogdor (rev1+) with LTE";
compatible = "google,trogdor-sku0", "qcom,sc7180";
};
|