You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boards: m5stack: cores3: Add bus_out and usb_otg fixed regulators
Add two fixed-regulator nodes on the M5Stack CoreS3 to model the load
switches controlled by the AW9523B GPIO expander:
- `bus_out_reg`: drives 5V output on the M-Bus/Grove connectors via the
`BUS_OUT_EN` control signal.
- `usb_otg_reg`: drives 5V VBUS output on the USB port via the `USB_OTG_EN`
control signal, enabling USB-OTG/host-power mode.
Both regulators are defined but off by default. Two new snippets
(`cores3-bus-out-en` and `cores3-usb-otg-en`) are added to allow enabling
these rails at build time when needed. This keeps the default power
configuration unchanged while providing an opt-in mechanism for
applications and shields that require external 5V output.
Signed-off-by: Chen Xingyu <hi@xingrz.me>
0 commit comments