1#ifndef __PARAMETERS_H__
2#define __PARAMETERS_H__
10#include "maxim_uart.h"
11#include "maxim_uart_stdio.h"
21#define UART_DEVICE_ID 0
22#define UART_BAUDRATE 345600
23#define UART_STOPBITS NO_OS_UART_STOP_1_BIT
24#define UART_IRQ_ID UART0_IRQn
25#define INTC_DEVICE_ID 0
27#define XCVR_RESET_PORT 2
28#define XCVR_RESET_PIN 0
33#define XCVR_CLK_PORT 2
36#define XCVR_DATA_PORT 2
37#define XCVR_DATA_PIN 2
39#define XCVR_SCANOUT_TX_PORT 2
40#define XCVR_SCANOUT_TX_PIN 4
42#define XCVR_SCANOUT_RX_PORT 2
43#define XCVR_SCANOUT_RX_PIN 5
45#define ADIN1300_RESET_PORT 1
46#define ADIN1300_RESET_PIN 23
48#define MAX24287_RESET_PORT 1
49#define MAX24287_RESET_PIN 24
51#define ADIN1300_MDIO_PORT 1
52#define ADIN1300_MDIO_PIN 4
54#define ADIN1300_MDC_PORT 1
55#define ADIN1300_MDC_PIN 5
57#define ADIN1300_INT_PORT 2
58#define ADIN1300_INT_PIN 16
59#define ADIN1300_INT_IRQn GPIO2_IRQn
61#define MAX24287_MDIO_PORT 1
62#define MAX24287_MDIO_PIN 6
64#define MAX24287_MDC_PORT 1
65#define MAX24287_MDC_PIN 7
67#define MAX24287_INT_PORT 1
68#define MAX24287_INT_PIN 0
69#define MAX24287_INT_IRQn GPIO1_IRQn
71#define BRD_SELECT_PORT 0
72#define BRD_SELECT_PIN 20
74#define FACTORY_DEFAULTS_PORT 3
75#define FACTORY_DEFAULTS_PIN 9
77#define LED_TX_DET_RED_PORT 0
78#define LED_TX_DET_RED_PIN 4
79#define LED_TX_DET_GREEN_PORT 0
80#define LED_TX_DET_GREEN_PIN 5
81#define LED_TX_LOCK_PORT 0
82#define LED_TX_LOCK_PIN 6
83#define LED_RX_LOCK_PORT 0
84#define LED_RX_LOCK_PIN 7
86#define LED_RX_DET_RED_PORT 1
87#define LED_RX_DET_RED_PIN 11
88#define LED_RX_DET_GREEN_PORT 3
89#define LED_RX_DET_GREEN_PIN 4
91#define LED_RX_DET_RED_PORT 0
92#define LED_RX_DET_RED_PIN 8
93#define LED_RX_DET_GREEN_PORT 0
94#define LED_RX_DET_GREEN_PIN 9
96#define LED_RJ45S11_PORT 1
97#define LED_RJ45S11_PIN 1
98#define LED_RJ45S12_PORT 1
99#define LED_RJ45S12_PIN 10
Header file of 24AA32A/24LC32A Interface.
struct no_os_eeprom_init_param eeprom_ip
Definition common_data.c:50
struct no_os_uart_init_param uart_console_ip
Definition platform.c:53
Header file for EEPROM APIs.
Header file of GPIO Interface.
Header file of I2C Interface.
Header file of UART interface.
Structure holding the parameters for EEPROM initialization.
Definition no_os_eeprom.h:47
Structure holding the parameters for GPIO initialization.
Definition no_os_gpio.h:67
Structure holding the parameters for UART initialization.
Definition no_os_uart.h:98