blob: 1cf630d23b1321ca1111a0f42f15e70e1cb988b3 [file] [log] [blame]
Vlad Zakharov0c770922017-03-21 14:49:48 +03001/*
2 * Copyright (C) 2017 Synopsys, Inc. All rights reserved.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7/include/ "skeleton.dtsi"
8
9/ {
10 cpu_card {
11 core_clk: core_clk {
12 #clock-cells = <0>;
13 compatible = "fixed-clock";
14 clock-frequency = <750000000>;
15 u-boot,dm-pre-reloc;
16 };
17 };
18};
19