Searched +full:imx +full:- +full:intmux (Results 1 – 5 of 5) 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.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 …]