cf395c4011cdcf5279d5ede6a9a11adc560c6288
[platform/kernel/u-boot.git] / arch / arc / dts / abilis_tb100.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 = &uart0;
16         };
17
18         uart0: serial@ff100000 {
19                         compatible = "snps,dw-apb-uart";
20                         reg = <0xff100000 0x1000>;
21                         reg-shift = <2>;
22                         reg-io-width = <4>;
23         };
24 };