]> git.sur5r.net Git - u-boot/blob - arch/arc/dts/arcangel4.dts
bfcb9d83698acbbf555778ea15a353dcd341c2fd
[u-boot] / arch / arc / dts / arcangel4.dts
1 /*
2  * Copyright (C) 2015 Synopsys, Inc. (www.synopsys.com)
3  *
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 };