Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
0002 / {
0003     images {
0004         fdt-serval_pcb105 {
0005             description = "MSCC Serval PCB105 Device Tree";
0006             data = /incbin/("boot/dts/mscc/serval_pcb105.dtb");
0007             type = "flat_dt";
0008             arch = "mips";
0009             compression = "none";
0010             hash {
0011                 algo = "sha1";
0012             };
0013         };
0014     };
0015 
0016     configurations {
0017         pcb105 {
0018             description = "Serval Linux kernel";
0019             kernel = "kernel";
0020             fdt = "fdt-serval_pcb105";
0021             ramdisk = "ramdisk";
0022         };
0023     };
0024 };