Lines Matching +full:rk3588 +full:- +full:cru

1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/mmc/rockchip-dw-mshc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
13 controller that are not already included in the synopsys-dw-mshc-common.yaml
17 - $ref: synopsys-dw-mshc-common.yaml#
20 - Heiko Stuebner <heiko@sntech.de>
27 - const: rockchip,rk2928-dw-mshc
29 - const: rockchip,rk3288-dw-mshc
30 - items:
31 - enum:
32 - rockchip,px30-dw-mshc
33 - rockchip,rk1808-dw-mshc
34 - rockchip,rk3036-dw-mshc
35 - rockchip,rk3128-dw-mshc
36 - rockchip,rk3228-dw-mshc
37 - rockchip,rk3308-dw-mshc
38 - rockchip,rk3328-dw-mshc
39 - rockchip,rk3368-dw-mshc
40 - rockchip,rk3399-dw-mshc
41 - rockchip,rk3528-dw-mshc
42 - rockchip,rk3562-dw-mshc
43 - rockchip,rk3568-dw-mshc
44 - rockchip,rk3588-dw-mshc
45 - rockchip,rv1108-dw-mshc
46 - rockchip,rv1126-dw-mshc
47 - const: rockchip,rk3288-dw-mshc
49 - const: rockchip,rk3576-dw-mshc
62 the card interface unit clock. If "ciu-drive" and "ciu-sample" are
63 specified in clock-names, it should also contain
66 clock-names:
69 - const: biu
70 - const: ciu
71 - const: ciu-drive
72 - const: ciu-sample
74 Apart from the clock-names "biu" and "ciu" two more clocks
75 "ciu-drive" and "ciu-sample" are supported. They are used
76 to control the clock phases, "ciu-sample" is required for tuning
79 power-domains:
82 rockchip,default-sample-phase:
88 The default phase to set "ciu-sample" at probing,
92 rockchip,desired-num-phases:
103 - compatible
104 - reg
105 - interrupts
106 - clocks
107 - clock-names
112 - |
113 #include <dt-bindings/clock/rk3288-cru.h>
114 #include <dt-bindings/interrupt-controller/arm-gic.h>
115 #include <dt-bindings/interrupt-controller/irq.h>
117 compatible = "rockchip,rk3288-dw-mshc";
120 clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>,
121 <&cru SCLK_SDMMC_DRV>, <&cru SCLK_SDMMC_SAMPLE>;
122 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
123 resets = <&cru SRST_MMC0>;
124 reset-names = "reset";
125 fifo-depth = <0x100>;
126 max-frequency = <150000000>;