2020-12-04 03:17 AM
Hello,
we have a custom board based on STM32MP151C. On our SPI is the Ethernet Switch KSZ8794. How should I proceed to enable the ethernet in the U-Boot? I have already configured the etherne0 node (according to the ST documentation). Should I add the node to the spi node?
Solved! Go to Solution.
2020-12-17 07:10 AM
Hi @Community member ,
Enabling ethernet in u-boot is close to the kernel : enable the driver, configure the device tree.
You should add kzs node to the spi node.
Please look into the ksz kernel documentation which could help you to create the device tree.
BR,
Christophe
2020-12-17 07:10 AM
Hi @Community member ,
Enabling ethernet in u-boot is close to the kernel : enable the driver, configure the device tree.
You should add kzs node to the spi node.
Please look into the ksz kernel documentation which could help you to create the device tree.
BR,
Christophe