Skip to content

Commit

Permalink
MIPS: config: generic: Add board-litex
Browse files Browse the repository at this point in the history
The LiteX framework provides a convenient and efficient infrastructure
to create FPGA Cores/SoCs.

We have implemented LiteX support for a couple of opensource MIPS
CPU cores including microAptiv UP from MIPS, GS232 from Loongson,
and CDIM from CQU.

For this platform, devicetree is generated by litex python scripts
so there is no devicetree addition necessary.

Link: enjoy-digital/litex#1990
Signed-off-by: Jiaxun Yang <[email protected]>
  • Loading branch information
FlyGoat authored and intel-lab-lkp committed Jul 6, 2024
1 parent 5c8a81a commit d7b5e7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/mips/configs/generic/board-litex.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CONFIG_LITEX_LITEETH=y
CONFIG_SERIAL_LITEUART=y
CONFIG_SERIAL_LITEUART_CONSOLE=y
CONFIG_MMC=y
CONFIG_MMC_LITEX=y
CONFIG_LITEX_SOC_CONTROLLER=y
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_HCD_PLATFORM=y

0 comments on commit d7b5e7e

Please sign in to comment.