diff options
author | Subrata Banik <subratabanik@google.com> | 2024-09-25 05:28:57 +0000 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-09-27 04:13:05 +0000 |
commit | 7d8ad558bc87c38fe97c46913c5f0f78a6cb7da5 (patch) | |
tree | be6dcca872decac4482a73bc15efbc2168a1266c /src/mainboard/google | |
parent | 643b28f5181174fea3aa0f1a2972474c75545a37 (diff) |
mb/google/fatcat/var/fatcat: Add initial FW_CONFIG
BUG=b:348678529
TEST=Able to build google/fatcat.
Change-Id: I5c90aac4873dcc57e65e641656dca3a96f84d6b8
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84543
Reviewed-by: Pranava Y N <pranavayn@google.com>
Reviewed-by: YH Lin <yueherngl@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/fatcat/Kconfig | 3 | ||||
-rw-r--r-- | src/mainboard/google/fatcat/variants/fatcat/overridetree.cb | 59 |
2 files changed, 62 insertions, 0 deletions
diff --git a/src/mainboard/google/fatcat/Kconfig b/src/mainboard/google/fatcat/Kconfig index 9ce19c1a83..42c4063078 100644 --- a/src/mainboard/google/fatcat/Kconfig +++ b/src/mainboard/google/fatcat/Kconfig @@ -92,6 +92,9 @@ config MEMORY_SOLDERDOWN select CHROMEOS_DRAM_PART_NUMBER_IN_CBI if CHROMEOS select HAVE_SPD_IN_CBFS +config OVERRIDE_DEVICETREE + default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb" + # FIXME: update as per board schematics config TPM_TIS_ACPI_INTERRUPT int diff --git a/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb b/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb new file mode 100644 index 0000000000..65b299d0fd --- /dev/null +++ b/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb @@ -0,0 +1,59 @@ +fw_config + field AUDIO 0 3 + option AUDIO_NONE 0 + option MAX98373_ALC5682_SNDW 1 + option ALC722_SNDW 2 + option ALC256_HDA 3 + option MAX98360_ALC5682I_I2S 4 + end + field WIFI 4 5 + option WIFI_CNVI_6 0 + option WIFI_CNVI_7 1 + option WIFI_PCIE_6 2 + option WIFI_PCIE_7 3 + end + field CELLULAR 6 7 + option CELLULAR_ABSENT 0 + option CELLULAR_USB 1 + option CELLULAR_PCIE 2 + end + field TOUCHSCREEN 8 10 + option TOUCHSCREEN_NONE 0 + option TOUCHSCREEN_LPSS_I2C 1 + option TOUCHSCREEN_GSPI 2 + option TOUCHSCREEN_THC_SPI 3 + option TOUCHSCREEN_THC0_I2C 4 + end + field TOUCHPAD 11 12 + option TOUCHPAD_NONE 0 + option TOUCHPAD_THC_I2C 1 + option TOUCHPAD_LPSS_I2C 2 + end + field SD 13 14 + option SD_NONE 0 + option SD_GENSYS 1 + option SD_BAYHUB 2 + end + field STORAGE 15 16 + option STORAGE_UNKNOWN 0 + option STORAGE_NVME_GEN4 1 + option STORAGE_NVME_GEN5 2 + option STORAGE_UFS 3 + end + field FP 17 + option FP_ABSENT 0 + option FP_PRESENT 1 + end + field DISPLAY 18 + option DISPLAY_ABSENT 0 + option DISPLAY_PRESENT 1 + end + field KB 19 + option KB_ABSENT 0 + option KB_PRESENT 1 + end +end + +chip soc/intel/pantherlake + device domain 0 on end +end |