<?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: Creating custom DTS in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Creating-custom-DTS/m-p/456898#M71347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luke&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can look at some useful links:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://boundarydevices.com/mx6-device-tree-customization/" rel="nofollow"&gt;http://boundarydevices.com/mx6-device-tree-customization/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" data-containerid="2004" data-containertype="14" data-objectid="95333" data-objecttype="102" href="https://community.freescale.com/docs/DOC-95333"&gt;https://community.freescale.com/docs/DOC-95333&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://www.chromium.org/chromium-os/u-boot-porting-guide/u-boot-drivers" rel="nofollow"&gt;https://www.chromium.org/chromium-os/u-boot-porting-guide/u-boot-drivers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://events.linuxfoundation.org/sites/events/files/slides/petazzoni-device-tree-dummies.pdf" title="http://events.linuxfoundation.org/sites/events/files/slides/petazzoni-device-tree-dummies.pdf"&gt;http://events.linuxfoundation.org/sites/events/files/slides/petazzoni-device-tree-dummies.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Dec 2015 01:59:36 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2015-12-02T01:59:36Z</dc:date>
    <item>
      <title>Creating custom DTS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Creating-custom-DTS/m-p/456897#M71346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a custom board using the iMX6Quad processor. I've created everything from scratch for the software bringup (SPL, uBoot, Kernel 4.3 mainstream, modules, headers &amp;amp; source) except for the DTS as I cannot find any documentation on creating them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The board boots fine if I used existing demo or dev boards as I have used existing DTS files from the 4.3 upstream kernel that match the dev boards, however if I try them on my own custom board it does nothing after the "Starting kernel..." stage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm guessing its something in the DTS not matching my custom board so want to create a custom one to match my own board with GPIOs for LEDs also. However, where do I start and are there any tools for creating/editing the DTS/DTSI files?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 21:35:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Creating-custom-DTS/m-p/456897#M71346</guid>
      <dc:creator>angelsix</dc:creator>
      <dc:date>2015-12-01T21:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom DTS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Creating-custom-DTS/m-p/456898#M71347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luke&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can look at some useful links:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://boundarydevices.com/mx6-device-tree-customization/" rel="nofollow"&gt;http://boundarydevices.com/mx6-device-tree-customization/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" data-containerid="2004" data-containertype="14" data-objectid="95333" data-objecttype="102" href="https://community.freescale.com/docs/DOC-95333"&gt;https://community.freescale.com/docs/DOC-95333&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://www.chromium.org/chromium-os/u-boot-porting-guide/u-boot-drivers" rel="nofollow"&gt;https://www.chromium.org/chromium-os/u-boot-porting-guide/u-boot-drivers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://events.linuxfoundation.org/sites/events/files/slides/petazzoni-device-tree-dummies.pdf" title="http://events.linuxfoundation.org/sites/events/files/slides/petazzoni-device-tree-dummies.pdf"&gt;http://events.linuxfoundation.org/sites/events/files/slides/petazzoni-device-tree-dummies.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 01:59:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Creating-custom-DTS/m-p/456898#M71347</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-12-02T01:59:36Z</dc:date>
    </item>
  </channel>
</rss>

