1# $FreeBSD$ 2# DTS files for the Raspberry Pi-B 3DTS=rpi.dts rpi2.dts 4 5DTSO= \ 6 spigen-rpi-b.dtso \ 7 spigen-rpi2.dtso \ 8 9LINKS= \ 10 ${DTBDIR}/rpi.dtb ${DTBDIR}/bcm2835-rpi-b.dtb \ 11 ${DTBDIR}/rpi.dtb ${DTBDIR}/bcm2835-rpi-b-rev2.dtb \ 12 ${DTBDIR}/rpi.dtb ${DTBDIR}/bcm2835-rpi-b-plus.dtb \ 13 ${DTBDIR}/rpi.dtb ${DTBDIR}/bcm2835-rpi-zero.dtb \ 14 ${DTBDIR}/rpi2.dtb ${DTBDIR}/bcm2836-rpi-2-b.dtb 15 16.include <bsd.dtb.mk> 17