Lines Matching +full:external +full:- +full:nodes
9 - compatible: PMU for CRU should be "rockchip,rv1126-pmucru"
10 - compatible: CRU should be "rockchip,rv1126-cru"
11 - reg: physical base address of the controller and length of memory mapped
13 - #clock-cells: should be 1.
14 - #reset-cells: should be 1.
18 - rockchip,grf: phandle to the syscon managing the "general register files"
21 Each clock is assigned an identifier and client nodes can use this identifier
23 preprocessor macros in the dt-bindings/clock/rv1126-cru.h headers and can be
27 External clocks:
31 clock-output-names:
32 - "xin24m" - crystal input - required,
33 - "xin32k" - rtc clock - optional,
34 - "i2s8ch_mclkin" - external I2S clock - optional,
35 - "i2s2ch0_mclkin" - external I2S clock - optional,
36 - "i2s2ch1_mclkin" - external I2S clock - optional,
37 - "clk_gmac_rgmii_clkin_m0" - external GMAC clock - optional
38 - "clk_gmac_rgmii_clkin_m1" - external GMAC clock - optional
42 pmucru: clock-controller@ff480000 {
43 compatible = "rockchip,rv1126-pmucru";
45 #clock-cells = <1>;
46 #reset-cells = <1>;
49 cru: clock-controller@ff490000 {
50 compatible = "rockchip,rv1126-cru";
53 #clock-cells = <1>;
54 #reset-cells = <1>;
61 compatible = "rockchip,rv1126-uart", "snps,dw-apb-uart";
64 reg-shift = <2>;
65 reg-io-width = <4>;
67 clock-names = "baudclk", "apb_pclk";