Initial import
This commit is contained in:
17
boards/rak4631_nrf52840.overlay
Normal file
17
boards/rak4631_nrf52840.overlay
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* RAK WisBlock (RAK4631 / nRF52840) — application DTS overlay
|
||||
* KISS interface: USB CDC-ACM
|
||||
* LoRa: SX1262 on SPI1 (already defined in upstream 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