blob: 69e16c2a1b4a6a85ce22b8a0122ec34b5f00a8b2 [file] [log] [blame]
Alexey Brodkin01496c42015-03-17 14:55:14 +03001/*
Alexey Brodkincc8be222016-08-04 14:35:01 +03002 * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
Alexey Brodkin01496c42015-03-17 14:55:14 +03003 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6/dts-v1/;
7
8#include "skeleton.dtsi"
9
10/ {
11 #address-cells = <1>;
12 #size-cells = <1>;
13
14 aliases {
15 console = &arcuart0;
16 };
17
18 arcuart0: serial@0xc0fc1000 {
19 compatible = "snps,arc-uart";
20 reg = <0xc0fc1000 0x100>;
21 clock-frequency = <80000000>;
22 };
23
24};