FPGA registers access from Linux kernel on OPOS93 SP

From ArmadeusWiki
Revision as of 18:30, 9 October 2025 by KevinJ (talk | contribs) (Created page with "Category:FPGA Category: OPOS93_SP == Introduction == Users should be able to develop their own Linux driver for their custom IPs through ''FlexIO Armabus''. == gpio-flexio-armabus example Linux driver == You can find an example driver in your Linux build repository under ''drivers/gpio/gpio-flexio-armabus.c''")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Introduction

Users should be able to develop their own Linux driver for their custom IPs through FlexIO Armabus.

gpio-flexio-armabus example Linux driver

You can find an example driver in your Linux build repository under drivers/gpio/gpio-flexio-armabus.c