diff options
-rw-r--r-- | arch/arc/boot/dts/nsimosci.dts | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arc/boot/dts/nsimosci.dts b/arch/arc/boot/dts/nsimosci.dts index ea16d782af58..8bd238c34c7d 100644 --- a/arch/arc/boot/dts/nsimosci.dts +++ b/arch/arc/boot/dts/nsimosci.dts | |||
@@ -11,7 +11,7 @@ | |||
11 | 11 | ||
12 | / { | 12 | / { |
13 | compatible = "snps,nsimosci"; | 13 | compatible = "snps,nsimosci"; |
14 | clock-frequency = <80000000>; /* 80 MHZ */ | 14 | clock-frequency = <20000000>; /* 20 MHZ */ |
15 | #address-cells = <1>; | 15 | #address-cells = <1>; |
16 | #size-cells = <1>; | 16 | #size-cells = <1>; |
17 | interrupt-parent = <&intc>; | 17 | interrupt-parent = <&intc>; |
@@ -44,15 +44,14 @@ | |||
44 | }; | 44 | }; |
45 | 45 | ||
46 | uart0: serial@c0000000 { | 46 | uart0: serial@c0000000 { |
47 | compatible = "snps,dw-apb-uart"; | 47 | compatible = "ns8250"; |
48 | reg = <0xc0000000 0x2000>; | 48 | reg = <0xc0000000 0x2000>; |
49 | interrupts = <11>; | 49 | interrupts = <11>; |
50 | #clock-frequency = <80000000>; | ||
51 | clock-frequency = <3686400>; | 50 | clock-frequency = <3686400>; |
52 | baud = <115200>; | 51 | baud = <115200>; |
53 | reg-shift = <2>; | 52 | reg-shift = <2>; |
54 | reg-io-width = <4>; | 53 | reg-io-width = <4>; |
55 | status = "okay"; | 54 | no-loopback-test = <1>; |
56 | }; | 55 | }; |
57 | 56 | ||
58 | pgu0: pgu@c9000000 { | 57 | pgu0: pgu@c9000000 { |