Searched +full:sdhi +full:- +full:r8a7790 (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/Documentation/devicetree/bindings/mmc/ |
D | renesas,sdhi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: "http://devicetree.org/schemas/mmc/renesas,sdhi.yaml#" 5 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 7 title: Renesas SDHI SD/MMC controller 10 - Wolfram Sang <wsa+renesas@sang-engineering.com> 15 - items: 16 - const: renesas,sdhi-sh73a0 # R-Mobile APE6 17 - items: 18 - const: renesas,sdhi-r7s72100 # RZ/A1H [all …]
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | r8a7790.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the R-Car H2 (R8A77900) SoC 6 * Copyright (C) 2013-2014 Renesas Solutions Corp. 10 #include <dt-bindings/clock/r8a7790-cpg-mssr.h> 11 #include <dt-bindings/interrupt-controller/arm-gic.h> 12 #include <dt-bindings/interrupt-controller/irq.h> 13 #include <dt-bindings/power/r8a7790-sysc.h> 16 compatible = "renesas,r8a7790"; 17 #address-cells = <2>; 18 #size-cells = <2>; [all …]
|
/Linux-v5.15/drivers/mmc/host/ |
D | renesas_sdhi_sys_dmac.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * DMA support use of SYS DMAC with SDHI SD/SDIO controller 5 * Copyright (C) 2016-19 Renesas Electronics Corporation 6 * Copyright (C) 2016-19 Sang Engineering, Wolfram Sang 8 * Copyright (C) 2010-2011 Guennadi Liakhovetski 12 #include <linux/dma-mapping.h> 74 { .compatible = "renesas,sdhi-sh73a0", .data = &of_default_cfg, }, 75 { .compatible = "renesas,sdhi-r8a73a4", .data = &of_default_cfg, }, 76 { .compatible = "renesas,sdhi-r8a7740", .data = &of_default_cfg, }, 77 { .compatible = "renesas,sdhi-r7s72100", .data = &of_rz_compatible, }, [all …]
|