24 lines
354 B
Plaintext
24 lines
354 B
Plaintext
/ {
|
|
chosen {
|
|
zephyr,boot-mode = &boot_mode0;
|
|
};
|
|
};
|
|
|
|
&usbd {
|
|
status = "okay";
|
|
|
|
cdc_acm_uart0: cdc_acm_uart0 {
|
|
compatible = "zephyr,cdc-acm-uart";
|
|
};
|
|
};
|
|
|
|
&gpregret1 {
|
|
status = "okay";
|
|
|
|
boot_mode0: boot_mode@0 {
|
|
compatible = "zephyr,retention";
|
|
status = "okay";
|
|
reg = <0x0 0x1>;
|
|
};
|
|
};
|