mb/google/kahlee: enable uart0 for console in devicetree

Kahlee selects AMD_SOC_CONSOLE_UART causing UART0 to be used as console,
so enable uart_0 in the devicetree to make sure that the UART will be
marked as enabled in the SSDT that will be generated with the next patch
applied. This also matches the other AMD SoC based Chromebooks.

Change-Id: Ibe18f87d8bf63603fb2eb87728395e45e9a9ef69
Signed-off-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77094
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Matt DeVillier 2023-08-08 12:29:23 -05:00 committed by Felix Held
parent 66ff4fb1a5
commit dcce5a33e9
1 changed files with 3 additions and 0 deletions

View File

@ -109,4 +109,7 @@ chip soc/amd/stoneyridge
device i2c 10 on end
end
end
device ref uart_0 on end # console
end #chip soc/amd/stoneyridge