From e4b080ee56060843e335cad789468418f586b0b1 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 19 Dec 2023 16:42:49 +0100 Subject: [PATCH] mb/amd/onyx_poc/devicetree: enable UART0 UART0 is routed to a USB-serial converter chip on the Onyx board, so also enable this UART in the devicetree, so that the OS will be able to use this UART. Signed-off-by: Felix Held Change-Id: I7b2577d799fd82a0aa0c9b01324930237e204aa0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/79651 Tested-by: build bot (Jenkins) Reviewed-by: Varshit Pandya --- src/mainboard/amd/onyx_poc/devicetree.cb | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/amd/onyx_poc/devicetree.cb b/src/mainboard/amd/onyx_poc/devicetree.cb index 27a22c6501..39c681d1c4 100644 --- a/src/mainboard/amd/onyx_poc/devicetree.cb +++ b/src/mainboard/amd/onyx_poc/devicetree.cb @@ -200,6 +200,7 @@ chip soc/amd/genoa_poc end end + device ref uart_0 on end device ref uart_1 on end end