92a4261ad5
This adds PL011 UART support which is more plentiful. It also: * Fixes PI4 build by including .dtb files on the SD card. * Enables the activity LED as the status LED on PI4 and CM4 I/O. * Adds that LED as board.LED. Fixes #5650 and progress on #5629
7 lines
126 B
Makefile
7 lines
126 B
Makefile
USB_VID = 0x2E8A
|
|
USB_PID = 0xF001
|
|
USB_PRODUCT = "Raspberry Pi 4B"
|
|
USB_MANUFACTURER = "Raspberry Pi"
|
|
|
|
CHIP_VARIANT = "bcm2711"
|