<?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>topic Re: Using SRAM on SPI interface on IMX6UL in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Using-SRAM-on-SPI-interface-on-IMX6UL/m-p/777086#M120633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Igor, thank you for the links. The patch for the mchp23k256 has been accepted and add to the mainline kernel. I was able to use this as a reference for a driver on the fsl 4.9 kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2018 17:00:28 GMT</pubDate>
    <dc:creator>justinwave</dc:creator>
    <dc:date>2018-06-18T17:00:28Z</dc:date>
    <item>
      <title>Using SRAM on SPI interface on IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-SRAM-on-SPI-interface-on-IMX6UL/m-p/777084#M120631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a custom board designed off the IMX6UL EVK board and what to access SRAM loacted on the SPI interface. The SRAM chip is the 23LC1024 and am using the 4.9.11_1.0.0_ga kernel. I was unable to find a driver for the SRAM and am unsure of how to configure it in the device tree and then how to read and write to it from user space. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the device tree, what should I set the the compatible field to? Should it be "mtd-ram", "spidev" or "mmio-ram"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, how then would I access the SRAM from a user space application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated, thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 16:40:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-SRAM-on-SPI-interface-on-IMX6UL/m-p/777084#M120631</guid>
      <dc:creator>justinwave</dc:creator>
      <dc:date>2018-06-12T16:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using SRAM on SPI interface on IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-SRAM-on-SPI-interface-on-IMX6UL/m-p/777085#M120632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi justinwave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can look at general linux guidelines&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://community.cypress.com/docs/DOC-14647" title="https://community.cypress.com/docs/DOC-14647"&gt;F-RAM Support under Linux – KBA223028 | Cypress Developer Community&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://lists.infradead.org/pipermail/linux-mtd/2017-March/072630.html" title="http://lists.infradead.org/pipermail/linux-mtd/2017-March/072630.html"&gt;[PATCH] mtd: mchp23k256: Add driver for this SPI SRAM device&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and NXP spi-nor driver description found in linux documentation on&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.nxp.com%2Fsupport%2Fdeveloper-resources%2Frun-time-software%2Fi.mx-developer-resources%2Fi.mx-6series-i.mx-7series-software-and-development-tool-resources%3AIMX_SW" rel="nofollow" target="_blank"&gt;https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/i.mx-6series-i.mx-7series-software-and-development-tool-resources:IMX_SW&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 22:55:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-SRAM-on-SPI-interface-on-IMX6UL/m-p/777085#M120632</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-06-12T22:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using SRAM on SPI interface on IMX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-SRAM-on-SPI-interface-on-IMX6UL/m-p/777086#M120633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Igor, thank you for the links. The patch for the mchp23k256 has been accepted and add to the mainline kernel. I was able to use this as a reference for a driver on the fsl 4.9 kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 17:00:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-SRAM-on-SPI-interface-on-IMX6UL/m-p/777086#M120633</guid>
      <dc:creator>justinwave</dc:creator>
      <dc:date>2018-06-18T17:00:28Z</dc:date>
    </item>
  </channel>
</rss>

