Simon Glass | 50d857e | 2021-12-16 20:59:17 -0700 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR MIT |
2 | /* | ||||
3 | * Empty device tree for versal-virt board | ||||
4 | * | ||||
5 | * Copyright 2021 Google LLC | ||||
6 | */ | ||||
7 | |||||
8 | /dts-v1/; | ||||
9 | |||||
10 | / { | ||||
Michal Simek | 2cf78f9 | 2023-08-03 14:51:53 +0200 | [diff] [blame] | 11 | options { |
12 | u-boot { | ||||
13 | compatible = "u-boot,config"; | ||||
14 | bootscr-address = /bits/ 64 <0x20000000>; | ||||
15 | }; | ||||
16 | }; | ||||
Simon Glass | 50d857e | 2021-12-16 20:59:17 -0700 | [diff] [blame] | 17 | }; |