Clock Pulse Generator, Module Standby Software Reset, are registers presents in Renesas Gen3 SoC series. MSSR is used to supply clock to the different modules, shuch as timer, or UART, it's also possible to issue a reset the different module. CPG registers allow to get the rate or to set some divider like for the CAN clock. Signed-off-by: Julien Massot <julien.massot@iot.bzh>
10 lines
244 B
Text
10 lines
244 B
Text
# Renesas RCar Gen3
|
|
|
|
# Copyright (c) 2021 IoT.bzh
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config CLOCK_CONTROL_RCAR_CPG_MSSR
|
|
bool "RCar CPG MSSR driver"
|
|
depends on SOC_SERIES_RCAR_GEN3
|
|
help
|
|
Enable support for Renesas RCar CPG MSSR driver.
|