Browse Source
Enable flash driver test for MAX32690 boards. Signed-off-by: Mert Vatansever <mert.vatansever@analog.com> Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>pull/80257/head
2 changed files with 46 additions and 0 deletions
@ -0,0 +1,23 @@
@@ -0,0 +1,23 @@
|
||||
/* |
||||
* Copyright (c) 2024 Analog Devices, Inc. |
||||
* |
||||
* SPDX-License-Identifier: Apache-2.0 |
||||
*/ |
||||
|
||||
&flash0 { |
||||
partitions { |
||||
compatible = "fixed-partitions"; |
||||
#address-cells = <1>; |
||||
#size-cells = <1>; |
||||
|
||||
code_partition: partition@0 { |
||||
reg = <0x0 DT_SIZE_M(2)>; |
||||
read-only; |
||||
}; |
||||
|
||||
storage_partition: partition@200000 { |
||||
label = "storage"; |
||||
reg = <0x200000 DT_SIZE_K(1)>; |
||||
}; |
||||
}; |
||||
}; |
@ -0,0 +1,23 @@
@@ -0,0 +1,23 @@
|
||||
/* |
||||
* Copyright (c) 2024 Analog Devices, Inc. |
||||
* |
||||
* SPDX-License-Identifier: Apache-2.0 |
||||
*/ |
||||
|
||||
&flash0 { |
||||
partitions { |
||||
compatible = "fixed-partitions"; |
||||
#address-cells = <1>; |
||||
#size-cells = <1>; |
||||
|
||||
code_partition: partition@0 { |
||||
reg = <0x0 DT_SIZE_M(2)>; |
||||
read-only; |
||||
}; |
||||
|
||||
storage_partition: partition@200000 { |
||||
label = "storage"; |
||||
reg = <0x200000 DT_SIZE_K(1)>; |
||||
}; |
||||
}; |
||||
}; |
Loading…
Reference in new issue