2018-05-06 21:58:06 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
2015-03-27 10:24:35 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2015 Synopsys, Inc. (www.synopsys.com)
|
|
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "skeleton.dtsi"
|
|
|
|
|
|
|
|
/ {
|
2018-10-02 08:37:25 +00:00
|
|
|
model = "abilis,tb100";
|
|
|
|
|
2015-03-27 10:24:35 +00:00
|
|
|
aliases {
|
|
|
|
console = &uart0;
|
|
|
|
};
|
|
|
|
|
2017-03-21 11:49:48 +00:00
|
|
|
cpu_card {
|
|
|
|
core_clk: core_clk {
|
|
|
|
#clock-cells = <0>;
|
|
|
|
compatible = "fixed-clock";
|
|
|
|
clock-frequency = <500000000>;
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-03-27 10:24:35 +00:00
|
|
|
uart0: serial@ff100000 {
|
|
|
|
compatible = "snps,dw-apb-uart";
|
|
|
|
reg = <0xff100000 0x1000>;
|
|
|
|
reg-shift = <2>;
|
|
|
|
reg-io-width = <4>;
|
|
|
|
};
|
|
|
|
};
|