ARC: clk: introduce HSDK CGU clock driver
Synopsys HSDK clock controller generates and supplies clocks to various controllers and peripherals within the SoC. Each clock has assigned identifier and client device tree 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/snps,hsdk-cgu.h header and can be used in device tree sources. Signed-off-by:Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by:
Alexey Brodkin <abrodkin@synopsys.com>
Showing
- MAINTAINERS 8 additions, 0 deletionsMAINTAINERS
- doc/device-tree-bindings/clock/snps,hsdk-cgu.txt 35 additions, 0 deletionsdoc/device-tree-bindings/clock/snps,hsdk-cgu.txt
- drivers/clk/Kconfig 6 additions, 0 deletionsdrivers/clk/Kconfig
- drivers/clk/Makefile 1 addition, 0 deletionsdrivers/clk/Makefile
- drivers/clk/clk-hsdk-cgu.c 564 additions, 0 deletionsdrivers/clk/clk-hsdk-cgu.c
- include/dt-bindings/clock/snps,hsdk-cgu.h 40 additions, 0 deletionsinclude/dt-bindings/clock/snps,hsdk-cgu.h
Loading
Please register or sign in to comment