Part Number: PROCESSOR-SDK-AM335X
Hello Sir/Madam,
We are trying to integrate LAN9500A USB to Ethernet Controller with AM335x Sitara series processor running a Linux Host. We have enabled smsc module in Linux configuration (USB_NET_SMSC95XX) and inserted relevant modules (smscusbnet and smsc9500). But corresponding Interface is not listing after bootup.
In UBoot, enabled SMSC driver as well as necessary USB options
#define CONFIG_USB_HOST_ETHER 1
#define CONFIG_USB_ETHER_SMSC95XX 1
#define CONFIG_CMD_USB 1
#define CONFIG_DM_USB 1
#define CONFIG_USB_EHCI_HCD 1
Also Following DTB Change done in Uboot as well as in Linux.
-------------------------------------------------------------------------
* Added new node under usb0
ethernet2: ethernet@2 {
/* Filled in by U-Boot */
compatible = "usb424,9e00";
reg = <2>;
mac-address = [ 00 11 22 33 44 55 ];
};
-------------------------------------------------------------------------
The SMSC Driver itself is not detecting in the kernel. Attaching the kernel message for reference. Please guide us by pointing out the issues in dtb or in kernel/uboot configuration. Please share if any documentation, describing the procedure for adding USB to ethernet controller, is there.
Thanks in advance,
Smrithy TR