This adds platform code and the device tree for the Phytium Pomelo Board. The initial support comprises the UART and the PCIE. Signed-off-by: weichangzheng <nicholas_zheng@outlook.com>
13 lines
140 B
Plaintext
13 lines
140 B
Plaintext
if TARGET_POMELO
|
|
|
|
config SYS_BOARD
|
|
default "pomelo"
|
|
|
|
config SYS_VENDOR
|
|
default "phytium"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "pomelo"
|
|
|
|
endif
|