Skip to content

Commit

Permalink
silabs: siwg917: Fix memory definitions
Browse files Browse the repository at this point in the history
Fix the unit path definitions for flash and RAM, and make sure the board
yaml file is in sync with DTS.

Signed-off-by: Johan Hedberg <[email protected]>
  • Loading branch information
jhedberg committed Aug 8, 2024
1 parent d4007aa commit d933a52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ identifier: siwx917_rb4338a
name: SiWx917 Wi-Fi 6 and Bluetooth LE 8MB Flash Radio Board
type: mcu
arch: arm
ram: 196
ram: 191
flash: 1024
toolchain:
- zephyr
Expand Down
4 changes: 2 additions & 2 deletions dts/arm/silabs/siwg917.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
};
};

sram0: memory@400 {
sram0: memory@0 {
compatible = "mmio-sram";
reg = <0x00000000 DT_SIZE_K(191)>;
};

flash0: flash@8212000 {
flash0: flash@8202000 {
compatible = "soc-nv-flash";
reg = <0x8202000 DT_SIZE_K(2040)>;
};
Expand Down

0 comments on commit d933a52

Please sign in to comment.