[uboot] porting cvitek asic chips:
1. add cvitek folders to u-boot-2021.10 2. add cv183x/cv182x part 3. add cv181x/cv180x part Change-Id: I6dc2e5ff509dbab16bd60bfb3fd61852da5e01f6
This commit is contained in:
@ -10,6 +10,11 @@
|
||||
#include <wdt.h>
|
||||
#include <asm/io.h>
|
||||
#include <linux/bitops.h>
|
||||
#if IS_ENABLED(CONFIG_TARGET_CVITEK_CV181X)
|
||||
#include "../../board/cvitek/cv181x/cv181x_reg.h"
|
||||
#elif IS_ENABLED(CONFIG_TARGET_CVITEK_CV180X)
|
||||
#include "../../board/cvitek/cv180x/cv180x_reg.h"
|
||||
#endif
|
||||
|
||||
#define DW_WDT_CR 0x00
|
||||
#define DW_WDT_TORR 0x04
|
||||
|
||||
Reference in New Issue
Block a user