| /dts-v1/; |
| |
| / { |
| description = "U-Boot fitImage for Linux 4.19.106 on Coral MT8516"; |
| #address-cells = <1>; |
| |
| images { |
| kernel@1 { |
| description = "Linux kernel"; |
| data = /incbin/("../arch/arm64/boot/Image.gz"); |
| type = "kernel"; |
| arch = "arm64"; |
| os = "linux"; |
| compression = "gzip"; |
| load = <0x40080000>; |
| entry = <0x40080000>; |
| hash@1 { |
| algo = "sha256"; |
| }; |
| }; |
| }; |
| |
| configurations { |
| default = "conf@1"; |
| conf@1 { |
| description = "Boot Linux kernel"; |
| kernel = "kernel@1"; |
| signature@1 { |
| algo = "sha256,rsa2048"; |
| key-name-hint="dev"; |
| sign-images="kernel"; |
| }; |
| }; |
| }; |
| }; |