// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) | |
/dts-v1/; | |
/* Bootloader installs ATF here */ | |
/memreserve/ 0x80000000 0x200000; | |
#include "en7581.dtsi" | |
/ { | |
model = "Airoha EN7581 Evaluation Board"; | |
compatible = "airoha,en7581-evb", "airoha,en7581"; | |
aliases { | |
serial0 = &uart1; | |
}; | |
chosen { | |
stdout-path = "serial0:115200n8"; | |
linux,usable-memory-range = <0x0 0x80200000 0x0 0x1fe00000>; | |
}; | |
memory@80000000 { | |
device_type = "memory"; | |
reg = <0x0 0x80000000 0x2 0x00000000>; | |
}; | |
}; |