Skip to content

Commit

Permalink
Add: USB0 Host mode OK
Browse files Browse the repository at this point in the history
  • Loading branch information
turmary authored and LynnL4 committed Mar 23, 2021
1 parent 6926423 commit 3606e82
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/arm/BB-ZOLA-GATEWAY-00A0.dts
Original file line number Diff line number Diff line change
Expand Up @@ -276,3 +276,16 @@
status = "disabled";
};

/* USB0/LTE */
&gpio1 {
vdd_lte_3v3_en {
gpio-hog;
gpios = <19 GPIO_ACTIVE_HIGH>;
output-high;
line-name = "VDD_LTE_3V3_EN";
};
};
&usb0 {
dr_mode = "host";
};

0 comments on commit 3606e82

Please sign in to comment.