<?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>LayerscapeのトピックLS1088A Pin Configuration for eMMC</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1088A-Pin-Configuration-for-eMMC/m-p/2100735#M15774</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to run 8 bus witdh eMMC on custom LS1088 based board.&amp;nbsp;I have successfully activated emmc, but it is inited as 4 bus width every time. According to what I see in the datasheet and reference design, I need to configure the pins that are SPI by default in the OVDD section as SDHC_DAT4-7 in the HS Mux.&amp;nbsp;I tried to do this on the DTS side but I am getting a syntax error.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;&amp;amp;esdhc {
	status = "okay";
	compatible = "fsl,ls1088a-esdhc", "fsl,esdhc";
	non-removable;
	bus-width = &amp;lt;8&amp;gt;;
	clock-frequency = &amp;lt;200000000&amp;gt;;
	pinctrl-names = "default";
	pinctrl-0 = &amp;lt;&amp;amp;esdhc_pins&amp;gt;;
};

&amp;amp;fsl_lsiodev {
	esdhc_pins: esdhc-pins {
		fsl,pins = &amp;lt;
			LS1088A_SIGNAL(PAD_P3, SDHC_CLK, 0x06000049) /* SDHC_CLK */
			LS1088A_SIGNAL(PAD_P2, SDHC_CMD, 0x06000049) /* SDHC_CMD */
			LS1088A_SIGNAL(PAD_P1, SDHC_DATA0, 0x06000049) /* SDHC_DATA0 */
			LS1088A_SIGNAL(PAD_R2, SDHC_DATA1, 0x06000049) /* SDHC_DATA1 */
			LS1088A_SIGNAL(PAD_R1, SDHC_DATA2, 0x06000049) /* SDHC_DATA2 */
			LS1088A_SIGNAL(PAD_T1, SDHC_DATA3, 0x06000049) /* SDHC_DATA3 */
			LS1088A_SIGNAL(PAD_U1, SDHC_DATA4, 0x06000049) /* SDHC_DATA4 */
			LS1088A_SIGNAL(PAD_R3, SDHC_DATA5, 0x06000049) /* SDHC_DATA5 */
			LS1088A_SIGNAL(PAD_T3, SDHC_DATA6, 0x06000049) /* SDHC_DATA6 */

			LS1088A_SIGNAL(PAD_V1, SDHC_DATA7, 0x06000049) /* SDHC_DATA7 */
		&amp;gt;;
	};
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What are the steps I should follow to configure it correctly?&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;mmc0: switch to bus width 8 failed&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is QCVS PinMuxing Tool the right and sufficient solution for me to solve this problem?&lt;/P&gt;</description>
    <pubDate>Tue, 20 May 2025 14:22:59 GMT</pubDate>
    <dc:creator>zeroqruel</dc:creator>
    <dc:date>2025-05-20T14:22:59Z</dc:date>
    <item>
      <title>LS1088A Pin Configuration for eMMC</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1088A-Pin-Configuration-for-eMMC/m-p/2100735#M15774</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to run 8 bus witdh eMMC on custom LS1088 based board.&amp;nbsp;I have successfully activated emmc, but it is inited as 4 bus width every time. According to what I see in the datasheet and reference design, I need to configure the pins that are SPI by default in the OVDD section as SDHC_DAT4-7 in the HS Mux.&amp;nbsp;I tried to do this on the DTS side but I am getting a syntax error.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;&amp;amp;esdhc {
	status = "okay";
	compatible = "fsl,ls1088a-esdhc", "fsl,esdhc";
	non-removable;
	bus-width = &amp;lt;8&amp;gt;;
	clock-frequency = &amp;lt;200000000&amp;gt;;
	pinctrl-names = "default";
	pinctrl-0 = &amp;lt;&amp;amp;esdhc_pins&amp;gt;;
};

&amp;amp;fsl_lsiodev {
	esdhc_pins: esdhc-pins {
		fsl,pins = &amp;lt;
			LS1088A_SIGNAL(PAD_P3, SDHC_CLK, 0x06000049) /* SDHC_CLK */
			LS1088A_SIGNAL(PAD_P2, SDHC_CMD, 0x06000049) /* SDHC_CMD */
			LS1088A_SIGNAL(PAD_P1, SDHC_DATA0, 0x06000049) /* SDHC_DATA0 */
			LS1088A_SIGNAL(PAD_R2, SDHC_DATA1, 0x06000049) /* SDHC_DATA1 */
			LS1088A_SIGNAL(PAD_R1, SDHC_DATA2, 0x06000049) /* SDHC_DATA2 */
			LS1088A_SIGNAL(PAD_T1, SDHC_DATA3, 0x06000049) /* SDHC_DATA3 */
			LS1088A_SIGNAL(PAD_U1, SDHC_DATA4, 0x06000049) /* SDHC_DATA4 */
			LS1088A_SIGNAL(PAD_R3, SDHC_DATA5, 0x06000049) /* SDHC_DATA5 */
			LS1088A_SIGNAL(PAD_T3, SDHC_DATA6, 0x06000049) /* SDHC_DATA6 */

			LS1088A_SIGNAL(PAD_V1, SDHC_DATA7, 0x06000049) /* SDHC_DATA7 */
		&amp;gt;;
	};
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What are the steps I should follow to configure it correctly?&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;mmc0: switch to bus width 8 failed&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is QCVS PinMuxing Tool the right and sufficient solution for me to solve this problem?&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 14:22:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1088A-Pin-Configuration-for-eMMC/m-p/2100735#M15774</guid>
      <dc:creator>zeroqruel</dc:creator>
      <dc:date>2025-05-20T14:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: LS1088A Pin Configuration for eMMC</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1088A-Pin-Configuration-for-eMMC/m-p/2103140#M15789</link>
      <description>&lt;P&gt;I solved the problem. In the RCW file, it was necessary to activate the function for emmc from the SPI_PCS pin settings.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zeroqruel_0-1747976922036.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339348i358741804EBB771F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="zeroqruel_0-1747976922036.png" alt="zeroqruel_0-1747976922036.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SPI_PCS_BASE=2&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 05:10:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1088A-Pin-Configuration-for-eMMC/m-p/2103140#M15789</guid>
      <dc:creator>zeroqruel</dc:creator>
      <dc:date>2025-05-23T05:10:08Z</dc:date>
    </item>
  </channel>
</rss>

