mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
dts: mtmips: add default pinctrl for uart nodes
This patch adds default pinctrl for uart nodes Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
This commit is contained in:
parent
fdf92df285
commit
123ffd4679
@ -286,6 +286,9 @@
|
||||
compatible = "mediatek,hsuart", "ns16550a";
|
||||
reg = <0xc00 0x100>;
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart0_pins>;
|
||||
|
||||
clocks = <&clkctrl CLK_UART0>;
|
||||
|
||||
resets = <&resetc 12>;
|
||||
@ -301,6 +304,9 @@
|
||||
compatible = "mediatek,hsuart", "ns16550a";
|
||||
reg = <0xd00 0x100>;
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart1_pins>;
|
||||
|
||||
clocks = <&clkctrl CLK_UART1>;
|
||||
|
||||
resets = <&resetc 19>;
|
||||
@ -316,6 +322,9 @@
|
||||
compatible = "mediatek,hsuart", "ns16550a";
|
||||
reg = <0xe00 0x100>;
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart2_pins>;
|
||||
|
||||
clocks = <&clkctrl CLK_UART2>;
|
||||
|
||||
resets = <&resetc 20>;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user