2019-04-22 16:31:02 +02:00
|
|
|
/****************************************************************************
|
2019-08-12 18:06:40 +02:00
|
|
|
* boards/arm/cxd56xx/spresense/include/board.h
|
2019-04-22 16:31:02 +02:00
|
|
|
*
|
|
|
|
* Copyright 2018 Sony Semiconductor Solutions Corporation
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
*
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in
|
|
|
|
* the documentation and/or other materials provided with the
|
|
|
|
* distribution.
|
|
|
|
* 3. Neither the name of Sony Semiconductor Solutions Corporation nor
|
|
|
|
* the names of its contributors may be used to endorse or promote
|
|
|
|
* products derived from this software without specific prior written
|
|
|
|
* permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
|
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
|
|
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
|
|
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
|
|
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
|
|
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
|
|
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
|
|
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
|
|
|
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
|
|
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
|
|
* POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
*
|
|
|
|
****************************************************************************/
|
|
|
|
|
2019-08-12 18:06:40 +02:00
|
|
|
#ifndef __BOARDS_ARM_CXD56XX_SPRESENSE_INCLUDE_BOARD_H
|
|
|
|
#define __BOARDS_ARM_CXD56XX_SPRESENSE_INCLUDE_BOARD_H
|
2019-04-22 16:31:02 +02:00
|
|
|
|
|
|
|
/****************************************************************************
|
|
|
|
* Included Files
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
#include <nuttx/config.h>
|
|
|
|
#include <nuttx/irq.h>
|
|
|
|
#include <sys/boardctl.h>
|
|
|
|
#include <stdbool.h>
|
|
|
|
|
2019-06-12 15:23:39 +02:00
|
|
|
#include "cxd56_clock.h"
|
|
|
|
#include "cxd56_power.h"
|
2019-06-13 17:04:33 +02:00
|
|
|
#include "cxd56_flash.h"
|
2019-06-25 14:06:47 +02:00
|
|
|
#include "cxd56_gauge.h"
|
|
|
|
#include "cxd56_charger.h"
|
2019-06-18 23:21:19 +02:00
|
|
|
#include "cxd56_gs2200m.h"
|
2019-06-24 15:39:46 +02:00
|
|
|
#include "cxd56_i2cdev.h"
|
2019-06-12 15:23:39 +02:00
|
|
|
#include "cxd56_sdcard.h"
|
2019-06-14 20:40:06 +02:00
|
|
|
#include "cxd56_wdt.h"
|
2019-06-24 15:39:46 +02:00
|
|
|
#include "cxd56_gpioif.h"
|
2019-06-12 15:23:39 +02:00
|
|
|
|
2019-10-10 01:55:20 +02:00
|
|
|
#include "cxd56_audio.h"
|
2019-10-21 16:14:33 +02:00
|
|
|
#include "cxd56_altmdm.h"
|
2019-08-22 15:55:35 +02:00
|
|
|
#include "cxd56_ak09912.h"
|
|
|
|
#include "cxd56_apds9930.h"
|
|
|
|
#include "cxd56_apds9960.h"
|
2019-08-23 15:28:35 +02:00
|
|
|
#include "cxd56_bh1721fvc.h"
|
|
|
|
#include "cxd56_bh1745nuc.h"
|
|
|
|
#include "cxd56_bm1383glv.h"
|
|
|
|
#include "cxd56_bm1422gmv.h"
|
2019-08-22 15:55:35 +02:00
|
|
|
#include "cxd56_bmi160.h"
|
2019-08-23 15:28:35 +02:00
|
|
|
#include "cxd56_bmp280.h"
|
|
|
|
#include "cxd56_kx022.h"
|
|
|
|
#include "cxd56_lt1pa01.h"
|
|
|
|
#include "cxd56_rpr0521rs.h"
|
|
|
|
#include "cxd56_sensors.h"
|
2019-08-22 15:55:35 +02:00
|
|
|
|
2019-09-17 18:58:09 +02:00
|
|
|
#include "cxd56_isx012.h"
|
|
|
|
|
2019-04-22 16:31:02 +02:00
|
|
|
/****************************************************************************
|
|
|
|
* Pre-processor Definitions
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
/* Clocking ****************************************************************/
|
|
|
|
|
|
|
|
#ifdef CONFIG_CXD56_80MHz
|
|
|
|
# define BOARD_FCLKOUT_FREQUENCY (80000000)
|
|
|
|
#else
|
2020-01-08 11:51:11 +01:00
|
|
|
# define BOARD_FCLKOUT_FREQUENCY (100000000)
|
2019-04-22 16:31:02 +02:00
|
|
|
#endif
|
|
|
|
|
|
|
|
/* UART clocking ***********************************************************/
|
|
|
|
|
|
|
|
/* Configure all UARTs to use the XTAL input frequency */
|
|
|
|
|
2020-01-08 11:51:11 +01:00
|
|
|
#define BOARD_UART0_BASEFREQ CONFIG_CXD56_XOSC_CLOCK
|
|
|
|
#define BOARD_UART1_BASEFREQ BOARD_FCLKOUT_FREQUENCY
|
|
|
|
#define BOARD_UART2_BASEFREQ CONFIG_CXD56_XOSC_CLOCK
|
2019-04-22 16:31:02 +02:00
|
|
|
|
|
|
|
/* LED definitions *********************************************************/
|
|
|
|
|
2019-06-18 14:46:43 +02:00
|
|
|
#define GPIO_LED1 (PIN_I2S1_BCK)
|
|
|
|
#define GPIO_LED2 (PIN_I2S1_LRCK)
|
|
|
|
#define GPIO_LED3 (PIN_I2S1_DATA_IN)
|
|
|
|
#define GPIO_LED4 (PIN_I2S1_DATA_OUT)
|
|
|
|
|
2019-04-22 16:31:02 +02:00
|
|
|
#define BOARD_LED1 (0)
|
|
|
|
#define BOARD_LED2 (1)
|
2019-06-18 00:02:19 +02:00
|
|
|
#define BOARD_LED3 (2)
|
|
|
|
#define BOARD_LED4 (3)
|
|
|
|
#define BOARD_NLEDS (4)
|
2019-04-22 16:31:02 +02:00
|
|
|
|
|
|
|
/* LED bits for use with board_userled_all() */
|
|
|
|
|
|
|
|
#define BOARD_LED1_BIT (1 << BOARD_LED1)
|
|
|
|
#define BOARD_LED2_BIT (1 << BOARD_LED2)
|
2019-06-18 00:02:19 +02:00
|
|
|
#define BOARD_LED3_BIT (1 << BOARD_LED3)
|
|
|
|
#define BOARD_LED4_BIT (1 << BOARD_LED4)
|
2019-04-22 16:31:02 +02:00
|
|
|
|
2019-06-18 14:46:43 +02:00
|
|
|
/* LED pattern for use with board_autoled_on() and board_autoled_off() */
|
2019-04-22 16:31:02 +02:00
|
|
|
|
2019-06-18 14:46:43 +02:00
|
|
|
#define LED_STARTED (BOARD_LED1_BIT)
|
|
|
|
#define LED_HEAPALLOCATE (BOARD_LED2_BIT)
|
|
|
|
#define LED_IRQSENABLED (BOARD_LED1_BIT | BOARD_LED2_BIT)
|
|
|
|
#define LED_STACKCREATED (BOARD_LED3_BIT)
|
|
|
|
#define LED_INIRQ (BOARD_LED1_BIT | BOARD_LED3_BIT)
|
|
|
|
#define LED_SIGNAL (BOARD_LED2_BIT | BOARD_LED3_BIT)
|
|
|
|
#define LED_ASSERTION (BOARD_LED1_BIT | BOARD_LED2_BIT | BOARD_LED3_BIT)
|
|
|
|
#define LED_PANIC (BOARD_LED4_BIT)
|
2019-04-22 16:31:02 +02:00
|
|
|
|
|
|
|
/* Buttons definitions *****************************************************/
|
|
|
|
|
|
|
|
#define BOARD_NUM_BUTTONS (2)
|
|
|
|
|
|
|
|
/* Power Control definitions ***********************************************/
|
|
|
|
|
2020-01-08 11:51:11 +01:00
|
|
|
/* For SPRESENSE board:
|
|
|
|
*
|
|
|
|
* Switch Device
|
2019-04-22 16:31:02 +02:00
|
|
|
* --------- -------------------------------
|
2020-01-08 11:51:11 +01:00
|
|
|
* LDO_EMMC GNSS A-ANT
|
|
|
|
* DDC_ANA N/A
|
|
|
|
* LDO_PERI N/A
|
|
|
|
* LSW2 CXD5247 Audio Digital VDD
|
|
|
|
* LSW3 SPI-Flash
|
|
|
|
* LSW4 TCXO & GNSS LNA
|
|
|
|
* GPO0
|
|
|
|
* GPO1 CXD5247 Audio Analog VDD
|
|
|
|
* GPO2
|
|
|
|
* GPO3
|
|
|
|
* GPO4 Camera
|
|
|
|
* GPO5 Camera
|
|
|
|
* GPO6 Audio External Amp.
|
|
|
|
* GPO7 Camera
|
2019-04-22 16:31:02 +02:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define PMIC_NONE (0)
|
|
|
|
#define PMIC_TYPE_LSW (1u << 8)
|
|
|
|
#define PMIC_TYPE_GPO (1u << 9)
|
|
|
|
#define PMIC_TYPE_DDCLDO (1u << 10)
|
|
|
|
#define PMIC_GET_TYPE(v) ((v) & 0xff00)
|
|
|
|
#define PMIC_GET_CH(v) ((v) & 0x00ff)
|
|
|
|
#define PMIC_LSW(n) (PMIC_TYPE_LSW | (1u << (n)))
|
|
|
|
#define PMIC_GPO(n) (PMIC_TYPE_GPO | (1u << (n)))
|
|
|
|
#define PMIC_DDCLDO(n) (PMIC_TYPE_DDCLDO | (1u << (n)))
|
|
|
|
|
|
|
|
enum board_power_device
|
|
|
|
{
|
|
|
|
/* DDC/LDO */
|
|
|
|
|
|
|
|
POWER_DDC_IO = PMIC_DDCLDO(0),
|
|
|
|
POWER_LDO_EMMC = PMIC_DDCLDO(1),
|
|
|
|
POWER_DDC_ANA = PMIC_DDCLDO(2),
|
|
|
|
POWER_LDO_ANA = PMIC_DDCLDO(3),
|
|
|
|
POWER_DDC_CORE = PMIC_DDCLDO(4),
|
|
|
|
POWER_LDO_PERI = PMIC_DDCLDO(5),
|
|
|
|
|
|
|
|
/* Load Switch */
|
|
|
|
|
|
|
|
POWER_AUDIO_DVDD = PMIC_LSW(2),
|
|
|
|
POWER_FLASH = PMIC_LSW(3),
|
2019-10-10 01:55:20 +02:00
|
|
|
POWER_TCXO = PMIC_LSW(4),
|
2019-04-22 16:31:02 +02:00
|
|
|
POWER_LNA = PMIC_LSW(4),
|
|
|
|
|
|
|
|
/* GPO */
|
|
|
|
|
2019-10-10 01:55:20 +02:00
|
|
|
POWER_AUDIO_AVDD = PMIC_GPO(1),
|
|
|
|
POWER_AUDIO_MUTE = PMIC_GPO(6),
|
2019-04-22 16:31:02 +02:00
|
|
|
POWER_IMAGE_SENSOR = PMIC_GPO(4) | PMIC_GPO(5) | PMIC_GPO(7),
|
2020-01-08 11:51:11 +01:00
|
|
|
|
|
|
|
POWER_BTBLE = PMIC_NONE,
|
|
|
|
POWER_SENSOR = PMIC_NONE,
|
|
|
|
POWER_EMMC = PMIC_NONE,
|
|
|
|
POWER_LTE = PMIC_GPO(2),
|
2019-04-22 16:31:02 +02:00
|
|
|
};
|
|
|
|
|
2019-10-08 18:23:58 +02:00
|
|
|
/* CXD5247 audio control definitions ***************************************/
|
|
|
|
|
|
|
|
#define CXD5247_XRST PIN_SPI3_CS2_X
|
|
|
|
#define CXD5247_AVDD (0x01)
|
|
|
|
#define CXD5247_DVDD (0x02)
|
|
|
|
|
2019-07-03 14:24:13 +02:00
|
|
|
/* LCD Display clocking ****************************************************/
|
|
|
|
|
|
|
|
#define ILI9340_SPI_MAXFREQUENCY 40000000
|
|
|
|
|
|
|
|
/* Display device pin definitions ******************************************/
|
|
|
|
|
|
|
|
#if defined(CONFIG_LCD_ON_MAIN_BOARD) /* Display connected to main board. */
|
|
|
|
|
|
|
|
#define DISPLAY_RST PIN_I2S0_BCK
|
|
|
|
#define DISPLAY_DC PIN_I2S0_LRCK
|
|
|
|
|
|
|
|
#define DISPLAY_SPI 5
|
|
|
|
|
2020-01-08 11:51:11 +01:00
|
|
|
#define DISPLAY_DMA_TXCH (4)
|
|
|
|
#define DISPLAY_DMA_RXCH (5)
|
|
|
|
#define DISPLAY_DMA_TXCH_CFG CXD56_DMA_PERIPHERAL_SPI5_TX
|
|
|
|
#define DISPLAY_DMA_RXCH_CFG CXD56_DMA_PERIPHERAL_SPI5_RX
|
|
|
|
#define DISPLAY_DMA_TX_MAXSIZE (192000)
|
|
|
|
#define DISPLAY_DMA_RX_MAXSIZE (192000)
|
|
|
|
|
2019-07-03 14:24:13 +02:00
|
|
|
#else /* Display is connected through extension board. */
|
|
|
|
|
|
|
|
#define DISPLAY_RST PIN_SPI2_MISO
|
|
|
|
#define DISPLAY_DC PIN_PWM2
|
|
|
|
|
|
|
|
#define DISPLAY_SPI 4
|
|
|
|
|
2020-01-08 11:51:11 +01:00
|
|
|
#define DISPLAY_DMA_TXCH (2)
|
|
|
|
#define DISPLAY_DMA_RXCH (3)
|
|
|
|
#define DISPLAY_DMA_TXCH_CFG CXD56_DMA_PERIPHERAL_SPI4_TX
|
|
|
|
#define DISPLAY_DMA_RXCH_CFG CXD56_DMA_PERIPHERAL_SPI4_RX
|
|
|
|
#define DISPLAY_DMA_TX_MAXSIZE (192000)
|
|
|
|
#define DISPLAY_DMA_RX_MAXSIZE (192000)
|
|
|
|
|
2019-07-03 14:24:13 +02:00
|
|
|
#endif
|
|
|
|
|
2019-08-23 15:28:35 +02:00
|
|
|
/* Sensor device bus definitions *******************************************/
|
|
|
|
|
|
|
|
#define SENSOR_I2C 0
|
|
|
|
#define SENSOR_SPI 3
|
|
|
|
|
2019-09-17 18:58:09 +02:00
|
|
|
/* Imager device pin definitions *******************************************/
|
|
|
|
|
|
|
|
#define IMAGER_RST PIN_SDIO_DIR1_3
|
|
|
|
#define IMAGER_SLEEP PIN_SDIO_DIR0
|
|
|
|
|
|
|
|
#define IMAGER_I2C 2
|
|
|
|
|
2019-07-03 15:44:41 +02:00
|
|
|
/* Set signal id for notify USB device connection status and
|
2019-06-26 14:21:59 +02:00
|
|
|
* supply current value.
|
|
|
|
* signal returns "usbdev_notify_s" struct pointer in sival_ptr.
|
|
|
|
*
|
|
|
|
* Arg: Value of sinal number
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define BOARDIOC_USBDEV_SETNOTIFYSIG (BOARDIOC_USER+0x0001)
|
|
|
|
|
2019-04-22 16:31:02 +02:00
|
|
|
/****************************************************************************
|
|
|
|
* Public Types
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
#ifndef __ASSEMBLY__
|
|
|
|
|
|
|
|
/****************************************************************************
|
|
|
|
* Public Data
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
#undef EXTERN
|
|
|
|
#if defined(__cplusplus)
|
|
|
|
#define EXTERN extern "C"
|
|
|
|
extern "C"
|
|
|
|
{
|
|
|
|
#else
|
|
|
|
#define EXTERN extern
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/****************************************************************************
|
|
|
|
* Public Function Prototypes
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
/****************************************************************************
|
|
|
|
* Name: cxd56_boardinitialize
|
|
|
|
*
|
|
|
|
* Description:
|
|
|
|
*
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
void cxd56_boardinitialize(void);
|
|
|
|
|
|
|
|
#undef EXTERN
|
|
|
|
#if defined(__cplusplus)
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* __ASSEMBLY__ */
|
2019-08-12 18:06:40 +02:00
|
|
|
#endif /* __BOARDS_ARM_CXD56XX_SPRESENSE_INCLUDE_BOARD_H */
|