xref: /openbmc/u-boot/arch/arc/dts/axc003.dtsi (revision c0e032e0)
1/*
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 = <100000000>;
15			u-boot,dm-pre-reloc;
16		};
17	};
18};
19
20