1 1.4 rin /* $NetBSD: explora.h,v 1.4 2021/03/02 13:44:58 rin Exp $ */ 2 1.1 hannken 3 1.1 hannken #ifndef _EVBPPC_EXPLORA_H_ 4 1.1 hannken #define _EVBPPC_EXPLORA_H_ 5 1.1 hannken 6 1.1 hannken /* 7 1.1 hannken * Base addresses of external peripherals 8 1.1 hannken */ 9 1.1 hannken #define BASE_FB 0x70000000 10 1.3 kiyohara #define BASE_LE 0x70800000 11 1.1 hannken #define BASE_FB2 0x71000000 12 1.3 kiyohara #define BASE_ISA 0x74000000 13 1.4 rin #define BASE_PCKBC 0x740000c0 14 1.4 rin #define BASE_PCKBC2 0x740000c8 15 1.4 rin #define BASE_COM 0x740005f0 16 1.4 rin #define BASE_LPT 0x740006f0 17 1.1 hannken 18 1.1 hannken #define SIZE_FB (2*1024*1024) 19 1.1 hannken 20 1.1 hannken void consinit(void); 21 1.1 hannken 22 1.1 hannken #endif /* _EVBPPC_EXPLORA_H_ */ 23