| /linux/arch/mips/boot/dts/ingenic/ |
| H A D | jz4740.dtsi | 2 #include <dt-bindings/clock/ingenic,jz4740-cgu.h> 8 compatible = "ingenic,jz4740"; 32 compatible = "ingenic,jz4740-intc"; 53 cgu: jz4740-cgu@10000000 { 54 compatible = "ingenic,jz4740-cgu"; 64 compatible = "ingenic,jz4740-tcu", "simple-mfd"; 85 compatible = "ingenic,jz4740-watchdog"; 93 compatible = "ingenic,jz4740-pwm"; 108 compatible = "ingenic,jz4740-rtc"; 119 compatible = "ingenic,jz4740-pinctrl"; [all …]
|
| H A D | jz4725b.dtsi | 32 compatible = "ingenic,jz4725b-intc", "ingenic,jz4740-intc"; 85 compatible = "ingenic,jz4725b-watchdog", "ingenic,jz4740-watchdog"; 117 compatible = "ingenic,jz4725b-rtc", "ingenic,jz4740-rtc"; 196 compatible = "ingenic,jz4725b-i2s", "ingenic,jz4740-i2s"; 258 compatible = "ingenic,jz4725b-uart", "ingenic,jz4740-uart"; 285 compatible = "ingenic,jz4725b-nemc", "ingenic,jz4740-nemc"; 308 compatible = "ingenic,jz4725b-musb", "ingenic,jz4740-musb";
|
| /linux/sound/soc/jz4740/ |
| H A D | Makefile | 3 # Jz4740 Platform Support 5 snd-soc-jz4740-i2s-y := jz4740-i2s.o 7 obj-$(CONFIG_SND_JZ4740_SOC_I2S) += snd-soc-jz4740-i2s.o
|
| H A D | Kconfig | 2 menu "JZ4740" menu 5 tristate "SoC Audio (I2S protocol) for Ingenic JZ4740 SoC" 11 Say Y if you want to use I2S protocol and I2S codec on Ingenic JZ4740
|
| /linux/Documentation/devicetree/bindings/timer/ |
| H A D | ingenic,tcu.yaml | 21 - ingenic,jz4740-tcu 55 - ingenic,jz4740-tcu 123 - ingenic,jz4740-watchdog 131 - const: ingenic,jz4740-watchdog 157 - ingenic,jz4740-pwm 166 - const: ingenic,jz4740-pwm 268 compatible = "ingenic,jz4770-watchdog", "ingenic,jz4740-watchdog"; 276 compatible = "ingenic,jz4770-pwm", "ingenic,jz4740-pwm";
|
| /linux/Documentation/driver-api/usb/ |
| H A D | writing_musb_glue_layer.rst | 22 Ingenic JZ4740 SoC, modelled after the many MUSB glue layers in the 24 ``drivers/usb/musb/jz4740.c``. In this documentation I will walk through the 25 basics of the ``jz4740.c`` glue layer, explaining the different pieces and 60 | | <-- drivers/usb/musb/jz4740.c 86 .name = "musb-jz4740", 93 platform_device structure declared in ``arch/mips/jz4740/platform.c``. Note 235 called by the controller driver when needed. Fact is the JZ4740 MUSB 290 basic set of features of the JZ4740 controller hardware. When writing an 399 Instruction on line 18 is another quirk specific to the JZ4740 USB 430 For instance, platform data for the JZ4740 SoC is found in [all …]
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | ingenic,musb.yaml | 20 - ingenic,jz4740-musb 23 - const: ingenic,jz4740-musb 61 #include <dt-bindings/clock/ingenic,jz4740-cgu.h> 68 compatible = "ingenic,jz4740-musb";
|
| /linux/drivers/watchdog/ |
| H A D | jz4740_wdt.c | 4 * JZ4740 Watchdog driver 116 .identity = "jz4740 Watchdog", 130 { .compatible = "ingenic,jz4740-watchdog", }, 190 .name = "jz4740-wdt", 198 MODULE_DESCRIPTION("jz4740 Watchdog Driver"); 200 MODULE_ALIAS("platform:jz4740-wdt");
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | ingenic,aic.yaml | 22 - ingenic,jz4740-i2s 29 - const: ingenic,jz4740-i2s 74 #include <dt-bindings/clock/ingenic,jz4740-cgu.h> 76 compatible = "ingenic,jz4740-i2s";
|
| H A D | ingenic,codec.yaml | 25 - ingenic,jz4740-codec 54 #include <dt-bindings/clock/ingenic,jz4740-cgu.h> 56 compatible = "ingenic,jz4740-codec";
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| H A D | ingenic,rtc.yaml | 30 - ingenic,jz4740-rtc 34 - const: ingenic,jz4740-rtc 89 #include <dt-bindings/clock/ingenic,jz4740-cgu.h> 91 compatible = "ingenic,jz4740-rtc";
|
| /linux/Documentation/devicetree/bindings/display/ |
| H A D | ingenic,lcd.yaml | 18 - ingenic,jz4740-lcd 74 - ingenic,jz4740-lcd 93 #include <dt-bindings/clock/ingenic,jz4740-cgu.h> 95 compatible = "ingenic,jz4740-lcd";
|
| /linux/include/linux/ |
| H A D | jz4740-adc.h | |
| /linux/drivers/mtd/nand/raw/ingenic/ |
| H A D | Kconfig | 16 tristate "Hardware BCH support for JZ4740 SoC" 20 hardware present on the JZ4740 SoC from Ingenic. 23 will be called jz4740-ecc.
|
| H A D | jz4740_ecc.c | 3 * JZ4740 ECC controller driver 7 * based on jz4740-nand.c 181 { .compatible = "ingenic,jz4740-ecc", .data = &jz4740_ecc_ops }, 189 .name = "jz4740-ecc", 196 MODULE_DESCRIPTION("Ingenic JZ4740 ECC controller driver");
|
| /linux/Documentation/devicetree/bindings/power/supply/ |
| H A D | ingenic,battery.yaml | 18 - const: ingenic,jz4740-battery 23 - const: ingenic,jz4740-battery 57 compatible = "ingenic,jz4740-battery";
|
| /linux/sound/soc/codecs/ |
| H A D | jz4740.c | 3 // JZ4740 CODEC driver 201 .name = "jz4740-hifi", 339 { .compatible = "ingenic,jz4740-codec", }, 347 .name = "jz4740-codec", 354 MODULE_DESCRIPTION("JZ4740 SoC internal codec driver"); 357 MODULE_ALIAS("platform:jz4740-codec");
|
| /linux/drivers/clk/ingenic/ |
| H A D | Kconfig | 9 bool "Ingenic JZ4740 CGU driver" 13 Support the clocks provided by the CGU hardware on Ingenic JZ4740 16 If building for a JZ4740 SoC, you want to say Y here.
|
| /linux/Documentation/devicetree/bindings/iio/adc/ |
| H A D | ingenic,adc.yaml | 25 - ingenic,jz4740-adc 77 #include <dt-bindings/clock/ingenic,jz4740-cgu.h> 81 compatible = "ingenic,jz4740-adc";
|
| /linux/Documentation/arch/mips/ |
| H A D | ingenic-tcu.rst | 35 - On the oldest SoCs (up to JZ4740), all of the eight channels operate in 44 - on older SoCs (JZ4740 and below), channel 0 and channel 1 have their 62 PWM drivers/pwm/pwm-jz4740.c
|
| /linux/include/dt-bindings/clock/ |
| H A D | ingenic,jz4740-cgu.h | 3 * This header provides clock numbers for the ingenic,jz4740-cgu DT binding. 8 * - muxes/dividers in the order they appear in the jz4740 programmers manual
|
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | ingenic,intc.yaml | 19 - ingenic,jz4740-intc 33 - const: ingenic,jz4740-intc
|
| /linux/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | ingenic,nemc.yaml | 19 - ingenic,jz4740-nemc 23 - const: ingenic,jz4740-nemc
|
| /linux/Documentation/devicetree/bindings/serial/ |
| H A D | ingenic,uart.yaml | 22 - ingenic,jz4740-uart 34 - const: ingenic,jz4740-uart
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | ingenic,cgu.yaml | 23 - ingenic,jz4740-cgu 53 - ingenic,jz4740-cgu
|