boards: arm: stm32: add pinctrl state name for ethernet peripheral
Add the pinctrl state name (default) for the ethernet peripherals. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
d55905b2f7
commit
ed5ea6022a
|
@ -139,6 +139,7 @@ zephyr_udc0: &usbotg_fs {
|
|||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
|
|
|
@ -156,6 +156,7 @@ zephyr_udc0: &usbotg_fs {
|
|||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
|
|
|
@ -176,6 +176,7 @@ zephyr_udc0: &usbotg_fs {
|
|||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&backup_sram {
|
||||
|
|
|
@ -143,4 +143,5 @@ zephyr_udc0: &usbotg_fs {
|
|||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
|
|
@ -185,6 +185,7 @@ zephyr_udc0: &usbotg_fs {
|
|||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
|
|
|
@ -138,6 +138,7 @@
|
|||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&rng {
|
||||
|
|
|
@ -146,6 +146,7 @@ zephyr_udc0: &usbotg_fs {
|
|||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&spi1 {
|
||||
|
|
|
@ -104,6 +104,7 @@
|
|||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&rng {
|
||||
|
|
|
@ -146,6 +146,7 @@ zephyr_udc0: &usbotg_fs {
|
|||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&spi1 {
|
||||
|
|
|
@ -116,4 +116,5 @@ zephyr_udc0: &usbotg_hs {
|
|||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pg14>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
|
|
@ -145,6 +145,7 @@ zephyr_udc0: &usbotg_fs {
|
|||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pg14>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&quadspi {
|
||||
|
|
|
@ -121,6 +121,7 @@ arduino_serial: &usart6 {};
|
|||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pg14>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&sdmmc2 {
|
||||
|
|
|
@ -99,6 +99,7 @@
|
|||
ð_tx_en_pb11
|
||||
ð_txd0_pb12
|
||||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&sdmmc1 {
|
||||
|
|
|
@ -113,6 +113,7 @@
|
|||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pg12>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&rng {
|
||||
|
|
Loading…
Reference in a new issue