Skip to content

Commit

Permalink
FROMPULL: ITE: soc: Add the variant of it82002aw
Browse files Browse the repository at this point in the history
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>
(cherry picked from commit e6f4a4e9ee3b9b27755574eff9985dfcd3dfec7b)

BUG=b:305783518
TEST=zmake build brox

Change-Id: I4959f1e8b8fec6e83139d991581082d7ff88055e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/4944313
Tested-by: Keith Short <keithshort@chromium.org>
Reviewed-by: Tim2 Lin <tim2.lin@ite.corp-partner.google.com>
Commit-Queue: Keith Short <keithshort@chromium.org>
Reviewed-by: Tristan Honscheid <honscheid@google.com>
  • Loading branch information
GTLin08 authored and Chromeos LUCI committed Oct 17, 2023
1 parent fcfc0c3 commit 4b870bf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions soc/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.it82002aw
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions soc/riscv/riscv-ite/it8xxx2/Kconfig.soc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b870bf

Please sign in to comment.