<?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: How to modify pinctrl for ls1021 dts file in QorIQ</title>
    <link>https://community.nxp.com/t5/QorIQ/How-to-modify-pinctrl-for-ls1021-dts-file/m-p/1039178#M9186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The I2C1 signals are not multiplexed - refer to the QorIQ LS1021A Data Sheet, Table 1. Pinout list by bus, I2C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Aug 2020 10:35:33 GMT</pubDate>
    <dc:creator>ufedor</dc:creator>
    <dc:date>2020-08-20T10:35:33Z</dc:date>
    <item>
      <title>How to modify pinctrl for ls1021 dts file</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-modify-pinctrl-for-ls1021-dts-file/m-p/1039171#M9179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using a custom board based on ls1021atwr, and would like to change the pin configuration as per custom board schematics,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For boards like imx6q or imx6dl there is a imx6qdl-sabresd.dtsi file that has a pinctrl field which lets us choose the mux configuration of various pins,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I found no such entry in ls1021.dtsi or ls1021a-twr.dts, how can I change mux pin config? I could also not find an iomux node in this dts, is the procedure to change mux pins different for this board&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2020 13:09:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-modify-pinctrl-for-ls1021-dts-file/m-p/1039171#M9179</guid>
      <dc:creator>sujay1</dc:creator>
      <dc:date>2020-08-17T13:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify pinctrl for ls1021 dts file</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-modify-pinctrl-for-ls1021-dts-file/m-p/1039172#M9180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pinmuxing of the LS1021A is controlled by appropriate fields in RCW (Reset Configuration Word) applied during POR (Power-on Reset). Further re-configuring by software means is not supported.&lt;/P&gt;&lt;P&gt;Reference: QorIQ LS1021A Reference Manual, 3.4 Signal multiplexing details and 4.4.6.1 RCW field definitions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create RCW it is strongly recommended to use CodeWarrior QorIQ Configuration and Validation Suite component - PBL Tool:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/user-guide/QCVS_PBL_User_Guide.pdf" title="https://www.nxp.com/docs/en/user-guide/QCVS_PBL_User_Guide.pdf"&gt;https://www.nxp.com/docs/en/user-guide/QCVS_PBL_User_Guide.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2020 17:24:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-modify-pinctrl-for-ls1021-dts-file/m-p/1039172#M9180</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2020-08-17T17:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify pinctrl for ls1021 dts file</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-modify-pinctrl-for-ls1021-dts-file/m-p/1039173#M9181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ufedor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I installed code warrior and did the pin-muxing, however that only generated an xml file, If I generate processor Expert code will these pin mux details reflect in pbl?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2020 06:27:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-modify-pinctrl-for-ls1021-dts-file/m-p/1039173#M9181</guid>
      <dc:creator>sujay1</dc:creator>
      <dc:date>2020-08-20T06:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify pinctrl for ls1021 dts file</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-modify-pinctrl-for-ls1021-dts-file/m-p/1039174#M9182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use the QCVS PBL Tool and insert the verified pin-muxing settings manually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2020 07:38:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-modify-pinctrl-for-ls1021-dts-file/m-p/1039174#M9182</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2020-08-20T07:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify pinctrl for ls1021 dts file</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-modify-pinctrl-for-ls1021-dts-file/m-p/1039175#M9183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;Ok I understand now, I go to component inspector in the pbl tool then to pin muxing and then modify based on what I want. Just one more thing, in IRQ_EXT its mentioned&amp;nbsp;See IRQ_BASE description, where is this defined? I can see "For additional information see description of the IRQ_BASE field in device documentation" what is this device doc? is it reference manual fo ls10s1a?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2020 07:46:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-modify-pinctrl-for-ls1021-dts-file/m-p/1039175#M9183</guid>
      <dc:creator>sujay1</dc:creator>
      <dc:date>2020-08-20T07:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify pinctrl for ls1021 dts file</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-modify-pinctrl-for-ls1021-dts-file/m-p/1039176#M9184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer to the QorIQ LS1021A Reference Manual, Table 4-14. RCW field descriptions:&lt;/P&gt;&lt;P&gt;"373-375&lt;/P&gt;&lt;P&gt;IRQ_BASE&lt;/P&gt;&lt;P&gt;This field configures the functionality of IRQ[3:5] pins.&lt;BR /&gt;The corresponding GPIOs for these pins are GPIO1[23:25].&lt;BR /&gt;Options for each bit:&lt;BR /&gt;0 IRQ&lt;BR /&gt;1 GPIO1"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2020 09:31:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-modify-pinctrl-for-ls1021-dts-file/m-p/1039176#M9184</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2020-08-20T09:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify pinctrl for ls1021 dts file</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-modify-pinctrl-for-ls1021-dts-file/m-p/1039177#M9185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My custom board uses i2c1_scl and i2c1_sda but I can only see i2c2 in IIC_BASE field, wha change should I make to configure i2c1?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2020 09:38:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-modify-pinctrl-for-ls1021-dts-file/m-p/1039177#M9185</guid>
      <dc:creator>sujay1</dc:creator>
      <dc:date>2020-08-20T09:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify pinctrl for ls1021 dts file</title>
      <link>https://community.nxp.com/t5/QorIQ/How-to-modify-pinctrl-for-ls1021-dts-file/m-p/1039178#M9186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The I2C1 signals are not multiplexed - refer to the QorIQ LS1021A Data Sheet, Table 1. Pinout list by bus, I2C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2020 10:35:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/How-to-modify-pinctrl-for-ls1021-dts-file/m-p/1039178#M9186</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2020-08-20T10:35:33Z</dc:date>
    </item>
  </channel>
</rss>

