We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07aa43a commit 47d16abCopy full SHA for 47d16ab
arch/arm/boot/dts/st/stm32h7-pinctrl.dtsi
@@ -211,6 +211,19 @@
211
};
212
213
214
+ uart8_pins_a: uart8-0 {
215
+ pins1 {
216
+ pinmux = <STM32_PINMUX('J', 8, AF8)>; /* UART8_TX */
217
+ bias-disable;
218
+ drive-push-pull;
219
+ slew-rate = <0>;
220
+ };
221
+ pins2 {
222
+ pinmux = <STM32_PINMUX('J', 9, AF8)>; /* UART8_RX */
223
224
225
226
+
227
usart1_pins_a: usart1-0 {
228
pins1 {
229
pinmux = <STM32_PINMUX('B', 14, AF4)>; /* USART1_TX */
0 commit comments