• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// 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/ {
10	#address-cells = <1>;
11	#size-cells = <1>;
12
13	aliases {
14		console = &uart0;
15	};
16
17	cpu_card {
18		core_clk: core_clk {
19			#clock-cells = <0>;
20			compatible = "fixed-clock";
21			clock-frequency = <40000000>;
22			u-boot,dm-pre-reloc;
23		};
24	};
25
26	uart0: serial0@f0004000 {
27		compatible = "snps,dw-apb-uart";
28		clock-frequency = <100000000>;
29		reg = <0xf0004000 0x1000>;
30		reg-shift = <2>;
31		reg-io-width = <4>;
32	};
33};
34