<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Zephyr ProjectのトピックRe: Using SAI3 pins as GPIOs in i.MX95evk</title>
    <link>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2173241#M480</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252659"&gt;@deepshika_borundiya&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This involves three layers. System Manager (SM) config, pin muxing, and Zephyr GPIO driver.&lt;/P&gt;
&lt;P&gt;step1:&amp;nbsp; Move SAI3 pins from A55 to M7 IN SM.&amp;nbsp; In the mx95evk.cfg file, those pins are currently listed as the A55 non-secure LM section as owner.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/nxp-imx/imx-sm/blob/master/configs/mx95evk.cfg" target="_blank" rel="noopener"&gt;imx-sm/configs/mx95evk.cfg at master · nxp-imx/imx-sm · GitHub&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We need to remove them from the A55 LM's pins list. and Add them under LM1 (M7) pins section as owner.&lt;/P&gt;
&lt;P&gt;Then rebuild the SM firmware (imx-sm) and flash it. This ensures the TRDC and SM policies allow M7 to configure the pins.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;step2 &amp;amp;3 , change pin mux from SAI3 to GPIO,&amp;nbsp; and toggle pins in Zephyr on M7.&lt;/P&gt;
&lt;P&gt;I would suggest you refer to the i.MX95 EVK blinky demo.&amp;nbsp; It blinks an LED forever using the GPIO API.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/basic/blinky" target="_blank" rel="noopener"&gt;https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/basic/blinky&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Mon, 22 Sep 2025 04:39:41 GMT</pubDate>
    <dc:creator>danielchen</dc:creator>
    <dc:date>2025-09-22T04:39:41Z</dc:date>
    <item>
      <title>Using SAI3 pins as GPIOs in i.MX95evk</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2170152#M476</link>
      <description>&lt;P&gt;I am trying to use GPIO_IO16 and GPIO_IO26 as GPIO pins and then toggle it in my Zephyr application in M7 core. However, these pins are listed as SAI3 pins and are controlled by A55 (as per system manager's config file). How can I achieve the following:&lt;BR /&gt;1. Move SAI3's control/ownership from A core to M Core.&lt;BR /&gt;2. Change pin mux configuration from SAI3 pins to GPIO pins&lt;BR /&gt;3. Toggle these pins using Zephyr's elf in M Core.&lt;BR /&gt;&lt;BR /&gt;&lt;LI-PRODUCT title="iMX95" id="iMX95"&gt;&lt;/LI-PRODUCT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 05:44:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2170152#M476</guid>
      <dc:creator>deepshika_borundiya</dc:creator>
      <dc:date>2025-09-16T05:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAI3 pins as GPIOs in i.MX95evk</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2173241#M480</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252659"&gt;@deepshika_borundiya&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This involves three layers. System Manager (SM) config, pin muxing, and Zephyr GPIO driver.&lt;/P&gt;
&lt;P&gt;step1:&amp;nbsp; Move SAI3 pins from A55 to M7 IN SM.&amp;nbsp; In the mx95evk.cfg file, those pins are currently listed as the A55 non-secure LM section as owner.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/nxp-imx/imx-sm/blob/master/configs/mx95evk.cfg" target="_blank" rel="noopener"&gt;imx-sm/configs/mx95evk.cfg at master · nxp-imx/imx-sm · GitHub&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We need to remove them from the A55 LM's pins list. and Add them under LM1 (M7) pins section as owner.&lt;/P&gt;
&lt;P&gt;Then rebuild the SM firmware (imx-sm) and flash it. This ensures the TRDC and SM policies allow M7 to configure the pins.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;step2 &amp;amp;3 , change pin mux from SAI3 to GPIO,&amp;nbsp; and toggle pins in Zephyr on M7.&lt;/P&gt;
&lt;P&gt;I would suggest you refer to the i.MX95 EVK blinky demo.&amp;nbsp; It blinks an LED forever using the GPIO API.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/basic/blinky" target="_blank" rel="noopener"&gt;https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/basic/blinky&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 04:39:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2173241#M480</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2025-09-22T04:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAI3 pins as GPIOs in i.MX95evk</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2181640#M497</link>
      <description>Hi Daniel,&lt;BR /&gt;I modified SM's config file and flashed the image on the board. Proceeding to the next step, I changed the pinmux configuration by changing the status of SAI3 to "disabled and I added the following lines in an overlay file:&lt;BR /&gt;&lt;BR /&gt;/ {&lt;BR /&gt;aliases {&lt;BR /&gt;led0 = &amp;amp;user_led;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;leds {&lt;BR /&gt;compatible = "gpio-leds";&lt;BR /&gt;&lt;BR /&gt;/* USER LED on GPIO2 line 16 (GPIO_IO16) */&lt;BR /&gt;user_led: led_gpio_io16 {&lt;BR /&gt;gpios = &amp;lt;&amp;amp;gpio2 16 GPIO_ACTIVE_HIGH&amp;gt;;&lt;BR /&gt;label = "USER_LED_IO16";&lt;BR /&gt;/* NOTE: gpio-leds child nodes do NOT allow pinctrl-* properties */&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/* Prevent GPIO1 (0x47400000) from probing on M7 */&lt;BR /&gt;&amp;amp;gpio1 {&lt;BR /&gt;status = "disabled";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/* Apply pin mux directly to the GPIO controller using the IOMUXC pin node */&lt;BR /&gt;&amp;amp;gpio2 {&lt;BR /&gt;status = "okay";&lt;BR /&gt;&lt;BR /&gt;/* This must point to the IOMUXC pin node (numeric pinmux array),&lt;BR /&gt;* NOT to a pinctrl "group".&lt;BR /&gt;*/&lt;BR /&gt;pinmux = &amp;lt;&amp;amp;iomuxc_gpio_io16_gpio_io_bit_gpio2_io_bit16&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;/* Optional: keep SAI3 out of the way */&lt;BR /&gt;&amp;amp;sai3 {&lt;BR /&gt;status = "disabled";&lt;BR /&gt;/delete-property/ pinctrl-0;&lt;BR /&gt;/delete-property/ pinctrl-names;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;However, M7 is unable to execute gpio_pin_configure_dt api.&lt;BR /&gt;Can you please help me debug this?&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Oct 2025 05:12:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2181640#M497</guid>
      <dc:creator>deepshika_borundiya</dc:creator>
      <dc:date>2025-10-08T05:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAI3 pins as GPIOs in i.MX95evk</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2185907#M500</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252659"&gt;@deepshika_borundiya&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would suggest you&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; check the return value of gpio_pin_configure_dt (&lt;SPAN&gt;&lt;!--ScriptorStartFragment--&gt;&amp;amp;led, GPIO_OUTPUT_ACTIVE&lt;!--ScriptorEndFragment--&gt;&lt;/SPAN&gt;),&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;!--ScriptorStartFragment--&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="scriptor-paragraph"&gt;&lt;LI-CODE lang="markup"&gt;int ret = gpio_pin_configure_dt(&amp;amp;led, GPIO_OUTPUT_ACTIVE);
if (ret &amp;lt; 0) {
    printk("Failed to configure GPIO: %d\n", ret);
}&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;DIV class="scriptor-paragraph"&gt;&lt;SPAN&gt;&amp;nbsp;Then you can know which error , please refer to Zephyr API&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="scriptor-paragraph"&gt;&lt;SPAN&gt;&lt;A href="https://docs.zephyrproject.org/apidoc/latest/group__gpio__interface.html#gaed4a2051d76db7eead8ed1719ce2ba33" target="_blank"&gt;Zephyr API Documentation: GPIO&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="scriptor-paragraph"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielchen_0-1760456288335.png" style="width: 731px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/360733i27EDC5683A134ECA/image-dimensions/731x126?v=v2" width="731" height="126" role="button" title="danielchen_0-1760456288335.png" alt="danielchen_0-1760456288335.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. check whether GPIO device is ready.&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;Check device_is_ready before calling gpio_pin_configure_dt()&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;if (!device_is_ready(led.port)) {
    printk("GPIO device not ready\n");
    return;
}
&lt;/LI-CODE&gt;
&lt;P&gt;If it fails, it means the GPIO is not initialized properly.&lt;/P&gt;
&lt;P&gt;Next we will check why GPIO initialized fail.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2025 15:43:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2185907#M500</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2025-10-14T15:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAI3 pins as GPIOs in i.MX95evk</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2186263#M501</link>
      <description>Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/369"&gt;@danielchen&lt;/a&gt;, I have already added these statements to my main.c and established that my device is ready. Initially I encountered -ENOTSUP for gpio_pin_configure_dt(). However, I added gpio-reserved-ranges to my overlay file to debug that error. Moving forward, I encountered:&lt;BR /&gt;&lt;BR /&gt;*** Booting Zephyr OS build v4.1.0-3508-g8b1f06af052f ***&lt;BR /&gt;Entered Main Function&lt;BR /&gt;[00:00:00.006,000] &amp;lt;err&amp;gt; os: ***** BUS FAULT *****&lt;BR /&gt;[00:00:00.012,000] &amp;lt;err&amp;gt; os: Precise data bus error&lt;BR /&gt;[00:00:00.018,000] &amp;lt;err&amp;gt; os: BFAR Address: 0x443c0254&lt;BR /&gt;[00:00:00.024,000] &amp;lt;err&amp;gt; os: r0/a1: 0x00000001 r1/a2: 0x200003a9 r2/a3: 0x00000000&lt;BR /&gt;[00:00:00.032,000] &amp;lt;err&amp;gt; os: r3/a4: 0x443c0000 r12/ip: 0x00001eb9 r14/lr: 0x0000071d&lt;BR /&gt;[00:00:00.041,000] &amp;lt;err&amp;gt; os: xpsr: 0x01000000&lt;BR /&gt;[00:00:00.046,000] &amp;lt;err&amp;gt; os: Faulting instruction address (r15/pc): 0x00000732&lt;BR /&gt;[00:00:00.054,000] &amp;lt;err&amp;gt; os: &amp;gt;&amp;gt;&amp;gt; ZEPHYR FATAL ERROR 25: Unknown error on CPU 0&lt;BR /&gt;[00:00:00.062,000] &amp;lt;err&amp;gt; os: Current thread: 0x20000198 (unknown)&lt;BR /&gt;[00:00:00.069,000] &amp;lt;err&amp;gt; os: Halting system&lt;BR /&gt;&lt;BR /&gt;Which indicates to lack access to IOMUX. I have moved IOMUXC from M33 to M7 in SM config of imx-system manager and reflashed the image but that's not helping.</description>
      <pubDate>Wed, 15 Oct 2025 05:23:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2186263#M501</guid>
      <dc:creator>deepshika_borundiya</dc:creator>
      <dc:date>2025-10-15T05:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAI3 pins as GPIOs in i.MX95evk</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2186430#M502</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252659"&gt;@deepshika_borundiya&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to send your device tree for Linux and Zephyr and&amp;nbsp;&lt;SPAN&gt;mx95evk.cfg file to me for reproduce this issue?&lt;/SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 08:09:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2186430#M502</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2025-10-15T08:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAI3 pins as GPIOs in i.MX95evk</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2186674#M503</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/369"&gt;@danielchen&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;I have attached Linux dts (imx95-19x19-evk.dts), Zephyr's dts (generated after building the project), and m95evk.cfg (.cfg files are not supported hence uploaded as a .txt document).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 13:47:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2186674#M503</guid>
      <dc:creator>deepshika_borundiya</dc:creator>
      <dc:date>2025-10-15T13:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAI3 pins as GPIOs in i.MX95evk</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2189563#M508</link>
      <description>&lt;P&gt;Hi deepshika:&lt;/P&gt;
&lt;P&gt;The IOMUXC and IOMUXC_GPR should be left in M33, they are owned by CM33 and managed by the System Manager.&amp;nbsp; M7 can call it via SCMI interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 04:01:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2189563#M508</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2025-10-21T04:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAI3 pins as GPIOs in i.MX95evk</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2189579#M509</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/369"&gt;@danielchen&lt;/a&gt;&lt;/P&gt;&lt;P&gt;While exploring, I figured that I'll have to enable access to IOMUX (while IOMUX remains under M55) via SCMI and TRDC. To do so, I'll have to modify config_scmi.h and config_trdc.h. However, config_trdc.h consists of PAC values and I am unable to traceback which hexadecimal value is assigned to which Domain's Resource: To put it otherwise, I am unable to identify GPIO2's PAC value for M7 Domain. If you could help me with that, I'll enable read and write access of GPIO2 to IOMUX for M7 Domain. You can find these files in configs/mx95evk/&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 05:02:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2189579#M509</guid>
      <dc:creator>deepshika_borundiya</dc:creator>
      <dc:date>2025-10-21T05:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAI3 pins as GPIOs in i.MX95evk</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2190534#M510</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252659"&gt;@deepshika_borundiya&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the system manager side, the following two lines need to be commented out in the current place:&lt;/P&gt;
&lt;P&gt;#PIN_GPIO_IO16 OWNER&lt;BR /&gt;#PIN_GPIO_IO26 OWNER&lt;/P&gt;
&lt;P&gt;And add to M7 section:&lt;/P&gt;
&lt;P&gt;PIN_GPIO_IO14 OWNER&lt;BR /&gt;PIN_GPIO_IO15 OWNER&lt;BR /&gt;#add the following two lines after IO15&lt;BR /&gt;PIN_GPIO_IO16 OWNER&lt;BR /&gt;PIN_GPIO_IO26 OWNER&lt;/P&gt;
&lt;P&gt;This will assign these two pins to M7 and allow M7 to configure the corresponding pin control registers.&lt;/P&gt;
&lt;P&gt;In the zephyr source code, these two pins can be used as GPIO.&lt;BR /&gt;Since the pins are muxed, the same procedure for the pinctrl must be followed to configure as GPIO.&lt;/P&gt;
&lt;P&gt;This is the high level description. If U-boot or Linux is currently using these two pins, they can be disabled from the device tree.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 07:38:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2190534#M510</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2025-10-22T07:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAI3 pins as GPIOs in i.MX95evk</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2190625#M511</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/369"&gt;@danielchen&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;I have moved PIN_GPIO_IO16 and GPIO2 itself from A55 NS to M7. I have also enabled SCMI permissions related to these. They can be verified in the modified files attached to this post. However, &lt;STRONG&gt;I am yet to enable hardware access to IOMUX and other permissions via TRDC. Can you please guide me to how can I traceback TRDC PAC values for GPIO2, IOMUX, etc. and enable them for M7.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 09:02:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2190625#M511</guid>
      <dc:creator>deepshika_borundiya</dc:creator>
      <dc:date>2025-10-22T09:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAI3 pins as GPIOs in i.MX95evk</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2191044#M512</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252659"&gt;@deepshika_borundiya&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your update.&amp;nbsp; &amp;nbsp;For TRDC, please make the following changes to mx95evk.cfg.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;#=================================================================#&lt;BR /&gt;# M7 EENV #&lt;BR /&gt;#=================================================================#&lt;/P&gt;
&lt;P&gt;LM1 name="M7", rpc=scmi, boot=2, skip=1, did=4, safe=seenv&lt;/P&gt;
&lt;P&gt;Under # API&lt;/P&gt;
&lt;P&gt;Add:&lt;/P&gt;
&lt;P&gt;PERLPI_GPIO2 ALL&lt;/P&gt;
&lt;P&gt;Under #Resources&lt;/P&gt;
&lt;P&gt;Add&lt;/P&gt;
&lt;P&gt;GPIO2 OWNER&lt;/P&gt;
&lt;P&gt;This should configure TRDC to allow M7 to access GPIO2. I think we should keep GPIO2 in AP section since GPIO2 are still used there for other pins.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 00:48:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2191044#M512</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2025-10-23T00:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAI3 pins as GPIOs in i.MX95evk</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2191518#M513</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/369"&gt;@danielchen&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;As reflected in the mx95evk.cfg file and A55's dts file shared before, I have already made these changes, while keeping IOMUX ownership with M33. As far as I know, I will have to modify config_scmi.h and trdc_h. I am attaching the latest modified configuration files. Please let me know how can I retrace trdc pac values to their resources.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 11:37:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2191518#M513</guid>
      <dc:creator>deepshika_borundiya</dc:creator>
      <dc:date>2025-10-23T11:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAI3 pins as GPIOs in i.MX95evk</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2192030#M514</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252659"&gt;@deepshika_borundiya&lt;/a&gt;&amp;nbsp;, could you please share with me how you test it,&amp;nbsp; do you test it with i.mx EVK or your custom board?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 00:09:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2192030#M514</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2025-10-24T00:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAI3 pins as GPIOs in i.MX95evk</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2192238#M515</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/369"&gt;@danielchen&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;I am using imx95evk board (lpddr5 19x19). I am using an Oscilloscope to probe resistor 1075 to check voltage level (as per schematic).&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 04:27:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2192238#M515</guid>
      <dc:creator>deepshika_borundiya</dc:creator>
      <dc:date>2025-10-24T04:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAI3 pins as GPIOs in i.MX95evk</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2194397#M517</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252659"&gt;@deepshika_borundiya&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you&amp;nbsp; execute 'err' on the SM console to check for any trdc related errors&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 15:30:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2194397#M517</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2025-10-28T15:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAI3 pins as GPIOs in i.MX95evk</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2196959#M521</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/369"&gt;@danielchen&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I ran err command and it pointed out the exact MBC memory block of IOMUX that I had to permit in AON (TRDC_A). However, on adding IOMUX access to AP-S and regenerating headers, 0x10650u is not reflecting changes in 4th bit. I am attaching the image of SM for your reference. Please let me know the next step.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SM_err.png" style="width: 582px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/363577i431FCF5F7D428AFB/image-size/large?v=v2&amp;amp;px=999" role="button" title="SM_err.png" alt="SM_err.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Nov 2025 08:10:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2196959#M521</guid>
      <dc:creator>deepshika_borundiya</dc:creator>
      <dc:date>2025-11-01T08:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAI3 pins as GPIOs in i.MX95evk</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2249922#M545</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252659"&gt;@deepshika_borundiya&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Share the dts file to you for reference.&lt;/P&gt;
&lt;P&gt;I have tested on upstream&amp;nbsp;commit 64e98eb5278d790f3b3e5279ca8b39b45097bbc0 (HEAD, tag: v4.2.1).&lt;/P&gt;
&lt;P&gt;Please use the attached dts file for&amp;nbsp;boards/nxp/imx95_evk/imx95_evk_mimx9596_m7.dts.&lt;/P&gt;
&lt;P&gt;west build -p always -b imx95_evk/mimx9596/m7 samples/basic/blinky&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 02:26:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-SAI3-pins-as-GPIOs-in-i-MX95evk/m-p/2249922#M545</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2025-11-27T02:26:25Z</dc:date>
    </item>
  </channel>
</rss>

