Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 1 | /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ |
2 | / { | ||||
3 | images { | ||||
4 | fdt@ocelot_pcb123 { | ||||
5 | description = "MSCC Ocelot PCB123 Device Tree"; | ||||
6 | data = /incbin/("boot/dts/mscc/ocelot_pcb123.dtb"); | ||||
7 | type = "flat_dt"; | ||||
8 | arch = "mips"; | ||||
9 | compression = "none"; | ||||
10 | hash@0 { | ||||
11 | algo = "sha1"; | ||||
12 | }; | ||||
13 | }; | ||||
14 | }; | ||||
15 | |||||
16 | configurations { | ||||
17 | conf@ocelot_pcb123 { | ||||
18 | description = "Ocelot Linux kernel"; | ||||
19 | kernel = "kernel@0"; | ||||
20 | fdt = "fdt@ocelot_pcb123"; | ||||
21 | }; | ||||
22 | }; | ||||
23 | }; |