Michal Simek | f6aebdf | 2022-09-19 14:21:02 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | ||||
3 | * Empty device tree for versal-net-virt board | ||||
4 | * | ||||
5 | * Copyright (C) 2022, Advanced Micro Devices, Inc. | ||||
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 | }; | ||||
Michal Simek | f6aebdf | 2022-09-19 14:21:02 +0200 | [diff] [blame] | 17 | }; |