Initial import
This commit is contained in:
17
boards/seeed_wio_tracker.overlay
Normal file
17
boards/seeed_wio_tracker.overlay
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Seeed Wio Tracker 1110 — application DTS overlay
|
||||
* KISS interface: USB CDC-ACM
|
||||
* LoRa: LR1110 on SPI1 (defined in custom board DTS)
|
||||
*/
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
loramodem,kiss-uart = &cdc_acm_uart0;
|
||||
};
|
||||
};
|
||||
|
||||
&zephyr_udc0 {
|
||||
cdc_acm_uart0: cdc_acm_uart0 {
|
||||
compatible = "zephyr,cdc-acm-uart";
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user