add support for NanoPi NEO Core, NEO Core2 and K1 Plus
This commit is contained in:
@ -39,9 +39,8 @@ typedef struct {
|
||||
//s5p6818
|
||||
#define S5P6818_BASE (6818)
|
||||
#define NanoPC_T3 (S5P6818_BASE+1)
|
||||
#define NanoPi_S3 (S5P6818_BASE+2)
|
||||
#define Smart6818 (S5P6818_BASE+3)
|
||||
#define NanoPC_T3T (S5P6818_BASE+4)
|
||||
#define NanoPi_Fire3 (S5P6818_BASE+5)
|
||||
#define NanoPi_M3 (S5P6818_BASE+7)
|
||||
#define S5P6818_MAX NanoPi_M3
|
||||
|
||||
@ -62,7 +61,10 @@ typedef struct {
|
||||
#define NanoPi_NEO_Plus2 (ALLWINNER_BASE+8)
|
||||
#define NanoPi_NEO_Core (ALLWINNER_BASE+9)
|
||||
#define NanoPi_Duo (ALLWINNER_BASE+10)
|
||||
#define ALLWINNER_MAX NanoPi_Duo
|
||||
#define NanoPi_NEO_Core2 (ALLWINNER_BASE+11)
|
||||
#define NanoPi_K1 (ALLWINNER_BASE+12)
|
||||
#define NanoPi_K1_Plus (ALLWINNER_BASE+13)
|
||||
#define ALLWINNER_MAX NanoPi_K1_Plus
|
||||
|
||||
//amlogic
|
||||
#define AMLOGIC_BASE (8000)
|
||||
|
Reference in New Issue
Block a user