mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Any Raspberry Pi may use device-tree overlays; it is not restricted to Raspberry Pi 3 and 4. The defconfigs for the Raspberry Pi 3, 4, 400, Zero W, Zero 2 W, Compute Module 4 and 4s use the miniuart-bt dtoverlay to switch the Bluetooth to the mini-UART (ttyS0) and restore UART0 (ttyAMA0) over GPIOs 14 and 15 to enable the serial console (like the Raspberry Pi 1 and 2 that have no Bluetooth)[1][2]. As a consequence, the Raspberry Pi Zero W, Zero 2 W, 400, Compute Module 4 and 4s install the device-tree overlays as well. This rewords the note by adding the three missing hardwares installing the images/rpi-firmware/overlays directory. It rewords the miniuart note at the same time. [1]: https://www.raspberrypi.com/documentation/computers/configuration.html#uarts-and-device-tree [2]: https://github.com/raspberrypi/linux/blob/rpi-6.6.y/arch/arm/boot/dts/overlays/miniuart-bt-overlay.dts#L4-L6 Signed-off-by: Gaël PORTAY <gael.portay+rtone@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>