diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-08-07 17:46:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-08-07 17:46:37 +0000 |
commit | 21933df2cbe2d6383977663f0953ef25fdf154b4 (patch) | |
tree | 2dc91fb3481852847ec94bd87138d69e362e991c /sys/arch/armv7/conf/GENERIC | |
parent | b675f2d1b6ff4b178d45e6ad586269ca03beaf67 (diff) |
Initial support for Raspberry Pi 2/3. All the hard work done by patrick@, I
just cleaned things up a bit. Any bugs introduced in that process are
entirely mine.
This doesn't work yet. But when it does, you'll need recent firmware from
the Raspberry Pi Foundation git repository at
https://github.com/raspberrypi/firmware
The device tree for the Raspberry Pi is somewhat in flux as bits and pieces
to support the Raspberry Pi 2 and 3 are committed to the mainline Linux
kernel.
Diffstat (limited to 'sys/arch/armv7/conf/GENERIC')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index d11f539442c..f3805bea64e 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.41 2016/08/06 10:07:45 jsg Exp $ +# $OpenBSD: GENERIC,v 1.42 2016/08/07 17:46:36 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -125,6 +125,12 @@ exesdhc* at exynos? sdmmc* at exesdhc? exuart* at exynos? +# Raspberry Pi 2/3 +bcmintc* at fdt? +bcmmuart* at fdt? +dwctwo* at fdt? +usb* at dwctwo? + crosec* at iic? wskbd* at crosec? mux 1 pcfrtc* at iic? |