TT Zephyr Platforms 18.11.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
bh_reg_def.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Tenstorrent AI ULC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef TENSTORRENT_JTAG_BOOTROM_BH_REG_DEF_H_
8#define TENSTORRENT_JTAG_BOOTROM_BH_REG_DEF_H_
9
10#define ROM_MEMORY_MEM_BASE_ADDR 0x80000000
11#define STATUS_POST_CODE_REG_ADDR 0x80030060
12#define RESET_UNIT_REFCLK_CNT_LO_REG_ADDR 0x800300E0
13#define RESET_UNIT_ARC_MISC_CNTL_REG_ADDR 0x80030100
14#define RESET_UNIT_GPIO_PAD_TRIEN_CNTL_REG_ADDR 0x800301A0
15
16#endif