Lines Matching +full:rk3576 +full:- +full:cru
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/mmc/snps,dwcmshc-sdhci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Ulf Hansson <ulf.hansson@linaro.org>
11 - Jisheng Zhang <Jisheng.Zhang@synaptics.com>
16 - items:
17 - const: rockchip,rk3576-dwcmshc
18 - const: rockchip,rk3588-dwcmshc
19 - enum:
20 - rockchip,rk3568-dwcmshc
21 - rockchip,rk3588-dwcmshc
22 - snps,dwcmshc-sdhci
23 - sophgo,cv1800b-dwcmshc
24 - sophgo,sg2002-dwcmshc
25 - sophgo,sg2042-dwcmshc
26 - thead,th1520-dwcmshc
38 clock-names:
42 power-domains:
48 reset-names:
50 - const: core
51 - const: bus
52 - const: axi
53 - const: block
54 - const: timer
56 rockchip,txclk-tapnum:
61 - compatible
62 - reg
63 - interrupts
64 - clocks
65 - clock-names
68 - $ref: mmc-controller.yaml#
70 - if:
74 const: sophgo,sg2042-dwcmshc
80 - description: core clock
81 - description: bus clock
82 - description: timer clock
83 clock-names:
85 - const: core
86 - const: bus
87 - const: timer
93 - description: core clock
94 - description: bus clock for optional
95 - description: axi clock for rockchip specified
96 - description: block clock for rockchip specified
97 - description: timer clock for rockchip specified
98 clock-names:
101 - const: core
102 - const: bus
103 - const: axi
104 - const: block
105 - const: timer
107 - if:
111 const: rockchip,rk3576-dwcmshc
115 - power-domains
119 power-domains: false
124 - |
126 compatible = "rockchip,rk3568-dwcmshc";
129 clocks = <&cru 17>, <&cru 18>, <&cru 19>, <&cru 20>, <&cru 21>;
130 clock-names = "core", "bus", "axi", "block", "timer";
131 bus-width = <8>;
132 #address-cells = <1>;
133 #size-cells = <0>;
135 - |
137 compatible = "snps,dwcmshc-sdhci";
140 clocks = <&cru 17>, <&cru 18>;
141 clock-names = "core", "bus";
142 bus-width = <8>;
143 #address-cells = <1>;
144 #size-cells = <0>;