Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ameba_clock_control.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Realtek Semiconductor Corp.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
15
16#ifndef ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_AMEBA_CLOCK_CONTROL_H_
17#define ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_AMEBA_CLOCK_CONTROL_H_
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
28
29/*
30 * Select the appropriate Ameba clock Devicetree binding header
31 * according to the SoC series in use.
32 */
33#if defined(CONFIG_SOC_SERIES_AMEBADPLUS)
35#elif defined(CONFIG_SOC_SERIES_AMEBAD)
37#elif defined(CONFIG_SOC_SERIES_AMEBAG2)
39#else
40#error "Please select the correct Ameba SoC series."
41#endif
42
44
45#ifdef __cplusplus
46}
47#endif
48
49#endif /* ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_AMEBA_CLOCK_CONTROL_H_ */
Realtek Amebad clock Devicetree bindings.
Realtek Amebadplus clock Devicetree bindings.
Realtek Amebag2 clock Devicetree bindings.