Back to home page

OSCL-LXR

 
 

    


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