| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | exynos5.dtsi | 42 compatible = "samsung,exynos-sromc"; 110 compatible = "samsung,exynos-spi"; 118 compatible = "samsung,exynos-spi"; 126 compatible = "samsung,exynos-spi"; 135 compatible = "samsung,exynos-spi"; 143 compatible = "samsung,exynos-spi"; 149 compatible = "samsung,exynos-ehci"; 155 compatible = "samsung,exynos-usb-phy"; 161 compatible = "samsung,exynos-tmu"; 167 compatible = "samsung,exynos-fimd"; [all …]
|
| H A D | exynos54xx-pinctrl-uboot.dtsi | 11 * Replicate the ordering of arch/arm/include/asm/arch-exynos/gpio.h 13 * numbers are not needed in U-Boot for exynos.
|
| H A D | exynos5250.dtsi | 83 compatible = "samsung,exynos-sound"; 95 compatible = "samsung,exynos-sound";
|
| H A D | exynos4210-trats.dts | 28 compatible = "samsung,exynos-fimd"; 65 compatible = "samsung,exynos-mipi-dsi"; 195 * but exynos-cpufreq does not support
|
| H A D | exynos4412-odroid.dts | 228 compatible = "samsung,exynos-ehci"; 233 compatible = "samsung,exynos-usb-phy";
|
| H A D | exynos54xx.dtsi | 46 compatible = "samsung,exynos-adc-v2";
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | xhci-exynos5.c | 182 static int exynos_xhci_core_init(struct exynos_xhci *exynos) in exynos_xhci_core_init() argument 186 exynos5_usb3_phy_init(exynos->usb3_phy); in exynos_xhci_core_init() 188 ret = dwc3_core_init(exynos->dwc3_reg); in exynos_xhci_core_init() 195 dwc3_set_mode(exynos->dwc3_reg, DWC3_GCTL_PRTCAP_HOST); in exynos_xhci_core_init() 200 static void exynos_xhci_core_exit(struct exynos_xhci *exynos) in exynos_xhci_core_exit() argument 202 exynos5_usb3_phy_exit(exynos->usb3_phy); in exynos_xhci_core_exit()
|
| H A D | Makefile | 31 obj-$(CONFIG_USB_EHCI_EXYNOS) += ehci-exynos.o
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/exynos/ |
| H A D | isp-spi.txt | 10 - compatible : Should be "samsung,exynos-spi" for spi. 19 compatible = "samsung,exynos-spi";
|
| H A D | sound.txt | 7 - compatible : Should be "samsung,exynos-sound" for sound 19 compatible = "samsung,exynos-sound"
|
| H A D | emmc-reset.txt | 3 Some exynos boards require special handling of nRESET_OUT line for eMMC memory
|
| H A D | tmu.txt | 5 - compatible : Should be "samsung,exynos-tmu" for TMU 33 compatible = "samsung,exynos-tmu"
|
| H A D | dwmmc.txt | 15 - samsung,exynos-dwmmc: for exynos platforms
|
| /rk3399_rockchip-uboot/drivers/pinctrl/exynos/ |
| H A D | Makefile | 8 obj-$(CONFIG_PINCTRL_EXYNOS) += pinctrl-exynos.o
|
| /rk3399_rockchip-uboot/drivers/adc/ |
| H A D | Makefile | 9 obj-$(CONFIG_ADC_EXYNOS) += exynos-adc.o
|
| /rk3399_rockchip-uboot/drivers/clk/ |
| H A D | Makefile | 22 obj-$(CONFIG_CLK_EXYNOS) += exynos/
|
| H A D | Kconfig | 82 source "drivers/clk/exynos/Kconfig"
|
| /rk3399_rockchip-uboot/drivers/power/ |
| H A D | Makefile | 17 obj-$(CONFIG_EXYNOS_TMU) += exynos-tmu.o
|
| /rk3399_rockchip-uboot/drivers/pinctrl/ |
| H A D | Makefile | 19 obj-$(CONFIG_PINCTRL_EXYNOS) += exynos/
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ |
| H A D | Makefile | 31 ifneq (,$(filter s5pc1xx exynos,$(SOC)))
|
| /rk3399_rockchip-uboot/arch/arm/mach-exynos/ |
| H A D | Kconfig | 153 default "exynos" 167 default "board/samsung/common/exynos-uboot-spl.lds" if ARCH_EXYNOS5 || ARCH_EXYNOS4
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/ |
| H A D | exynos-fb.txt | 5 compatible: should be "samsung,exynos-fimd" 70 compatible = "samsung,exynos-fimd";
|
| H A D | exynos_mipi_dsi.txt | 6 compatible: should be "samsung,exynos-mipi-dsi" 57 compatible = "samsung,exynos-mipi-dsi";
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | Makefile | 58 obj-${CONFIG_EXYNOS_FB} += exynos/
|
| /rk3399_rockchip-uboot/arch/arm/ |
| H A D | Makefile | 58 machine-$(CONFIG_ARCH_EXYNOS) += exynos
|