Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: stm32: Add alternate pinmux for UART5 pins

Add another mux option for UART5 pins, this is used on DRC Compact board.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
Cc: linux-stm32@st-md-mailman.stormreply.com
To: linux-arm-kernel@lists.infradead.org
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>

authored by

Marek Vasut and committed by
Alexandre Torgue
35b2cb53 ced0cb45

+13
+13
arch/arm/boot/dts/stm32mp15-pinctrl.dtsi
··· 1949 1949 }; 1950 1950 }; 1951 1951 1952 + uart5_pins_a: uart5-0 { 1953 + pins1 { 1954 + pinmux = <STM32_PINMUX('B', 13, AF14)>; /* UART5_TX */ 1955 + bias-disable; 1956 + drive-push-pull; 1957 + slew-rate = <0>; 1958 + }; 1959 + pins2 { 1960 + pinmux = <STM32_PINMUX('B', 5, AF12)>; /* UART5_RX */ 1961 + bias-disable; 1962 + }; 1963 + }; 1964 + 1952 1965 uart7_pins_a: uart7-0 { 1953 1966 pins1 { 1954 1967 pinmux = <STM32_PINMUX('E', 8, AF7)>; /* UART7_TX */