| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/samsung/ |
| H A D | samsung-boards.yaml | 94 - const: samsung,exynos5 101 - const: samsung,exynos5 108 - const: samsung,exynos5 116 - const: samsung,exynos5 124 - const: samsung,exynos5 142 - const: samsung,exynos5 152 - const: samsung,exynos5 166 - const: samsung,exynos5
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | exynos54xx.dtsi | 8 #include "exynos5.dtsi" 55 compatible = "samsung,exynos5-hsi2c"; 63 compatible = "samsung,exynos5-hsi2c"; 71 compatible = "samsung,exynos5-hsi2c"; 79 compatible = "samsung,exynos5-hsi2c"; 87 compatible = "samsung,exynos5-hsi2c"; 95 compatible = "samsung,exynos5-hsi2c"; 103 compatible = "samsung,exynos5-hsi2c";
|
| H A D | exynos5.dtsi | 3 * SAMSUNG EXYNOS5 SoC device tree source 12 compatible = "samsung,exynos5"; 174 compatible = "samsung,exynos5-dp";
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | snow.h | 4 * Configuration settings for the SAMSUNG EXYNOS5 Snow board. 13 #include <configs/exynos5-dt-common.h> 14 #include <configs/exynos5-common.h>
|
| H A D | spring.h | 11 #include <configs/exynos5-dt-common.h> 12 #include <configs/exynos5-common.h>
|
| H A D | smdk5250.h | 13 #include <configs/exynos5-dt-common.h> 14 #include <configs/exynos5-common.h>
|
| H A D | peach-pit.h | 21 #include <configs/exynos5-dt-common.h> 22 #include <configs/exynos5-common.h>
|
| H A D | smdk5420.h | 13 #include <configs/exynos5-dt-common.h> 14 #include <configs/exynos5-common.h>
|
| H A D | peach-pi.h | 21 #include <configs/exynos5-dt-common.h> 22 #include <configs/exynos5-common.h>
|
| H A D | exynos5-common.h | 4 * Configuration settings for the SAMSUNG EXYNOS5 board. 12 #define CONFIG_EXYNOS5 /* Exynos5 Family */
|
| /OK3568_Linux_fs/kernel/drivers/clk/samsung/ |
| H A D | clk-exynos5-subcmu.c | 5 // Common Clock Framework support for Exynos5 power-domain dependent clocks 14 #include "clk-exynos5-subcmu.h" 127 .name = "exynos5-subcmu", 142 pdev = platform_device_alloc("exynos5-subcmu", PLATFORM_DEVID_AUTO); in exynos5_clk_register_subcmu() 182 .name = "exynos5-clock",
|
| H A D | Makefile | 11 obj-$(CONFIG_SOC_EXYNOS5250) += clk-exynos5-subcmu.o 15 obj-$(CONFIG_SOC_EXYNOS5420) += clk-exynos5-subcmu.o
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/ |
| H A D | exynos5-gsc.txt | 1 * Samsung Exynos5 G-Scaler device 3 G-Scaler is used for scaling and color space conversion on Exynos5 SoCs. 10 "samsung,exynos5-gsc" (deprecated)
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | exynos5.dtsi | 3 * Samsung's Exynos5 SoC series common device tree source 8 * Samsung's Exynos5 SoC series device nodes are listed in this file. Particular 9 * SoCs from Exynos5 series can include this file and provide values for SoCs 101 compatible = "samsung,exynos5-sysreg", "syscon"; 200 compatible = "samsung,exynos5-dp";
|
| H A D | exynos54xx.dtsi | 14 #include "exynos5.dtsi" 17 compatible = "samsung,exynos5"; 108 /* i2c_0-3 are defined in exynos5.dtsi */
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/ |
| H A D | Kconfig | 17 bool "Exynos5 SoC family" 28 Samsung Exynos5 SoC family are based on ARM Cortex-A15 CPU (and 84 prompt "EXYNOS5 board select"
|
| /OK3568_Linux_fs/u-boot/board/samsung/common/ |
| H A D | Makefile | 14 obj-y += exynos5-dt.o 15 obj-$(CONFIG_BOARD_TYPES) += exynos5-dt-types.o
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/exynos/ |
| H A D | isp-spi.txt | 6 which will have a value beyond the maximum number of interrupts exynos5 can 13 exynos5 can support.
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-exynos/ |
| H A D | Kconfig | 69 bool "Samsung Exynos5" 72 Samsung Exynos5 (Cortex-A15/A7) SoC based systems
|
| /OK3568_Linux_fs/u-boot/drivers/usb/dwc3/ |
| H A D | Kconfig | 71 bool "Exynos5 SoC series USB DRD PHY driver" 75 present on Exynos5 SoC series.
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-exynos5.c | 3 * i2c-exynos5.c - Samsung Exynos5 I2C Controller Driver 136 /* I2C_TRANS_STATUS register bits for Exynos5 variant */ 235 .compatible = "samsung,exynos5-hsi2c", 285 * In case of HSI2C controller in Exynos5 series in exynos5_i2c_set_timing() 754 strlcpy(i2c->adap.name, "exynos5-i2c", sizeof(i2c->adap.name)); in exynos5_i2c_probe() 877 .name = "exynos5-hsi2c", 885 MODULE_DESCRIPTION("Exynos5 HS-I2C Bus driver");
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/bridge/ |
| H A D | analogix_dp.txt | 6 * "samsung,exynos5-dp" 48 compatible = "samsung,exynos5-dp";
|
| /OK3568_Linux_fs/kernel/drivers/phy/samsung/ |
| H A D | Kconfig | 80 tristate "Exynos5 SoC series USB DRD PHY driver" 90 present on Exynos5 SoC series.
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/video/ |
| H A D | exynos-dp.txt | 6 compatible: should be "samsung,exynos5-dp" 49 compatible = "samsung,exynos5-dp";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/exynos/ |
| H A D | exynos_dp.txt | 18 should be "samsung,exynos5-dp". 77 compatible = "samsung,exynos5-dp";
|