summaryrefslogtreecommitdiff
path: root/arch/arm/dts/tegra20-asus-tf101.dts
blob: 03ba78c5dc27ed753a409cbefb13a66b9a179a97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// SPDX-License-Identifier: GPL-2.0
/dts-v1/;

#include "tegra20-asus-transformer.dtsi"

/ {
	model = "ASUS EeePad Transformer TF101";
	compatible = "asus,tf101", "nvidia,tegra20";

	extcon-keys {
		compatible = "gpio-keys";

		switch-dock-hall-sensor {
			label = "Lid sensor";
			gpios = <&gpio TEGRA_GPIO(S, 4) GPIO_ACTIVE_LOW>;
			linux,code = <SW_LID>;
		};
	};
};