Where is the driver for t2080-cpld

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Where is the driver for t2080-cpld

ソリューションへジャンプ
744件の閲覧回数
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 解決策
492件の閲覧回数
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 返信
493件の閲覧回数
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().