Searched +full:imx +full:- +full:intmux (Results 1 – 7 of 7) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/interrupt-controller/fsl,intmux.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Freescale INTMUX interrupt multiplexer10 - Shawn Guo <shawnguo@kernel.org>11 - NXP Linux Team <linux-imx@nxp.com>15 const: fsl,imx-intmux27 interrupt-controller: true29 '#interrupt-cells':[all …]
1 // SPDX-License-Identifier: GPL-2.0+7 #include <dt-bindings/firmware/imx/rsrc.h>8 #include <dt-bindings/clock/imx8-lpcg.h>10 cm41_ipg_clk: clock-cm41-ipg {11 compatible = "fixed-clock";12 #clock-cells = <0>;13 clock-frequency = <132000000>;14 clock-output-names = "cm41_ipg_clk";18 compatible = "simple-bus";19 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+7 #include <dt-bindings/firmware/imx/rsrc.h>9 cm40_ipg_clk: clock-cm40-ipg {10 compatible = "fixed-clock";11 #clock-cells = <0>;12 clock-frequency = <132000000>;13 clock-output-names = "cm40_ipg_clk";17 compatible = "simple-bus";18 #address-cells = <1>;19 #size-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.04 /* INTMUX Block Diagram7 * interrupt source # 0 +---->| |9 * interrupt source # 1 +++-->| |10 * ... | | | channel # 0 |--------->interrupt out # 013 * interrupt source # X-1 +++-->|________________|17 * +---->| |19 * | +-->| |20 * | | | | channel # 1 |--------->interrupt out # 130 * +---->| |[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_IRQCHIP) += irqchip.o4 obj-$(CONFIG_AL_FIC) += irq-al-fic.o5 obj-$(CONFIG_ALPINE_MSI) += irq-alpine-msi.o6 obj-$(CONFIG_ATH79) += irq-ath79-cpu.o7 obj-$(CONFIG_ATH79) += irq-ath79-misc.o8 obj-$(CONFIG_ARCH_BCM2835) += irq-bcm2835.o9 obj-$(CONFIG_ARCH_BCM2835) += irq-bcm2836.o10 obj-$(CONFIG_ARCH_ACTIONS) += irq-owl-sirq.o11 obj-$(CONFIG_DAVINCI_CP_INTC) += irq-davinci-cp-intc.o[all …]
1 # SPDX-License-Identifier: GPL-2.0-only116 tristate "Broadcom BCM2712 MSI-X Interrupt Peripheral support"125 Enable support for the Broadcom BCM2712 MSI-X target peripheral126 (MIP) needed by brcmstb PCIe to handle MSI-X interrupts on138 tristate "Broadcom STB 7038-style L1/L2 interrupt controller driver"146 tristate "Broadcom STB 7120-style L2 interrupt controller driver"200 will be called irq-lan966x-oic.241 bool "J-Core integrated AIC" if COMPILE_TEST245 Support for the J-Core integrated AIC.256 interrupt pins, as found on SH/R-Mobile and R-Car Gen1 SoCs.[all …]
1 // SPDX-License-Identifier: GPL-2.0+4 * Copyright 2017-2018 NXP10 * single global power domain and implement the ->attach|detach_dev()12 * From within the ->attach_dev(), we could get the OF node for13 * the device that is being attached and then parse the power-domain18 * Additionally, we need to implement the ->stop() and ->start()20 * rather than using the above ->power_on|off() callbacks.23 * 1. The ->attach_dev() of power domain infrastructure still does32 * Update: Genpd assigns the ->of_node for the virtual device before it33 * invokes ->attach_dev() callback, hence parsing for device resources via[all …]