12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
#include "../boards/common_4MB.dtsi"
|
|
|
|
/* Application Configuration - Firmware goes to slot0_partition (0x20000) */
|
|
/ {
|
|
chosen {
|
|
zephyr,code-partition = &slot0_partition;
|
|
};
|
|
};
|
|
|
|
&usb_serial {
|
|
status = "okay";
|
|
}; |