blob: ebd3b8b49589de1bb5d1b262d23aa60b7f07ce16 [file] [log] [blame]
Christian Marangic771b632025-03-14 19:59:21 +01001// 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"