diff options
| author | INAGAKI Hiroshi | 2024-03-12 09:16:12 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-03-24 20:10:59 +0000 |
| commit | 342f55eeb3fda03b9aef9238f4d3bf6e4258192d (patch) | |
| tree | eb9a4d03b2a4e792c9d22f2fe7e97964b1ed3382 | |
| parent | f89bdab83280b5a5c795e4cea6823609547b498a (diff) | |
| download | openwrt-342f55eeb3fda03b9aef9238f4d3bf6e4258192d.tar.gz | |
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>
| -rw-r--r-- | target/linux/ath79/dts/qca9558_elecom_wab-i1750-ps.dts | 4 |
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 { |