Skip to content

Commit 854583f

Browse files
numbqqsuperna9999
authored andcommitted
arm64: dts: amlogic: meson-s4-s905y4-khadas-vim1s: enable SDIO interface
Enable the SDIO controller interface connected to the on-board AP6256 WiFi/BT module. Signed-off-by: Nick Xie <nick@khadas.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patch.msgid.link/20260121014725.122722-1-nick@khadas.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
1 parent 2afef25 commit 854583f

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

arch/arm64/boot/dts/amlogic/meson-s4-s905y4-khadas-vim1s.dts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,33 @@
220220
vqmmc-supply = <&vddio_sd>;
221221
};
222222

223+
&sdio {
224+
status = "okay";
225+
pinctrl-0 = <&sdio_pins>;
226+
pinctrl-1 = <&sdio_clk_gate_pins>;
227+
pinctrl-names = "default", "clk-gate";
228+
#address-cells = <1>;
229+
#size-cells = <0>;
230+
bus-width = <4>;
231+
cap-sd-highspeed;
232+
sd-uhs-sdr50;
233+
sd-uhs-sdr104;
234+
max-frequency = <50000000>;
235+
non-removable;
236+
disable-wp;
237+
238+
no-sd;
239+
no-mmc;
240+
mmc-pwrseq = <&sdio_pwrseq>;
241+
vmmc-supply = <&vddao_3v3>;
242+
vqmmc-supply = <&vddio_ao1v8>;
243+
244+
brcmf: wifi@1 {
245+
reg = <1>;
246+
compatible = "brcm,bcm43456-fmac", "brcm,bcm4329-fmac";
247+
};
248+
};
249+
223250
&spicc0 {
224251
status = "okay";
225252
pinctrl-names = "default";

0 commit comments

Comments
 (0)