Commit 9c6375f7 authored by Eugeniy Paltsev's avatar Eugeniy Paltsev Committed by Vineet Gupta

ARC: nSIM_700: switch to DW UART usage

Switch nsim_700_defconfig to dwuart for consistent uart settings
for all nSIM configurations.
Signed-off-by: default avatarEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent 1681baa7
...@@ -14,11 +14,11 @@ / { ...@@ -14,11 +14,11 @@ / {
interrupt-parent = <&core_intc>; interrupt-parent = <&core_intc>;
chosen { chosen {
bootargs = "earlycon=arc_uart,mmio32,0xc0fc1000,115200n8 console=ttyARC0,115200n8 print-fatal-signals=1"; bootargs = "earlycon=uart8250,mmio32,0xf0000000,115200n8 console=ttyS0,115200n8 print-fatal-signals=1";
}; };
aliases { aliases {
serial0 = &arcuart0; serial0 = &uart0;
}; };
fpga { fpga {
...@@ -41,13 +41,15 @@ core_intc: interrupt-controller { ...@@ -41,13 +41,15 @@ core_intc: interrupt-controller {
#interrupt-cells = <1>; #interrupt-cells = <1>;
}; };
arcuart0: serial@c0fc1000 { uart0: serial@f0000000 {
compatible = "snps,arc-uart"; compatible = "ns16550a";
reg = <0xc0fc1000 0x100>; reg = <0xf0000000 0x2000>;
interrupts = <5>; interrupts = <24>;
clock-frequency = <80000000>; clock-frequency = <50000000>;
current-speed = <115200>; baud = <115200>;
status = "okay"; reg-shift = <2>;
reg-io-width = <4>;
no-loopback-test = <1>;
}; };
ethernet@c0fc2000 { ethernet@c0fc2000 {
......
...@@ -41,8 +41,12 @@ CONFIG_LXT_PHY=y ...@@ -41,8 +41,12 @@ CONFIG_LXT_PHY=y
# CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_MOUSE is not set
# CONFIG_SERIO is not set # CONFIG_SERIO is not set
# CONFIG_LEGACY_PTYS is not set # CONFIG_LEGACY_PTYS is not set
CONFIG_SERIAL_ARC=y CONFIG_SERIAL_8250=y
CONFIG_SERIAL_ARC_CONSOLE=y CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_NR_UARTS=1
CONFIG_SERIAL_8250_RUNTIME_UARTS=1
CONFIG_SERIAL_8250_DW=y
CONFIG_SERIAL_OF_PLATFORM=y
# CONFIG_HW_RANDOM is not set # CONFIG_HW_RANDOM is not set
# CONFIG_HWMON is not set # CONFIG_HWMON is not set
# CONFIG_HID is not set # CONFIG_HID is not set
......
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