/Linux-v5.10/arch/arm/boot/dts/ |
D | s5pv210.dtsi | 3 * Samsung's S5PV210 SoC device tree source 10 * Samsung's S5PV210 SoC device nodes are listed in this file. S5PV210 15 * S5PV210 SoC. As device tree coverage for S5PV210 increases, additional 19 #include <dt-bindings/clock/s5pv210.h> 20 #include <dt-bindings/clock/s5pv210-audss.h> 76 compatible = "samsung,s5pv210-onenand"; 90 compatible = "samsung,s5pv210-chipid"; 95 compatible = "samsung,s5pv210-clock"; 103 compatible = "samsung-s5pv210-pmu", "syscon"; 108 compatible = "samsung,s5pv210-pinctrl"; [all …]
|
D | s5pv210-torbreck.dts | 3 * Samsung's S5PV210 SoC device tree source 19 #include "s5pv210.dtsi" 22 model = "aESOP Torbreck based on S5PV210"; 23 compatible = "aesop,torbreck", "samsung,s5pv210";
|
D | s5pv210-smdkc110.dts | 3 * Samsung's S5PV210 SoC device tree source 19 #include "s5pv210.dtsi" 23 compatible = "yic,smdkc110", "samsung,s5pv210";
|
D | s5pv210-smdkv210.dts | 3 * Samsung's S5PV210 SoC device tree source 20 #include "s5pv210.dtsi" 23 model = "YIC System SMDKV210 based on S5PV210"; 24 compatible = "yic,smdkv210", "samsung,s5pv210";
|
/Linux-v5.10/Documentation/devicetree/bindings/clock/ |
D | samsung,s5pv210-clock.txt | 1 * Samsung S5P6442/S5PC110/S5PV210 Clock Controller 3 Samsung S5P6442, S5PC110 and S5PV210 SoCs contain integrated clock 10 - "samsung,s5pv210-clock" : for clock controller of Samsung 11 S5PC110/S5PV210 SoCs, 21 dt-bindings/clock/s5pv210.h header and can be used in device tree sources. 43 compatible = "samsung,s5pv210-clock"; 69 compatible = "samsung,s5pv210-uart";
|
D | clk-s5pv210-audss.txt | 4 to Audio Subsystem block available in the S5PV210 and compatible SoCs. 8 - compatible: should be "samsung,s5pv210-audss-clock". 27 dt-bindings/clock/s5pv210-audss-clk.h header and can be used in device 33 compatible = "samsung,s5pv210-audss-clock";
|
/Linux-v5.10/arch/arm/mach-s5pv210/ |
D | Kconfig | 6 # Configuration options for the S5PV210/S5PC110 9 bool "Samsung S5PV210/S5PC110" 22 Samsung S5PV210/S5PC110 series based systems 31 Enable S5PV210 CPU support
|
D | s5pv210.c | 3 // Samsung's S5PC110/S5PV210 flattened device tree enabled machine. 26 if (!of_flat_dt_is_compatible(node, "samsung,s5pv210-clock")) in s5pv210_fdt_map_sys() 56 platform_device_register_simple("s5pv210-cpufreq", -1, NULL, 0); in s5pv210_dt_init_late() 62 "samsung,s5pv210", 66 DT_MACHINE_START(S5PV210_DT, "Samsung S5PC110/S5PV210-based board")
|
/Linux-v5.10/Documentation/devicetree/bindings/arm/samsung/ |
D | samsung-boards.yaml | 17 - description: S5PV210 based boards 20 - aesop,torbreck # aESOP Torbreck based on S5PV210 24 - yic,smdkv210 # YIC System SMDKV210 based on S5PV210 25 - const: samsung,s5pv210 27 - description: S5PV210 based Aries boards 33 - const: samsung,s5pv210
|
D | pmu.yaml | 27 - samsung-s5pv210-pmu 44 - samsung-s5pv210-pmu
|
/Linux-v5.10/Documentation/devicetree/bindings/crypto/ |
D | samsung-sss.yaml | 14 The SSS module in S5PV210 SoC supports the following: 32 - samsung,s5pv210-secss # for S5PV210
|
/Linux-v5.10/Documentation/devicetree/bindings/gpu/ |
D | samsung-g2d.yaml | 15 - samsung,s5pv210-g2d # in S5PV210 & Exynos4210 SoC 68 compatible = "samsung,s5pv210-g2d";
|
/Linux-v5.10/Documentation/devicetree/bindings/input/ |
D | samsung-keypad.txt | 13 - "samsung,s5pv210-keypad": For controllers compatible with s5pv210 keypad 49 compatible = "samsung,s5pv210-keypad";
|
/Linux-v5.10/drivers/phy/samsung/ |
D | Kconfig | 70 bool "Support for S5PV210" 74 Enable USB PHY support for S5PV210. This option requires that Samsung 76 particular SoC is compiled in the driver. In case of S5PV210 two phys
|
/Linux-v5.10/drivers/clk/samsung/ |
D | clk-s5pv210-audss.c | 10 * Driver for Audio Subsystem Clock Controller of S5PV210-compatible SoCs. 21 #include <dt-bindings/clock/s5pv210-audss.h> 196 { .compatible = "samsung,s5pv210-audss-clock", }, 202 .name = "s5pv210-audss-clk",
|
D | Makefile | 25 obj-$(CONFIG_ARCH_S5PV210) += clk-s5pv210.o clk-s5pv210-audss.o
|
D | clk-s5pv210.c | 8 * Common Clock Framework support for all S5PC110/S5PV210 SoCs. 18 #include <dt-bindings/clock/s5pv210.h> 20 /* S5PC110/S5PV210 clock controller register offsets */ 66 /* IDs of PLLs available on S5PV210/S5P6442 SoCs */ 386 /* S5PV210-specific clock muxes. */ 463 /* S5PV210-specific fixed rate clocks generated inside the SoC. */ 508 /* S5PV210-specific clock dividers. */ 625 /* S5PV210-specific clock gates. */ 714 /* S5PV210-specific PLLs. */ 791 is_s5p6442 ? "S5P6442" : "S5PV210", in __s5pv210_clk_init() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/sound/ |
D | samsung-i2s.yaml | 18 samsung,s5pv210-i2s: for 8/16/24bit multichannel (5.1) I2S with 39 - samsung,s5pv210-i2s 140 compatible = "samsung,s5pv210-i2s";
|
/Linux-v5.10/Documentation/devicetree/bindings/phy/ |
D | samsung-phy.txt | 6 - "samsung,s5pv210-mipi-video-phy" 11 In case of s5pv210 and exynos5420 compatible PHYs: 20 For "samsung,s5pv210-mipi-video-phy" compatible PHYs the second cell in 50 - "samsung,s5pv210-usb2-phy"
|
/Linux-v5.10/Documentation/arm/samsung/ |
D | overview.rst | 17 - S5PC110 / S5PV210 39 - S5PV210 specific default configuration
|
/Linux-v5.10/drivers/cpufreq/ |
D | s5pv210-cpufreq.c | 6 * CPU frequency scaling for S5PC110/S5PV210 582 .name = "s5pv210", 601 * S5PV210 multi-platform support and will be removed together with in s5pv210_cpufreq_probe() 602 * this whole driver as soon as S5PV210 gets migrated to use in s5pv210_cpufreq_probe() 617 np = of_find_compatible_node(NULL, NULL, "samsung,s5pv210-clock"); in s5pv210_cpufreq_probe() 632 for_each_compatible_node(np, NULL, "samsung,s5pv210-dmc") { in s5pv210_cpufreq_probe() 683 .name = "s5pv210-cpufreq",
|
/Linux-v5.10/Documentation/devicetree/bindings/serial/ |
D | samsung_uart.yaml | 26 - samsung,s5pv210-uart 80 - samsung,s5pv210-uart
|
/Linux-v5.10/Documentation/devicetree/bindings/media/ |
D | samsung-mipi-csis.txt | 6 - compatible : "samsung,s5pv210-csis" for S5PV210 (S5PC110),
|
D | samsung-fimc.txt | 51 - compatible: "samsung,s5pv210-fimc" for S5PV210, "samsung,exynos4210-fimc" 59 details refer to Table 2-1 in the S5PV210 SoC User Manual; The meaning of
|
/Linux-v5.10/Documentation/devicetree/bindings/pinctrl/ |
D | samsung-pinctrl.txt | 15 - "samsung,s5pv210-pinctrl": for S5PV210-compatible pin-controller, 162 - samsung,s5pv210-wakeup-eint: represents wakeup interrupt controller 163 found on Samsung S5Pv210 SoCs, 165 found on Samsung Exynos4210 and S5PC110/S5PV210 SoCs.
|