kernel/arm64: Add kernel support for Samsung UART

Tested on M1 MacBook Air.

Change-Id: Idda9b2a168642b55a9e30336be1c4f4936670035
Reviewed-on: https://review.haiku-os.org/c/haiku/+/10487
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Sam Roberts
2026-03-13 08:34:54 +00:00
committed by Adrien Destugues
parent 013f25498a
commit e438946e25
4 changed files with 19 additions and 0 deletions
@@ -38,4 +38,7 @@ private:
};
ArchUARTSamsung *arch_get_uart_samsung(addr_t base, int64 clock);
#endif