Tool/software:
Hi everyone,
I have the following setup, described in https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/1450706/cc33xx-software-btti_uart/5607543?tisearch=e2e-sitesearch&keymatch=cc33xx%20btti#5607543
But I always get the output that host wakeup is NOT enabled. But I can't find any documentation, how to configure the device tree, to set this interrupt. Is there maybe a template I've missed? Can someone help with this? I tried to set the following to the Bluetooth subnode in the Bluetooth UART node:
&uart1 { /* Bluetooth UART */ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_uart1>; status = "okay"; assigned-clocks = <&clk IMX8MM_CLK_UART1>; assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_80M>; fsl,uart-has-rtscts; bluetooth { compatible = "ti,cc33xx-bt"; cc33xx-supply = <&cc33xx_supply>; max-speed = <115200>; interrupt-parent = <&gpio2>; interrupts = <8 IRQ_TYPE_LEVEL_LOW>; irq-gpio = <&gpio2 8 GPIO_ACTIVE_LOW>; interrupt-names = "host-wakeup"; }; };
Thanks a lot.
SJ