Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
# $FreeBSD$ # DTS files for the Raspberry Pi-B .if ${MACHINE_ARCH:Marmv[67]*} != "" DTSO= \ spigen-rpi-b.dtso \ spigen-rpi2.dtso .elif ${MACHINE_ARCH} == "aarch64" DTSO= \ spigen-rpi3.dtso \ spigen-rpi4.dtso .endif .include <bsd.dtb.mk>