TT Zephyr Platforms 18.11.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
serdes_ss_regs.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Tenstorrent AI ULC
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#ifndef SERDES_SS_REGS_H
7#define SERDES_SS_REGS_H
8
9#define PCIE_PHY_SERDES0_BASE (0xFFFFFFFFE0000000)
10#define PCIE_PHY_SERDES1_BASE (0xFFFFFFFFE4000000)
11#define PCIE_PHY_SERDES2_BASE (0xFFFFFFFFE8000000)
12
13/* sram address for test */
14#define PCIE_PHY_SERDES_SRAM_START_REG_ADDR (0x1400000)
15#define PCIE_PHY_SERDES_SRAM00_REG_ADDR (0x14004CC)
16#define PCIE_PHY_SERDES_SRAM01_REG_ADDR (0x14004D0)
17#define PCIE_PHY_SERDES_SRAM02_REG_ADDR (0x14004D4)
18
19#endif