xref: /rk3399_rockchip-uboot/arch/arc/dts/axc003.dtsi (revision 62b747c4c3eca4867f14421d3d4a1c3e1c813d8f)
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