<?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>i.MX ProcessorsのトピックRe: iMx95 processor frequency and turning off peripherals</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMx95-processor-frequency-and-turning-off-peripherals/m-p/2385850#M245754</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224771" target="_blank"&gt;@min-eta&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;We would like to do the same thing, and I wonder if you have succeeded to lower the power consumption and also swich between different power modes?&lt;BR /&gt;&lt;BR /&gt;/Per&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jun 2026 13:17:10 GMT</pubDate>
    <dc:creator>persandberg</dc:creator>
    <dc:date>2026-06-24T13:17:10Z</dc:date>
    <item>
      <title>iMx95 processor frequency and turning off peripherals</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMx95-processor-frequency-and-turning-off-peripherals/m-p/2202720#M242094</link>
      <description>&lt;P&gt;We would like to know how can we control the power consumption on the iMX95 chip from Yocto Linux. This will be to turn off peripherals we are not using in our application (like SAI3, ENET2, WIFI and so on...), and also by turning down the frequency and voltage of the various processors (like A55, M33 and NPU at a lower speed, and the M7 turned off altogether).&lt;/P&gt;&lt;P&gt;I am not used to developing in Linux, but come from a background of embedded MCUs, like the MCX-N94x or the MIMXRT700 series, where we would use an RTOS and directly turn down PMIC voltages, set lower frequency clocks, and turning off peripherals by turning off their clocks, and so on.&lt;/P&gt;&lt;P&gt;I would like to know how this is done in Linux, and if we delete a device from the DTS file, does Linux then turn off the peripheral?&lt;/P&gt;&lt;P&gt;I also see that we can turn down the frequency of the A55s with the "cpufreq-set" command, but how do we control the frequency of all the other processors?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 11:41:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMx95-processor-frequency-and-turning-off-peripherals/m-p/2202720#M242094</guid>
      <dc:creator>min-eta</dc:creator>
      <dc:date>2025-11-11T11:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: iMx95 processor frequency and turning off peripherals</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMx95-processor-frequency-and-turning-off-peripherals/m-p/2203956#M242137</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224771"&gt;@min-eta&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;On the i.MX95 platform, the System Manager is responsible for managing clocks and peripherals. When you use Linux commands to reduce the frequency in the background, the system interacts with the System Manager to adjust the core frequencies and clocks accordingly.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Could you please provide more details about what you are trying to accomplish? This will help us guide you more effectively.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The i.MX95 processor offers extensive configuration options because it is designed for safety- and security-critical applications. If you are not familiar with the MPU architecture and its functionalities, you might find it easier to work with a simpler MPU such as the i.MX93 or i.MX8MM, which are better suited for less complex use cases.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 23:10:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMx95-processor-frequency-and-turning-off-peripherals/m-p/2203956#M242137</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2025-11-12T23:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: iMx95 processor frequency and turning off peripherals</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMx95-processor-frequency-and-turning-off-peripherals/m-p/2205242#M242184</link>
      <description>&lt;P&gt;We are interested in measure energy consumption in the chip when we are running ML with eIQ. So we would measure the currents in the VDD_ARM and VDD_SOC power domains, while the components that we need are running (A55s, M7, M33, NPU, GPU depending on if we are running on the CPU and/or NPU and/or GPU, as needed).&lt;/P&gt;&lt;P&gt;Ideally we would turn off anything else in these power domains that we don't need, like the VPU, Camera controller, ISP, etc.&lt;/P&gt;&lt;P&gt;Also, we would like to test the chip in the three power modes: low drive (0.8V), nominal drive (0.85V) and over drive (0.9V). At each mode, we would turn all the processor frequencies to their highest available at the given drive mode (like at 0.8V, A55=900 MHz, M7=500MHz, etc).&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 14:35:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMx95-processor-frequency-and-turning-off-peripherals/m-p/2205242#M242184</guid>
      <dc:creator>min-eta</dc:creator>
      <dc:date>2025-11-14T14:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: iMx95 processor frequency and turning off peripherals</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMx95-processor-frequency-and-turning-off-peripherals/m-p/2205319#M242190</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224771"&gt;@min-eta&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;That it is possible using the iMX95-EVK board and we have the&amp;nbsp;AN14449 where we expose some use cases and the power consumption in each use case.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;But from now this information is shared only with registered customers with NDA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 17:00:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMx95-processor-frequency-and-turning-off-peripherals/m-p/2205319#M242190</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2025-11-14T17:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: iMx95 processor frequency and turning off peripherals</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMx95-processor-frequency-and-turning-off-peripherals/m-p/2385850#M245754</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224771" target="_blank"&gt;@min-eta&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;We would like to do the same thing, and I wonder if you have succeeded to lower the power consumption and also swich between different power modes?&lt;BR /&gt;&lt;BR /&gt;/Per&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2026 13:17:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMx95-processor-frequency-and-turning-off-peripherals/m-p/2385850#M245754</guid>
      <dc:creator>persandberg</dc:creator>
      <dc:date>2026-06-24T13:17:10Z</dc:date>
    </item>
  </channel>
</rss>

