initial commit, hci_uart with usb cdc and custom commands
This commit is contained in:
28
boards/rv32m1_vega_ri5cy.overlay
Normal file
28
boards/rv32m1_vega_ri5cy.overlay
Normal file
@@ -0,0 +1,28 @@
|
||||
/*
|
||||
* Copyright 2019 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
zephyr,bt-c2h-uart = &lpuart0;
|
||||
};
|
||||
};
|
||||
|
||||
&lptmr1 {
|
||||
interrupt-parent = <&intmux0_ch2>;
|
||||
};
|
||||
|
||||
&intmux0_ch2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&intmux0_ch3 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&generic_fsk {
|
||||
interrupt-parent = <&intmux0_ch3>;
|
||||
status = "okay";
|
||||
};
|
||||
Reference in New Issue
Block a user