| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | milbeaut-clock.yaml | 4 $id: http://devicetree.org/schemas/clock/milbeaut-clock.yaml# 7 title: Milbeaut SoCs Clock Controller 13 Milbeaut SoCs Clock controller is an integrated clock controller, which 22 - socionext,milbeaut-m10v-ccu 45 compatible = "socionext,milbeaut-m10v-ccu";
|
| /linux/arch/arm/mach-milbeaut/ |
| H A D | Kconfig | 3 bool "Socionext Milbeaut SoCs" 7 This enables support for Socionext Milbeaut SoCs 12 bool "Milbeaut SC2000/M10V platform" 18 Support for Socionext's MILBEAUT M10V based systems
|
| H A D | platsmp.c | 51 np = of_find_compatible_node(NULL, NULL, "socionext,milbeaut-smp-sram"); in m10v_smp_init() 97 CPU_METHOD_OF_DECLARE(m10v_smp, "socionext,milbeaut-m10v-smp", &m10v_smp_ops); 142 if (of_machine_is_compatible("socionext,milbeaut-evb")) in m10v_pm_init()
|
| /linux/Documentation/devicetree/bindings/dma/ |
| H A D | milbeaut-m10v-xdmac.txt | 1 * Milbeaut AXI DMA Controller 3 Milbeaut AXI DMA controller has only memory to memory transfer capability. 8 - compatible: Should be "socionext,milbeaut-m10v-xdmac" 17 compatible = "socionext,milbeaut-m10v-xdmac";
|
| H A D | milbeaut-m10v-hdmac.txt | 1 * Milbeaut AHB DMA Controller 3 Milbeaut AHB DMA controller has transfer capability below. 8 - compatible: Should be "socionext,milbeaut-m10v-hdmac" 20 compatible = "socionext,milbeaut-m10v-hdmac";
|
| /linux/Documentation/devicetree/bindings/timer/ |
| H A D | socionext,milbeaut-timer.yaml | 4 $id: http://devicetree.org/schemas/socionext,milbeaut-timer.yaml# 7 title: Milbeaut SoCs Timer Controller 14 const: socionext,milbeaut-timer 36 compatible = "socionext,milbeaut-timer";
|
| /linux/Documentation/devicetree/bindings/serial/ |
| H A D | socionext,milbeaut-usio-uart.yaml | 4 $id: http://devicetree.org/schemas/serial/socionext,milbeaut-usio-uart.yaml# 7 title: Socionext Milbeaut UART controller 17 const: socionext,milbeaut-usio-uart 50 compatible = "socionext,milbeaut-usio-uart";
|
| /linux/arch/arm/boot/dts/socionext/ |
| H A D | milbeaut-m10v.dtsi | 16 enable-method = "socionext,milbeaut-m10v-smp"; 69 compatible = "socionext,milbeaut-m10v-ccu"; 76 compatible = "socionext,milbeaut-timer"; 84 compatible = "socionext,milbeaut-usio-uart"; 100 compatible = "socionext,milbeaut-smp-sram";
|
| H A D | milbeaut-m10v-evb.dts | 2 /* Socionext Milbeaut M10V Evaluation Board */ 4 #include "milbeaut-m10v.dtsi" 8 compatible = "socionext,milbeaut-m10v-evb", "socionext,sc2000a";
|
| H A D | Makefile | 2 dtb-$(CONFIG_ARCH_MILBEAUT) += milbeaut-m10v-evb.dtb
|
| /linux/Documentation/devicetree/bindings/arm/socionext/ |
| H A D | milbeaut.yaml | 4 $id: http://devicetree.org/schemas/arm/socionext/milbeaut.yaml# 7 title: Milbeaut platforms 20 - socionext,milbeaut-m10v-evb
|
| /linux/Documentation/devicetree/bindings/mmc/ |
| H A D | sdhci-milbeaut.txt | 1 * SOCIONEXT Milbeaut SDHCI controller 7 - compatible: "socionext,milbeaut-m10v-sdhci-3.0" 21 compatible = "socionext,milbeaut-m10v-sdhci-3.0";
|
| /linux/drivers/mmc/host/ |
| H A D | sdhci-milbeaut.c | 22 /* milbeaut bridge controller register */ 204 .compatible = "socionext,milbeaut-m10v-sdhci-3.0", 326 .name = "sdhci-milbeaut", 336 MODULE_DESCRIPTION("MILBEAUT SD Card Controller driver"); 339 MODULE_ALIAS("platform:sdhci-milbeaut");
|
| H A D | Makefile | 23 obj-$(CONFIG_MMC_SDHCI_MILBEAUT) += sdhci-milbeaut.o
|
| /linux/drivers/dma/ |
| H A D | Makefile | 56 obj-$(CONFIG_MILBEAUT_HDMAC) += milbeaut-hdmac.o 57 obj-$(CONFIG_MILBEAUT_XDMAC) += milbeaut-xdmac.o
|
| H A D | Kconfig | 432 tristate "Milbeaut AHB DMA support" 438 Say yes here to support the Socionext Milbeaut 442 tristate "Milbeaut AXI DMA support" 448 Say yes here to support the Socionext Milbeaut
|
| /linux/drivers/clocksource/ |
| H A D | timer-milbeaut.c | 188 TIMER_OF_DECLARE(mlb_peritimer, "socionext,milbeaut-timer",
|
| H A D | Kconfig | 694 bool "Milbeaut timer driver" if COMPILE_TEST 700 Enables the support for Milbeaut timer driver.
|
| H A D | Makefile | 59 obj-$(CONFIG_MILBEAUT_TIMER) += timer-milbeaut.o
|
| /linux/include/uapi/linux/ |
| H A D | serial_core.h | 219 /* Socionext Milbeaut UART */
|
| /linux/drivers/tty/serial/ |
| H A D | milbeaut_usio.c | 481 OF_EARLYCON_DECLARE(mlb_usio, "socionext,milbeaut-usio-uart", 569 { .compatible = "socionext,milbeaut-usio-uart" },
|
| /linux/drivers/clk/ |
| H A D | clk-milbeaut.c | 601 { .compatible = "socionext,milbeaut-m10v-ccu", }, 666 CLK_OF_DECLARE_DRIVER(m10v_cc, "socionext,milbeaut-m10v-ccu", m10v_cc_init);
|
| /linux/arch/arm/ |
| H A D | Kconfig | 408 source "arch/arm/mach-milbeaut/Kconfig"
|
| /linux/ |
| H A D | MAINTAINERS | 2996 ARM/MILBEAUT ARCHITECTURE 3001 F: arch/arm/boot/dts/socionext/milbeaut* 3002 F: arch/arm/mach-milbeaut/ 3003 N: milbeaut
|