forked from OERV-BSP/u-boot
Add initial support for Airoha AN7581 SoC. This adds the initial Kconfig and Makefile entry for the SoC, an U-Boot specific DTSI and initial config for it. Also add the initial code for CPU and RAM initialization. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
12 lines
249 B
Plaintext
12 lines
249 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/ {
|
|
/* When running as a first-stage bootloader this isn't filled in automatically */
|
|
memory@80000000 {
|
|
device_type = "memory";
|
|
reg = <0x0 0x80000000 0x0 0x20000000>;
|
|
};
|
|
};
|
|
|
|
#include "an7581-u-boot.dtsi"
|