Skip to content

Commit 10f338b

Browse files
FlyGoattsbogend
authored andcommitted
MIPS: config: generic: Add board-litex
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]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 9ce4250 commit 10f338b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
CONFIG_LITEX_LITEETH=y
2+
CONFIG_SERIAL_LITEUART=y
3+
CONFIG_SERIAL_LITEUART_CONSOLE=y
4+
CONFIG_MMC=y
5+
CONFIG_MMC_LITEX=y
6+
CONFIG_LITEX_SOC_CONTROLLER=y
7+
CONFIG_USB_OHCI_HCD=y
8+
CONFIG_USB_OHCI_HCD_PLATFORM=y

0 commit comments

Comments
 (0)