arc: dts: separate single axs10x.dts file
[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         aliases {
12                 console = &uart0;
13         };
14
15         cpu_card {
16                 core_clk: core_clk {
17                         #clock-cells = <0>;
18                         compatible = "fixed-clock";
19                         clock-frequency = <500000000>;
20                         u-boot,dm-pre-reloc;
21                 };
22         };
23
24         uart0: serial@ff100000 {
25                         compatible = "snps,dw-apb-uart";
26                         reg = <0xff100000 0x1000>;
27                         reg-shift = <2>;
28                         reg-io-width = <4>;
29         };
30 };