Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions boards/arm/96b_aerocore2/96b_aerocore2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -64,30 +64,35 @@

&usart1 {
pinctrl-0 = <&usart1_tx_pb6 &usart1_rx_pb7>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};

&usart2 {
pinctrl-0 = <&usart2_tx_pd5 &usart2_rx_pd6>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};

&usart3 {
pinctrl-0 = <&usart3_tx_pd8 &usart3_rx_pd9>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};

&uart7 {
pinctrl-0 = <&uart7_tx_pe8 &uart7_rx_pe7>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};

&uart8 {
pinctrl-0 = <&uart8_tx_pe1 &uart8_rx_pe0>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};
Expand Down
3 changes: 3 additions & 0 deletions boards/arm/96b_aerocore2/96b_aerocore2_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ CONFIG_GPIO=y

# Enable Clocks
CONFIG_CLOCK_CONTROL=y

# enable pin controller
CONFIG_PINCTRL=y
1 change: 1 addition & 0 deletions boards/arm/96b_argonkey/96b_argonkey.dts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@

&usart1 {
pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};
Expand Down
3 changes: 3 additions & 0 deletions boards/arm/96b_argonkey/96b_argonkey_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ CONFIG_CLOCK_CONTROL=y
# console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y

# enable pin controller
CONFIG_PINCTRL=y
2 changes: 2 additions & 0 deletions boards/arm/96b_avenger96/96b_avenger96.dts
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,14 @@

&uart4 {
pinctrl-0 = <&uart4_tx_pd1 &uart4_rx_pb2>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};

&uart7 {
pinctrl-0 = <&uart7_tx_pe8 &uart7_rx_pe7>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};
3 changes: 3 additions & 0 deletions boards/arm/96b_avenger96/96b_avenger96_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ CONFIG_RAM_CONSOLE_BUFFER_SIZE=1024

# uart console (overrides remote proc console)
CONFIG_UART_CONSOLE=n

# enable pin controller
CONFIG_PINCTRL=y
3 changes: 3 additions & 0 deletions boards/arm/96b_carbon/96b_carbon.dts
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,21 @@

&usart1 {
pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};

&usart2 {
pinctrl-0 = <&usart2_tx_pa2 &usart2_rx_pa3>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};

&usart6 {
pinctrl-0 = <&usart6_tx_pc6 &usart6_rx_pc7>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};
Expand Down
3 changes: 3 additions & 0 deletions boards/arm/96b_carbon/96b_carbon_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ CONFIG_GPIO=y

# Enable Clocks
CONFIG_CLOCK_CONTROL=y

# enable pin controller
CONFIG_PINCTRL=y
1 change: 1 addition & 0 deletions boards/arm/96b_neonkey/96b_neonkey.dts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@

&usart1 {
pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};
Expand Down
3 changes: 3 additions & 0 deletions boards/arm/96b_neonkey/96b_neonkey_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ CONFIG_CLOCK_CONTROL=y
# console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y

# enable pin controller
CONFIG_PINCTRL=y
4 changes: 4 additions & 0 deletions boards/arm/96b_stm32_sensor_mez/96b_stm32_sensor_mez.dts
Original file line number Diff line number Diff line change
Expand Up @@ -172,24 +172,28 @@

&usart1 {
pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};

&usart2 {
pinctrl-0 = <&usart2_tx_pd5 &usart2_rx_pd6>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};

&usart3 {
pinctrl-0 = <&usart3_tx_pd8 &usart3_rx_pd9>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};

