blob: d307b95d8effea5cd878fb8aab1d5bd8b553f08a [file] [log] [blame]
Alexey Brodkin2c3f9262018-05-28 15:27:43 +03001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2018 Synopsys, Inc. All rights reserved.
4 */
5/dts-v1/;
6
7#include "skeleton.dtsi"
8
9/ {
Alexey Brodkinadc9b092018-10-18 09:54:58 +030010 model = "snps,emsdp";
Alexey Brodkinc3dcd502018-10-02 11:37:25 +030011
Alexey Brodkin2c3f9262018-05-28 15:27:43 +030012 #address-cells = <1>;
13 #size-cells = <1>;
14
15 aliases {
16 console = &uart0;
17 };
18
19 cpu_card {
20 core_clk: core_clk {
21 #clock-cells = <0>;
22 compatible = "fixed-clock";
23 clock-frequency = <40000000>;
24 u-boot,dm-pre-reloc;
25 };
26 };
27
28 uart0: serial0@f0004000 {
29 compatible = "snps,dw-apb-uart";
30 clock-frequency = <100000000>;
31 reg = <0xf0004000 0x1000>;
32 reg-shift = <2>;
33 reg-io-width = <4>;
34 };
35};