Where is the driver for t2080-cpld

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

Where is the driver for t2080-cpld

跳至解决方案
749 次查看
manoloruiz
Contributor III

Hi,

I want to create a linux device driver for a FPGA connect in IFC. I have found a device that is connected in the original T2080RDB. I can see in the device tree:

Boardctrl -> board-control@2,0 -> fsl,t2080-cpld

I would like to know where the driver relate with this device is.

Best regards.

标签 (1)
标记 (2)
0 项奖励
1 解答
497 次查看
ufedor
NXP Employee
NXP Employee

There is no dedicated driver.

The CPLD physical base address is 0xF_FFDF0000 and its registers could be accessed after obtaining a virtual address by means of the ioremap().

在原帖中查看解决方案

1 回复
498 次查看
ufedor
NXP Employee
NXP Employee

There is no dedicated driver.

The CPLD physical base address is 0xF_FFDF0000 and its registers could be accessed after obtaining a virtual address by means of the ioremap().