|
@@ -112,6 +112,8 @@ static int stm32_serial_probe(struct udevice *dev)
|
|
static const struct udevice_id stm32_serial_id[] = {
|
|
static const struct udevice_id stm32_serial_id[] = {
|
|
{.compatible = "st,stm32f7-usart"},
|
|
{.compatible = "st,stm32f7-usart"},
|
|
{.compatible = "st,stm32f7-uart"},
|
|
{.compatible = "st,stm32f7-uart"},
|
|
|
|
+ {.compatible = "st,stm32h7-usart"},
|
|
|
|
+ {.compatible = "st,stm32h7-uart"},
|
|
{}
|
|
{}
|
|
};
|
|
};
|
|
|
|
|