Commit dbdae847 authored by Masahiro Yamada's avatar Masahiro Yamada

arm64: dts: uniphier: enable more serial ports for PXs3 ref board

The serial pins of PXs3 SoC are not multiplexed with any other
functions.  Enable serial2 and serial3 on the PXs3 reference board
because I see the connectors on the board.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 31f1961d
......@@ -45,6 +45,14 @@ &serial0 {
status = "okay";
};
&serial2 {
status = "okay";
};
&serial3 {
status = "okay";
};
&gpio {
xirq4 {
gpio-hog;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment