xref: /openbmc/u-boot/arch/arc/dts/axc001.dtsi (revision 78a88f79)
1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2017 Synopsys, Inc. All rights reserved.
4 */
5
6/include/ "skeleton.dtsi"
7
8/ {
9	cpu_card {
10		core_clk: core_clk {
11			#clock-cells = <0>;
12			compatible = "fixed-clock";
13			clock-frequency = <750000000>;
14			u-boot,dm-pre-reloc;
15		};
16	};
17};
18
19