files.meson revision 1.1
11.1Sjmcneill#	$NetBSD: files.meson,v 1.1 2019/01/19 20:56:03 jmcneill Exp $
21.1Sjmcneill#
31.1Sjmcneill# Configuration info for Amlogic Meson family SoCs
41.1Sjmcneill#
51.1Sjmcneill#
61.1Sjmcneill
71.1Sjmcneillfile	arch/arm/amlogic/meson_platform.c	soc_meson
81.1Sjmcneill
91.1Sjmcneill# Common clocks
101.1Sjmcneilldefine	meson_clk
111.1Sjmcneillfile	arch/arm/amlogic/meson_clk.c		meson_clk
121.1Sjmcneillfile	arch/arm/amlogic/meson_clk_div.c	meson_clk
131.1Sjmcneillfile	arch/arm/amlogic/meson_clk_fixed.c	meson_clk
141.1Sjmcneillfile	arch/arm/amlogic/meson_clk_fixed_factor.c meson_clk
151.1Sjmcneillfile	arch/arm/amlogic/meson_clk_gate.c	meson_clk
161.1Sjmcneillfile	arch/arm/amlogic/meson_clk_mpll.c	meson_clk
171.1Sjmcneillfile	arch/arm/amlogic/meson_clk_mux.c	meson_clk
181.1Sjmcneillfile	arch/arm/amlogic/meson_clk_pll.c	meson_clk
191.1Sjmcneill
201.1Sjmcneill# Meson8b clock controller
211.1Sjmcneilldevice	meson8bclkc: meson_clk
221.1Sjmcneillattach	meson8bclkc at fdt with meson8b_clkc
231.1Sjmcneillfile	arch/arm/amlogic/meson8b_clkc.c		meson8b_clkc
241.1Sjmcneill
251.1Sjmcneill# Meson reset controller
261.1Sjmcneilldevice	mesonresets
271.1Sjmcneillattach	mesonresets at fdt with meson_resets
281.1Sjmcneillfile	arch/arm/amlogic/meson_resets.c		meson_resets
291.1Sjmcneill
301.1Sjmcneill# UART
311.1Sjmcneilldevice	mesonuart
321.1Sjmcneillattach	mesonuart at fdt with meson_uart
331.1Sjmcneillfile	arch/arm/amlogic/meson_uart.c		meson_uart
341.1Sjmcneill
351.1Sjmcneill# GPIO
361.1Sjmcneilldevice	mesonpinctrl: gpiobus
371.1Sjmcneillattach	mesonpinctrl at fdt with meson_pinctrl
381.1Sjmcneillfile	arch/arm/amlogic/meson_pinctrl.c	meson_pinctrl
391.1Sjmcneillfile	arch/arm/amlogic/meson8b_pinctrl.c	meson_pinctrl & soc_meson8b
401.1Sjmcneill
411.1Sjmcneill# SDHC
421.1Sjmcneill#device	mesonsdhc: sdmmcbus
431.1Sjmcneill#attach	mesonsdhc at fdt with meson_sdhc
441.1Sjmcneill#file	arch/arm/amlogic/meson_sdhc.c		meson_sdhc
451.1Sjmcneill
461.1Sjmcneill# SDIO
471.1Sjmcneilldevice	mesonsdio: sdmmcbus
481.1Sjmcneillattach	mesonsdio at fdt with meson_sdio
491.1Sjmcneillfile	arch/arm/amlogic/meson_sdio.c		meson_sdio
501.1Sjmcneill
511.1Sjmcneill# USB PHY
521.1Sjmcneilldevice	mesonusbphy
531.1Sjmcneillattach	mesonusbphy at fdt with meson_usbphy
541.1Sjmcneillfile	arch/arm/amlogic/meson_usbphy.c		meson_usbphy
551.1Sjmcneill
561.1Sjmcneill# RTC
571.1Sjmcneill#device	mesonrtc
581.1Sjmcneill#attach	mesonrtc at fdt with meson_rtc
591.1Sjmcneill#file	arch/arm/amlogic/meson_rtc.c		meson_rtc
601.1Sjmcneill
611.1Sjmcneill# RNG
621.1Sjmcneilldevice	mesonrng
631.1Sjmcneillattach	mesonrng at fdt with meson_rng
641.1Sjmcneillfile	arch/arm/amlogic/meson_rng.c		meson_rng
651.1Sjmcneill
661.1Sjmcneill# GMAC
671.1Sjmcneillattach	awge at fdt with meson_dwmac
681.1Sjmcneillfile	arch/arm/amlogic/meson_dwmac.c		meson_dwmac
691.1Sjmcneill
701.1Sjmcneill# Watchdog
711.1Sjmcneilldevice	mesonwdt: sysmon_wdog
721.1Sjmcneillattach	mesonwdt at fdt with meson_wdt
731.1Sjmcneillfile	arch/arm/amlogic/meson_wdt.c		meson_wdt
741.1Sjmcneill
751.1Sjmcneill# SOC parameters
761.1Sjmcneilldefflag	opt_soc.h			SOC_MESON
771.1Sjmcneilldefflag	opt_soc.h			SOC_MESON8B: SOC_MESON
78