Add clock definition and driver code for CV1800 SoC. Signed-off-by: Inochi Amaoto <inochiama@outlook.com> Link:6f4e9b8ecb/duo/datasheet/CV180X-Clock-v1.xlsx
Link:6f4e9b8ecb/duo/datasheet/CV1800B-CV1801B-Preliminary-Datasheet-full-en.pdf
Link: https://lore.kernel.org/r/IA1PR20MB49534F37F802CAF117364D66BB262@IA1PR20MB4953.namprd20.prod.outlook.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
11 lines
460 B
Text
11 lines
460 B
Text
# SPDX-License-Identifier: GPL-2.0
|
|
# common clock support for SOPHGO SoC family.
|
|
|
|
config CLK_SOPHGO_CV1800
|
|
tristate "Support for the Sophgo CV1800 series SoCs clock controller"
|
|
depends on ARCH_SOPHGO || COMPILE_TEST
|
|
help
|
|
This driver supports clock controller of Sophgo CV18XX series SoC.
|
|
The driver require a 25MHz Oscillator to function generate clock.
|
|
It includes PLLs, common clock function and some vendor clock for
|
|
IPs of CV18XX series SoC
|