Searched full:mps2 (Results 1 – 17 of 17) sorted by relevance
/linux/Documentation/devicetree/bindings/timer/ |
H A D | arm,mps2-timer.yaml | 4 $id: http://devicetree.org/schemas/arm,mps2-timer.yaml# 7 title: ARM MPS2 timer 13 The MPS2 platform has simple general-purpose 32 bits timers. 17 const: arm,mps2-timer 45 compatible = "arm,mps2-timer";
|
/linux/Documentation/devicetree/bindings/serial/ |
H A D | arm,mps2-uart.yaml | 4 $id: http://devicetree.org/schemas/serial/arm,mps2-uart.yaml# 7 title: Arm MPS2 UART 17 const: arm,mps2-uart 42 compatible = "arm,mps2-uart";
|
/linux/arch/arm/boot/dts/arm/ |
H A D | mps2.dtsi | 115 timer0: mps2-timer0@0 { 116 compatible = "arm,mps2-timer"; 123 timer1: mps2-timer1@1000 { 124 compatible = "arm,mps2-timer"; 142 compatible = "arm,mps2-uart"; 150 compatible = "arm,mps2-uart"; 158 compatible = "arm,mps2-uart";
|
H A D | mps2-an399.dts | 47 #include "mps2.dtsi" 50 model = "ARM MPS2 Application Note 399/400"; 51 compatible = "arm,mps2";
|
H A D | mps2-an385.dts | 47 #include "mps2.dtsi" 50 model = "ARM MPS2 Application Note 385/386"; 51 compatible = "arm,mps2";
|
H A D | Makefile | 7 mps2-an385.dtb \ 8 mps2-an399.dtb
|
/linux/arch/arm/mach-versatile/ |
H A D | v2m-mps2.c | 11 "arm,mps2", 15 DT_MACHINE_START(MPS2DT, "MPS2 (Device Tree Support)")
|
H A D | Makefile | 25 # mps2 26 obj-$(CONFIG_ARCH_MPS2) += v2m-mps2.o
|
/linux/drivers/iio/dac/ |
H A D | ltc2664.c | 62 { LTC2664_SPAN_RANGE_M10V_10V, 32768 }, /* MPS2=0, MPS1=0, MSP0=0 (0)*/ 63 { LTC2664_SPAN_RANGE_M5V_5V, 32768 }, /* MPS2=0, MPS1=0, MSP0=1 (1)*/ 64 { LTC2664_SPAN_RANGE_M2V5_2V5, 32768 }, /* MPS2=0, MPS1=1, MSP0=0 (2)*/ 65 { LTC2664_SPAN_RANGE_0V_10V, 0 }, /* MPS2=0, MPS1=1, MSP0=1 (3)*/ 66 { LTC2664_SPAN_RANGE_0V_10V, 32768 }, /* MPS2=1, MPS1=0, MSP0=0 (4)*/ 67 { LTC2664_SPAN_RANGE_0V_5V, 0 }, /* MPS2=1, MPS1=0, MSP0=1 (5)*/ 68 { LTC2664_SPAN_RANGE_0V_5V, 32768 }, /* MPS2=1, MPS1=1, MSP0=0 (6)*/ 69 { LTC2664_SPAN_RANGE_0V_5V, 0 } /* MPS2=1, MPS1=1, MSP0=1 (7)*/
|
/linux/drivers/clocksource/ |
H A D | mps2-timer.c | 105 const char *name = "mps2-clkevt"; in mps2_clockevent_init() 189 const char *name = "mps2-clksrc"; in mps2_clocksource_init() 273 TIMER_OF_DECLARE(mps2_timer, "arm,mps2-timer", mps2_timer_init);
|
H A D | Makefile | 49 obj-$(CONFIG_CLKSRC_MPS2) += mps2-timer.o
|
H A D | Kconfig | 297 bool "Clocksource for MPS2 SoCs" if COMPILE_TEST
|
/linux/drivers/tty/serial/ |
H A D | mps2-uart.c | 3 * MPS2 UART driver 27 #define DRIVER_NAME "mps2-uart" 494 OF_EARLYCON_DECLARE(mps2, "arm,mps2-uart", mps2_early_console_setup); 606 { .compatible = "arm,mps2-uart", },
|
H A D | Makefile | 59 obj-$(CONFIG_SERIAL_MPS2_UART) += mps2-uart.o
|
/linux/include/uapi/linux/ |
H A D | serial_core.h | 210 /* MPS2 UART */
|
/linux/arch/arm/ |
H A D | Kconfig | 479 bool "ARM MPS2 platform" 484 Support for Cortex-M Prototyping System (or V2M-MPS2) which comes
|
/linux/ |
H A D | MAINTAINERS | 3621 N: mps2
|