mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
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>
This commit is contained in:
parent
f89bdab832
commit
342f55eeb3
@ -5,6 +5,10 @@
|
|||||||
/ {
|
/ {
|
||||||
compatible = "elecom,wab-i1750-ps", "qca,qca9558";
|
compatible = "elecom,wab-i1750-ps", "qca,qca9558";
|
||||||
model = "ELECOM WAB-I1750-PS";
|
model = "ELECOM WAB-I1750-PS";
|
||||||
|
|
||||||
|
chosen {
|
||||||
|
bootargs = "console=ttyATH1,115200n8 console=ttyS0,115200n8";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&gpio {
|
&gpio {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user