boards: st: stm32g0xx nucleo fix morpho connector definition
On the nucleo_g071rb , nucleo_g070rb and nucleo_g0b1re boards, the CN7 MORPHO_L_9 to 11 pin are not correctly defined in the st_morpho_connector.dtsi. This PR is fixing this. Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
8d04e7e38c
commit
54ecd18fbe
3 changed files with 9 additions and 9 deletions
|
|
@ -17,9 +17,9 @@
|
||||||
<ST_MORPHO_L_3 0 &gpioc 12 0>,
|
<ST_MORPHO_L_3 0 &gpioc 12 0>,
|
||||||
<ST_MORPHO_L_4 0 &gpiod 2 0>,
|
<ST_MORPHO_L_4 0 &gpiod 2 0>,
|
||||||
<ST_MORPHO_L_7 0 &gpioa 14 0>,
|
<ST_MORPHO_L_7 0 &gpioa 14 0>,
|
||||||
<ST_MORPHO_L_9 0 &gpiod 0>,
|
<ST_MORPHO_L_9 0 &gpiod 0 0>,
|
||||||
<ST_MORPHO_L_10 0 &gpiod 1>,
|
<ST_MORPHO_L_10 0 &gpiod 1 0>,
|
||||||
<ST_MORPHO_L_11 0 &gpiod 3>,
|
<ST_MORPHO_L_11 0 &gpiod 3 0>,
|
||||||
<ST_MORPHO_L_13 0 &gpioa 13 0>,
|
<ST_MORPHO_L_13 0 &gpioa 13 0>,
|
||||||
<ST_MORPHO_L_15 0 &gpiod 4 0>,
|
<ST_MORPHO_L_15 0 &gpiod 4 0>,
|
||||||
<ST_MORPHO_L_17 0 &gpioa 15 0>,
|
<ST_MORPHO_L_17 0 &gpioa 15 0>,
|
||||||
|
|
|
||||||
|
|
@ -17,9 +17,9 @@
|
||||||
<ST_MORPHO_L_3 0 &gpioc 12 0>,
|
<ST_MORPHO_L_3 0 &gpioc 12 0>,
|
||||||
<ST_MORPHO_L_4 0 &gpiod 2 0>,
|
<ST_MORPHO_L_4 0 &gpiod 2 0>,
|
||||||
<ST_MORPHO_L_7 0 &gpioa 14 0>,
|
<ST_MORPHO_L_7 0 &gpioa 14 0>,
|
||||||
<ST_MORPHO_L_9 0 &gpiod 0>,
|
<ST_MORPHO_L_9 0 &gpiod 0 0>,
|
||||||
<ST_MORPHO_L_10 0 &gpiod 1>,
|
<ST_MORPHO_L_10 0 &gpiod 1 0>,
|
||||||
<ST_MORPHO_L_11 0 &gpiod 3>,
|
<ST_MORPHO_L_11 0 &gpiod 3 0>,
|
||||||
<ST_MORPHO_L_13 0 &gpioa 13 0>,
|
<ST_MORPHO_L_13 0 &gpioa 13 0>,
|
||||||
<ST_MORPHO_L_15 0 &gpiod 4 0>,
|
<ST_MORPHO_L_15 0 &gpiod 4 0>,
|
||||||
<ST_MORPHO_L_17 0 &gpioa 15 0>,
|
<ST_MORPHO_L_17 0 &gpioa 15 0>,
|
||||||
|
|
|
||||||
|
|
@ -17,9 +17,9 @@
|
||||||
<ST_MORPHO_L_3 0 &gpioc 12 0>,
|
<ST_MORPHO_L_3 0 &gpioc 12 0>,
|
||||||
<ST_MORPHO_L_4 0 &gpiod 2 0>,
|
<ST_MORPHO_L_4 0 &gpiod 2 0>,
|
||||||
<ST_MORPHO_L_7 0 &gpioa 14 0>,
|
<ST_MORPHO_L_7 0 &gpioa 14 0>,
|
||||||
<ST_MORPHO_L_9 0 &gpiod 0>,
|
<ST_MORPHO_L_9 0 &gpiod 0 0>,
|
||||||
<ST_MORPHO_L_10 0 &gpiod 1>,
|
<ST_MORPHO_L_10 0 &gpiod 1 0>,
|
||||||
<ST_MORPHO_L_11 0 &gpiod 3>,
|
<ST_MORPHO_L_11 0 &gpiod 3 0>,
|
||||||
<ST_MORPHO_L_13 0 &gpioa 13 0>,
|
<ST_MORPHO_L_13 0 &gpioa 13 0>,
|
||||||
<ST_MORPHO_L_15 0 &gpiod 4 0>,
|
<ST_MORPHO_L_15 0 &gpiod 4 0>,
|
||||||
<ST_MORPHO_L_17 0 &gpioa 15 0>,
|
<ST_MORPHO_L_17 0 &gpioa 15 0>,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue