Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 / {
0003         #address-cells = <1>;
0004         #size-cells = <1>;
0005         compatible = "img,xilfpga";
0006 
0007         cpus {
0008                 #address-cells = <1>;
0009                 #size-cells = <0>;
0010                 cpu@0 {
0011                         device_type = "cpu";
0012                         compatible = "mips,m14Kc";
0013                         clocks  = <&ext>;
0014                         reg = <0>;
0015                 };
0016         };
0017 
0018         ext: ext {
0019                 compatible = "fixed-clock";
0020                 #clock-cells = <0>;
0021         };
0022 };