Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Thecus N2100 board registers
0004  */
0005 
0006 #ifndef __N2100_H
0007 #define __N2100_H
0008 
0009 #define N2100_UART      0xfe800000  /* UART */
0010 
0011 #define N2100_COPY_BUTTON   IOP3XX_GPIO_LINE(0)
0012 #define N2100_PCA9532_RESET IOP3XX_GPIO_LINE(2)
0013 #define N2100_RESET_BUTTON  IOP3XX_GPIO_LINE(3)
0014 #define N2100_HARDWARE_RESET    IOP3XX_GPIO_LINE(4)
0015 #define N2100_POWER_BUTTON  IOP3XX_GPIO_LINE(5)
0016 
0017 
0018 #endif