Searched +full:sdhi +full:- +full:r8a7790 (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/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 - enum: 16 - renesas,sdhi-mmc-r8a77470 # RZ/G1C 17 - renesas,sdhi-r7s72100 # RZ/A1H 18 - renesas,sdhi-r7s9210 # SH-Mobile AG5 [all …]
|
/linux-6.14.4/arch/arm/boot/dts/renesas/ |
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-6.14.4/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> 76 { .compatible = "renesas,sdhi-sh73a0", .data = &of_default_cfg, }, 77 { .compatible = "renesas,sdhi-r8a73a4", .data = &of_default_cfg, }, 78 { .compatible = "renesas,sdhi-r8a7740", .data = &of_default_cfg, }, 79 { .compatible = "renesas,sdhi-r7s72100", .data = &of_rz_compatible, }, [all …]
|