Home
last modified time | relevance | path

Searched full:s3c6410 (Results 1 – 25 of 56) sorted by relevance

123

/linux-6.12.1/arch/arm/boot/dts/samsung/
Ds3c6410.dtsi3 * Samsung's S3C6410 SoC device tree source
7 * Samsung's S3C6410 SoC device nodes are listed in this file. S3C6410
12 * S3C6410 SoC. As device tree coverage for S3C6410 increases, additional
19 compatible = "samsung,s3c6410";
38 compatible = "samsung,s3c6410-clock";
Ds3c6410-smdk6410.dts3 * Samsung S3C6410 based SMDK6410 board device tree source.
8 * Samsung's S3C6410 SoC.
16 #include "s3c6410.dtsi"
19 model = "Samsung SMDK6410 board based on S3C6410";
20 compatible = "samsung,smdk6410", "samsung,s3c6410";
Ds3c6410-mini6410.dts3 * Samsung's S3C6410 based Mini6410 board device tree source
8 * Samsung's S3C6410 SoC.
16 #include "s3c6410.dtsi"
19 model = "FriendlyARM Mini6410 board based on S3C6410";
20 compatible = "friendlyarm,mini6410", "samsung,s3c6410";
Ds3c64xx.dtsi63 compatible = "samsung,s3c6410-sdhci";
74 compatible = "samsung,s3c6410-sdhci";
85 compatible = "samsung,s3c6410-sdhci";
96 compatible = "samsung,s3c6410-wdt";
Ds5pv210.dtsi256 compatible = "samsung,s3c6410-i2s";
271 compatible = "samsung,s3c6410-i2s";
296 compatible = "samsung,s3c6410-wdt";
305 compatible = "samsung,s3c6410-rtc";
363 compatible = "samsung,s3c6410-sdhci";
374 compatible = "samsung,s3c6410-sdhci";
385 compatible = "samsung,s3c6410-sdhci";
396 compatible = "samsung,s3c6410-sdhci";
DMakefile48 s3c6410-mini6410.dtb \
49 s3c6410-smdk6410.dtb
Ds3c64xx-pinctrl.dtsi207 /* S3C6410-only */
353 /* S3C6410-only */
361 /* S3C6410-only */
418 /* S3C6410-only */
/linux-6.12.1/arch/arm/mach-s3c/
DKconfig.s3c64xx33 # Configuration options for the S3C6410 CPU
43 Enable S3C6410 CPU support
54 S3C6410 SoCs.
122 Machine support for the Wolfson Cragganmore S3C6410 variant.
125 bool "Samsung S3C6400/S3C6410 machine using Device Tree"
131 Machine support for Samsung S3C6400/S3C6410 machines with Device Tree
Ds3c6410.c61 .name = "s3c6410-core",
62 .dev_name = "s3c6410-core",
82 printk("S3C6410: Initialising architecture\n"); in s3c6410_init()
Dpl080.c129 { "s3c6410-spi.0", "tx", &s3c64xx_dma0_info[12] },
130 { "s3c6410-spi.0", "rx", &s3c64xx_dma0_info[13] },
226 { "s3c6410-spi.1", "tx", &s3c64xx_dma1_info[4] },
227 { "s3c6410-spi.1", "rx", &s3c64xx_dma1_info[5] },
Dmach-s3c64xx-dt.c43 "samsung,s3c6410",
DMakefile.s3c64xx19 obj-$(CONFIG_CPU_S3C6410) += s3c6410.o
Dcpu.h33 IS_SAMSUNG_CPU(s3c6410, S3C6410_CPU_ID, S3C64XX_CPU_MASK)
/linux-6.12.1/Documentation/devicetree/bindings/rtc/
Ds3c-rtc.yaml19 - samsung,s3c6410-rtc
24 - const: samsung,s3c6410-rtc
34 clock and in the case of a s3c6410 compatible controller, also
41 Must contain "rtc" and for a s3c6410 compatible controller
62 - samsung,s3c6410-rtc
90 compatible = "samsung,s3c6410-rtc";
/linux-6.12.1/drivers/clk/samsung/
Dclk-s3c64xx.c103 /* S3C6410-specific parent clocks. */
148 /* List of clock muxes present on S3C6410. */
188 /* List of clock dividers present on S3C6410. */
281 /* List of clock gates present on S3C6410. */
333 ALIAS(PCLK_SPI1, "s3c6410-spi.1", "spi"),
334 ALIAS(PCLK_SPI0, "s3c6410-spi.0", "spi"),
354 ALIAS(PCLK_SPI1, "s3c6410-spi.1", "spi_busclk0"),
355 ALIAS(SCLK_SPI1, "s3c6410-spi.1", "spi_busclk2"),
356 ALIAS(PCLK_SPI0, "s3c6410-spi.0", "spi_busclk0"),
357 ALIAS(SCLK_SPI0, "s3c6410-spi.0", "spi_busclk2"),
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/clock/
Dsamsung,s3c6400-clock.yaml22 - "pcmcdclk1" - PCM1 codec clock - optional, only S3C6410.
31 - samsung,s3c6410-clock
53 compatible = "samsung,s3c6410-clock";
/linux-6.12.1/Documentation/devicetree/bindings/mmc/
Dsamsung,s3c6410-sdhci.yaml4 $id: http://devicetree.org/schemas/mmc/samsung,s3c6410-sdhci.yaml#
16 - samsung,s3c6410-sdhci
/linux-6.12.1/drivers/media/platform/samsung/s3c-camif/
Dcamif-regs.h81 #define CITRGFMT_OUTFORMAT_YCBCR420 (0 << 29) /* only for s3c6410 */
82 #define CITRGFMT_OUTFORMAT_YCBCR422 (1 << 29) /* only for s3c6410 */
83 #define CITRGFMT_OUTFORMAT_YCBCR422I (2 << 29) /* only for s3c6410 */
84 #define CITRGFMT_OUTFORMAT_RGB (3 << 29) /* only for s3c6410 */
85 #define CITRGFMT_OUTFORMAT_MASK (3 << 29) /* only for s3c6410 */
/linux-6.12.1/Documentation/devicetree/bindings/watchdog/
Dsamsung-wdt.yaml23 - samsung,s3c6410-wdt # for S3C6410, S5PV210 and Exynos4
/linux-6.12.1/Documentation/devicetree/bindings/input/
Dsamsung,s3c6410-keypad.yaml4 $id: http://devicetree.org/schemas/input/samsung,s3c6410-keypad.yaml#
22 - samsung,s3c6410-keypad
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dsamsung-i2s.yaml19 samsung,s3c6410-i2s: for 8/16/24bit stereo I2S.
49 - samsung,s3c6410-i2s
/linux-6.12.1/Documentation/devicetree/bindings/arm/samsung/
Dsamsung-boards.yaml23 - description: S3C6410 based boards
28 - const: samsung,s3c6410
/linux-6.12.1/Documentation/arch/arm/samsung/
Doverview.rst15 - S3C64XX: S3C6400 and S3C6410
/linux-6.12.1/Documentation/devicetree/bindings/power/
Dwakeup-source.txt30 5. "linux,input-wakeup" Documentation/devicetree/bindings/input/samsung,s3c6410-keypad.yaml
/linux-6.12.1/include/video/
Dsamsung_fimd.h13 * S3C64XX series such as the S3C6400 and S3C6410, and Exynos series.
108 /* PRTCON (S3C6410)
109 * Might not be present in the S3C6410 documentation,

123