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

ARM: dts: am437x-gp-evm: Add pinmux for uart0

Add pinmux for rx,tx,cts and rts lines of uart0. This will enable uart0
to use hardware flow control.

Signed-off-by: Vignesh R <vigneshr@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Vignesh R and committed by
Tony Lindgren
bb7d9786 14eb6855

+15
+15
arch/arm/boot/dts/am437x-gp-evm.dts
··· 501 501 AM4372_IOPAD(0x884, PIN_INPUT_PULLDOWN | MUX_MODE7) /* gpmc_csn2.gpio1_31 */ 502 502 >; 503 503 }; 504 + 505 + uart0_pins_default: uart0_pins_default { 506 + pinctrl-single,pins = < 507 + AM4372_IOPAD(0x968, PIN_INPUT | MUX_MODE0) /* uart0_ctsn.uart0_ctsn */ 508 + AM4372_IOPAD(0x96C, PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* uart0_rtsn.uart0_rtsn */ 509 + AM4372_IOPAD(0x970, PIN_INPUT_PULLUP | MUX_MODE0) /* uart0_rxd.uart0_rxd */ 510 + AM4372_IOPAD(0x974, PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* uart0_txd.uart0_txd */ 511 + >; 512 + }; 513 + }; 514 + 515 + &uart0 { 516 + status = "okay"; 517 + pinctrl-names = "default"; 518 + pinctrl-0 = <&uart0_pins_default>; 504 519 }; 505 520 506 521 &i2c0 {