<?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中的主题 IMX8ulp flexCAN</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX8ulp-flexCAN/m-p/2040549#M233783</link>
    <description>&lt;P&gt;Hi all，&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; I am debugging the CAN communication function, but I cannot find the flexCAN device node in the dtb file. If I want to get it working, what's the solution?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Feb 2025 03:04:24 GMT</pubDate>
    <dc:creator>wendy-liu</dc:creator>
    <dc:date>2025-02-10T03:04:24Z</dc:date>
    <item>
      <title>IMX8ulp flexCAN</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8ulp-flexCAN/m-p/2040549#M233783</link>
      <description>&lt;P&gt;Hi all，&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; I am debugging the CAN communication function, but I cannot find the flexCAN device node in the dtb file. If I want to get it working, what's the solution?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 03:04:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8ulp-flexCAN/m-p/2040549#M233783</guid>
      <dc:creator>wendy-liu</dc:creator>
      <dc:date>2025-02-10T03:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8ulp flexCAN</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8ulp-flexCAN/m-p/2040698#M233792</link>
      <description>&lt;P&gt;Please refer to the following definition in&amp;nbsp;arch/arm64/boot/dts/freescale/imx8mp.dtsi in Linux Kernel.&lt;/P&gt;
&lt;P&gt;flexcan1: can@308c0000 {&lt;BR /&gt;compatible = "fsl,imx8mp-flexcan";&lt;BR /&gt;reg = &amp;lt;0x308c0000 0x10000&amp;gt;;&lt;BR /&gt;interrupts = &amp;lt;GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH&amp;gt;;&lt;BR /&gt;clocks = &amp;lt;&amp;amp;clk IMX8MP_CLK_IPG_ROOT&amp;gt;,&lt;BR /&gt;&amp;lt;&amp;amp;clk IMX8MP_CLK_CAN1_ROOT&amp;gt;;&lt;BR /&gt;clock-names = "ipg", "per";&lt;BR /&gt;assigned-clocks = &amp;lt;&amp;amp;clk IMX8MP_CLK_CAN1&amp;gt;;&lt;BR /&gt;assigned-clock-parents = &amp;lt;&amp;amp;clk IMX8MP_SYS_PLL1_40M&amp;gt;;&lt;BR /&gt;assigned-clock-rates = &amp;lt;40000000&amp;gt;;&lt;BR /&gt;fsl,clk-source = /bits/ 8 &amp;lt;0&amp;gt;;&lt;BR /&gt;fsl,stop-mode = &amp;lt;&amp;amp;gpr 0x10 4&amp;gt;;&lt;BR /&gt;status = "disabled";&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;flexcan2: can@308d0000 {&lt;BR /&gt;compatible = "fsl,imx8mp-flexcan";&lt;BR /&gt;reg = &amp;lt;0x308d0000 0x10000&amp;gt;;&lt;BR /&gt;interrupts = &amp;lt;GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH&amp;gt;;&lt;BR /&gt;clocks = &amp;lt;&amp;amp;clk IMX8MP_CLK_IPG_ROOT&amp;gt;,&lt;BR /&gt;&amp;lt;&amp;amp;clk IMX8MP_CLK_CAN2_ROOT&amp;gt;;&lt;BR /&gt;clock-names = "ipg", "per";&lt;BR /&gt;assigned-clocks = &amp;lt;&amp;amp;clk IMX8MP_CLK_CAN2&amp;gt;;&lt;BR /&gt;assigned-clock-parents = &amp;lt;&amp;amp;clk IMX8MP_SYS_PLL1_40M&amp;gt;;&lt;BR /&gt;assigned-clock-rates = &amp;lt;40000000&amp;gt;;&lt;BR /&gt;fsl,clk-source = /bits/ 8 &amp;lt;0&amp;gt;;&lt;BR /&gt;fsl,stop-mode = &amp;lt;&amp;amp;gpr 0x10 5&amp;gt;;&lt;BR /&gt;status = "disabled";&lt;BR /&gt;};&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;And the following definition in&amp;nbsp;arch/arm64/boot/dts/freescale/imx8mp-evk.dts.&lt;BR /&gt;&amp;amp;flexcan1 {&lt;BR /&gt;pinctrl-names = "default";&lt;BR /&gt;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_flexcan1&amp;gt;;&lt;BR /&gt;xceiver-supply = &amp;lt;&amp;amp;reg_can1_stby&amp;gt;;&lt;BR /&gt;status = "okay";&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;&amp;amp;flexcan2 {&lt;BR /&gt;pinctrl-names = "default";&lt;BR /&gt;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_flexcan2&amp;gt;;&lt;BR /&gt;xceiver-supply = &amp;lt;&amp;amp;reg_can2_stby&amp;gt;;&lt;BR /&gt;pinctrl-assert-gpios = &amp;lt;&amp;amp;pca6416 3 GPIO_ACTIVE_HIGH&amp;gt;;&lt;BR /&gt;status = "disabled";/* can2 pin conflict with pdm */&lt;BR /&gt;};&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 08:09:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8ulp-flexCAN/m-p/2040698#M233792</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2025-02-10T08:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8ulp flexCAN</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8ulp-flexCAN/m-p/2040703#M233794</link>
      <description>yeah,&amp;nbsp;I know I can&amp;nbsp;refer to other dts, but how do I reference the clock and interrupts? These are strongly related to hardware.</description>
      <pubDate>Mon, 10 Feb 2025 08:16:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8ulp-flexCAN/m-p/2040703#M233794</guid>
      <dc:creator>wendy-liu</dc:creator>
      <dc:date>2025-02-10T08:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8ulp flexCAN</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8ulp-flexCAN/m-p/2044478#M234014</link>
      <description>&lt;P&gt;I just got the confirmation from the SE team.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FlexCAN is in realtime domain so it is not supported in Linux. It can only be accessed by M core. You can find driver and related examples in SDK.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 10:09:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8ulp-flexCAN/m-p/2044478#M234014</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2025-02-14T10:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8ulp flexCAN</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8ulp-flexCAN/m-p/2044989#M234054</link>
      <description>Yes, I see.Thanks a lot!</description>
      <pubDate>Mon, 17 Feb 2025 00:50:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8ulp-flexCAN/m-p/2044989#M234054</guid>
      <dc:creator>wendy-liu</dc:creator>
      <dc:date>2025-02-17T00:50:37Z</dc:date>
    </item>
  </channel>
</rss>