&uart4 {
pinctrl-0 = <&uart4_tx_pc10 &uart4_rx_pc11>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ CONFIG_GPIO=y

# Enable Clocks
CONFIG_CLOCK_CONTROL=y

# enable pin controller
CONFIG_PINCTRL=y
2 changes: 2 additions & 0 deletions boards/arm/96b_wistrio/96b_wistrio.dts
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,14 @@

&usart1 {
pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};

&usart2 {
pinctrl-0 = <&usart2_tx_pa2 &usart2_rx_pa3>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};
Expand Down
3 changes: 3 additions & 0 deletions boards/arm/96b_wistrio/96b_wistrio_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ CONFIG_CLOCK_CONTROL=y
# console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y

# enable pin controller
CONFIG_PINCTRL=y
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@

&usart3 {
pinctrl-0 = <&usart3_tx_pb10 &usart3_rx_pb11>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ CONFIG_GPIO=y

# Enable Clocks
CONFIG_CLOCK_CONTROL=y

# enable pin controller
CONFIG_PINCTRL=y
2 changes: 2 additions & 0 deletions boards/arm/b_l072z_lrwan1/b_l072z_lrwan1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,14 @@ arduino_i2c: &i2c1 {};

&usart1 {
pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};

&usart2 {
pinctrl-0 = <&usart2_tx_pa2 &usart2_rx_pa3>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};
Expand Down
3 changes: 3 additions & 0 deletions boards/arm/b_l072z_lrwan1/b_l072z_lrwan1_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ CONFIG_PINMUX=y

# GPIO Controller
CONFIG_GPIO=y

# enable pin controller
CONFIG_PINCTRL=y
2 changes: 2 additions & 0 deletions boards/arm/b_l4s5i_iot01a/b_l4s5i_iot01a.dts
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,14 @@

&usart1 {
pinctrl-0 = <&usart1_tx_pb6 &usart1_rx_pb7>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};

&uart4 {
pinctrl-0 = <&uart4_tx_pa0 &uart4_rx_pa1>;
pinctrl-names = "default";
current-speed = <115200>;
};

Expand Down
3 changes: 3 additions & 0 deletions boards/arm/b_l4s5i_iot01a/b_l4s5i_iot01a_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ CONFIG_CLOCK_CONTROL=y
# console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y

# enable pin controller
CONFIG_PINCTRL=y
3 changes: 3 additions & 0 deletions boards/arm/b_u585i_iot02a/b_u585i_iot02a_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ CONFIG_CLOCK_CONTROL=y
# console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y

# enable pin controller
CONFIG_PINCTRL=y
2 changes: 2 additions & 0 deletions boards/arm/black_f407ve/black_f407ve.dts
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,14 @@

&usart1 {
pinctrl-0 = <&usart1_tx_pb6 &usart1_rx_pb7>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};

&usart2 {
pinctrl-0 = <&usart2_tx_pa2 &usart2_rx_pa3>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};
Expand Down
3 changes: 3 additions & 0 deletions boards/arm/black_f407ve/black_f407ve_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ CONFIG_CLOCK_CONTROL=y

# Enable GPIO
CONFIG_GPIO=y

# enable pin controller
CONFIG_PINCTRL=y
2 changes: 2 additions & 0 deletions boards/arm/black_f407zg_pro/black_f407zg_pro.dts
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,14 @@

&usart1 {
pinctrl-0 = <&usart1_tx_pb6 &usart1_rx_pb7>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};

&usart2 {
pinctrl-0 = <&usart2_tx_pa2 &usart2_rx_pa3>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};
Expand Down
3 changes: 3 additions & 0 deletions boards/arm/black_f407zg_pro/black_f407zg_pro_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ CONFIG_CLOCK_CONTROL=y

# Enable GPIO
CONFIG_GPIO=y

# enable pin controller
CONFIG_PINCTRL=y
1 change: 1 addition & 0 deletions boards/arm/blackpill_f401ce/blackpill_f401ce.dts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@

&usart1 {
pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
pinctrl-names = "default";
status = "okay";
current-speed = <115200>;
};
Expand Down
3 changes: 3 additions & 0 deletions boards/arm/blackpill_f401ce/blackpill_f401ce_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ CONFIG_GPIO=y

# Clock configuration
CONFIG_CLOCK_CONTROL=y

# enable pin controller
CONFIG_PINCTRL=y
1 change: 1 addition & 0 deletions boards/arm/blackpill_f411ce/blackpill_f411ce.dts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@

&usart1 {
pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
pinctrl-names = "default";
status = "okay";
current-speed = <115200>;
};
Expand Down
3 changes: 3 additions & 0 deletions boards/arm/blackpill_f411ce/blackpill_f411ce_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ CONFIG_GPIO=y

# Clock configuration
CONFIG_CLOCK_CONTROL=y

# enable pin controller
CONFIG_PINCTRL=y
2 changes: 2 additions & 0 deletions boards/arm/disco_l475_iot1/disco_l475_iot1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,13 @@
current-speed = <115200>;
pinctrl-0 = <&usart1_tx_pb6 &usart1_rx_pb7>;
pinctrl-names = "default";
pinctrl-names = "default";
status = "okay";
};

&uart4 {
pinctrl-0 = <&uart4_tx_pa0 &uart4_rx_pa1>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};
Expand Down
3 changes: 3 additions & 0 deletions boards/arm/disco_l475_iot1/disco_l475_iot1_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ CONFIG_ARM_MPU=y

# Enable HW stack protection
CONFIG_HW_STACK_PROTECTION=y

# enable pin controller
CONFIG_PINCTRL=y
2 changes: 2 additions & 0 deletions boards/arm/dragino_lsn50/dragino_lsn50.dts
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@

&usart1 {
pinctrl-0 = <&usart1_tx_pb6 &usart1_rx_pb7>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};

&usart2 {
pinctrl-0 = <&usart2_tx_pa2 &usart2_rx_pa3>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};
3 changes: 3 additions & 0 deletions boards/arm/dragino_lsn50/dragino_lsn50_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ CONFIG_GPIO=y

# Enable Clocks
CONFIG_CLOCK_CONTROL=y

# enable pin controller
CONFIG_PINCTRL=y
2 changes: 2 additions & 0 deletions boards/arm/dragino_nbsn95/dragino_nbsn95.dts
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@

&usart1 {
pinctrl-0 = <&usart1_tx_pb6 &usart1_rx_pb7>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};

&usart2 {
pinctrl-0 = <&usart2_tx_pa2 &usart2_rx_pa3>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};
3 changes: 3 additions & 0 deletions boards/arm/dragino_nbsn95/dragino_nbsn95_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ CONFIG_GPIO=y

# Enable Clocks
CONFIG_CLOCK_CONTROL=y

# enable pin controller
CONFIG_PINCTRL=y
1 change: 1 addition & 0 deletions boards/arm/google_kukui/google_kukui.dts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

&usart1 {
pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};
Expand Down
Loading