include: Add Renesas clock control driver
DTS bindings file for Renesas RCar CPG clock control. Signed-off-by: Julien Massot <julien.massot@iot.bzh>
This commit is contained in:
parent
09b61b018e
commit
877c050599
1 changed files with 16 additions and 0 deletions
16
include/dt-bindings/clock/renesas_rcar_cpg.h
Normal file
16
include/dt-bindings/clock/renesas_rcar_cpg.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
* Copyright (c) 2021 IoT.bzh
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_RENESAS_RCAR_CPG_MSSR_H_
|
||||
#define ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_RENESAS_RCAR_CPG_MSSR_H_
|
||||
|
||||
#define CPG_CORE 0 /* Core Clock */
|
||||
#define CPG_MOD 1 /* Module Clock */
|
||||
|
||||
#define CPG_CORE_CLK_CANFD 0 /* CANFD clock */
|
||||
#define CPG_CORE_CLK_S3D4 1 /* S3D4 Clock */
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_RENESAS_RCAR_CPG_MSSR_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue