TT Zephyr Platforms 18.11.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
pins.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_PINS_H_
8#define TENSTORRENT_JTAG_BOOTROM_PINS_H_
9
10#include <zephyr/drivers/gpio.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16extern const struct gpio_dt_spec TCK;
17extern const struct gpio_dt_spec TDI;
18extern const struct gpio_dt_spec TDO;
19extern const struct gpio_dt_spec TMS;
20extern const struct gpio_dt_spec TRST;
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif
const struct gpio_dt_spec TDO
const struct gpio_dt_spec TRST
const struct gpio_dt_spec TMS
const struct gpio_dt_spec TDI
const struct gpio_dt_spec TCK