Lines Matching +full:rk3588 +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>
14 - $ref: mmc-controller.yaml#
19 - rockchip,rk3568-dwcmshc
20 - rockchip,rk3588-dwcmshc
21 - snps,dwcmshc-sdhci
22 - thead,th1520-dwcmshc
33 - description: core clock
34 - description: bus clock for optional
35 - description: axi clock for rockchip specified
36 - description: block clock for rockchip specified
37 - description: timer clock for rockchip specified
40 clock-names:
43 - const: core
44 - const: bus
45 - const: axi
46 - const: block
47 - const: timer
52 reset-names:
54 - const: core
55 - const: bus
56 - const: axi
57 - const: block
58 - const: timer
60 rockchip,txclk-tapnum:
66 - compatible
67 - reg
68 - interrupts
69 - clocks
70 - clock-names
75 - |
77 compatible = "rockchip,rk3568-dwcmshc";
80 clocks = <&cru 17>, <&cru 18>, <&cru 19>, <&cru 20>, <&cru 21>;
81 clock-names = "core", "bus", "axi", "block", "timer";
82 bus-width = <8>;
83 #address-cells = <1>;
84 #size-cells = <0>;
86 - |
88 compatible = "snps,dwcmshc-sdhci";
91 clocks = <&cru 17>, <&cru 18>;
92 clock-names = "core", "bus";
93 bus-width = <8>;
94 #address-cells = <1>;
95 #size-cells = <0>;