How can add a zigbee/thread module to IMX8Mq board.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can add a zigbee/thread module to IMX8Mq board.

778 Views
ysandeepkumar07
Contributor II

Hi,

I have having a mgm111a256v2 module, which is tobe integrated to our imx8m based custom board. According schematic spi will be used to interface with mgm111a256v2 module.

1. To implement this in DT, kernel, and application side what should be done. Can I have some reference which can help me to integrate it?

2. How can I test this implementation?

I appreciated your help. 

0 Kudos
1 Reply

598 Views
diegoadrian
NXP Employee
NXP Employee

Hello,

To implement this in the DTB, the only changes that you could do is with the frequency of your SPI module and sometimes the SPI driver is disabled in the DTB, you may need to activate it also.

Regarding how to implement the zigbee communication, depends a lot on your end application. However, how you are implementing your communication through SPI, you will create the zigbee communication through SPI commands. Please see the below web-page, there is an example of how to use the Linux SPI driver.

http://linux-sunxi.org/SPIdev 

Best Regards,

Diego.

0 Kudos