Other Parts Discussed in Thread: WL1837
Tool/software: Linux
Dear Team,
I am using CC2564MODA module in iMX7D custom board with linux-4.1.
I have copied the driver form below link.
git.ti.com/.../ti-linux-4.1.y-wlcore
It is not working with ti-st and btwlink driver.
It is working with with below command with out ti-st driver.
"hciattch /dev/ttymxc5 texas 115200"
I have added below line in linux device tree:
_______________________________________________
kim {
compatible = "kim";
nshutdown_gpio = <59>;
dev_name = "/dev/ttymxc5";
flow_cntrl = <1>;
baud_rate = <115200>;
status = "okay";
};
btwilink {
compatible = "btwilink";
status = "okay";
};
_____________________________________________
Thanks,
Shravan.