File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed
boards/raspberrypi/rpi_pico Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 12
12
13
13
#include <zephyr/dt-bindings/i2c/i2c.h>
14
14
15
+ #include <raspberrypi/partitions_2M_default.dtsi>
15
16
16
17
/ {
17
18
chosen {
64
65
65
66
&flash0 {
66
67
reg = <0x10000000 DT_SIZE_M(2)>;
67
-
68
- partitions {
69
- compatible = "fixed-partitions";
70
- #address-cells = <1>;
71
- #size-cells = <1>;
72
-
73
- /* Reserved memory for the second stage bootloader */
74
- second_stage_bootloader: partition@0 {
75
- label = "second_stage_bootloader";
76
- reg = <0x00000000 0x100>;
77
- read-only;
78
- };
79
-
80
- /*
81
- * Usable flash. Starts at 0x100, after the bootloader. The partition
82
- * size is 2MB minus the 0x100 bytes taken by the bootloader.
83
- */
84
- code_partition: partition@100 {
85
- label = "code-partition";
86
- reg = <0x100 (DT_SIZE_M(2) - 0x100)>;
87
- read-only;
88
- };
89
- };
90
68
};
91
69
92
70
&uart0 {
You can’t perform that action at this time.
0 commit comments