Paweł Anikiel | 3515aed | 2022-06-17 12:47:19 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Copyright 2022 Google LLC |
| 4 | */ |
| 5 | /dts-v1/; |
| 6 | |
| 7 | / { |
| 8 | description = "FIT image with FPGA bistream"; |
| 9 | #address-cells = <1>; |
| 10 | |
| 11 | images { |
| 12 | fpga-periph-1 { |
| 13 | description = "FPGA full bitstream"; |
| 14 | data = /incbin/("../../../fpga.rbf"); |
| 15 | type = "fpga"; |
| 16 | arch = "arm"; |
| 17 | compression = "none"; |
| 18 | }; |
| 19 | }; |
| 20 | |
| 21 | configurations { |
| 22 | default = "config-1"; |
| 23 | config-1 { |
| 24 | description = "Boot with FPGA config"; |
| 25 | fpga = "fpga-periph-1"; |
| 26 | }; |
| 27 | }; |
| 28 | }; |