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