summaryrefslogtreecommitdiff
path: root/dts/gs101-bluejay-touch.dtsi
blob: 5fa00cfb1ba88d6f52659f9566d74de8064bad2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright 2021 Google, LLC.
 */

#include "google-base/gs101-fts-touch.dtsi"

&spitouch {
	spi-max-frequency = <10000000>;
	st,dchip_id = /bits/ 8 <0x36 0x48>;
	st,max-coords = <1079 2399>;
	st,udfps-coords = <540 1717>;
	st,touch_offload_id = /bits/ 8 <'0' '0' 'b' '3'>;
	st,firmware_names = "ftm5_fw_b3.ftb";
	st,limits_names = "stm_fts_production_limits_b3.csv";
	st,panel_map = <&samsung_s6e3fc3_6a 0>;
};