Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
Aesc Silicon clock domain identifiers

Clock domain identifiers for the Aesc Silicon ElemRV-H SoC. More...

Files

file  aesc-clock-controller.h
 Clock domain identifiers for the Aesc Silicon ElemRV-H SoC.

Macros

#define HYDROGEN_CLK_SYSTEM   0
 System clock domain, drives the CPU and the peripheral bus.
#define HYDROGEN_CLK_DEBUG   1
 Debug clock domain, drives the debug module.

Detailed Description

Clock domain identifiers for the Aesc Silicon ElemRV-H SoC.

These identifiers are used as the single clock specifier cell of an aesc,clock-controller node, e.g.

clocks = <&clkctrl HYDROGEN_CLK_SYSTEM>;

Each identifier is the zero-based index of the clock domain and matches the order of the domain list in the SoC.

Macro Definition Documentation

◆ HYDROGEN_CLK_DEBUG

#define HYDROGEN_CLK_DEBUG   1

#include <aesc-clock-controller.h>

Debug clock domain, drives the debug module.

◆ HYDROGEN_CLK_SYSTEM

#define HYDROGEN_CLK_SYSTEM   0

#include <aesc-clock-controller.h>

System clock domain, drives the CPU and the peripheral bus.