Christian Marangi | c771b63 | 2025-03-14 19:59:21 +0100 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | |||||
3 | / { | ||||
4 | /* When running as a first-stage bootloader this isn't filled in automatically */ | ||||
5 | memory@80000000 { | ||||
6 | device_type = "memory"; | ||||
7 | reg = <0x0 0x80000000 0x0 0x20000000>; | ||||
8 | }; | ||||
9 | }; | ||||
10 | |||||
11 | #include "an7581-u-boot.dtsi" |