Searched full:mx31 (Results 1 – 25 of 29) sorted by relevance
12
/linux-5.10/arch/arm/mach-imx/ |
D | cpu-imx31.c | 3 * MX31 CPU type detection 23 { .srev = 0x00, .name = "i.MX31(L)", .rev = IMX_CHIP_REVISION_1_0 }, 24 { .srev = 0x10, .name = "i.MX31", .rev = IMX_CHIP_REVISION_1_1 }, 26 { .srev = 0x12, .name = "i.MX31", .rev = IMX_CHIP_REVISION_1_1 }, 28 { .srev = 0x14, .name = "i.MX31", .rev = IMX_CHIP_REVISION_1_2 }, 30 { .srev = 0x28, .name = "i.MX31", .rev = IMX_CHIP_REVISION_2_0 }, 55 imx_print_silicon_rev("i.MX31", IMX_CHIP_REVISION_UNKNOWN); in mx31_read_cpu_rev()
|
D | mm-imx3.c | 7 * - add MX31 specific definitions 75 imx_map_entry(MX31, X_MEMC, MT_DEVICE), 76 imx_map_entry(MX31, AVIC, MT_DEVICE_NONSHARED), 77 imx_map_entry(MX31, AIPS1, MT_DEVICE_NONSHARED), 78 imx_map_entry(MX31, AIPS2, MT_DEVICE_NONSHARED), 79 imx_map_entry(MX31, SPBA0, MT_DEVICE_NONSHARED),
|
D | Kconfig | 55 bool "i.MX31 support" 59 This enables support for Freescale i.MX31 processor 66 This enables support for Freescale i.MX31 processor
|
D | hardware.h | 54 * mx31: 97 #include "mx31.h"
|
D | mach-imx31.c | 14 DT_MACHINE_START(IMX31_DT, "Freescale i.MX31 (Device Tree Support)")
|
D | mx3x.h | 11 * MX31 memory map: 182 #define MX3x_PROD_SIGNATURE 0x1 /* For MX31 */
|
/linux-5.10/Documentation/devicetree/bindings/clock/ |
D | imx31-clock.yaml | 7 title: Clock bindings for Freescale i.MX31 14 ID in its "clocks" phandle cell. The following is a full list of i.MX31
|
/linux-5.10/arch/arm/boot/dts/ |
D | imx31-bug.dts | 10 model = "Buglabs i.MX31 Bug 1.x";
|
D | imx31-lite.dts | 13 model = "LogicPD i.MX31 Lite";
|
/linux-5.10/include/soc/imx/ |
D | timer.h | 12 GPT_TYPE_IMX31, /* i.MX31/35/25/37/51/6Q */
|
/linux-5.10/Documentation/w1/masters/ |
D | mxc-w1.rst | 7 * Freescale MX27, MX31 and probably other i.MX SoCs
|
/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | imx-audmux.txt | 7 firstly used on i.MX31.
|
/linux-5.10/Documentation/devicetree/bindings/nvmem/ |
D | imx-iim.yaml | 14 i.MX25, i.MX27, i.MX31, i.MX35, i.MX51 and i.MX53 SoCs.
|
/linux-5.10/include/dt-bindings/sound/ |
D | fsl-imx-audmux.h | 29 * TFCSEL/RFCSEL (i.MX27) or TFSEL/TCSEL/RFSEL/RCSEL (i.MX31/51/53/6Q)
|
/linux-5.10/drivers/clk/imx/ |
D | clk-pllv1.c | 68 * i.MX21, i.MX27 and i,MX31 in clk_pllv1_recalc_rate()
|
/linux-5.10/Documentation/devicetree/bindings/bus/ |
D | imx-weim.txt | 59 For i.MX25, i.MX27, i.MX31 and i.MX35 ("fsl,imx27-weim")
|
/linux-5.10/drivers/soc/imx/ |
D | soc-imx.c | 65 soc_id = "i.MX31"; in imx_soc_device_init()
|
/linux-5.10/drivers/clocksource/ |
D | timer-imx-gpt.c | 25 * - MX25, MX31, MX35, MX37, MX51, MX6Q(rev1.0) 46 /* MX31, MX35, MX25, MX5, MX6 */
|
/linux-5.10/drivers/mfd/ |
D | mc13xxx-spi.c | 109 * and on i.Mx31 SoC (the target SoC for MC13783 PMIC) the SPI controller
|
/linux-5.10/drivers/dma/ipu/ |
D | ipu_irq.c | 185 * The source parameter has to be explained further. On i.MX31 IPU has 137 IRQ
|
/linux-5.10/drivers/dma/ |
D | Kconfig | 450 Out of 137 interrupt sources on i.MX31 IPU only very few are used.
|
/linux-5.10/drivers/gpio/ |
D | gpio-mxc.c | 30 IMX31_GPIO, /* runs on i.mx31 */
|
/linux-5.10/Documentation/devicetree/bindings/arm/ |
D | fsl.yaml | 65 - description: i.MX31 based Boards
|
/linux-5.10/arch/arm/ |
D | Kconfig.debug | 419 bool "i.MX31 Debug UART" 423 on i.MX31.
|
/linux-5.10/drivers/spi/ |
D | spi-imx.c | 197 /* MX1, MX31, MX35, MX51 CSPI */ 976 /* i.mx35 and later cspi shares the functions with i.mx31 one */
|
12