This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
Hi Eyal, thanks for quick reply.
&sdhci1 {
status = "okay";
bus-width = <0x4>;
ti,non-removable;
disable-wp;
cap-power-off-card;
broken-cd;
keep-power-in-suspend;
mmc-pwrseq = <&sdio_pwrseq>;
vqmmc-supply = <&wlan_en_reg>;
#address-cells = <1>;
#size-cells = <0>;
// wilink module configuration
wlcore: wlcore@0 {
compatible = "ti,wl1837";
reg = <2>;
interrupt-parent = <&gpio>;
interrupts = <44 1>;
ref-clock-frequency = <38400000>;
};
};