Where is the driver for t2080-cpld

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

Where is the driver for t2080-cpld

Jump to solution
737 Views
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.

Labels (1)
Tags (2)
0 Kudos
1 Solution
485 Views
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().

View solution in original post

1 Reply
486 Views
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().