Searched +full:imx23 +full:- +full:dcp (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/crypto/fsl-dcp.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Freescale DCP (Data Co-Processor) found on i.MX23/i.MX2810 - Marek Vasut <marex@denx.de>15 - enum:16 - fsl,imx23-dcp17 - fsl,imx28-dcp18 - items:[all …]
1 // SPDX-License-Identifier: GPL-2.0+5 #include "imx23-pinfunc.h"8 #address-cells = <1>;9 #size-cells = <1>;11 interrupt-parent = <&icoll>;14 * pre-existing /chosen node to be available to insert the31 #address-cells = <1>;32 #size-cells = <0>;35 compatible = "arm,arm926ej-s";42 compatible = "simple-bus";[all …]
1 // SPDX-License-Identifier: GPL-2.0+5 #include <dt-bindings/gpio/gpio.h>6 #include "imx28-pinfunc.h"9 #address-cells = <1>;10 #size-cells = <1>;12 interrupt-parent = <&icoll>;15 * pre-existing /chosen node to be available to insert the42 #address-cells = <1>;43 #size-cells = <0>;46 compatible = "arm,arm926ej-s";[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Freescale i.MX23/i.MX28 Data Co-Processor driver8 #include <linux/dma-mapping.h>18 #include <soc/fsl/dcp.h>47 /* DCP DMA descriptor. */71 struct dcp { struct96 /* SHA Hash-specific context */101 /* Crypto-specific context */125 * There can even be only one instance of the MXS DCP due to the128 static struct dcp *global_sdcp;[all …]
1 // SPDX-License-Identifier: GPL-2.05 #include <dt-bindings/interrupt-controller/irq.h>6 #include "imx6sl-pinfunc.h"7 #include <dt-bindings/clock/imx6sl-clock.h>10 #address-cells = <1>;11 #size-cells = <1>;14 * pre-existing /chosen node to be available to insert the50 #address-cells = <1>;51 #size-cells = <0>;54 compatible = "arm,cortex-a9";[all …]