18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Thecus N2100 board registers 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef __N2100_H 78c2ecf20Sopenharmony_ci#define __N2100_H 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#define N2100_UART 0xfe800000 /* UART */ 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#define N2100_COPY_BUTTON IOP3XX_GPIO_LINE(0) 128c2ecf20Sopenharmony_ci#define N2100_PCA9532_RESET IOP3XX_GPIO_LINE(2) 138c2ecf20Sopenharmony_ci#define N2100_RESET_BUTTON IOP3XX_GPIO_LINE(3) 148c2ecf20Sopenharmony_ci#define N2100_HARDWARE_RESET IOP3XX_GPIO_LINE(4) 158c2ecf20Sopenharmony_ci#define N2100_POWER_BUTTON IOP3XX_GPIO_LINE(5) 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci#endif 19