mb/amd/onyx_poc/devicetree: Enable UART1

UART1 is selected for debug uart in Kconfig, it also needs to enabled
in devicetree. With this serial output doesn't stop during the device
enable step.

TEST:Build onyx_poc board

Change-Id: I7c910301c6eca5d3057785607139ac03b344bc15
Signed-off-by: Varshit Pandya <pandyavarshit@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79643
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Varshit Pandya 2023-12-18 23:02:31 +05:30 committed by Felix Held
parent 68a4c2ae8d
commit f86375fd88
1 changed files with 2 additions and 0 deletions

View File

@ -200,4 +200,6 @@ chip soc/amd/genoa_poc
end
end
device ref uart_1 on end
end