Raspberry Pi 4 stuck on boot

We ran into the same underlying arm,pl011-axi compatibility issue on a Revolution Pi Connect SE / Raspberry Pi CM4S and completed a deeper root-cause investigation here:

We confirmed that U-Boot 2024.04 does not match arm,pl011-axi when it is the only PL011 compatible string. Patching only UART0 in the failing DTB to add the legacy fallbacks makes the image boot again.

I have opened a PR against Mender’s mender-rpi-2024.04 branch to address this directly in the Mender-maintained U-Boot fork:

The long-term fix can also be considered upstream in U-Boot, but merging the small compatibility fix into Mender’s current 2024.04-based branch would immediately harden the existing Raspberry Pi integration for Mender users.

If others here are affected by the same issue, it would be helpful to reference the PR and add your test results/use case there as well.