summaryrefslogtreecommitdiffstats
path: root/target/linux/ath79
diff options
context:
space:
mode:
authorINAGAKI Hiroshi <musashino.open@gmail.com>2024-03-12 18:16:12 +0900
committerRobert Marko <robimarko@gmail.com>2024-03-24 21:10:59 +0100
commit342f55eeb3fda03b9aef9238f4d3bf6e4258192d (patch)
treeeb9a4d03b2a4e792c9d22f2fe7e97964b1ed3382 /target/linux/ath79
parentf89bdab83280b5a5c795e4cea6823609547b498a (diff)
downloadopenwrt-342f55eeb3fda03b9aef9238f4d3bf6e4258192d.tar.gz
openwrt-342f55eeb3fda03b9aef9238f4d3bf6e4258192d.tar.bz2
openwrt-342f55eeb3fda03b9aef9238f4d3bf6e4258192d.zip
ath79: register all ttys as Linux console for ELECOM WAB-I1750-PS
Register ttyS0 and ttyATH1 as Linux console on ELECOM WAB-I1750-PS. ttyS0 provides "SERVICE" port and internal pin header for debugging and recoverying by maker, ttyATH1 provides "SERIAL" port for configuration by users. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r--target/linux/ath79/dts/qca9558_elecom_wab-i1750-ps.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9558_elecom_wab-i1750-ps.dts b/target/linux/ath79/dts/qca9558_elecom_wab-i1750-ps.dts
index 668f0ceadd..2d94f0c827 100644
--- a/target/linux/ath79/dts/qca9558_elecom_wab-i1750-ps.dts
+++ b/target/linux/ath79/dts/qca9558_elecom_wab-i1750-ps.dts
@@ -5,6 +5,10 @@
/ {
compatible = "elecom,wab-i1750-ps", "qca,qca9558";
model = "ELECOM WAB-I1750-PS";
+
+ chosen {
+ bootargs = "console=ttyATH1,115200n8 console=ttyS0,115200n8";
+ };
};
&gpio {