Searched +full:r8a779f0 +full:- +full:ufs (Results 1 – 7 of 7) sorted by relevance
| /linux/Documentation/devicetree/bindings/ufs/ |
| H A D | renesas,ufs.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/ufs/renesas,ufs.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Renesas R-Car UFS Host Controller 10 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> 13 - $ref: ufs-common.yaml 17 const: renesas,r8a779f0-ufs 25 clock-names: 27 - const: fck [all …]
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r8a779f4.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 3 * Device Tree Source for the R-Car S4-8 (R8A779F4) SoC 8 #include "r8a779f0.dtsi" 11 compatible = "renesas,r8a779f4", "renesas,r8a779f0"; 15 nvmem-layout { 16 compatible = "fixed-layout"; 17 #address-cells = <1>; 18 #size-cells = <1>; 26 &ufs { 27 nvmem-cells = <&ufs_tune>; [all …]
|
| H A D | r8a779f0-spider-cpu.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/leds/common.h> 11 #include "r8a779f0.dtsi" 15 compatible = "renesas,spider-cpu", "renesas,r8a779f0"; 30 stdout-path = "serial0:1843200n8"; 34 compatible = "gpio-leds"; 36 led-7 { 40 function-enumerator = <7>; 43 led-8 { [all …]
|
| H A D | r8a779f0.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 3 * Device Tree Source for the R-Car S4-8 (R8A779F0) SoC 8 #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> 13 compatible = "renesas,r8a779f0"; 14 #address-cells = <2>; 15 #size-cells = <2>; 17 cluster01_opp: opp-table-0 { 18 compatible = "operating-points-v2"; [all …]
|
| H A D | r8a779f4-s4sk.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 3 * Device Tree Source for the R-Car S4 Starter Kit board 8 /dts-v1/; 9 #include <dt-bindings/gpio/gpio.h> 13 model = "R-Car S4 Starter Kit board"; 14 compatible = "renesas,s4sk", "renesas,r8a779f4", "renesas,r8a779f0"; 31 stdout-path = "serial0:921600n8"; 46 vcc_sdhi: regulator-vcc-sdhi { 47 compatible = "regulator-fixed"; 48 regulator-name = "SDHI Vcc"; [all …]
|
| /linux/drivers/ufs/host/ |
| H A D | ufs-renesas.c | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 3 * Renesas UFS host controller driver 10 #include <linux/dma-mapping.h> 16 #include <linux/nvmem-consumer.h> 21 #include <ufs/ufshcd.h> 23 #include "ufshcd-pltfrm.h" 47 ret = readl_poll_timeout_atomic(hba->mmio_base + reg, in ufs_renesas_poll() 51 dev_err(hba->dev, "%s: poll failed %d (%08x, %08x, %08x)\n", in ufs_renesas_poll() 376 ufs_renesas_indirect_write(hba, 1, 0x4d, priv->calib[2]); in ufs_renesas_r8a779f0_pre_init() 377 ufs_renesas_indirect_write(hba, 1, 0x4e, priv->calib[3]); in ufs_renesas_r8a779f0_pre_init() [all …]
|
| /linux/drivers/clk/renesas/ |
| H A D | r8a779f0-cpg-mssr.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * r8a779f0 Clock Pulse Generator / Module Standby and Software Reset 7 * Based on r8a779a0-cpg-mssr.c 12 #include <linux/clk-provider.h> 16 #include <linux/soc/renesas/rcar-rst.h> 18 #include <dt-bindings/clock/r8a779f0-cpg-mssr.h> 20 #include "renesas-cpg-mssr.h" 21 #include "rcar-gen4-cpg.h" 152 DEF_MOD("sys-dmac0", 709, R8A779F0_CLK_S0D3_PER), 153 DEF_MOD("sys-dmac1", 710, R8A779F0_CLK_S0D3_PER), [all …]
|