Home
last modified time | relevance | path

Searched full:mps2 (Results 1 – 17 of 17) sorted by relevance

/linux/Documentation/devicetree/bindings/timer/
H A Darm,mps2-timer.yaml4 $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 Darm,mps2-uart.yaml4 $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 Dmps2.dtsi115 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 Dmps2-an399.dts47 #include "mps2.dtsi"
50 model = "ARM MPS2 Application Note 399/400";
51 compatible = "arm,mps2";
H A Dmps2-an385.dts47 #include "mps2.dtsi"
50 model = "ARM MPS2 Application Note 385/386";
51 compatible = "arm,mps2";
H A DMakefile7 mps2-an385.dtb \
8 mps2-an399.dtb
/linux/arch/arm/mach-versatile/
H A Dv2m-mps2.c11 "arm,mps2",
15 DT_MACHINE_START(MPS2DT, "MPS2 (Device Tree Support)")
H A DMakefile25 # mps2
26 obj-$(CONFIG_ARCH_MPS2) += v2m-mps2.o
/linux/drivers/iio/dac/
H A Dltc2664.c62 { 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 Dmps2-timer.c105 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 DMakefile49 obj-$(CONFIG_CLKSRC_MPS2) += mps2-timer.o
H A DKconfig297 bool "Clocksource for MPS2 SoCs" if COMPILE_TEST
/linux/drivers/tty/serial/
H A Dmps2-uart.c3 * 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 DMakefile59 obj-$(CONFIG_SERIAL_MPS2_UART) += mps2-uart.o
/linux/include/uapi/linux/
H A Dserial_core.h210 /* MPS2 UART */
/linux/arch/arm/
H A DKconfig479 bool "ARM MPS2 platform"
484 Support for Cortex-M Prototyping System (or V2M-MPS2) which comes
/linux/
H A DMAINTAINERS3621 N: mps2