serial: core: Add the Raspberry Pi firmware UART id

Assign a new serial core number for the RPi firmware UART.

Signed-off-by: Tim Gover <tim.gover@raspberrypi.com>
This commit is contained in:
Tim Gover
2024-11-01 19:43:21 +00:00
committed by Dom Cobley
parent fb1d494839
commit da8051cb96

View File

@@ -231,6 +231,9 @@
/* Sunplus UART */
#define PORT_SUNPLUS 123
/* RPi firmware UART */
#define PORT_RPI_FW 124
/* Generic type identifier for ports which type is not important to userspace. */
#define PORT_GENERIC (-1)