Siflower SF21A6826/SF21H8898 are a family of RISC-V SoCs with: * Quad-core T-Head C908 (1.125G for SF21A6826, 1.25G for SF21H8898) * DDR3/DDR4 memory controller * 1 QSGMII 4x1G * 1 SGMII/2500Base-X 2.5G * 1 additional RGMII on SF21H8898 * Network offloading engine for L2 switching and L3 NAT * 2 PCIE Gen2 lanes, operating in either one PCIE Gen2x2 or two PCIE Gen2x1 mode * 1 USB2.0 Link: https://github.com/openwrt/openwrt/pull/17115 Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
29 lines
680 B
C
29 lines
680 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
#ifndef _SF21_RESETS_H
|
|
#define _SF21_RESETS_H
|
|
|
|
#define SF21_RESET_GIC 0
|
|
#define SF21_RESET_AXI 1
|
|
#define SF21_RESET_AHB 2
|
|
#define SF21_RESET_APB 3
|
|
#define SF21_RESET_IRAM 4
|
|
|
|
#define SF21_RESET_NPU 5
|
|
#define SF21_RESET_DDR_CTL 6
|
|
#define SF21_RESET_DDR_PHY 7
|
|
#define SF21_RESET_DDR_PWR_OK_IN 8
|
|
#define SF21_RESET_DDR_CTL_APB 9
|
|
#define SF21_RESET_DDR_PHY_APB 10
|
|
|
|
#define SF21_RESET_USB 11
|
|
|
|
#define SF21_RESET_PVT 12
|
|
#define SF21_RESET_SERDES_CSR 13
|
|
|
|
#define SF21_RESET_CRYPT_CSR 14
|
|
#define SF21_RESET_CRYPT_APP 15
|
|
#define SF21_RESET_NPU2DDR_ASYNCBRIDGE 16
|
|
#define SF21_RESET_IROM 17
|
|
#define SF21_RESET_MAX 17
|
|
#endif
|