You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
430 B
24 lines
430 B
/* |
|
* Copyright (c) 2024 Renesas Electronics Corporation |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
/delete-node/ &storage_partition; |
|
|
|
&flash0 { |
|
partitions { |
|
compatible = "fixed-partitions"; |
|
#address-cells = <1>; |
|
#size-cells = <1>; |
|
|
|
/* Set the 2 last block of storage. */ |
|
storage_partition: partition@1E8000 { |
|
label = "storage"; |
|
reg = <0x1E8000 DT_SIZE_K(64)>; |
|
}; |
|
}; |
|
}; |
|
|
|
&s28hl512t { |
|
status = "disabled"; |
|
};
|
|
|