Shelley Chen has uploaded this change for review.

View Change

mb/google/brox: Enable WLAN

BUG=b:311450057,b:300690448
BRANCH=None
TEST=to be tested on device with lspci

Change-Id: I361bef13ebd073b6fccb729a1960d3832cf2681a
Signed-off-by: Shelley Chen <shchen@google.com>
---
M src/mainboard/google/brox/variants/brox/overridetree.cb
1 file changed, 12 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/79888/1
diff --git a/src/mainboard/google/brox/variants/brox/overridetree.cb b/src/mainboard/google/brox/variants/brox/overridetree.cb
index c0d5c2c..e47b07c 100644
--- a/src/mainboard/google/brox/variants/brox/overridetree.cb
+++ b/src/mainboard/google/brox/variants/brox/overridetree.cb
@@ -168,6 +168,18 @@
}"
probe STORAGE STORAGE_NVME
end
+ device ref pcie_rp5 on
+ # Enable wlan PCIe 5 using clk 2
+ register "pch_pcie_rp[PCH_RP(5)]" = "{
+ .clk_src = 2,
+ .clk_req = 2,
+ .flags = PCIE_RP_LTR | PCIE_RP_AER,
+ }"
+ chip drivers/wifi/generic
+ register "add_acpi_dma_property" = "true"
+ device generic 0 on end
+ end
+ end
device ref ish on
chip drivers/intel/ish
register "add_acpi_dma_property" = "true"

To view, visit change 79888. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I361bef13ebd073b6fccb729a1960d3832cf2681a
Gerrit-Change-Number: 79888
Gerrit-PatchSet: 1
Gerrit-Owner: Shelley Chen <shchen@google.com>
Gerrit-MessageType: newchange