19 lines
366 B
Plaintext
19 lines
366 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Google CoachZ board device tree source
|
|
*
|
|
* Copyright 2021 Google LLC.
|
|
*/
|
|
|
|
#include "sc7180-trogdor-coachz-r3.dts"
|
|
#include "sc7180-trogdor-lte-sku.dtsi"
|
|
|
|
/ {
|
|
model = "Google CoachZ (rev3+) with LTE";
|
|
compatible = "google,coachz-sku0", "qcom,sc7180";
|
|
};
|
|
|
|
&cros_ec_proximity {
|
|
label = "proximity-wifi-lte";
|
|
};
|