diff options
-rw-r--r-- | src/mainboard/google/brox/variants/baseboard/brox/devicetree.cb | 7 | ||||
-rw-r--r-- | src/mainboard/google/brox/variants/brox/overridetree.cb | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/src/mainboard/google/brox/variants/baseboard/brox/devicetree.cb b/src/mainboard/google/brox/variants/baseboard/brox/devicetree.cb index 5589bbe356..fd2c8ed72f 100644 --- a/src/mainboard/google/brox/variants/baseboard/brox/devicetree.cb +++ b/src/mainboard/google/brox/variants/baseboard/brox/devicetree.cb @@ -161,13 +161,6 @@ chip soc/intel/alderlake device ref tcss_dma1 on end device ref xhci on end device ref shared_sram on end - device ref cnvi_wifi on - chip drivers/wifi/generic - register "wake" = "GPE0_PME_B0" - register "add_acpi_dma_property" = "true" - device generic 0 on end - end - end device ref i2c0 on chip drivers/i2c/generic register "hid" = ""ELAN0000"" diff --git a/src/mainboard/google/brox/variants/brox/overridetree.cb b/src/mainboard/google/brox/variants/brox/overridetree.cb index dc1866323f..af7c84cf8e 100644 --- a/src/mainboard/google/brox/variants/brox/overridetree.cb +++ b/src/mainboard/google/brox/variants/brox/overridetree.cb @@ -195,6 +195,15 @@ chip soc/intel/alderlake end probe WIFI WIFI_PCIE end + device ref cnvi_wifi on + chip drivers/wifi/generic + register "wake" = "GPE0_PME_B0" + register "add_acpi_dma_property" = "true" + register "enable_cnvi_ddr_rfim" = "true" + device generic 0 on end + end + probe WIFI WIFI_CNVI + end device ref ish on chip drivers/intel/ish register "add_acpi_dma_property" = "true" |