Home | History | Annotate | Download | only in dts
      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