ITE: soc: Add the variant of it82002aw
This variant uses the same die as IT82202/IT82302 series and has a pinout compatible with IT513xx series packages. Signed-off-by: Tim Lin <tim2.lin@ite.corp-partner.google.com>
This commit is contained in:
parent
0d59aa1ab4
commit
35e3dfed2d
2 changed files with 16 additions and 0 deletions
12
soc/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.it82002aw
Normal file
12
soc/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.it82002aw
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Copyright (c) 2023 ITE Corporation.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if SOC_IT82002_AW
|
||||
|
||||
config SOC
|
||||
default "it82002aw"
|
||||
|
||||
config SOC_IT8XXX2_GPIO_GROUP_K_L_DEFAULT_PULL_DOWN
|
||||
default y
|
||||
|
||||
endif
|
|
@ -66,6 +66,10 @@ config SOC_IT82302_AX
|
|||
bool "IT82302 AX version"
|
||||
select SOC_IT8XXX2_REG_SET_V2
|
||||
|
||||
config SOC_IT82002_AW
|
||||
bool "IT82002 AW version"
|
||||
select SOC_IT8XXX2_REG_SET_V2
|
||||
|
||||
endchoice
|
||||
|
||||
config SOC_IT8XXX2_PLL_FLASH_48M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue