scripts: genpinctrl: add eth pins for stm32h7rs#297
scripts: genpinctrl: add eth pins for stm32h7rs#297erwango merged 2 commits intozephyrproject-rtos:mainfrom mariopaja:gen_script_h7rs_eth
Conversation
erwango
left a comment
There was a problem hiding this comment.
More context about why these changes are required would be needed.
Also, please add a second commit with the new batch generated with these changes.
|
@mariopaja Just to be sure, is the last commit is the full output of ? I mean the effect of your changes to the whole STM32 family ? Tbh I'd be surprised. |
|
@erwango I noticed that the issue was the JTAG PORT |
|
@mariopaja Can you drop the WBA JTAG PORT changes? This is an issue on our side that should be fixed. Otherwise LGTM |
|
|
||
| - name: ETH_RMII | ||
| match: "^ETH\\d+_RMII_(?:CRS_DV|REF_CLK|RXD[0-1]|RX_CLK|RX_ER|TX_EN|RX_DV|TXD[0-1]|TX_CLK|TX_EN)$" | ||
| match: '^ETH\d?_RMII_(?:COL|CRS|RXD[0-3]|RX_CLK|RX_DV|RX_ER|TX_EN|TXD[0-3]|TX_CLK|TX_EN)$' |
There was a problem hiding this comment.
Sorry if I wasn't clear enough, but CRS_DV|REF_CLK should stay.
Update pinctrl-config to generate ETH_MII & ETH_RMII. STM32H7RS uses a different declaration format for the eth pinctrl Signed-off-by: Mario Paja <mariopaja@hotmail.com>
Add stm32h7rs pinctrl ETH_MII & ETH_RMII Signed-off-by: Mario Paja <mariopaja@hotmail.com>
Update pinctrl-config to generate ETH_MII & ETH_RMII.
STM32H7RS uses a different declaration format for the eth pinctrl compared to H7 or N6 series