Lines Matching +full:fsd +full:- +full:clk
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/ufs/samsung,exynos-ufs.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Alim Akhtar <alim.akhtar@samsung.com>
16 - $ref: ufs-common.yaml
21 - samsung,exynos7-ufs
22 - samsung,exynosautov9-ufs
23 - samsung,exynosautov9-ufs-vh
24 - tesla,fsd-ufs
28 - description: HCI register
29 - description: vendor specific register
30 - description: unipro register
31 - description: UFS protector register
33 reg-names:
35 - const: hci
36 - const: vs_hci
37 - const: unipro
38 - const: ufsp
42 - description: ufs link core clock
43 - description: unipro main clock
45 clock-names:
47 - const: core_clk
48 - const: sclk_unipro_main
53 phy-names:
54 const: ufs-phy
57 $ref: '/schemas/types.yaml#/definitions/phandle-array'
62 dma-coherent: true
65 - compatible
66 - reg
67 - phys
68 - phy-names
69 - clocks
70 - clock-names
75 - |
76 #include <dt-bindings/interrupt-controller/arm-gic.h>
77 #include <dt-bindings/clock/exynos7-clk.h>
80 compatible = "samsung,exynos7-ufs";
85 reg-names = "hci", "vs_hci", "unipro", "ufsp";
89 clock-names = "core_clk", "sclk_unipro_main";
90 pinctrl-names = "default";
91 pinctrl-0 = <&ufs_rst_n &ufs_refclk_out>;
93 phy-names = "ufs-phy";