summaryrefslogtreecommitdiffstats
path: root/sys/modules/dtb
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-03-25 10:26:07 +0000
committerandrew <andrew@FreeBSD.org>2015-03-25 10:26:07 +0000
commit93d27a42d472bcc7167b4379658b59c3d66fc7a7 (patch)
tree20d577a48c778edbc50cdad3a9a74c1b5e3b2bf7 /sys/modules/dtb
parente09860cab6d72c0a3ad272419064704cd7af0bd6 (diff)
downloadFreeBSD-src-93d27a42d472bcc7167b4379658b59c3d66fc7a7.zip
FreeBSD-src-93d27a42d472bcc7167b4379658b59c3d66fc7a7.tar.gz
Add the Raspberry Pi 2 dtb, based on the existing rpi.dts, but with a
different base address for the devces. MFC after: 1 week
Diffstat (limited to 'sys/modules/dtb')
-rw-r--r--sys/modules/dtb/rpi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/dtb/rpi/Makefile b/sys/modules/dtb/rpi/Makefile
index 9ea7663..767427c 100644
--- a/sys/modules/dtb/rpi/Makefile
+++ b/sys/modules/dtb/rpi/Makefile
@@ -1,5 +1,5 @@
# $FreeBSD$
# DTS files for the Raspberry Pi-B
-DTS=rpi.dts
+DTS=rpi.dts rpi2.dts
.include <bsd.dtb.mk>
OpenPOWER on IntegriCloud