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