Home | History | Annotate | Line # | Download | only in samsung
files.exynos revision 1.24.4.6
      1  1.24.4.6  pgoyette #	$NetBSD: files.exynos,v 1.24.4.6 2018/11/26 01:52:20 pgoyette 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 defflag	opt_cpuoptions.h			ARM_TRUSTZONE_FIRMWARE
      7       1.1      matt 
      8       1.1      matt file	arch/arm/samsung/exynos_soc.c
      9       1.1      matt file	arch/arm/samsung/exynos_smc.S		arm_trustzone_firmware
     10       1.1      matt 
     11       1.1      matt # Memory size in megabytes
     12       1.1      matt defparam opt_exynos.h				MEMSIZE
     13       1.1      matt defparam opt_exynos.h				EXYNOS_WDT_DEFAULT_PERIOD
     14       1.1      matt 
     15       1.1      matt #
     16      1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS4: CPU_CORTEXA9
     17      1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS4120: SOC_EXYNOS4
     18      1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS4212: SOC_EXYNOS4
     19      1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS4412: SOC_EXYNOS4
     20      1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS4412P: SOC_EXYNOS4
     21      1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS5: CPU_CORTEXA15
     22      1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS5250: SOC_EXYNOS5
     23      1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS5260: SOC_EXYNOS5
     24      1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS5410: SOC_EXYNOS5
     25      1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS5420: SOC_EXYNOS5
     26      1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS5440: SOC_EXYNOS5
     27      1.22  jmcneill defflag opt_exynos.h				SOC_EXYNOS5422: SOC_EXYNOS5
     28      1.22  jmcneill 
     29  1.24.4.3  pgoyette file	arch/arm/samsung/exynos_platform.c
     30      1.11     marty 
     31      1.15     marty # Interrupt combiner
     32      1.15     marty device  exyointr
     33      1.15     marty attach  exyointr at fdt with exynos_intr
     34      1.15     marty file	arch/arm/samsung/exynos_combiner.c	exynos_intr
     35      1.15     marty 
     36      1.15     marty # real time clock
     37      1.23  jmcneill device  exyortc : fdtbus
     38      1.15     marty attach  exyortc at fdt with exynos_rtc
     39      1.15     marty file    arch/arm/samsung/exynos_rtc.c		exynos_rtc
     40      1.15     marty 
     41       1.1      matt # Multi Core timer
     42  1.24.4.4  pgoyette device	mct : mpcorebus
     43      1.15     marty attach	mct at fdt with exyo_mct
     44  1.24.4.3  pgoyette file	arch/arm/samsung/mct.c			exyo_mct
     45       1.1      matt 
     46       1.4   reinoud # Watchdog
     47       1.5   reinoud device	exyowdt : sysmon_wdog
     48      1.12     marty attach	exyowdt at fdt with exynos_wdt
     49  1.24.4.3  pgoyette file	arch/arm/samsung/exynos_wdt.c		exynos_wdt needs-flag
     50       1.1      matt 
     51       1.1      matt # UARTs
     52  1.24.4.2  pgoyette device	exuart
     53  1.24.4.2  pgoyette attach	exuart at fdt with exynos_uart
     54  1.24.4.2  pgoyette file	arch/arm/samsung/exynos_uart.c		exynos_uart
     55       1.3   reinoud 
     56      1.14     marty # PINCTL
     57      1.14     marty device  exyopctl : gpiobus
     58      1.14     marty attach  exyopctl at fdt with exynos_pinctrl
     59      1.17     marty file	arch/arm/samsung/exynos_pinctrl.c	exynos_pinctrl needs-flag
     60      1.17     marty file	arch/arm/samsung/exynos_gpio.c		exynos_pinctrl needs-flag
     61      1.14     marty 
     62  1.24.4.2  pgoyette # USB2 PHY
     63  1.24.4.2  pgoyette device	exusbphy
     64  1.24.4.2  pgoyette attach  exusbphy at fdt with exynos_usbphy
     65      1.20     marty file    arch/arm/samsung/exynos_usbphy.c	exynos_usbphy
     66      1.20     marty 
     67  1.24.4.2  pgoyette # USB DRD PHY
     68  1.24.4.2  pgoyette device	exusbdrdphy
     69  1.24.4.2  pgoyette attach	exusbdrdphy at fdt with exynos_usbdrdphy
     70  1.24.4.2  pgoyette file	arch/arm/samsung/exynos_usbdrdphy.c	exynos_usbdrdphy
     71  1.24.4.2  pgoyette 
     72      1.20     marty # USB2 Host Controller (OHCI)
     73      1.20     marty attach	ohci at fdt with exynos_ohci
     74      1.20     marty file	arch/arm/samsung/exynos_ohci.c		exynos_ohci
     75      1.20     marty 
     76  1.24.4.2  pgoyette # USB 2 Host Controller (EHCI)
     77      1.20     marty attach	ehci at fdt with exynos_ehci
     78      1.20     marty file	arch/arm/samsung/exynos_ehci.c		exynos_ehci
     79      1.20     marty 
     80      1.19  jmcneill # SD/MMC Host Controller
     81      1.19  jmcneill attach	dwcmmc at fdt with exynos_dwcmmc
     82      1.19  jmcneill file	arch/arm/samsung/exynos_dwcmmc.c	exynos_dwcmmc
     83      1.19  jmcneill 
     84      1.18     marty # I2C support, bitbanging through GPIO
     85      1.15     marty device	exyoi2c: i2cbus, i2c_bitbang
     86      1.15     marty attach	exyoi2c at fdt with exynos_i2c
     87      1.17     marty file	arch/arm/samsung/exynos_i2c.c		exynos_i2c needs-flag
     88       1.7   reinoud 
     89  1.24.4.2  pgoyette # PWM timer
     90  1.24.4.2  pgoyette device	expwm: pwm
     91  1.24.4.2  pgoyette attach	expwm at fdt with exynos_pwm
     92  1.24.4.2  pgoyette file	arch/arm/samsung/exynos_pwm.c		exynos_pwm
     93  1.24.4.2  pgoyette 
     94       1.9     marty device	exy5422clk: clk
     95      1.16     marty attach	exy5422clk at fdt with exynos5422_clock
     96       1.9     marty file	arch/arm/samsung/exynos5422_clock.c	exynos5422_clock
     97      1.24  jmcneill 
     98      1.24  jmcneill device	exy5410clk: clk
     99      1.24  jmcneill attach	exy5410clk at fdt with exynos5410_clock
    100      1.24  jmcneill file	arch/arm/samsung/exynos5410_clock.c	exynos5410_clock
    101