0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Google Lazor Limozeen board device tree source
0004 *
0005 * Copyright 2021 Google LLC.
0006 */
0007
0008 /dts-v1/;
0009
0010 #include "sc7180-trogdor.dtsi"
0011 #include "sc7180-trogdor-ti-sn65dsi86.dtsi"
0012 #include "sc7180-trogdor-lazor.dtsi"
0013 #include "sc7180-trogdor-lte-sku.dtsi"
0014
0015 / {
0016 model = "Google Lazor Limozeen (rev4 - rev8)";
0017 compatible = "google,lazor-rev4-sku4", "google,lazor-rev5-sku4",
0018 "google,lazor-rev6-sku4", "google,lazor-rev7-sku4",
0019 "google,lazor-rev8-sku4", "qcom,sc7180";
0020 };
0021
0022 /delete-node/&ap_ts;
0023
0024 &ap_ts_pen_1v8 {
0025 ap_ts: touchscreen@10 {
0026 compatible = "elan,ekth3500";
0027 reg = <0x10>;
0028 pinctrl-names = "default";
0029 pinctrl-0 = <&ts_int_l>, <&ts_reset_l>;
0030
0031 interrupt-parent = <&tlmm>;
0032 interrupts = <9 IRQ_TYPE_LEVEL_LOW>;
0033
0034 vcc33-supply = <&pp3300_ts>;
0035
0036 reset-gpios = <&tlmm 8 GPIO_ACTIVE_LOW>;
0037 };
0038 };
0039
0040 &panel {
0041 compatible = "auo,b116xa01";
0042 };
0043
0044 &sdhc_2 {
0045 status = "okay";
0046 };