Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit e8c92a4b authored by Robert Nelson's avatar Robert Nelson
Browse files

light-beagle.dts: add &brcmf_pwrseq for gpio2_28/gpio2_31


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 290457f3
No related merge requests found
Pipeline #1242 passed with stage
in 8 minutes and 21 seconds
......@@ -9,6 +9,14 @@
#include <dt-bindings/interrupt-controller/irq.h>
#include "light-ant-evt.dts"
/ {
brcmf_pwrseq: brcmf_pwrseq {
compatible = "mmc-pwrseq-simple";
reset-gpios = <&gpio2_porta 28 GPIO_ACTIVE_LOW>, /* BT-REG-ON */
<&gpio2_porta 31 GPIO_ACTIVE_LOW>; /* WL-REG-ON */
};
};
&sdhci1 {
max-frequency = <100000000>;
bus-width = <4>;
......@@ -23,6 +31,10 @@
wakeup-source;
status = "okay";
#address-cells = <1>;
#size-cells = <0>;
mmc-pwrseq = <&brcmf_pwrseq>;
wifi@1 {
status = "okay";
reg = <1>;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment