MX7 pin mux/Linux: move peripherals to different pins

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MX7 pin mux/Linux: move peripherals to different pins

跳至解决方案
1,168 次查看
demoniacmilk
Contributor IV

Hello!

At the moment, Linux+Software is running on the SABRE board. The software in use accesses many peripheral interfaces. The SABRE pin mux differs quite a lot from the final pin mux setup that will be used for our custom hardware.

What happens if I change the pin configuration of the MX7? Especially, what happens to interfaces that are already used by the current software but will be mapped to different pins?

As the Signal/Data flow could be described as

Software <-> HW Interface <-> pin mux <-> pin

changing the pin configuration should only affect 'pin mux <-> pin'. In this case, no software/Linux adjustments should be necessary?

How does the MX7 learn about its new pin configuration?

标记 (2)
0 项奖励
回复
1 解答
1,044 次查看
Carlos_Musich
NXP Employee
NXP Employee

Hi Lars,

> How does the MX7 learn about its new pin configuration?

It is through the Device Tree. This is a quite extensive topic. In the following thread I explain a simple pin configuration example and recommend some links.

32Khz clock on CCM_CLKO2 (SD1_WP) 


Best regards,
Carlos

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,045 次查看
Carlos_Musich
NXP Employee
NXP Employee

Hi Lars,

> How does the MX7 learn about its new pin configuration?

It is through the Device Tree. This is a quite extensive topic. In the following thread I explain a simple pin configuration example and recommend some links.

32Khz clock on CCM_CLKO2 (SD1_WP) 


Best regards,
Carlos

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复