0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Google Lazor Limozeen board device tree source
0004 *
0005 * Copyright 2020 Google LLC.
0006 */
0007
0008 #include "sc7180-trogdor-lazor-limozeen-nots-r5.dts"
0009
0010 / {
0011 model = "Google Lazor Limozeen without Touchscreen (rev4)";
0012 compatible = "google,lazor-rev4-sku5", "qcom,sc7180";
0013 };
0014
0015 /*
0016 * rev4-sku5 was built with a different trackpad.
0017 */
0018 /delete-node/&trackpad;
0019 &ap_tp_i2c {
0020 trackpad: trackpad@2c {
0021 compatible = "hid-over-i2c";
0022 reg = <0x2c>;
0023 pinctrl-names = "default";
0024 pinctrl-0 = <&tp_int_odl>;
0025
0026 interrupt-parent = <&tlmm>;
0027 interrupts = <58 IRQ_TYPE_EDGE_FALLING>;
0028
0029 vcc-supply = <&pp3300_fp_tp>;
0030 hid-descr-addr = <0x20>;
0031
0032 wakeup-source;
0033 };
0034 };