Searched full:asm9260 (Results 1 – 19 of 19) sorted by relevance
/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | alphascale,asm9260-wdt.yaml | 4 $id: http://devicetree.org/schemas/watchdog/alphascale,asm9260-wdt.yaml# 7 title: Alphascale asm9260 Watchdog timer 17 const: alphascale,asm9260-wdt 61 #include <dt-bindings/clock/alphascale,asm9260.h> 63 compatible = "alphascale,asm9260-wdt";
|
/linux/arch/arm/boot/dts/alphascale/ |
H A D | alphascale-asm9260.dtsi | 7 #include <dt-bindings/clock/alphascale,asm9260.h> 44 compatible = "alphascale,asm9260-clock-controller"; 51 compatible = "alphascale,asm9260-icoll"; 58 compatible = "alphascale,asm9260-timer";
|
H A D | alphascale-asm9260-devkit.dts | 8 #include "alphascale-asm9260.dtsi" 11 model = "Alphascale asm9260 Development Kit"; 12 compatible = "alphascale,asm9260devkit", "alphascale,asm9260";
|
H A D | Makefile | 3 alphascale-asm9260-devkit.dtb 5 alphascale-asm9260-devkit.dtb
|
/linux/drivers/irqchip/ |
H A D | irq-mxs.c | 5 * Add Alphascale ASM9260 support. 229 * ASM9260 don't provide reset bit. So, we need to set level 0 in asm9260_of_init() 240 IRQCHIP_DECLARE(asm9260, "alphascale,asm9260-icoll", asm9260_of_init);
|
H A D | alphascale_asm9260-icoll.h | 42 * asm9260.
|
/linux/drivers/watchdog/ |
H A D | asm9260_wdt.c | 3 * Watchdog driver for Alphascale ASM9260. 185 .identity = "Alphascale asm9260 Watchdog", 360 { .compatible = "alphascale,asm9260-wdt"}, 367 .name = "asm9260-wdt", 374 MODULE_DESCRIPTION("asm9260 WatchDog Timer Driver");
|
H A D | Kconfig | 472 tristate "Alphascale ASM9260 watchdog" 478 Watchdog timer embedded into Alphascale asm9260 chips. This will
|
/linux/Documentation/devicetree/bindings/serial/ |
H A D | fsl-mxs-auart.yaml | 19 - const: alphascale,asm9260-auart 66 - alphascale,asm9260-auart
|
/linux/arch/arm/ |
H A D | Kconfig.platforms | 82 bool "Alphascale ASM9260" 88 Support for Alphascale ASM9260 based platform.
|
/linux/drivers/rtc/ |
H A D | rtc-asm9260.c | 321 { .compatible = "alphascale,asm9260-rtc", }, 330 .name = "asm9260-rtc", 338 MODULE_DESCRIPTION("Alphascale asm9260 SoC Realtime Clock Driver (RTC)");
|
H A D | Makefile | 33 obj-$(CONFIG_RTC_DRV_ASM9260) += rtc-asm9260.o
|
H A D | Kconfig | 1385 tristate "Alphascale asm9260 RTC" 1389 Alphascale asm9260 SoC. 1392 will be called rtc-asm9260.
|
/linux/arch/arm/include/debug/ |
H A D | asm9260.S | 6 * Modified for ASM9260 by Oleksij Remepl <linux@rempel-privat.de>
|
/linux/drivers/tty/serial/ |
H A D | mxs-auart.c | 5 * Alphascale ASM9260 10 * Provide Alphascale ASM9260 support. 118 * Start of Alphascale asm9260 defines 120 * between imx2x and asm9260 316 * RW. Provide clk over OUTCLK pin. In case of asm9260 it can be configured on 349 /* End of Alphascale asm9260 defines */ 452 .compatible = "alphascale,asm9260-auart", 1664 /* ASM9260 don't have version reg */ in mxs_auart_probe() 1666 dev_info(&pdev->dev, "Found APPUART ASM9260\n"); in mxs_auart_probe()
|
H A D | Kconfig | 1193 This driver supports the MXS and Alphascale ASM9260 Application
|
/linux/drivers/clocksource/ |
H A D | asm9260_timer.c | 19 #define DRIVER_NAME "asm9260-timer" 242 TIMER_OF_DECLARE(asm9260_timer, "alphascale,asm9260-timer",
|
H A D | Kconfig | 208 bool "ASM9260 timer driver" if COMPILE_TEST 212 Enables support for the ASM9260 timer.
|
/linux/ |
H A D | MAINTAINERS | 2283 F: drivers/clk/clk-asm9260.c 2285 F: drivers/rtc/rtc-asm9260.c
|