Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
0002 / {
0003     images {
0004         fdt-ocelot_pcb123 {
0005             description = "MSCC Ocelot PCB123 Device Tree";
0006             data = /incbin/("boot/dts/mscc/ocelot_pcb123.dtb");
0007             type = "flat_dt";
0008             arch = "mips";
0009             compression = "none";
0010             hash {
0011                 algo = "sha1";
0012             };
0013         };
0014 
0015         fdt-ocelot_pcb120 {
0016             description = "MSCC Ocelot PCB120 Device Tree";
0017             data = /incbin/("boot/dts/mscc/ocelot_pcb120.dtb");
0018             type = "flat_dt";
0019             arch = "mips";
0020             compression = "none";
0021             hash {
0022                 algo = "sha1";
0023             };
0024         };
0025     };
0026 
0027     configurations {
0028         conf-ocelot_pcb123 {
0029             description = "Ocelot Linux kernel";
0030             kernel = "kernel";
0031             fdt = "fdt-ocelot_pcb123";
0032         };
0033 
0034         conf-ocelot_pcb120 {
0035             description = "Ocelot Linux kernel";
0036             kernel = "kernel";
0037             fdt = "fdt-ocelot_pcb120";
0038         };
0039     };
0040 };