mirror of
https://github.com/drasko/codezero.git
synced 2026-01-15 04:13:16 +01:00
Basic codezero support for clcd device capability added.
1. We are not making a new clcd service container, as we dont want to keep separate container for each device, ultimately we will have one container managing all devices. 2. CLCD driver needs to be added.
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
#define PLATFORM_TIMER1_VBASE (IO_AREA0_VADDR + (6 * DEVICE_PAGE))
|
||||
#define PLATFORM_KEYBOARD0_VBASE (IO_AREA0_VADDR + (7 * DEVICE_PAGE))
|
||||
#define PLATFORM_MOUSE0_VBASE (IO_AREA0_VADDR + (8 * DEVICE_PAGE))
|
||||
#define PLATFORM_CLCD0_VBASE (IO_AREA0_VADDR + (9 * DEVICE_PAGE))
|
||||
|
||||
/* The SP810 system controller offsets */
|
||||
#define SP810_BASE PLATFORM_SYSCTRL_VBASE
|
||||
@@ -61,6 +62,7 @@
|
||||
#define PLATFORM_TIMER1_SIZE 0x1000
|
||||
#define PLATFORM_KEYBOARD0_SIZE 0x1000
|
||||
#define PLATFORM_MOUSE0_SIZE 0x1000
|
||||
#define PLATFORM_CLCD0_SIZE 0x1000
|
||||
|
||||
#endif /* __PLATFORM_PB926_OFFSETS_H__ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user