blob: e14b944bc9726bc75d026f04a68f51bde1f4fd7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include "mt7981a-glinet-gl-x3000-xe3000-common.dtsi"
/ {
model = "GL.iNet GL-XE3000";
compatible = "glinet,gl-xe3000", "mediatek,mt7981";
};
&uart1 {
pinctrl-names = "default";
pinctrl-0 = <&uart1_pins>;
status = "okay";
};
&pio {
uart1_pins: uart1-pins-g1 {
mux {
function = "uart";
groups = "uart1_3";
};
};
};
|