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:
Tim Lin 2023-09-06 13:44:56 +08:00 committed by Carles Cufí
commit 35e3dfed2d
2 changed files with 16 additions and 0 deletions

View 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

View file

@ -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