Lines Matching +full:usb +full:- +full:grf
1 # SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 ---
4 $id: http://devicetree.org/schemas/clock/rockchip,rv1108-cru.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Elaine Zhang <zhangqing@rock-chips.com>
11 - Heiko Stuebner <heiko@sntech.de>
19 preprocessor macros in the dt-bindings/clock/rv1108-cru.h headers and can be
24 clock-output-names:
25 - "xin24m" - crystal input - required
26 - "ext_vip" - external VIP clock - optional
27 - "ext_i2s" - external I2S clock - optional
28 - "ext_gmac" - external GMAC clock - optional
29 - "hdmiphy" - external clock input derived from HDMI PHY - optional
30 - "usbphy" - external clock input derived from USB PHY - optional
35 - rockchip,rv1108-cru
40 "#clock-cells":
43 "#reset-cells":
49 clock-names:
52 rockchip,grf:
55 Phandle to the syscon managing the "general register files" (GRF),
60 - compatible
61 - reg
62 - "#clock-cells"
63 - "#reset-cells"
68 - |
69 cru: clock-controller@20200000 {
70 compatible = "rockchip,rv1108-cru";
72 rockchip,grf = <&grf>;
73 #clock-cells = <1>;
74 #reset-cells = <1>;