Hi All,
I am trying to port cyw43455 wifi/bt on imx8mevk. I am able to figure out dts node for bluetooth porting pins but confused when porting wifi related configurations.
Below are the pin and port details I am using
wifi --> sdio
BT --> UART3.
| HMI NET NAME | IMX8 Pin name |
|
| BT_REG_ON | NAND_CLE |
| WL_REG_ON | NAND_CE2_B |
| BT_HOST_WAKE | NAND_DQS |
| BT_DEV_WAKE | NAND_CE1_B |
| REF_CLK_32K | GPIO1_IO00 |
| |
| SD1_CMD | SD1_CMD |
| SD1_DATA0 | SD1_DATA0 |
| SD1_DATA1 | SD1_DATA1 |
| SD1_DATA2 | SD1_DATA2 |
| SD1_DATA3 | SD1_DATA3 |
| SD1_CLK | SD1_CLK |
| |
| UART3_RXD | UART3_RXD |
| UART3_TXD | UART3_TXD |
| UART3_CTS | UART3_RXD |
| UART3_RTS | UART3_TXD |
| SAI5_RXD1 | L4 |
| SAI3_TXFS | G3 |
| SAI3_TXC | C4 |
| SAI3_TXD | C3 |
| SAI3_RXD | F3 |
Here we are using both 1.8v for VIO and 3.3v for VBAT_LDO, but I don't have any clue how to configure VIO and VBAT in dts file. Please find attached dts prepared for above configuration. Please correct me if anything is wrong and help me how to add vio and vbat configuration in dts.