Enable stfclock(4) and make xhci(4) attach to fdt.
authorkettenis <kettenis@openbsd.org>
Tue, 7 Jun 2022 18:55:55 +0000 (18:55 +0000)
committerkettenis <kettenis@openbsd.org>
Tue, 7 Jun 2022 18:55:55 +0000 (18:55 +0000)
sys/arch/riscv64/conf/RAMDISK

index 5db2eca..48d1199 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: RAMDISK,v 1.31 2022/02/18 10:51:43 visa Exp $
+#      $OpenBSD: RAMDISK,v 1.32 2022/06/07 18:55:55 kettenis Exp $
 
 machine                riscv64
 maxusers       4
@@ -49,6 +49,9 @@ sfclock*      at fdt? early 1 # PRCI
 sfcc*          at fdt? early 1 # L2 Cache Controller
 sfuart*                at fdt?
 
+# StarFive SoCs
+stfclock*      at fdt? early 1
+
 virtio*                at fdt?
 virtio*                at pci?
 vio*           at virtio?      # Network
@@ -80,6 +83,8 @@ ociic*                at fdt?
 iic*           at ociic?
 dapmic*                at iic?
 
+xhci*          at fdt?
+
 # PCI
 ppb*           at pci?         # PCI-PCI bridges
 pci*           at ppb?