xref: /freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-coachz-r2-lte.dts (revision 2eb4d8dc723da3cf7d735a3226ae49da4c8c5dbc)
1*2eb4d8dcSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2*2eb4d8dcSEmmanuel Vadot/*
3*2eb4d8dcSEmmanuel Vadot * Google CoachZ board device tree source
4*2eb4d8dcSEmmanuel Vadot *
5*2eb4d8dcSEmmanuel Vadot * Copyright 2020 Google LLC.
6*2eb4d8dcSEmmanuel Vadot */
7*2eb4d8dcSEmmanuel Vadot
8*2eb4d8dcSEmmanuel Vadot#include "sc7180-trogdor-coachz-r2.dts"
9*2eb4d8dcSEmmanuel Vadot#include "sc7180-trogdor-lte-sku.dtsi"
10*2eb4d8dcSEmmanuel Vadot
11*2eb4d8dcSEmmanuel Vadot/ {
12*2eb4d8dcSEmmanuel Vadot	model = "Google CoachZ (rev2+) with LTE";
13*2eb4d8dcSEmmanuel Vadot	compatible = "google,coachz-sku0", "qcom,sc7180";
14*2eb4d8dcSEmmanuel Vadot};
15*2eb4d8dcSEmmanuel Vadot
16*2eb4d8dcSEmmanuel Vadot&cros_ec_proximity {
17*2eb4d8dcSEmmanuel Vadot	label = "proximity-wifi-lte";
18*2eb4d8dcSEmmanuel Vadot};
19