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
26#define XCVR_RESET_PORT 2
27#define XCVR_RESET_PIN 0
32#define XCVR_CLK_PORT 2
35#define XCVR_DATA_PORT 2
36#define XCVR_DATA_PIN 2
38#define XCVR_SCANOUT_TX_PORT 2
39#define XCVR_SCANOUT_TX_PIN 4
41#define XCVR_SCANOUT_RX_PORT 2
42#define XCVR_SCANOUT_RX_PIN 5
44#define ADIN1300_RESET_PORT 1
45#define ADIN1300_RESET_PIN 23
47#define MAX24287_RESET_PORT 1
48#define MAX24287_RESET_PIN 24
50#define ADIN1300_MDIO_PORT 1
51#define ADIN1300_MDIO_PIN 4
53#define ADIN1300_MDC_PORT 1
54#define ADIN1300_MDC_PIN 5
56#define ADIN1300_INT_PORT 2
57#define ADIN1300_INT_PIN 16
58#define ADIN1300_INT_IRQn GPIO2_IRQn
60#define MAX24287_MDIO_PORT 1
61#define MAX24287_MDIO_PIN 6
63#define MAX24287_MDC_PORT 1
64#define MAX24287_MDC_PIN 7
66#define MAX24287_INT_PORT 1
67#define MAX24287_INT_PIN 0
68#define MAX24287_INT_IRQn GPIO1_IRQn
70#define BRD_SELECT_PORT 0
71#define BRD_SELECT_PIN 20
73#define FACTORY_DEFAULTS_PORT 3
74#define FACTORY_DEFAULTS_PIN 9
76#define LED_TX_DET_RED_PORT 0
77#define LED_TX_DET_RED_PIN 4
78#define LED_TX_DET_GREEN_PORT 0
79#define LED_TX_DET_GREEN_PIN 5
80#define LED_TX_LOCK_PORT 0
81#define LED_TX_LOCK_PIN 6
82#define LED_RX_LOCK_PORT 0
83#define LED_RX_LOCK_PIN 7
85#define LED_RX_DET_RED_PORT 1
86#define LED_RX_DET_RED_PIN 11
87#define LED_RX_DET_GREEN_PORT 3
88#define LED_RX_DET_GREEN_PIN 4
90#define LED_RX_DET_RED_PORT 0
91#define LED_RX_DET_RED_PIN 8
92#define LED_RX_DET_GREEN_PORT 0
93#define LED_RX_DET_GREEN_PIN 9
95#define LED_RJ45S11_PORT 1
96#define LED_RJ45S11_PIN 1
97#define LED_RJ45S12_PORT 1
98#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