diff options
author | Weijie Gao | 2020-04-21 09:28:35 +0200 |
---|---|---|
committer | Daniel Schwierzeck | 2020-04-27 20:29:33 +0200 |
commit | df3bad96f35fdf0eeb5ddac87c4fc924c134882d (patch) | |
tree | 916077aee7e6ab22695b2e5b8ddf0efec94d6481 | |
parent | a60c1e6d6b682e432e4d6293da5566e0ddc7d3b8 (diff) |
dts: mtmips: add alternative pinmux node for uart2
This patch adds a new pinmux for UART2, which shares the pins with SPIS.
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
-rw-r--r-- | arch/mips/dts/mt7628a.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/dts/mt7628a.dtsi b/arch/mips/dts/mt7628a.dtsi index 409695b5c71..2200135a77b 100644 --- a/arch/mips/dts/mt7628a.dtsi +++ b/arch/mips/dts/mt7628a.dtsi @@ -110,6 +110,11 @@ function = "uart2"; }; + uart2_pwm_pins: uart2_pwm_pins { + groups = "spis"; + function = "pwm_uart2"; + }; + i2c_pins: i2c_pins { groups = "i2c"; function = "i2c"; |