Lines Matching +full:rk3399 +full:- +full:pmucru
1 # SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 ---
4 $id: http://devicetree.org/schemas/clock/rockchip,rk3399-cru.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Rockchip RK3399 Clock and Reset Unit
10 - Elaine Zhang <zhangqing@rock-chips.com>
11 - Heiko Stuebner <heiko@sntech.de>
14 The RK3399 clock controller generates and supplies clock to various
19 preprocessor macros in the dt-bindings/clock/rk3399-cru.h headers and can be
24 clock-output-names:
25 - "xin24m" - crystal input - required,
26 - "xin32k" - rtc clock - optional,
27 - "clkin_gmac" - external GMAC clock - optional,
28 - "clkin_i2s" - external I2S clock - optional,
29 - "pclkin_cif" - external ISP clock - optional,
30 - "clk_usbphy0_480m" - output clock of the pll in the usbphy0
31 - "clk_usbphy1_480m" - output clock of the pll in the usbphy1
36 - rockchip,rk3399-pmucru
37 - rockchip,rk3399-cru
42 "#clock-cells":
45 "#reset-cells":
51 clock-names:
62 - compatible
63 - reg
64 - "#clock-cells"
65 - "#reset-cells"
70 - |
71 pmucru: clock-controller@ff750000 {
72 compatible = "rockchip,rk3399-pmucru";
74 #clock-cells = <1>;
75 #reset-cells = <1>;
77 - |
78 cru: clock-controller@ff760000 {
79 compatible = "rockchip,rk3399-cru";
81 #clock-cells = <1>;
82 #reset-cells = <1>;