ARC: Add model property to boards .dts
[oweals/u-boot.git] / arch / arc / dts / abilis_tb100.dts
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2015 Synopsys, Inc. (www.synopsys.com)
4  */
5 /dts-v1/;
6
7 #include "skeleton.dtsi"
8
9 / {
10         model = "abilis,tb100";
11
12         aliases {
13                 console = &uart0;
14         };
15
16         cpu_card {
17                 core_clk: core_clk {
18                         #clock-cells = <0>;
19                         compatible = "fixed-clock";
20                         clock-frequency = <500000000>;
21                         u-boot,dm-pre-reloc;
22                 };
23         };
24
25         uart0: serial@ff100000 {
26                         compatible = "snps,dw-apb-uart";
27                         reg = <0xff100000 0x1000>;
28                         reg-shift = <2>;
29                         reg-io-width = <4>;
30         };
31 };