tests: drivers: flash: Enable board siwx917_rb4338a
Ensure nobdy break compatibility with SiWx91x chipsets. Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
This commit is contained in:
parent
24a0d0a54f
commit
0d0e7800bb
1 changed files with 23 additions and 0 deletions
23
tests/drivers/flash/common/boards/siwx917_rb4338a.overlay
Normal file
23
tests/drivers/flash/common/boards/siwx917_rb4338a.overlay
Normal file
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
* Copyright (c) 2024 Silicon Laboratories Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&flash0 {
|
||||
partitions {
|
||||
compatible = "fixed-partitions";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
code_partition: partition@0 {
|
||||
label = "code_partition";
|
||||
reg = <0x0000000 DT_SIZE_K(2048-8-16)>;
|
||||
};
|
||||
|
||||
storage_partition: partition@1FA000 {
|
||||
label = "storage";
|
||||
reg = <0x01FA000 DT_SIZE_K(16)>;
|
||||
};
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue