<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[T113-S3适配GT9xx触摸]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1724884478313-f9a6167f-b316-48c8-873d-12a85b5dfe47-image.png" alt="f9a6167f-b316-48c8-873d-12a85b5dfe47-image.png" class=" img-responsive img-markdown" width="826" height="649" /></p>
<pre><code>&amp;twi1 {
	clock-frequency = &lt;400000&gt;;
	pinctrl-0 = &lt;&amp;twi1_pins_a&gt;;
	pinctrl-1 = &lt;&amp;twi1_pins_b&gt;;
	pinctrl-names = "default", "sleep";
	status = "okay";

	ctp@5d {
		compatible = "allwinner,goodix";
		device_type = "ctp";
		reg = &lt;0x5d&gt;;
		status = "okay";
		ctp_name = "gt9xxnew_ts";
		ctp_twi_id = &lt;0x1&gt;;
		ctp_twi_addr = &lt;0x5d&gt;;
		ctp_screen_max_x = &lt;0x1E0&gt;;
		ctp_screen_max_y = &lt;0x1E0&gt;;
		ctp_revert_x_flag = &lt;0x0&gt;;
		ctp_revert_y_flag = &lt;0x0&gt;;
		ctp_exchange_x_y_flag = &lt;0x0&gt;;
		ctp_int_port = &lt;&amp;pio PE 5 GPIO_ACTIVE_HIGH&gt;;
		ctp_wakeup = &lt;&amp;pio PE 4 GPIO_ACTIVE_HIGH&gt;;
	};
}
</code></pre>
<p dir="auto">开启触摸驱动后，并且根据原理图使用了twi1,但是启动时候报错了，如果插上屏幕会导致串口中断，启动不起来，上面报错是将屏幕FPC拆下来看到的。</p>
]]></description><link>https://bbs.aw-ol.com/topic/5717/t113-s3适配gt9xx触摸</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 05:35:46 GMT</lastBuildDate><atom:link href="https://bbs.aw-ol.com/topic/5717.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Aug 2024 22:36:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to T113-S3适配GT9xx触摸 on Fri, 30 Aug 2024 00:50:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/5557">@nathanliu</a> DTS中PE4 PE5 IO占用了？</p>
]]></description><link>https://bbs.aw-ol.com/post/23792</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/23792</guid><dc:creator><![CDATA[leokemp]]></dc:creator><pubDate>Fri, 30 Aug 2024 00:50:00 GMT</pubDate></item></channel></rss>