Home
last modified time | relevance | path

Searched full:asm9260 (Results 1 – 19 of 19) sorted by relevance

/linux/Documentation/devicetree/bindings/watchdog/
H A Dalphascale,asm9260-wdt.yaml4 $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 Dalphascale-asm9260.dtsi7 #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 Dalphascale-asm9260-devkit.dts8 #include "alphascale-asm9260.dtsi"
11 model = "Alphascale asm9260 Development Kit";
12 compatible = "alphascale,asm9260devkit", "alphascale,asm9260";
H A DMakefile3 alphascale-asm9260-devkit.dtb
5 alphascale-asm9260-devkit.dtb
/linux/drivers/irqchip/
H A Dirq-mxs.c5 * 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 Dalphascale_asm9260-icoll.h42 * asm9260.
/linux/drivers/watchdog/
H A Dasm9260_wdt.c3 * 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 DKconfig472 tristate "Alphascale ASM9260 watchdog"
478 Watchdog timer embedded into Alphascale asm9260 chips. This will
/linux/Documentation/devicetree/bindings/serial/
H A Dfsl-mxs-auart.yaml19 - const: alphascale,asm9260-auart
66 - alphascale,asm9260-auart
/linux/arch/arm/
H A DKconfig.platforms82 bool "Alphascale ASM9260"
88 Support for Alphascale ASM9260 based platform.
/linux/drivers/rtc/
H A Drtc-asm9260.c321 { .compatible = "alphascale,asm9260-rtc", },
330 .name = "asm9260-rtc",
338 MODULE_DESCRIPTION("Alphascale asm9260 SoC Realtime Clock Driver (RTC)");
H A DMakefile33 obj-$(CONFIG_RTC_DRV_ASM9260) += rtc-asm9260.o
H A DKconfig1385 tristate "Alphascale asm9260 RTC"
1389 Alphascale asm9260 SoC.
1392 will be called rtc-asm9260.
/linux/arch/arm/include/debug/
H A Dasm9260.S6 * Modified for ASM9260 by Oleksij Remepl <linux@rempel-privat.de>
/linux/drivers/tty/serial/
H A Dmxs-auart.c5 * 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 DKconfig1193 This driver supports the MXS and Alphascale ASM9260 Application
/linux/drivers/clocksource/
H A Dasm9260_timer.c19 #define DRIVER_NAME "asm9260-timer"
242 TIMER_OF_DECLARE(asm9260_timer, "alphascale,asm9260-timer",
H A DKconfig208 bool "ASM9260 timer driver" if COMPILE_TEST
212 Enables support for the ASM9260 timer.
/linux/
H A DMAINTAINERS2283 F: drivers/clk/clk-asm9260.c
2285 F: drivers/rtc/rtc-asm9260.c