nds32: Support AE3XX platform.

Support Andestech AE3xx platform: serial, timer device tree flow.

Signed-off-by: rick <rick@andestech.com>
This commit is contained in:
rick
2017-05-18 14:37:53 +08:00
committed by Andes
parent f5076f8698
commit b841b6e946
33 changed files with 1265 additions and 114 deletions

View File

@@ -75,9 +75,15 @@ config ARC_TIMER
in U-Boot.
config AG101P_TIMER
bool "Ag101p timer support"
depends on TIMER
bool "AG101P timer support"
depends on TIMER && NDS32
help
Select this to enable a timer for Ag101p devices.
Select this to enable a timer for AG01P devices.
config AE3XX_TIMER
bool "AE3XX timer support"
depends on TIMER && NDS32
help
Select this to enable a timer for AE3XX devices.
endmenu