-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
wifi-ci-agent
committed
Dec 11, 2024
1 parent
985cf3f
commit fa2974c
Showing
2,084 changed files
with
101,334 additions
and
81,427 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
!!omap | ||
- id: brd2708a | ||
- label: BRD2708A | ||
- package: platform | ||
- description: Board support for BRD2708A. | ||
- category: Board|Radio Board | ||
- quality: production | ||
- metadata: | ||
sbom: | ||
license: Zlib | ||
- root_path: components/board/silabs/config/brd2708a | ||
- requires: | ||
- name: siwg917y111mgab | ||
- name: brd2708a_config | ||
- name: external_flash_none | ||
- name: external_psram_8mb | ||
- name: rsilib_board | ||
- provides: | ||
- name: brd2708a | ||
- name: hardware_board | ||
- name: hardware_board_supports_multi_slave | ||
- name: si91x_b0_board | ||
- name: device_is_917_module_dev_kit | ||
- define: | ||
- name: SL_BOARD_NAME | ||
value: '"BRD2708A"' | ||
- name: SL_BOARD_REV | ||
value: '"A02"' | ||
- name: SLI_SI91X_MCU_CONFIG_RADIO_BOARD_BASE_VER | ||
value: '1' | ||
- name: SLI_SI91X_MCU_CONFIG_RADIO_BOARD_VER2 | ||
value: '1' | ||
- name: SLI_SI91X_MCU_COMMON_FLASH_MODE | ||
value: '1' | ||
- name: SLI_SI91X_MCU_EXTERNAL_LDO_FOR_PSRAM | ||
value: '1' | ||
- name: SLI_SI91X_MCU_ENABLE_FLASH_BASED_EXECUTION | ||
value: '1' | ||
- name: SI917Y_DEVKIT | ||
value: '1' | ||
- template_contribution: | ||
# Default Memory configuration | ||
- name: device_flash_addr | ||
value: 136323072 # 0x0820 2000 | ||
priority: -1 | ||
condition: | ||
- si917_mem_config_1 | ||
- name: device_flash_size | ||
value: 2088960 # 0x001F E000 | ||
priority: -1 | ||
condition: | ||
- si917_mem_config_1 | ||
# Medium Memory configuration | ||
- name: device_flash_addr | ||
value: 136323072 # 0x0820 2000 | ||
priority: -1 | ||
condition: | ||
- si917_mem_config_2 | ||
- name: device_flash_size | ||
value: 2088960 # 0x001F E000 | ||
priority: -1 | ||
condition: | ||
- si917_mem_config_2 | ||
# Advanced Memory configuration | ||
- name: device_flash_addr | ||
value: 136323072 # 0x0820 2000 | ||
priority: -1 | ||
condition: | ||
- si917_mem_config_3 | ||
- name: device_flash_size | ||
value: 2088960 # 0x001F E000 | ||
priority: -1 | ||
condition: | ||
- si917_mem_config_3 | ||
- tag: | ||
- board:pn:BRD2708 | ||
- board:variant:A | ||
- board:revision:A02 | ||
- board:device:siwg917y111mgab | ||
- hardware:has:vcom | ||
|
Oops, something went wrong.