Searched +full:ipmmu +full:- +full:main (Results 1 – 25 of 43) sorted by relevance
12
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/iommu/renesas,ipmmu-vmsa.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas VMSA-Compatible IOMMU10 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>13 The IPMMU is an IOMMU implementation compatible with the ARM VMSA page tables.15 connected to the IPMMU through a port called micro-TLB.20 - items:21 - enum:[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car H3 (R8A77950) SoC53 gpio-ranges = <&pfc 0 32 28>;57 renesas,ipmmu-main = <&ipmmu_mm 11>;61 renesas,ipmmu-main = <&ipmmu_mm 12>;65 renesas,ipmmu-main = <&ipmmu_mm 9>;69 renesas,ipmmu-main = <&ipmmu_mm 10>;73 renesas,ipmmu-main = <&ipmmu_mm 7>;77 /delete-node/ dma-controller@e6460000;78 /delete-node/ dma-controller@e6470000;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car D3 (R8A77995) SoC9 #include <dt-bindings/clock/r8a77995-cpg-mssr.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/power/r8a77995-sysc.h>15 #address-cells = <2>;16 #size-cells = <2>;18 /* External CAN clock - to be overridden by boards that provide it */20 compatible = "fixed-clock";21 #clock-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car H3 (R8A77951) SoC8 #include <dt-bindings/clock/r8a7795-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a7795-sysc.h>16 #address-cells = <2>;17 #size-cells = <2>;36 compatible = "fixed-clock";37 #clock-cells = <0>;38 clock-frequency = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.08 #include <dt-bindings/interrupt-controller/irq.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/clock/r8a774e1-cpg-mssr.h>11 #include <dt-bindings/power/r8a774e1-sysc.h>17 #address-cells = <2>;18 #size-cells = <2>;26 compatible = "fixed-clock";27 #clock-cells = <0>;28 clock-frequency = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car V3H (R8A77980) SoC9 #include <dt-bindings/clock/r8a77980-cpg-mssr.h>10 #include <dt-bindings/interrupt-controller/irq.h>11 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include <dt-bindings/power/r8a77980-sysc.h>16 #address-cells = <2>;17 #size-cells = <2>;28 /* External CAN clock - to be overridden by boards that provide it */30 compatible = "fixed-clock";[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car M3-W+ (R8A77961) SoC5 * Copyright (C) 2016-2017 Renesas Electronics Corp.8 #include <dt-bindings/clock/r8a77961-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a77961-sysc.h>16 #address-cells = <2>;17 #size-cells = <2>;25 compatible = "fixed-clock";26 #clock-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car E3 (R8A77990) SoC5 * Copyright (C) 2018-2019 Renesas Electronics Corp.8 #include <dt-bindings/clock/r8a77990-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a77990-sysc.h>14 #address-cells = <2>;15 #size-cells = <2>;34 compatible = "fixed-clock";35 #clock-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2018-2019 Renesas Electronics Corp.8 #include <dt-bindings/clock/r8a774c0-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a774c0-sysc.h>14 #address-cells = <2>;15 #size-cells = <2>;23 compatible = "fixed-clock";24 #clock-cells = <0>;25 clock-frequency = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car M3-W (R8A77960) SoC5 * Copyright (C) 2016-2017 Renesas Electronics Corp.8 #include <dt-bindings/clock/r8a7796-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a7796-sysc.h>16 #address-cells = <2>;17 #size-cells = <2>;36 compatible = "fixed-clock";37 #clock-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * IOMMU API for Renesas VMSA-compatible IPMMU6 * Copyright (C) 2014-2020 Renesas Electronics Corporation11 #include <linux/dma-mapping.h>18 #include <linux/io-pgtable.h>29 #include <asm/dma-iommu.h>32 #define arm_iommu_attach_device(...) -ENODEV37 #define IPMMU_CTX_INVALID -194 /* -----------------------------------------------------------------------------101 #define IMCTR 0x0000 /* R-Car Gen2/3 */[all …]
1 // SPDX-License-Identifier: GPL-2.03 * IOMMU API for Renesas VMSA-compatible IPMMU6 * Copyright (C) 2014-2020 Renesas Electronics Corporation11 #include <linux/dma-iommu.h>12 #include <linux/dma-mapping.h>18 #include <linux/io-pgtable.h>30 #include <asm/dma-iommu.h>33 #define arm_iommu_attach_device(...) -ENODEV39 #define IPMMU_CTX_INVALID -196 /* -----------------------------------------------------------------------------[all …]
1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 * Device Tree Source for the R-Car V4H (R8A779G0) SoC8 #include <dt-bindings/clock/r8a779g0-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a779g0-sysc.h>14 #address-cells = <2>;15 #size-cells = <2>;17 /* External Audio clock - to be overridden by boards that provide it */19 compatible = "fixed-clock";20 #clock-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car V3U (R8A779A0) SoC8 #include <dt-bindings/clock/r8a779a0-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a779a0-sysc.h>14 #address-cells = <2>;15 #size-cells = <2>;17 /* External CAN clock - to be overridden by boards that provide it */19 compatible = "fixed-clock";20 #clock-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car D3 (R8A77995) SoC9 #include <dt-bindings/clock/r8a77995-cpg-mssr.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/power/r8a77995-sysc.h>15 #address-cells = <2>;16 #size-cells = <2>;24 compatible = "fixed-clock";25 #clock-cells = <0>;26 clock-frequency = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car H3 (R8A77951) SoC8 #include <dt-bindings/clock/r8a7795-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a7795-sysc.h>21 #address-cells = <2>;22 #size-cells = <2>;30 compatible = "fixed-clock";31 #clock-cells = <0>;32 clock-frequency = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car V3H (R8A77980) SoC9 #include <dt-bindings/clock/r8a77980-cpg-mssr.h>10 #include <dt-bindings/interrupt-controller/irq.h>11 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include <dt-bindings/power/r8a77980-sysc.h>16 #address-cells = <2>;17 #size-cells = <2>;19 /* External CAN clock - to be overridden by boards that provide it */21 compatible = "fixed-clock";[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)3 * Device Tree Source for the R-Car S4-8 (R8A779F0) SoC8 #include <dt-bindings/clock/r8a779f0-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a779f0-sysc.h>14 #address-cells = <2>;15 #size-cells = <2>;17 cluster01_opp: opp-table-0 {18 compatible = "operating-points-v2";19 opp-shared;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car E3 (R8A77990) SoC5 * Copyright (C) 2018-2019 Renesas Electronics Corp.8 #include <dt-bindings/clock/r8a77990-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a77990-sysc.h>14 #address-cells = <2>;15 #size-cells = <2>;23 compatible = "fixed-clock";24 #clock-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car M3-W (R8A77960) SoC5 * Copyright (C) 2016-2017 Renesas Electronics Corp.8 #include <dt-bindings/clock/r8a7796-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a7796-sysc.h>16 #address-cells = <2>;17 #size-cells = <2>;25 compatible = "fixed-clock";26 #clock-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car M3-N (R8A77965) SoC11 #include <dt-bindings/clock/r8a77965-cpg-mssr.h>12 #include <dt-bindings/interrupt-controller/arm-gic.h>13 #include <dt-bindings/power/r8a77965-sysc.h>21 #address-cells = <2>;22 #size-cells = <2>;30 compatible = "fixed-clock";31 #clock-cells = <0>;32 clock-frequency = <0>;[all …]