Lines Matching +full:dw +full:- +full:apb +full:- +full:uart
9 - compatible: should be "rockchip,rk3036-cru"
10 - reg: physical base address of the controller and length of memory mapped
12 - #clock-cells: should be 1.
13 - #reset-cells: should be 1.
17 - rockchip,grf: phandle to the syscon managing the "general register files"
22 preprocessor macros in the dt-bindings/clock/rk3036-cru.h headers and can be
30 clock-output-names:
31 - "xin24m" - crystal input - required,
32 - "ext_i2s" - external I2S clock - optional,
33 - "rmii_clkin" - external EMAC clock - optional
38 compatible = "rockchip,rk3036-cru";
42 #clock-cells = <1>;
43 #reset-cells = <1>;
46 Example: UART controller node that consumes the clock generated by the clock
50 compatible = "snps,dw-apb-uart";
53 reg-shift = <2>;
54 reg-io-width = <4>;