uart0-helloworld-sdboot: add support for Allwinner A100/A133

The Allwinner A100/A133/R818 SoCs look very similar to the H6, sharing
most of the peripheral's location in the memory map, with the debug UART
typically at PB9/PB10.

Add support for this SoC, by just filling a new entry in the new SoC
struct, no further changes needed here.

Tested on a Liontron H-A133L board.

Signed-off-by: Andre Przywara <osp@andrep.de>
This commit is contained in:
Andre Przywara 2025-03-19 00:40:51 +00:00 committed by Paul Kocialkowski
parent 02353e9ae4
commit 7540cb2356

View File

@ -231,6 +231,8 @@ static const struct soc_info {
H6_UART0_BASE, SUNXI_GPH(0), MUX_2, FLAG_NEW_CLOCK },
{ 0x1851, "R329", R329_PIO_BASE, R329_CCM_BASE, SRAM_A1_ADDR_100000,
R329_UART0_BASE, SUNXI_GPB(4), MUX_2, FLAG_NCAT2 },
{ 0x1855, "A133", H6_PIO_BASE, H6_CCM_BASE, SRAM_A1_ADDR_20000,
H6_UART0_BASE, SUNXI_GPB(9), MUX_2, FLAG_NEW_CLOCK },
{ 0x1859, "R528", V853_PIO_BASE, R329_CCM_BASE, SRAM_A1_ADDR_20000,
R329_UART0_BASE, SUNXI_GPE(2), MUX_6, FLAG_NCAT2 },
{ 0x1886, "V853", V853_PIO_BASE, R329_CCM_BASE, SRAM_A1_ADDR_20000,