atsam: Add support for SAM E70
Signed-off-by: Alex Maclean <monkeh@monkeh.net>
This commit is contained in:
committed by
Kevin O'Connor
parent
99c2bf0ded
commit
8049243221
@@ -11,6 +11,8 @@
|
||||
#include "sam4s.h"
|
||||
#elif CONFIG_MACH_SAM4E
|
||||
#include "sam4e.h"
|
||||
#elif CONFIG_MACH_SAME70
|
||||
#include "sam.h"
|
||||
#endif
|
||||
|
||||
#define GPIO(PORT, NUM) (((PORT)-'A') * 32 + (NUM))
|
||||
|
||||
Reference in New Issue
Block a user