Home | History | Annotate | Line # | Download | only in samsung
files.exynos revision 1.32
      1  1.32  jmcneill #	$NetBSD: files.exynos,v 1.32 2018/09/11 10:06:53 jmcneill Exp $
      2   1.1      matt #
      3   1.1      matt # Configuration info for Samsung Exynos SoC ARM Peripherals
      4   1.1      matt #
      5   1.1      matt 
      6   1.1      matt include "arch/arm/pic/files.pic"
      7   1.1      matt include "arch/arm/cortex/files.cortex"
      8   1.1      matt 
      9   1.1      matt defflag	opt_cpuoptions.h			ARM_TRUSTZONE_FIRMWARE
     10   1.1      matt 
     11   1.1      matt file	arch/arm/arm32/arm32_boot.c
     12   1.1      matt file	arch/arm/arm32/arm32_kvminit.c
     13   1.1      matt file	arch/arm/arm32/arm32_reboot.c
     14   1.1      matt file	arch/arm/arm32/irq_dispatch.S
     15  1.12     marty file	arch/arm/arm32/armv7_generic_space.c
     16  1.25       ryo file	arch/arm/arm/arm_generic_dma.c
     17  1.12     marty file	arch/arm/arm/bus_space_a4x.S
     18   1.1      matt 
     19   1.1      matt file	arch/arm/samsung/exynos_soc.c
     20   1.1      matt file	arch/arm/samsung/exynos_smc.S		arm_trustzone_firmware
     21   1.1      matt 
     22   1.1      matt # Console parameters
     23   1.1      matt defparam opt_exynos.h				CONADDR
     24   1.1      matt defparam opt_exynos.h				CONSPEED
     25   1.1      matt defparam opt_exynos.h				CONMODE
     26   1.1      matt 
     27   1.1      matt # Memory size in megabytes
     28   1.1      matt defparam opt_exynos.h				MEMSIZE
     29   1.1      matt defparam opt_exynos.h				EXYNOS_WDT_DEFAULT_PERIOD
     30   1.1      matt 
     31   1.1      matt #
     32  1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS4: CPU_CORTEXA9
     33  1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS4120: SOC_EXYNOS4
     34  1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS4212: SOC_EXYNOS4
     35  1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS4412: SOC_EXYNOS4
     36  1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS4412P: SOC_EXYNOS4
     37  1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS5: CPU_CORTEXA15
     38  1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS5250: SOC_EXYNOS5
     39  1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS5260: SOC_EXYNOS5
     40  1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS5410: SOC_EXYNOS5
     41  1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS5420: SOC_EXYNOS5
     42  1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS5440: SOC_EXYNOS5
     43  1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS5422: SOC_EXYNOS5
     44  1.22  jmcneill 
     45  1.31     skrll file	arch/arm/samsung/exynos_platform.c
     46  1.11     marty 
     47  1.15     marty # Interrupt combiner
     48  1.15     marty device  exyointr
     49  1.15     marty attach  exyointr at fdt with exynos_intr
     50  1.15     marty file	arch/arm/samsung/exynos_combiner.c	exynos_intr
     51  1.15     marty 
     52  1.15     marty # real time clock
     53  1.23  jmcneill device  exyortc : fdtbus
     54  1.15     marty attach  exyortc at fdt with exynos_rtc
     55  1.15     marty file    arch/arm/samsung/exynos_rtc.c		exynos_rtc
     56  1.15     marty 
     57   1.1      matt # Multi Core timer
     58  1.32  jmcneill device	mct : mpcorebus
     59  1.15     marty attach	mct at fdt with exyo_mct
     60  1.31     skrll file	arch/arm/samsung/mct.c			exyo_mct
     61   1.1      matt 
     62   1.4   reinoud # Watchdog
     63   1.5   reinoud device	exyowdt : sysmon_wdog
     64  1.12     marty attach	exyowdt at fdt with exynos_wdt
     65  1.31     skrll file	arch/arm/samsung/exynos_wdt.c		exynos_wdt needs-flag
     66   1.1      matt 
     67   1.1      matt # UARTs
     68  1.30  jmcneill device	exuart
     69  1.30  jmcneill attach	exuart at fdt with exynos_uart
     70  1.30  jmcneill file	arch/arm/samsung/exynos_uart.c		exynos_uart
     71   1.3   reinoud 
     72  1.14     marty # PINCTL
     73  1.14     marty device  exyopctl : gpiobus
     74  1.14     marty attach  exyopctl at fdt with exynos_pinctrl
     75  1.17     marty file	arch/arm/samsung/exynos_pinctrl.c	exynos_pinctrl needs-flag
     76  1.17     marty file	arch/arm/samsung/exynos_gpio.c		exynos_pinctrl needs-flag
     77  1.14     marty 
     78  1.28  jmcneill # USB2 PHY
     79  1.28  jmcneill device	exusbphy
     80  1.28  jmcneill attach  exusbphy at fdt with exynos_usbphy
     81  1.20     marty file    arch/arm/samsung/exynos_usbphy.c	exynos_usbphy
     82  1.20     marty 
     83  1.28  jmcneill # USB DRD PHY
     84  1.28  jmcneill device	exusbdrdphy
     85  1.28  jmcneill attach	exusbdrdphy at fdt with exynos_usbdrdphy
     86  1.28  jmcneill file	arch/arm/samsung/exynos_usbdrdphy.c	exynos_usbdrdphy
     87  1.28  jmcneill 
     88  1.20     marty # USB2 Host Controller (OHCI)
     89  1.20     marty attach	ohci at fdt with exynos_ohci
     90  1.20     marty file	arch/arm/samsung/exynos_ohci.c		exynos_ohci
     91  1.20     marty 
     92  1.28  jmcneill # USB 2 Host Controller (EHCI)
     93  1.20     marty attach	ehci at fdt with exynos_ehci
     94  1.20     marty file	arch/arm/samsung/exynos_ehci.c		exynos_ehci
     95  1.20     marty 
     96  1.19  jmcneill # SD/MMC Host Controller
     97  1.19  jmcneill attach	dwcmmc at fdt with exynos_dwcmmc
     98  1.19  jmcneill file	arch/arm/samsung/exynos_dwcmmc.c	exynos_dwcmmc
     99  1.19  jmcneill 
    100  1.18     marty # I2C support, bitbanging through GPIO
    101  1.15     marty device	exyoi2c: i2cbus, i2c_bitbang
    102  1.15     marty attach	exyoi2c at fdt with exynos_i2c
    103  1.17     marty file	arch/arm/samsung/exynos_i2c.c		exynos_i2c needs-flag
    104   1.7   reinoud 
    105  1.29  jmcneill # PWM timer
    106  1.29  jmcneill device	expwm: pwm
    107  1.29  jmcneill attach	expwm at fdt with exynos_pwm
    108  1.29  jmcneill file	arch/arm/samsung/exynos_pwm.c		exynos_pwm
    109  1.29  jmcneill 
    110   1.9     marty device	exy5422clk: clk
    111  1.16     marty attach	exy5422clk at fdt with exynos5422_clock
    112   1.9     marty file	arch/arm/samsung/exynos5422_clock.c	exynos5422_clock
    113  1.24  jmcneill 
    114  1.24  jmcneill device	exy5410clk: clk
    115  1.24  jmcneill attach	exy5410clk at fdt with exynos5410_clock
    116  1.24  jmcneill file	arch/arm/samsung/exynos5410_clock.c	exynos5410_clock
    117