Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
rk3588-cru-reset.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: Copyright (c) 2026 KylinSoft Corporation
3 * SPDX-License-Identifier: Apache-2.0
4 *
5 * RK3588 CRU reset identifiers used by the GMAC controllers.
6 */
7
8#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_RESET_RK3588_CRU_RESET_H_
9#define ZEPHYR_INCLUDE_DT_BINDINGS_RESET_RK3588_CRU_RESET_H_
10
11#define SRST_A_GMAC0 522
12#define SRST_A_GMAC1 523
13
14#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_RESET_RK3588_CRU_RESET_H_ */