Jump to content

How to enable uart2/uart4 in dtc file?


YuriyKl

Recommended Posts

From armada-3720-espressobin.dtsi:128

Connector J17 and J18 expose a number of different features. Some pins are multiplexed. This is the case for instance for the following features:
 * - UART1 (pin 24 = RX, pin 26 = TX). See armada-3720-db.dts for an example of how to enable it. Beware that the signals are 1.8V TTL.

 

The db.dts:204 gives

/* CON26(V2.0)/CON28(V1.4) */
&uart1 {
    pinctrl-names = "default";
    pinctrl-0 = <&uart2_pins>;
    status = "okay";
};

 

uart0 and uart1 are defined in armada-37xx.dtsi.

 

So if you want to enable more than that, it sounds like multiple modifications, and I don't know any better how to help.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines