1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) * 1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ 2 / { 2 / { 3 images { 3 images { 4 fdt-ocelot_pcb123 { !! 4 fdt@ocelot_pcb123 { 5 description = "MSCC Oc 5 description = "MSCC Ocelot PCB123 Device Tree"; 6 data = /incbin/("boot/ 6 data = /incbin/("boot/dts/mscc/ocelot_pcb123.dtb"); 7 type = "flat_dt"; 7 type = "flat_dt"; 8 arch = "mips"; 8 arch = "mips"; 9 compression = "none"; 9 compression = "none"; 10 hash { !! 10 hash@0 { 11 algo = "sha1"; 11 algo = "sha1"; 12 }; 12 }; 13 }; 13 }; 14 14 15 fdt-ocelot_pcb120 { !! 15 fdt@ocelot_pcb120 { 16 description = "MSCC Oc 16 description = "MSCC Ocelot PCB120 Device Tree"; 17 data = /incbin/("boot/ 17 data = /incbin/("boot/dts/mscc/ocelot_pcb120.dtb"); 18 type = "flat_dt"; 18 type = "flat_dt"; 19 arch = "mips"; 19 arch = "mips"; 20 compression = "none"; 20 compression = "none"; 21 hash { !! 21 hash@0 { 22 algo = "sha1"; 22 algo = "sha1"; 23 }; 23 }; 24 }; 24 }; 25 }; 25 }; 26 26 27 configurations { 27 configurations { 28 conf-ocelot_pcb123 { !! 28 conf@ocelot_pcb123 { 29 description = "Ocelot 29 description = "Ocelot Linux kernel"; 30 kernel = "kernel"; !! 30 kernel = "kernel@0"; 31 fdt = "fdt-ocelot_pcb1 !! 31 fdt = "fdt@ocelot_pcb123"; 32 }; 32 }; 33 33 34 conf-ocelot_pcb120 { !! 34 conf@ocelot_pcb120 { 35 description = "Ocelot 35 description = "Ocelot Linux kernel"; 36 kernel = "kernel"; !! 36 kernel = "kernel@0"; 37 fdt = "fdt-ocelot_pcb1 !! 37 fdt = "fdt@ocelot_pcb120"; 38 }; 38 }; 39 }; 39 }; 40 }; 40 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.