Skip to main content
Associate III
February 8, 2024
Solved

Conflict between ethernet and PMIC

  • February 8, 2024
  • 1 reply
  • 1288 views

I used this post https://community.st.com/t5/stm32-mpus-products/stm32mp151aac-custom-board-kernel-not-starting/td-p/587192 to figure out how to add interrupts to pmic and got my board to finally boot into Linux.  I then added my ethernet to the dts and now there is a conflict on PA0.  The ethernet uses that pin but the interrupt is set as <&exti 55 IRQ_TYPE_EDGE_FALLING> just like most of the eval boards.  I saw some use A0 gpio for the interrupt.  How do I fix this?

This topic has been closed for replies.
Best answer by dkal

Switched it to 57, found the mapping of exti to pwr_irq to gpio in stm32mp151.dtsi

1 reply

dkalAuthorBest answer
Associate III
February 8, 2024

Switched it to 57, found the mapping of exti to pwr_irq to gpio in stm32mp151.dtsi