
On Mon, Feb 12, 2024 at 9:53 AM Nishanth Menon nm@ti.com wrote:
Enable the external 32k crystal similar to that found on other production AM62X board. The trim settings for the crystal is board dependent, so the sequences tend to be board specific. Since this is a configuration that needs to be done prior to DM managing the system and all other muxes get set, do the same from R5 context.
Signed-off-by: Nishanth Menon nm@ti.com
Tested-by: Robert Nelson robertcnelson@gmail.com
Yay, WiFi (wl18xx) now works on the BeaglePay with these 4 patches on top of v2024.01-rc1
debian@BeaglePlay-57:~$ dmesg | grep wl [ 1.892839] wlan_en: supplied by vdd_3v3 [ 8.437425] systemd[1]: Expecting device sys-subsystem-net-devices-wlan0.device - /sys/subsystem/net/devices/wlan0... [ 13.241739] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11) [ 13.246116] wlcore: WARNING Detected unconfigured mac address in nvs, derive from fuse instead. [ 13.246155] wlcore: WARNING This default nvs file can be removed from the file system [ 13.253088] wlcore: loaded [ 13.788451] wlcore: using inverted interrupt logic: 2 [ 13.842464] wlcore: PHY firmware version: Rev 8.2.0.0.243 [ 13.938371] wlcore: firmware booted (Rev 8.9.0.0.83)
Regards,