Lines Matching +full:axi +full:- +full:bus
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
32 - description: core clock
33 - description: bus clock for optional
34 - description: axi clock for rockchip specified
35 - description: block clock for rockchip specified
36 - description: timer clock for rockchip specified
39 clock-names:
42 - const: core
43 - const: bus
44 - const: axi
45 - const: block
46 - const: timer
51 reset-names:
53 - const: core
54 - const: bus
55 - const: axi
56 - const: block
57 - const: timer
59 rockchip,txclk-tapnum:
65 - compatible
66 - reg
67 - interrupts
68 - clocks
69 - clock-names
74 - |
76 compatible = "rockchip,rk3568-dwcmshc";
80 clock-names = "core", "bus", "axi", "block", "timer";
81 bus-width = <8>;
82 #address-cells = <1>;
83 #size-cells = <0>;
85 - |
87 compatible = "snps,dwcmshc-sdhci";
91 clock-names = "core", "bus";
92 bus-width = <8>;
93 #address-cells = <1>;
94 #size-cells = <0>;