Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62 authored by Linus Torvalds on 03 January 2021, 23:55:30 UTC
Linux 5.11-rc2
Tip revision: e71ba94
msm8998-asus-novago-tp370ql.dts
// SPDX-License-Identifier: GPL-2.0
/* Copyright (c) 2019, Jeffrey Hugo. All rights reserved. */

/dts-v1/;

#include "msm8998-clamshell.dtsi"

/ {
	model = "Asus NovaGo TP370QL";
	compatible = "asus,novago-tp370ql", "qcom,msm8998";
};

&blsp1_i2c6 {
	status = "okay";

	touchpad@15 {
		compatible = "hid-over-i2c";
		interrupt-parent = <&tlmm>;
		interrupts = <0x7b IRQ_TYPE_LEVEL_LOW>;
		reg = <0x15>;
		hid-descr-addr = <0x0001>;

		pinctrl-names = "default";
		pinctrl-0 = <&touchpad>;
	};

	keyboard@3a {
		compatible = "hid-over-i2c";
		interrupt-parent = <&tlmm>;
		interrupts = <0x25 IRQ_TYPE_LEVEL_LOW>;
		reg = <0x3a>;
		hid-descr-addr = <0x0001>;
	};
};

&sdhc2 {
	cd-gpios = <&tlmm 95 GPIO_ACTIVE_HIGH>;
};

&tlmm {
	touchpad: touchpad {
		config {
			pins = "gpio123";
			bias-pull-up;
		};
	};
};
back to top