MPC8309 UCC-HDLC driver of Linux

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

MPC8309 UCC-HDLC driver of Linux

Jump to solution
2,103 Views
lijiankun198
Contributor II

Hello everyone, I have learned MPC8309 just for a week. In my project I need to set the UCC7 to HDLC mode. But I just find the driver of UCC-rs485 instead of HDLC in bsp kernel.   Can anyone provide the driver of UCC-HDLC or some advises?  Thanks!!!

Labels (3)
0 Kudos
1 Solution
1,369 Views
r8070z
NXP Employee
NXP Employee


Have a great day,

Unfortunately there were several requests for the driver of UCC-HDLC but in vain. See for example

https://community.freescale.com/message/387298#387298

So Linux does not include a full-feature HDLC driver for UCC hardware. May be the next can help you

Freescale provides UCC HDLC driver for Netcomm software (it is OS agnostic) and tdm Linux driver in the MPC8309-KIT BSP. Please see details in https://community.freescale.com/message/409264#409264

Recommended Device tree elements for a UCC are specified in the kernel source

Documentation/powerpc/dts-bindings/fsl/cpm-qe/qe/ucc.txt

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

View solution in original post

0 Kudos
2 Replies
1,370 Views
r8070z
NXP Employee
NXP Employee


Have a great day,

Unfortunately there were several requests for the driver of UCC-HDLC but in vain. See for example

https://community.freescale.com/message/387298#387298

So Linux does not include a full-feature HDLC driver for UCC hardware. May be the next can help you

Freescale provides UCC HDLC driver for Netcomm software (it is OS agnostic) and tdm Linux driver in the MPC8309-KIT BSP. Please see details in https://community.freescale.com/message/409264#409264

Recommended Device tree elements for a UCC are specified in the kernel source

Documentation/powerpc/dts-bindings/fsl/cpm-qe/qe/ucc.txt

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

0 Kudos
1,369 Views
lijiankun198
Contributor II

Hello, thanks for your reply! I have downloaded the NetComm_Software. But I find that it's an exe file. I have installed the software in my computer. How to achieve the driver of Linux? Thanks!!!

0 Kudos