soc: intel: raptor_lake: soc_gpio: Enabled support for BTL-s
Enabled support for BTL-s platform on RPL soc. Signed-off-by: Anisetti Avinash Krishna <anisetti.avinash.krishna@intel.com>
This commit is contained in:
parent
89c57ec931
commit
55662b1e82
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2023, Intel Corporation
|
||||
* Copyright (c) 2023-2025, Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
@ -15,7 +15,7 @@
|
|||
#ifndef __SOC_GPIO_H_
|
||||
#define __SOC_GPIO_H_
|
||||
|
||||
#if defined(CONFIG_BOARD_INTEL_RPL_S_CRB)
|
||||
#if defined(CONFIG_BOARD_INTEL_RPL_S_CRB) || defined(CONFIG_BOARD_INTEL_BTL_S_CRB)
|
||||
#define GPIO_INTEL_NR_SUBDEVS 13
|
||||
#define REG_PAD_OWNER_BASE 0x00A0
|
||||
#define REG_GPI_INT_STS_BASE 0x0200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue