aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorWeijie Gao2020-04-21 09:28:35 +0200
committerDaniel Schwierzeck2020-04-27 20:29:33 +0200
commitdf3bad96f35fdf0eeb5ddac87c4fc924c134882d (patch)
tree916077aee7e6ab22695b2e5b8ddf0efec94d6481 /arch
parenta60c1e6d6b682e432e4d6293da5566e0ddc7d3b8 (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>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/dts/mt7628a.dtsi5
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";