Zephyr API Documentation 4.3.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
14
15#ifndef ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_AMEBA_CLOCK_CONTROL_H_
16#define ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_AMEBA_CLOCK_CONTROL_H_
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
26
27/*
28 * Select the appropriate Ameba clock Devicetree binding header
29 * according to the SoC series in use.
30 */
31#if defined(CONFIG_SOC_SERIES_AMEBADPLUS)
33#elif defined(CONFIG_SOC_SERIES_AMEBAD)
35#elif defined(CONFIG_SOC_SERIES_AMEBAG2)
37#else
38#error "Please select the correct Ameba SoC series."
39#endif
40
42
43#ifdef __cplusplus
44}
45#endif
46
47#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.