Home | History | Annotate | Line # | Download | only in starfive
files.starfive revision 1.5
      1 #	$NetBSD: files.starfive,v 1.5 2024/10/26 15:49:43 skrll Exp $
      2 #
      3 # Configuration info for StarFive SoCs
      4 #
      5 
      6 # JH71x0 Clock controllers
      7 device	jh7100clkc
      8 attach	jh7100clkc at fdt with jh7100_clkc
      9 file	arch/riscv/starfive/jh7100_clkc.c		jh7100_clkc
     10 
     11 device	jh7110clkc
     12 attach	jh7110clkc at fdt with jh7110_clkc
     13 file	arch/riscv/starfive/jh7110_clkc.c		jh7110_clkc
     14 
     15 file	arch/riscv/starfive/jh71x0_clkc.c		jh7100_clkc | jh7110_clkc
     16 
     17 # JH71x0 USB
     18 device	jh71x0usb
     19 attach	jh71x0usb at fdt with jh71x0_usb
     20 file	arch/riscv/starfive/jh71x0_usb.c		jh71x0_usb
     21 
     22 # JH7100 Pin control
     23 device	jh7100pinctrl
     24 attach	jh7100pinctrl at fdt with jh7100_pinctrl
     25 file	arch/riscv/starfive/jh7100_pinctrl.c		jh7100_pinctrl
     26 
     27 # Ethernet
     28 # JH7100 GMAC
     29 attach	awge at fdt with jh7100_gmac
     30 
     31 # JH7110 EOQS
     32 attach	eqos at fdt with jh7110_eqos
     33 
     34 file	arch/riscv/starfive/jh7100_gmac.c		jh7100_gmac
     35 file	arch/riscv/starfive/jh7110_eqos.c		jh7110_eqos
     36 file	arch/riscv/starfive/jh71x0_eth.c		jh7100_gmac | jh7110_eqos
     37