18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Intel IQ80321 evaluation board registers 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef __IQ80321_H 78c2ecf20Sopenharmony_ci#define __IQ80321_H 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#define IQ80321_UART 0xfe800000 /* UART #1 */ 108c2ecf20Sopenharmony_ci#define IQ80321_7SEG_1 0xfe840000 /* 7-Segment MSB */ 118c2ecf20Sopenharmony_ci#define IQ80321_7SEG_0 0xfe850000 /* 7-Segment LSB (WO) */ 128c2ecf20Sopenharmony_ci#define IQ80321_ROTARY_SW 0xfe8d0000 /* Rotary Switch */ 138c2ecf20Sopenharmony_ci#define IQ80321_BATT_STAT 0xfe8f0000 /* Battery Status */ 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ci#endif 17