-# $OpenBSD: GENERIC,v 1.101 2017/12/18 10:51:24 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.102 2017/12/18 20:23:16 kettenis Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
sxiccmu* at fdt? early 1 # Clock Control Module/Unit
sxitimer* at fdt? early 1
sxirsb* at fdt? early 1 # Reduced Serial Bus
-acrtc* at sxirsb?
-axppmic* at sxirsb?
+acrtc* at rsb?
+axppmic* at rsb?
sxidog* at fdt? # watchdog timer
sxirtc* at fdt? # Real Time Clock
sxie* at fdt?
-# $OpenBSD: RAMDISK,v 1.93 2017/12/16 10:22:13 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.94 2017/12/18 20:23:16 kettenis Exp $
machine armv7 arm
sxiccmu* at fdt? early 1 # Clock Control Module/Unit
sxitimer* at fdt? early 1
sxirsb* at fdt? early 1 # Reduced Serial Bus
-acrtc* at sxirsb?
+acrtc* at rsb?
+axppmic* at rsb?
sxidog* at fdt? # watchdog timer
sxirtc* at fdt? # Real Time Clock
sxie* at fdt?
-# $OpenBSD: files.fdt,v 1.31 2017/12/18 19:40:12 kettenis Exp $
+# $OpenBSD: files.fdt,v 1.32 2017/12/18 20:23:16 kettenis Exp $
#
# Config file and device description for machine-independent FDT code.
# Included by ports that need it.
attach sxipio at fdt
file dev/fdt/sxipio.c sxipio
-define rsb
-device sxirsb {}: rsb
+define rsb {}
+device sxirsb: rsb
attach sxirsb at fdt
file dev/fdt/sxirsb.c sxirsb
device axppmic
attach axppmic at i2c
-attach axppmic at sxirsb with axppmic_rsb
+attach axppmic at rsb with axppmic_rsb
file dev/fdt/axppmic.c axppmic
device bcmaux
file dev/fdt/if_dwxe.c dwxe
device acrtc
-attach acrtc at sxirsb
+attach acrtc at rsb
file dev/fdt/acrtc.c acrtc
\ No newline at end of file