| # SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| $id: http://devicetree.org/schemas/clock/rockchip,rk3128-cru.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Rockchip RK3126/RK3128 Clock and Reset Unit (CRU) |
| - Elaine Zhang <zhangqing@rock-chips.com> |
| - Heiko Stuebner <heiko@sntech.de> |
| The RK3126/RK3128 clock controller generates and supplies clock to various |
| controllers within the SoC and also implements a reset controller for SoC |
| Each clock is assigned an identifier and client nodes can use this identifier |
| to specify the clock which they consume. All available clocks are defined as |
| preprocessor macros in the dt-bindings/clock/rk3128-cru.h headers and can be |
| used in device tree sources. Similar macros exist for the reset sources in |
| $ref: /schemas/types.yaml#/definitions/phandle |
| Phandle to the syscon managing the "general register files" (GRF), |
| if missing pll rates are not changeable, due to the missing pll |
| additionalProperties: false |
| cru: clock-controller@20000000 { |
| compatible = "rockchip,rk3128-cru"; |
| reg = <0x20000000 0x1000>; |