33#ifndef __PARAMETERS_H__
34#define __PARAMETERS_H__
36#include "maxim_gpio.h"
38#include "maxim_uart.h"
40#define INTC_DEVICE_ID 0
41#define I2C_OPS &max_i2c_ops
42#define UART_OPS &max_uart_ops
45#define LTC7841_I2C_DEVICE_ID 0
46#define LTC7841_I2C_CLK_SPEED 400000
47#define LTC7841_I2C_ADDR 0x20
49#define RSENSE_VALUE_DC2798A 2
GPIO platform specific init parameters.
Definition maxim_gpio.h:55
Definition maxim_i2c.h:58
Aditional UART config parameters.
Definition maxim_uart.h:55