Lines Matching +full:r8a779f0 +full:- +full:ufs
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
28 - const: ref_clk
30 power-domains:
37 - compatible
38 - reg
39 - clocks
40 - clock-names
41 - power-domains
42 - resets
47 - |
48 #include <dt-bindings/clock/r8a779f0-cpg-mssr.h>
49 #include <dt-bindings/interrupt-controller/arm-gic.h>
50 #include <dt-bindings/power/r8a779f0-sysc.h>
52 ufs: ufs@e686000 {
53 compatible = "renesas,r8a779f0-ufs";
57 clock-names = "fck", "ref_clk";
58 freq-table-hz = <200000000 200000000>, <38400000 38400000>;
59 power-domains = <&sysc R8A779F0_PD_ALWAYS_ON>;