mb/google/brya/var/brask: Add wake-on-lan function

Add a wake-on-lan GPIO in devicetree for RTL8125.
Modify GPIO A7 for wake-on-lan.

BUG=b:204289108
TEST=emerge-brask coreboot chromeos-bootimage

Signed-off-by: Rory Liu <rory.liu@quanta.corp-partner.google.com>
Change-Id: Ic40301888a138df4a67398485f2a484d69b83fc9
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60132
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
Rory Liu 2021-12-15 11:22:05 +08:00 committed by Felix Held
parent b89c798ddc
commit 58ce8b7db0
2 changed files with 3 additions and 2 deletions

View File

@ -18,8 +18,8 @@ static const struct pad_config gpio_table[] = {
PAD_NC(GPP_A5, NONE), PAD_NC(GPP_A5, NONE),
/* A6 : ESPI_ALERT1# ==> TP88 */ /* A6 : ESPI_ALERT1# ==> TP88 */
PAD_NC(GPP_A6, NONE), PAD_NC(GPP_A6, NONE),
/* A7 : SRCCLK_OE7# ==> NC */ /* A7 : SRCCLK_OE7# ==> LAN_WAKE_ODL */
PAD_NC(GPP_A7, NONE), PAD_CFG_GPI_SCI_LOW(GPP_A7, NONE, DEEP, EDGE_SINGLE),
/* A8 : SRCCLKREQ7# ==> CLKREQ_7 */ /* A8 : SRCCLKREQ7# ==> CLKREQ_7 */
PAD_NC(GPP_A8, NONE), PAD_NC(GPP_A8, NONE),
/* A9 : ESPI_CLK ==> ESPI_CLK */ /* A9 : ESPI_CLK ==> ESPI_CLK */

View File

@ -95,6 +95,7 @@ chip soc/intel/alderlake
register "stop_delay_ms" = "12" # NIC needs time to quiesce register "stop_delay_ms" = "12" # NIC needs time to quiesce
register "stop_off_delay_ms" = "1" register "stop_off_delay_ms" = "1"
register "has_power_resource" = "1" register "has_power_resource" = "1"
register "wake" = "GPE0_DW0_07"
device pci 00.0 on end device pci 00.0 on end
end end
end # RTL8125 Ethernet NIC end # RTL8125 Ethernet NIC