diff options
Diffstat (limited to 'sys/arch/arm64/conf/GENERIC')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 897f25b81a1..1594251c1cb 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.3 2017/01/23 00:17:25 patrick Exp $ +# $OpenBSD: GENERIC,v 1.4 2017/01/23 08:05:47 kettenis Exp $ # # GENERIC machine description file # @@ -57,6 +57,11 @@ vioblk* at virtio? viomb* at virtio? viornd* at virtio? +# Raspberry Pi 3 +bcmintc* at fdt? +dwctwo* at fdt? +usb* at dwctwo? + # Sunxi SoCs sxipio* at fdt? early 1 # GPIO pins for leds & PHYs gpio* at sxipio? |